Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Issue 1065733004: Added partial unit tests for host_controller.js. More to come. (Closed)

Created:
5 years, 8 months ago by John Williams
Modified:
5 years, 8 months ago
Reviewers:
Jamie, kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@hdf-unittest
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added partial unit tests for host_controller.js. More to come. BUG=471928 Committed: https://crrev.com/f326e5ad2b86b9e9c66a2076526c1045f264f25a Cr-Commit-Position: refs/heads/master@{#324495}

Patch Set 1 #

Total comments: 33

Patch Set 2 : for review #

Total comments: 14

Patch Set 3 : for review #

Patch Set 4 : #

Patch Set 5 : fix for broken merge #

Patch Set 6 : added licenses to satisfy presubmit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+862 lines, -27 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/base.js View 1 1 chunk +16 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/base_unittest.js View 2 chunks +20 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/error.js View 2 chunks +10 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/host_controller.js View 1 chunk +1 line, -15 lines 0 comments Download
A remoting/webapp/crd/js/host_controller_unittest.js View 1 2 3 4 5 1 chunk +429 lines, -0 lines 0 comments Download
A remoting/webapp/crd/js/mock_host_daemon_facade.js View 1 2 3 4 5 1 chunk +365 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/mock_xhr.js View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/mock_xhr_unittest.js View 4 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/webapp/js_proto/sinon_proto.js View 3 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
John Williams
5 years, 8 months ago (2015-04-06 23:47:25 UTC) #2
Jamie
https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/base/js/base.js File remoting/webapp/base/js/base.js (right): https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/base/js/base.js#newcode63 remoting/webapp/base/js/base.js:63: base.reinterpret_cast = function(value) { You don't seem to be ...
5 years, 8 months ago (2015-04-07 01:13:12 UTC) #3
John Williams
https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/base/js/base.js File remoting/webapp/base/js/base.js (right): https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/base/js/base.js#newcode63 remoting/webapp/base/js/base.js:63: base.reinterpret_cast = function(value) { On 2015/04/07 01:13:11, Jamie wrote: ...
5 years, 8 months ago (2015-04-07 20:10:26 UTC) #4
Jamie
https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/crd/js/host_controller_unittest.js File remoting/webapp/crd/js/host_controller_unittest.js (right): https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/crd/js/host_controller_unittest.js#newcode150 remoting/webapp/crd/js/host_controller_unittest.js:150: assert.equal(e.getDetail(), 'generateKeyPair'); On 2015/04/07 20:10:26, John Williams wrote: > ...
5 years, 8 months ago (2015-04-08 00:16:15 UTC) #5
John Williams
https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/crd/js/host_controller_unittest.js File remoting/webapp/crd/js/host_controller_unittest.js (right): https://codereview.chromium.org/1065733004/diff/1/remoting/webapp/crd/js/host_controller_unittest.js#newcode150 remoting/webapp/crd/js/host_controller_unittest.js:150: assert.equal(e.getDetail(), 'generateKeyPair'); On 2015/04/08 00:16:14, Jamie wrote: > On ...
5 years, 8 months ago (2015-04-08 20:20:09 UTC) #6
Jamie
https://codereview.chromium.org/1065733004/diff/20001/remoting/webapp/crd/js/host_controller_unittest.js File remoting/webapp/crd/js/host_controller_unittest.js (right): https://codereview.chromium.org/1065733004/diff/20001/remoting/webapp/crd/js/host_controller_unittest.js#newcode192 remoting/webapp/crd/js/host_controller_unittest.js:192: var controller = new remoting.HostController(); On 2015/04/08 20:20:09, John ...
5 years, 8 months ago (2015-04-08 22:29:29 UTC) #7
John Williams
https://codereview.chromium.org/1065733004/diff/20001/remoting/webapp/crd/js/host_controller_unittest.js File remoting/webapp/crd/js/host_controller_unittest.js (right): https://codereview.chromium.org/1065733004/diff/20001/remoting/webapp/crd/js/host_controller_unittest.js#newcode192 remoting/webapp/crd/js/host_controller_unittest.js:192: var controller = new remoting.HostController(); On 2015/04/08 22:29:29, Jamie ...
5 years, 8 months ago (2015-04-08 23:19:55 UTC) #8
Jamie
lgtm https://codereview.chromium.org/1065733004/diff/20001/remoting/webapp/crd/js/host_controller_unittest.js File remoting/webapp/crd/js/host_controller_unittest.js (right): https://codereview.chromium.org/1065733004/diff/20001/remoting/webapp/crd/js/host_controller_unittest.js#newcode192 remoting/webapp/crd/js/host_controller_unittest.js:192: var controller = new remoting.HostController(); On 2015/04/08 23:19:55, ...
5 years, 8 months ago (2015-04-08 23:28:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065733004/60001
5 years, 8 months ago (2015-04-08 23:58:36 UTC) #14
Jamie
On 2015/04/08 23:58:36, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 8 months ago (2015-04-09 00:10:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065733004/80001
5 years, 8 months ago (2015-04-09 00:36:16 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/54997)
5 years, 8 months ago (2015-04-09 03:50:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065733004/100001
5 years, 8 months ago (2015-04-09 18:27:50 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 8 months ago (2015-04-09 20:21:01 UTC) #25
commit-bot: I haz the power
5 years, 8 months ago (2015-04-09 20:21:49 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f326e5ad2b86b9e9c66a2076526c1045f264f25a
Cr-Commit-Position: refs/heads/master@{#324495}

Powered by Google App Engine
This is Rietveld 408576698