summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Initial curtain mode implementation.jamiewalch@google.com2011-05-318-54/+135
* Use the same MIME types regardless of branding, for compatibility.wez@chromium.org2011-05-281-5/+2
* Use 2 threads for decoding for remotinghclam@chromium.org2011-05-281-1/+8
* Fix issue with Connect signal on TCP P2P sockets. Enable TCP sockets for remo...sergeyu@chromium.org2011-05-271-4/+0
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-276-33/+25
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-276-25/+33
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-276-33/+25
* Rename Chromoting webapp to "Remoting".garykac@chromium.org2011-05-261-1/+1
* Fix up flicker, and parsing by Xcode.dmaclach@chromium.org2011-05-252-2/+2
* change chromoting->remote access for webapp namegarykac@chromium.org2011-05-251-1/+1
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-2524-44/+229
* Re-order comments in chromoting_scriptable_object to match .cc codegarykac@chromium.org2011-05-251-28/+31
* Add basic versioning check to Chromoting's plugin/JS code.garykac@chromium.org2011-05-254-0/+63
* remoting: Fix response validation error found by PVS Studio.thakis@chromium.org2011-05-251-1/+1
* Get remoting units working correctly.dmaclach@chromium.org2011-05-251-1/+15
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-257-8/+8
* Revert 86575 - Revert 86573 - Add separate nonce version of connect calls to ...ukai@chromium.org2011-05-254-61/+84
* Revert 86573 - Add separate nonce version of connect calls to ChromotingScrip...ukai@chromium.org2011-05-254-84/+61
* Add separate nonce version of connect calls to ChromotingScriptableObject.garykac@chromium.org2011-05-254-61/+84
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-251-0/+2
* Remove files that don't exist, and fix typos in gyp filessadrul@chromium.org2011-05-251-2/+2
* Negotiate Mac event and drawing model supportdmaclach@chromium.org2011-05-241-0/+38
* Add in support for connecting with just the OAuth2 token. Default to OAuth2.ajwong@chromium.org2011-05-247-58/+93
* Removed loginChallengeCalback for Me2Mom.jamiewalch@chromium.org2011-05-231-2/+1
* Fix InvalidateFullScreen() for the full-screen-polling case.lambroslambrou@chromium.org2011-05-231-0/+1
* Temporarily add media library initialization.wez@chromium.org2011-05-231-0/+30
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-231-6/+6
* Use OAuth2 proxy for login.jamiewalch@chromium.org2011-05-231-2/+3
* Add body css for remoting session pagegarykac@chromium.org2011-05-231-0/+7
* Convert Chromoting logging to appear in client debug-info div.garykac@chromium.org2011-05-2312-31/+267
* Don't use letters in me2mom access code.sergeyu@chromium.org2011-05-213-29/+11
* Update the appengine code to use OAuth2 and break the gdata dependency.ajwong@chromium.org2011-05-219-280/+206
* Fix use of SupportAccessVerifier in Host plugin.wez@chromium.org2011-05-201-16/+23
* Fixup debug log css for Chromoting client.garykac@chromium.org2011-05-201-1/+1
* Make debug log readable.dmaclach@chromium.org2011-05-201-1/+1
* Fix +/- keys on Mac remoting host.lambroslambrou@chromium.org2011-05-201-2/+2
* fix up mac simple hostdmaclach@chromium.org2011-05-201-1/+2
* Remove files that are compiled in both media.gyp and remoting.gyp.tony@chromium.org2011-05-201-6/+1
* Basic OAuth2 support using the native app flow.ajwong@chromium.org2011-05-2010-1139/+233
* Move the call to ChromotingHost::Start to the right place.wez@chromium.org2011-05-201-6/+5
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-192-2/+2
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-193-9/+9
* Remove local login prompt for me2mom.jamiewalch@chromium.org2011-05-198-69/+51
* Disable DAMAGE and do full-screen polling in Linux capturer.lambroslambrou@chromium.org2011-05-191-5/+19
* Add XFlush calls to fix event injection.lambroslambrou@chromium.org2011-05-191-0/+3
* Plumb the Remoting Host into the Host NPAPI plugin.wez@chromium.org2011-05-183-72/+135
* Added client plug-in connection.jamiewalch@chromium.org2011-05-187-51/+541
* Calculate invalid rectangles for full-screen polling on Linux.lambroslambrou@chromium.org2011-05-181-7/+30
* Cope with OnSignallingDisconnected without preceding OnSignallingConnected.wez@chromium.org2011-05-181-0/+8
* Make the UI-integration thread a non-UI thread in the Chrome sense.wez@chromium.org2011-05-189-35/+37