summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Fix up Chromoting on Lion.dmaclach@chromium.org2011-10-041-11/+84
* Make windows capturer work on odd screen resolutions.dmaclach@chromium.org2011-10-041-1/+1
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3021-93/+87
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3022-88/+94
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3022-94/+88
* Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct...sergeyu@chromium.org2011-09-301-7/+1
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-1/+0
* Replace TaskThreadProxy with non-refcounted ScopedThreadProxy.sergeyu@chromium.org2011-09-292-66/+9
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-292-3/+3
* Turn on NAT traversal on Mac by default.dmaclach@chromium.org2011-09-261-3/+3
* Chromoting: Undo any mouse-downs that haven't been mouse-upped.garykac@chromium.org2011-09-264-22/+66
* Call ClientSession::Disconnect when Chromoting client disconnects.garykac@chromium.org2011-09-244-8/+11
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-2/+1
* Fix Chromoting Mac to work with multiple monitors.dmaclach@chromium.org2011-09-211-21/+24
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-212-2/+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
* Clamp injected mouse events to within the screen area.lambroslambrou@chromium.org2011-09-155-7/+70
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-138-146/+129
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-1313-60/+78
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-122-28/+16
* Revert 100589 - Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-122-20/+8
* Added l10n support to Mac host dialogs.jamiewalch@google.com2011-09-129-190/+137
* Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-102-8/+20
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-103-18/+16
* Cleanup state transitions for Host plugin.sergeyu@chromium.org2011-09-093-49/+146
* Fix Linux checkperm failure from r100441.thestig@chromium.org2011-09-091-0/+0
* Added l10n support to host dialogs on Windows.jamiewalch@chromium.org2011-09-093-80/+60
* Disconnect all clients if IT2Me Host receives a second successful client.wez@chromium.org2011-09-081-23/+13
* Fix ordering of XCloseDisplay()s.lambroslambrou@chromium.org2011-09-081-52/+58
* Policy for the plugin is now governed by policies set for Chrome. This keeps ...dmaclach@chromium.org2011-09-083-66/+11
* Simplify IqRequest interface.sergeyu@chromium.org2011-09-064-10/+24
* Change Chromoting logger to be setup in CreatePlugin.garykac@chromium.org2011-09-065-54/+203
* Revert 99801 - Simplify IqRequest interface.sergeyu@chromium.org2011-09-064-22/+10
* Simplify IqRequest interface.sergeyu@chromium.org2011-09-064-10/+22
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-022-4/+4
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-022-4/+4
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-022-4/+4
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Run LocalizeStrings() on plugin thread.lambroslambrou@chromium.org2011-08-304-36/+67
* Fix stuck keys problem with Chromoting when host disconnects while keys aregarykac@chromium.org2011-08-301-8/+9
* Remoting host policy for mac.dmaclach@chromium.org2011-08-271-2/+76
* Use new callbacks in the IqRequest interface.sergeyu@chromium.org2011-08-263-4/+7
* Fixed continue window bugs and added 60s auto-shutdown timeout.jamiewalch@google.com2011-08-253-13/+47
* Add build step to verify the l10n strings are not out of sync.jamiewalch@google.com2011-08-241-9/+13
* Fix handling of DesktopEnvironment creation failure.wez@chromium.org2011-08-201-4/+4
* Fixed web-app share error handling.jamiewalch@google.com2011-08-191-1/+2
* Roll ffmpeg/libvpx deps to switch to ffvp8.scherkus@chromium.org2011-08-191-6/+0
* Make ChromotingHost::ui_strings() immutable. Use string16 for localized strings.sergeyu@chromium.org2011-08-189-69/+79