summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-076-89/+8
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-302-0/+2
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-2/+2
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-243-7/+26
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-243-6/+6
* Remove support for non-sandboxed connections.sergeyu@chromium.org2011-06-2411-163/+26
* Remove remoting_x11_clientsergeyu@chromium.org2011-06-239-619/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-212-3/+4
* Temporarily move to private synchronous scriptable interfaces.wez@chromium.org2011-06-203-15/+16
* use path in #includesdilmah@chromium.org2011-06-201-1/+1