summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Refactoring around SignalStrategy interface.sergeyu@chromium.org2011-06-2310-112/+159
* Chromoting's ContinueWindow implementation for Windows.garykac@google.com2011-06-225-41/+159
* Use the correct Chrome UI thread when creating the chromoting continue window.garykac@google.com2011-06-224-12/+13
* Fix crash in ChromotingHost::Shutdown().sergeyu@chromium.org2011-06-221-1/+1
* Use a trampoline to avoid copy/pasting OAuth2 grant code.ajwong@chromium.org2011-06-228-34/+69
* Retrieve e-mail programmatically based on OAuth2 token.ajwong@chromium.org2011-06-224-25/+71
* Split iq_request.[h|cc] into multiple files.sergeyu@chromium.org2011-06-2216-510/+660
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-221-0/+1
* Fix typo: Change _ to - for zip filename.ajwong@chromium.org2011-06-221-1/+1
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-222-7/+7
* Chromoting's ContinueWindow implementation for Linux.lambroslambrou@chromium.org2011-06-221-4/+74
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-2112-242/+335
* Reduced host secret to five digits. Removed hyphen from access code and displ...jamiewalch@google.com2011-06-216-18/+38
* Use spinner instead of throbber.jamiewalch@google.com2011-06-213-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-214-9/+15
* Move the Remoting Host plugin into its own sub-directory.wez@chromium.org2011-06-2111-32/+34
* Don't tell the webapp that someone is connected in OnSignallingConnected.jamiewalch@google.com2011-06-211-1/+0
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-219-7/+40
* UI nits from Ken Moore:jamiewalch@google.com2011-06-214-53/+78
* Remove macro defines in remoting, which cause Pepper C++ interface mismatches.wez@chromium.org2011-06-211-3/+0
* Channel adapter for Pepper P2P Transport API.sergeyu@chromium.org2011-06-214-0/+250
* Split host plugin into multiple files.sergeyu@chromium.org2011-06-217-639/+760
* Improve error/debug messaging for Chromoting host plugin:garykac@google.com2011-06-203-5/+84
* Update VP8 encode options to speed up encoding for remotinghclam@chromium.org2011-06-201-3/+19
* Limit number of failed connection attempts.sergeyu@chromium.org2011-06-207-4/+32
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-2013-297/+383
* Completed basic implementation.jamiewalch@google.com2011-06-204-6/+119
* Remove gmail cert from SSLSocketAdapter.sergeyu@chromium.org2011-06-201-38/+0
* Disable some ChromotingHost connect tests that don't seem to work.wez@chromium.org2011-06-201-4/+5
* Temporarily move to private synchronous scriptable interfaces.wez@chromium.org2011-06-204-15/+19
* use path in #includesdilmah@chromium.org2011-06-201-1/+1
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-171-1/+1
* Rename Chromoting WebApp to It2Me in manifest.garykac@chromium.org2011-06-171-2/+2
* Remove minimize/close buttons from DisconnectWindowLinux.lambroslambrou@google.com2011-06-161-0/+3
* Interface and stubs for continuation window.jamiewalch@chromium.org2011-06-1612-4/+186
* Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...creis@chromium.org2011-06-168-51/+22
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-168-22/+51
* Generate zip file for the remoting it2me webapp, and use symlinks when possib...ajwong@chromium.org2011-06-165-62/+149
* Retrying submission of http://codereview.chromium.org/7144010/lambroslambrou@google.com2011-06-166-8/+63
* Revert 89227 - Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@google.com2011-06-155-58/+8
* Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@chromium.org2011-06-155-8/+58
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-152-2/+2
* Initial Disconnect window implementation for Chromoting (Windows).garykac@google.com2011-06-146-113/+287
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-1318-20/+532
* Stop accepting connections once there is one active, if running Me2Mom.wez@chromium.org2011-06-132-1/+10
* Initial implementation of DisconnectWindow on Linux.lambroslambrou@chromium.org2011-06-131-3/+85
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-1318-528/+20
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-1318-20/+528
* Call the DisconnectWindow interface methods on the UI thread.lambroslambrou@chromium.org2011-06-095-3/+29
* Fix calling convention for Chromoting's NP_Shutdown entry pointsgarykac@chromium.org2011-06-091-1/+1