summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-2/+2
* Change HostController methods to accept onError callbacks.lambroslambrou@chromium.org2013-06-284-136/+202
* Add another extension ID to Chromoting native messaging manifestlambroslambrou@chromium.org2013-06-281-1/+2
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-2852-63/+63
* Whitelist more extension IDs for Chromoting native messaging hostlambroslambrou@chromium.org2013-06-271-1/+3
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-271-14/+10
* Remove WebKit prefix from uses of MutationObserveradamk@chromium.org2013-06-272-3/+3
* Chromoting: fixing caps lock issue with mac host.weitaosu@chromium.org2013-06-2612-78/+207
* Better document GaiaOAuthClient via comments and updated method name.davidroche@chromium.org2013-06-264-7/+7
* Don't create a pairing registry.jamiewalch@chromium.org2013-06-261-4/+2
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-254-33/+29
* Fixed jscompile error.jamiewalch@chromium.org2013-06-252-3/+5
* Optimize png files in remotingoshima@chromium.org2013-06-254-0/+0
* Add native messaging host to Linux Chromoting packagelambroslambrou@chromium.org2013-06-253-10/+41
* Add "PRIVATE" to the enum names of some private Pepper networking APIs:yzshen@chromium.org2013-06-243-5/+5
* Enable native messaging in chromoting webappsergeyu@chromium.org2013-06-243-9/+7
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-5/+5
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-246-17/+15
* Linux pairing registry delegate implementationjamiewalch@chromium.org2013-06-2314-115/+520
* Device robot refresh token integrity validation.davidroche@chromium.org2013-06-225-11/+5
* Add static Create method to LibjingleTransportFactorysolb@chromium.org2013-06-2110-59/+92
* Disable scroll-bars in shrink-to-fit mode.jamiewalch@chromium.org2013-06-213-0/+17
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-212-12/+6
* Delete and recreate the client plugin if WCS is reloaded.jamiewalch@chromium.org2013-06-213-13/+23
* Remove XML FROM element in JingleSession::StartConnectionsolb@chromium.org2013-06-213-2/+5
* Added the desktop shape fields to VideoPacket.alexeypa@chromium.org2013-06-2112-2/+159
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-218-266/+17
* Chromoting Host: Don't listen for PRIMARY selection changeslambroslambrou@chromium.org2013-06-211-4/+2
* Add timeout for when P2P connection failures.sergeyu@chromium.org2013-06-214-6/+58
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-218-20/+83
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+0
* Generate a unique terminal ID and use it to associate the RDP connection with...alexeypa@chromium.org2013-06-2015-454/+171
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Explicitly specify overflow mode for <body> and <html>jamiewalch@chromium.org2013-06-201-0/+4
* Remove storage.js from Chromoting webapplambroslambrou@chromium.org2013-06-1910-170/+49
* Remoting webapp: Use hasOwnProperty instead of if..in.. where neededlambroslambrou@chromium.org2013-06-183-8/+9
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-182-4/+4
* Add error-handling to host_dispatcher.js interfacelambroslambrou@chromium.org2013-06-184-161/+236
* Configure security of the elevated controller in runtime.alexeypa@chromium.org2013-06-186-82/+138
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-188-54/+121
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-171-1/+1
* remoting: Change daemon_controller_mac from .cc to .mm.thakis@chromium.org2013-06-172-9/+1
* Clear email when setting refresh tokenrmsousa@chromium.org2013-06-151-0/+1
* Revert 206507 "Move message_pump to base/message_loop."brettw@chromium.org2013-06-142-4/+4
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-142-4/+4
* Make remoting_me2me_host build properly for official Mac 64-bit builds.mark@chromium.org2013-06-142-43/+35
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-141-1/+1
* Revert 206360 "Make remoting_me2me_host build properly for offic..."pastarmovj@google.com2013-06-142-35/+43
* Make remoting_me2me_host build properly for official Mac 64-bit builds.mark@chromium.org2013-06-142-43/+35
* Make the mapping from client id -> secret asynchronous.jamiewalch@chromium.org2013-06-149-119/+207