summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly handle screen recorder shutdown in ChromotingHost.sergeyu@chromium.org2011-08-125-47/+71
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1219-383/+371
* Make Disconnect buttons wider to accomodate the hotkey info.garykac@google.com2011-08-121-1/+1
* Add support for Disconnect hot key in Windows.garykac@google.com2011-08-121-15/+47
* Build remoting with libvpx in all platformshclam@chromium.org2011-08-121-5/+1
* Fix a weeny leak in the Host plugin.wez@chromium.org2011-08-111-3/+4
* Split Chromoting's Disconnect button text into 2 parts: name + hotkeys.garykac@chromium.org2011-08-114-2/+20
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1119-375/+364
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1119-364/+375
* Make floor-control more robust.lambroslambrou@chromium.org2011-08-102-7/+26
* gtk: Use gtk_dialog_get_content_area() throughout.tfarina@chromium.org2011-08-052-2/+4
* Define Chromoting's differ block size in one (and only one) place.garykac@chromium.org2011-08-046-20/+18
* Fix crash in ScreenRecordersergeyu@chromium.org2011-08-042-2/+9
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-048-109/+82
* Use correct OpenGL test.jamiewalch@google.com2011-08-041-1/+1
* Fix remoting_simple_host to use Access Code as session shared-secret for auth.wez@chromium.org2011-08-031-24/+32
* Add support for diffing partial blocks in Chromoting.garykac@chromium.org2011-08-034-64/+143
* Changed disconnect shortcut to Ctrl+Alt+Esc.jamiewalch@chromium.org2011-08-033-6/+9
* XIB: change remoting window back to a panel so it stays on top.dmaclach@chromium.org2011-08-031-2/+2
* Propagate connected user to web app.jamiewalch@google.com2011-08-038-11/+51
* Add support for hotkey to quit chromoting.dmaclach@chromium.org2011-08-022-34/+101
* Fix up window not closing on Mac.dmaclach@chromium.org2011-08-022-32/+14
* Send a small empty video packet when capturer returns no dirty recthclam@chromium.org2011-08-011-2/+7
* Optimize mac capturer to copy memory only dirty rect.hclam@chromium.org2011-08-011-13/+50
* Fix memory leaks in remoting_unittests.sergeyu@chromium.org2011-07-307-34/+43
* Don't use base::OneShotTimer on plugin main thread.sergeyu@chromium.org2011-07-295-34/+58