summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/js_proto
Commit message (Expand)AuthorAgeFilesLines
* Reland of ll closure compiler and update sources (patchset #1 id:1 of https:/...mathp2016-02-031-3/+0
* Revert of Roll closure compiler and update sources (patchset #6 id:140001 of ...mathp2016-02-031-0/+3
* Roll closure compiler and update sourcesDevlin Cronin2016-02-021-3/+0
* Fix for closure compile after chrome_extensions.js externs update.michaelpg2015-11-211-7/+1
* Fix type errors revealed by https://github.com/google/closure-compiler/commit...tbreisacher2015-10-081-1/+1
* Detect plugin initialization failures with the error event.kelvinp2015-10-021-0/+8
* Bumping closure compiler:Steven Bennetts2015-08-281-6/+0
* Me2Me Telemetry Integration test.kelvinp2015-08-271-0/+5
* Add UMA stats for connection times and durations in the Chromoting plugin.anandc2015-08-221-1/+9
* Using webview to show the cloud print dialog.weitaosu2015-07-311-1/+79
* [Chromoting] Reliably detecting session termination.kelvinp2015-06-302-3/+9
* Remove base.debug.assert.jamiewalch2015-06-271-1/+1
* [Chromoting] remoting.SessionLogger.kelvinp2015-06-261-0/+15
* [Chromoting] Implements remoting.TelemetryEventWriterkelvinp2015-06-252-2/+24
* remoting: Fix JSCompiler issues blocking ES6 transition.jhawkins2015-06-251-0/+1
* Reland crrev.com/335097 w/ the following fixes:jhawkins2015-06-221-111/+0
* [Chromoting] Implements XhrEventWriterkelvinp2015-06-181-16/+25
* This CL addresses wez and Jamie's feedback on the reliability of the reconnec...kelvinp2015-06-011-0/+5
* JS Object annotations don't need the string key type outside of chrome/.thestig2015-05-302-3/+3
* [Chromoting] Use chrome_extension.js from third_party/closure_compiler/externs.kelvinp2015-05-283-557/+25
* Fix all compiler errors found by the new compiler version.Jeremy Klein2015-05-271-44/+26
* [Chromoting] Separates chrome mocks from chrome protos in unittests.kelvinp2015-05-262-12/+51
* Replace moveTo and resizeTo with outerBounds=jamiewalch2015-05-111-11/+0
* Added partial unit tests for host_controller.js. More to come.jrw2015-04-091-3/+11
* Added unit test for HostDaemonFacade.jrw2015-04-083-8/+38
* [Chromoting] Fix base.inherits so parent methods can be used in parent ctor.garykac2015-03-311-1/+1
* Added better error and OAuth support in xhr.js.jrw2015-03-261-3/+15
* Updated remoting.xhr API to use promises.jrw2015-03-202-1/+34
* Added more typechecking functions and unit tests for existing code.jrw2015-03-191-0/+14
* Add optional scopes parameter to Identity.getToken().jamiewalch2015-03-182-1/+9
* Migrate remoting webapp unittests to use QUnit 2.0 syntax.kelvinp2015-03-171-40/+31
* remoting.Identity unit-tests and fixes.jamiewalch2015-03-172-1/+42
* Added SpyPromise class for testing code that uses promises.jrw2015-03-141-2/+11
* Move mocks and unittest JS files to sit alongside production code.wez2015-03-121-0/+206
* Use chrome.sockets.tcp API instead of chrome.socket.sergeyu2015-03-112-9/+16
* Refactor sinon helper to make it easier to use.sergeyu2015-03-111-34/+0
* HostTableEntry refactorkelvinp2015-03-043-3/+9
* [Chromoting] Enable jscompile for webapp unittests.garykac2015-03-028-135/+378
* [Chromoting] Enable jscompile for browser tests.garykac2015-02-192-0/+43
* Shorten Closure template notation from Array.<*> to Array<*>.Dan Beam2015-02-143-20/+20
* Improve HRD first run experiencekelvinp2015-02-031-1/+12
* Handle authentication failures in the v2 app by restarting the appkelvinp2015-01-291-0/+10
* Implement base.IPCkelvinp2015-01-281-3/+7
* Fix minimize -> fullscreen transition.jamiewalch2015-01-231-0/+2
* Implement DNS blackhole check for XMPP connection in the webapp.sergeyu2015-01-231-0/+5
* Fix CRD opens a window every time it's clicked in the launcherkelvinp2015-01-141-1/+5
* Update Chromoting to use /third_party/closure_compiler.garykac2015-01-144-273/+21
* Implement mocks for identity and host-list, add a browser test to test the ap...jamiewalch2015-01-091-0/+5
* [Chromoting] Add AppRemoting webapp support.garykac2015-01-071-0/+21
* Fix content scripts to wait for response before calling window.close().sergeyu2014-12-191-1/+2