summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Apply automated fixits for Chrome clang plugin to remoting.dcheng2015-04-295-11/+13
* [Chromoting] Build webapp package with browser test JavaScript files loaded.kelvinp2015-04-295-18/+74
* Added ability to register new hosts using GCD.jrw2015-04-297-141/+81
* [Chromoting] Add missing file to webapp's GN build.garykac2015-04-282-2/+19
* Include application ID in log entries.anandc2015-04-282-0/+13
* Added ability to list and delete hosts with GCD.jrw2015-04-282-8/+68
* [Chromoting] Remove CRD-specific JS files from AppRemoting build.garykac2015-04-283-30/+51
* Uncomment missing GN resource dependencies in remoting.dpranke2015-04-271-14/+14
* Make the ChromeOS GN debug component build work.dpranke2015-04-271-0/+10
* Make loading dialog prettier.jamiewalch2015-04-2710-49/+139
* base: Remove using declaration from test_suite.h header.tfarina2015-04-271-1/+1
* Added unit tests for getCredentialsFromAuthCode.jrw2015-04-2710-91/+216
* Added (incomplete) implementation of HostListApi using GCD.jrw2015-04-2710-29/+157
* Pass file task runner to net::URLRequestContextBuildersergeyu2015-04-272-1/+4
* Route OCSP stapling through CertVerifier.davidben2015-04-271-0/+1
* [Chromoting] Extract shared viewport code into viewport.js.garykac2015-04-276-190/+212
* [Chromoting] Use MockConnection for bump scrolling browser test.kelvinp2015-04-253-4/+71
* [Chromoting] Update build-webapp to accept a filelist & update GN rulesgarykac2015-04-253-14/+34
* Refactored HostDaemonFacade so that replies to requests are handled injrw2015-04-251-122/+82
* Use base::ResetAndReturn() in remoting.sergeyu2015-04-2518-90/+60
* Fix not-authorized error message.jamiewalch2015-04-242-3/+9
* [Webapp Refactor] Reliably cancels a connection.kelvinp2015-04-248-33/+86
* Start logging host-version info in the Chromoting client.anandc2015-04-243-3/+29
* Remove experimental permission.jamiewalch2015-04-241-1/+0
* Added method to host daemon to exchange an auth code for just an OAuthjrw2015-04-245-17/+62
* Pass in a non-null CertVerifier into SSLClientSocket.davidben2015-04-246-20/+97
* Switch VP9 lossy to CBR encoding.aconverse2015-04-241-6/+10
* [Webapp Refactor] Cleans up the ClientSession.EventHandler interface.kelvinp2015-04-248-87/+92
* Fixed implementation of patchRegistrationTicket.jrw2015-04-233-25/+22
* [Chromoting] Re-enable mouse lock for AppRemoting.garykac2015-04-231-0/+2
* Use standard ICE in Chromoting.sergeyu2015-04-2327-328/+744
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-2339-170/+170
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-2327-743/+327
* Use standard ICE in Chromoting.sergeyu2015-04-2327-327/+743
* remoting: Use MD5String() function from base/.tfarina2015-04-231-10/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-2327-743/+327
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-1/+2
* Use standard ICE in Chromoting.sergeyu2015-04-2327-327/+743
* [Webapp Refactor] Implement Unittest for ClientSession.kelvinp2015-04-239-121/+332
* Android Chromoting: Fix memory leak on disconnecting session.lambroslambrou2015-04-232-2/+3
* Exclude manual PIN-entry time in calculation of session durations.anandc2015-04-222-1/+19
* Fix some closure compiler nits in remoting/ to bump compiler.Dan Beam2015-04-225-125/+133
* [Chromoting] Enable the Chromoting webapp build in GNgarykac2015-04-228-123/+343
* Updated Xhr class to check for unknown parameter names.jrw2015-04-222-50/+91
* Misc fixes for the ChromeOS and Win x64 GN builds.Dirk Pranke2015-04-222-0/+2
* Converted HostListApi to use a promises instead of callbacks.jrw2015-04-214-130/+93
* Windows GN tests, webcrypto warningsbrettw2015-04-213-5/+25
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-212-7/+0
* [Chromoting] Expose LogToServer for logging.kelvinp2015-04-212-6/+22
* [Webapp Refactor] Remove remoting.SessionConnector.kelvinp2015-04-2015-602/+422