summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Call SendIq() from plugin asynchronously.sergeyu@chromium.org2011-08-242-24/+25
* Add build step to verify the l10n strings are not out of sync.jamiewalch@google.com2011-08-244-15/+151
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-245-7/+92
* Properly handle errors received in response to session messages.sergeyu@chromium.org2011-08-242-15/+56
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-0/+5
* Make client disconnect message endpoint-neutral and show it for host disconnect.jamiewalch@google.com2011-08-233-18/+27
* Removed question-mark from Help link. Set minimum button size. Added tool-bar...jamiewalch@google.com2011-08-234-2/+10
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-228-34/+62
* 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-2119-177/+272
* Fix handling of DesktopEnvironment creation failure.wez@chromium.org2011-08-201-4/+4
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-1910-14/+783
* Fixed web-app share error handling.jamiewalch@google.com2011-08-192-2/+10
* Replace debug button with Help. Add 'securely' to host description.jamiewalch@google.com2011-08-192-9/+7
* Fixed tool-bar position to make it window- instead of document-relative.jamiewalch@google.com2011-08-191-1/+1
* Fixed horizontal scrollbar.jamiewalch@google.com2011-08-191-1/+0
* Roll ffmpeg/libvpx deps to switch to ffvp8.scherkus@chromium.org2011-08-193-22/+2
* Fix crash in Chromoting's logger when a client connects to multiple hosts.garykac@chromium.org2011-08-184-24/+92
* Make ChromotingHost::ui_strings() immutable. Use string16 for localized strings.sergeyu@chromium.org2011-08-189-69/+79
* Unify gyp rules for running protoc.evan@chromium.org2011-08-182-119/+10
* Fixed footer i18n so that 3 entries are no longer needed.jamiewalch@google.com2011-08-186-178/+201
* Implement Windows NAT traversal policy support for the Chromoting host plugin.ajwong@chromium.org2011-08-176-119/+341
* 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-1614-133/+317
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1614-316/+133
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1614-133/+316
* 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-1614-316/+133
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-1614-133/+316
* Host process i18n and Linux implementation.jamiewalch@google.com2011-08-1617-69/+287
* Framework to allow Chromoting host to respect NAT traversal policy in linux.ajwong@chromium.org2011-08-159-8/+596
* Fix scaling calculation.lambroslambrou@google.com2011-08-151-10/+5
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-1511-16/+16
* Fix up confirmation window not reshowing.dmaclach@chromium.org2011-08-121-1/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-1263-184/+303
* 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-1231-470/+445
* 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-123-26/+3
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-116-112/+6
* 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
* Roll in ffmpeg, libvpx and gyp to build libvpx on ARMhclam@chromium.org2011-08-111-10/+6
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1131-497/+451
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1131-451/+497
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-1115-64/+46
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-1126-230/+603
* Made web-app bidi-compatible.jamiewalch@google.com2011-08-103-19/+20
* Make floor-control more robust.lambroslambrou@chromium.org2011-08-102-7/+26