summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Add OVERRIDE to remoting/.avi@chromium.org2011-11-193-10/+11
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-116-27/+4
* -Wexit-time-destructors for remoting.thakis@chromium.org2011-11-102-7/+11
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-1012-151/+84
* Fix intermittent CHECK in remoting client when shutting down.sergeyu@chromium.org2011-11-101-0/+6
* Fix typo that prevents client displaying received frame rate.wez@chromium.org2011-11-081-9/+7
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-0511-154/+6
* Fixed javascript to compile again.jamiewalch@google.com2011-10-261-2/+4
* Show framerate in chromoting debug loghclam@chromium.org2011-10-255-7/+16
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-202-124/+1
* client-side wheel mouse supportgarykac@chromium.org2011-10-175-9/+37
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-073-15/+19
* Convert transport, scrollbar, and query policy to IDL.brettw@chromium.org2011-10-051-2/+2
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-0110-152/+151
* 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