summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Make setRemapKeys user-invokable and save the value per-host.jamiewalch2015-05-053-4/+33
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in remoting module.anujk.sharma2015-05-056-17/+7
* GN Windows component build fixesbrettw2015-05-051-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...piman2015-05-052-16/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-052-0/+16
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-052-16/+0
* [Chromoting] Update list of webapp locales to match Chrome's locales.dcaiafa2015-05-052-6/+6
* win: Add an "override" I forgot in https://codereview.chromium.org/1126643002/.thakis2015-05-051-1/+1
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-043-1/+17
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-042-16/+0
* Re-instating r328154 because it's depended on to compile.Dan Beam2015-05-042-0/+16
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-043-17/+1
* [Chromoting] Remove Application.Modegarykac2015-05-0414-96/+97
* win: Give RdpDesktopSession an explicit out-of-line destructor.thakis2015-05-042-0/+4
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-041-1/+1
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-042-0/+16
* Making AppCompat happy with explicit windowNoTitle attribute.lukasza2015-05-021-0/+1
* Add a GN flag for the Windows multi-dll build.brettw2015-05-012-0/+3
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-05-0141-1/+370
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-014-8/+8
* Revert of Add a GN flag for the Windows multi-dll build. (patchset #3 id:4000...rickyz2015-05-012-3/+0
* Turn off remoting on the Mac GN build to avoid confusion for now.dpranke2015-05-011-1/+2
* Add a GN flag for the Windows multi-dll build.brettw2015-05-012-0/+3
* Logging client disconnected events (incl. the error code)lukasza2015-04-301-1/+2
* 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