summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-0113-189/+225
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3049-319/+311
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3048-311/+316
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3048-316/+311
* Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct...sergeyu@chromium.org2011-09-305-21/+12
* Fix uninitialized value in JingleMessage that causes DCHECK failure.sergeyu@chromium.org2011-09-301-1/+2
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-292-2/+0
* Replace TaskThreadProxy with non-refcounted ScopedThreadProxy.sergeyu@chromium.org2011-09-299-171/+189
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-298-28/+26
* Marked JingleSessionTest.TestSpeed as flakyrickcam@chromium.org2011-09-281-1/+1
* Revert 103178 - Marked JingleSessionTest.TestSpeed flakyrickcam@chromium.org2011-09-281-1/+1
* Marked JingleSessionTest.TestSpeed flakyrickcam@chromium.org2011-09-281-1/+1
* Add missing comma in Chromoting webapp manifest.garykac@chromium.org2011-09-271-1/+1
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-2711-70/+142
* Use 16x16 image for Chromoting's favicon.garykac@chromium.org2011-09-271-1/+1
* Remove old script with invalid license at top.garykac@chromium.org2011-09-271-7/+0
* Remove session-reject message from jingle_messages.sergeyu@chromium.org2011-09-264-28/+2
* Turn on NAT traversal on Mac by default.dmaclach@chromium.org2011-09-261-3/+3
* Need to attach "beta" label to our icons.dmaclach@chromium.org2011-09-265-1/+5
* Chromoting: Undo any mouse-downs that haven't been mouse-upped.garykac@chromium.org2011-09-265-23/+68
* Call ClientSession::Disconnect when Chromoting client disconnects.garykac@chromium.org2011-09-244-8/+11
* Implement PepperTransportSocketAdapter::Disconnect() and add missing DCHECKs.sergeyu@chromium.org2011-09-231-2/+29
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-2317-781/+24
* Strip linux symbols from official remoting builds.dmaclach@chromium.org2011-09-222-5/+5
* Cleanup ConnectionToHost of non-P2P-API code.sergeyu@chromium.org2011-09-228-178/+7
* Use P2P Transport API by default.sergeyu@chromium.org2011-09-225-72/+9
* Fix Chromoting Mac to work with multiple monitors.dmaclach@chromium.org2011-09-211-21/+24
* Updated version number and added beta designation.jamiewalch@google.com2011-09-211-2/+2
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-219-3/+13
* Add DISABLE_TCP_TRANSPORT flag in the Transport API.sergeyu@chromium.org2011-09-211-0/+5
* Set policy for Windows to ON by default.dmaclach@chromium.org2011-09-201-2/+11
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-183-6/+6
* If the client initiates disconnection, set host to NULL to avoid trying to sh...jamiewalch@google.com2011-09-161-0/+5
* Fix file permissions in CL 7787016simonmorris@chromium.org2011-09-162-0/+0
* The webapp sends and receives IQ stanzas over WCS.simonmorris@chromium.org2011-09-168-120/+396
* Fix up chromoting name in manifestdmaclach@chromium.org2011-09-163-19/+6
* Work towards single build of chromoting.dmaclach@chromium.org2011-09-153-60/+62
* Relay server support for P2P Transport API.sergeyu@chromium.org2011-09-151-3/+9
* Revert 101326 - Work towards single build of chromoting.dmaclach@chromium.org2011-09-153-58/+61
* Work towards single build of chromoting.dmaclach@chromium.org2011-09-153-61/+58
* Clamp injected mouse events to within the screen area.lambroslambrou@chromium.org2011-09-155-7/+70
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-151-1/+2
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-2/+1
* Centre tool-bar manually to ignore vertical scroll-bar.jamiewalch@google.com2011-09-142-3/+10
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-1/+2
* Persist remoting.useP2pApijamiewalch@google.com2011-09-142-6/+20
* 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-1314-183/+159
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-1314-68/+80
* Add flag to use P2P Transport API.sergeyu@chromium.org2011-09-136-37/+75