summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3011-76/+75
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-309-74/+74
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-309-74/+74
* Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct...sergeyu@chromium.org2011-09-302-6/+0
* Replace TaskThreadProxy with non-refcounted ScopedThreadProxy.sergeyu@chromium.org2011-09-292-19/+21
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-294-18/+16
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-233-505/+0
* Cleanup ConnectionToHost of non-P2P-API code.sergeyu@chromium.org2011-09-225-130/+5
* Use P2P Transport API by default.sergeyu@chromium.org2011-09-223-46/+7
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Fix Chromoting Client's handling of DidChangeView.wez@chromium.org2011-09-141-11/+12
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-131-15/+12
* Add flag to use P2P Transport API.sergeyu@chromium.org2011-09-133-24/+41
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-125-59/+29
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-103-8/+6
* Remove vestigal, unused, app-engine code.ajwong@chromium.org2011-09-1016-3725/+0
* Remove some overly verbose logging.isherman@chromium.org2011-08-261-2/+2
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-253-12/+14
* Call SendIq() from plugin asynchronously.sergeyu@chromium.org2011-08-242-24/+25
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-225-19/+51
* remoting: Get rid of a static variable of a std::string type, which is forbid...tfarina@chromium.org2011-08-221-1/+0
* Use plugin message loop for main loop in the client plugin.sergeyu@chromium.org2011-08-2116-152/+230
* Fix crash in Chromoting's logger when a client connects to multiple hosts.garykac@chromium.org2011-08-184-24/+92
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-126-21/+30
* Build remoting with libvpx in all platformshclam@chromium.org2011-08-121-5/+2
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-094-3/+110
* Don't use JingleThread in the client plugin.sergeyu@chromium.org2011-08-045-23/+15
* Future proof against things like http://crbug.com/91521dmaclach@chromium.org2011-08-041-1/+11
* Revert 95414 - Future proof against things like http://crbug.com/91521dmaclach@chromium.org2011-08-043-32/+10
* Future proof against things like http://crbug.com/91521dmaclach@chromium.org2011-08-043-10/+32
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-048-134/+106
* Call Pepper's Flush command properlyhclam@chromium.org2011-08-033-9/+31
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-032-23/+164
* If pepper flush returns an error then save a pending flushhclam@chromium.org2011-08-012-8/+33
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-1/+2
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-2612-381/+343
* Request wheel events for Chromoting so they're not handled by the browser.garykac@chromium.org2011-07-211-1/+1
* Change Chromoting client to use Pepper's new Resource-base InputEvents.garykac@chromium.org2011-07-218-64/+83
* Message validation in message dispatchers.sergeyu@chromium.org2011-07-212-16/+7
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-201-5/+5
* Purge references to JingleClient.wez@chromium.org2011-07-201-1/+1
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-204-37/+53
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-204-53/+37
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-204-37/+53
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-7/+5
* Remove unused methods in ChromotingInstance.hclam@chromium.org2011-07-152-16/+0
* Fixup threading for Chromoting's logging code.garykac@chromium.org2011-07-132-58/+7
* Release all keys on blur.jamiewalch@google.com2011-07-086-4/+53