summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed footer i18n so that 3 entries are no longer needed.jamiewalch@google.com2011-08-181-9/+10
* Implement Windows NAT traversal policy support for the Chromoting host plugin.ajwong@chromium.org2011-08-175-119/+340
* Clean up init sequence for capturer.dmaclach@chromium.org2011-08-177-35/+80
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1611-133/+121
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1611-121/+133
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1611-133/+121
* Fixed up issue with changing screen resolution on Mac host causing crashes.dmaclach@chromium.org2011-08-161-59/+89
* Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1611-121/+133
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1611-133/+121
* Host process i18n and Linux implementation.jamiewalch@google.com2011-08-1613-64/+268
* Framework to allow Chromoting host to respect NAT traversal policy in linux.ajwong@chromium.org2011-08-156-7/+575
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-155-7/+7
* Fix up confirmation window not reshowing.dmaclach@chromium.org2011-08-121-1/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-1214-45/+63