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

Issue 273753002: Implement 3 PIN browser tests (Closed)

Created:
6 years, 7 months ago by kelvinp
Modified:
6 years, 7 months ago
Reviewers:
weitao, Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Visibility:
Public.

Description

Cancel PIN browser test Update PIN browser test Invalid PIN browser test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270317

Patch Set 1 : PIN Browser Tests #

Total comments: 19

Patch Set 2 : Address CR feedbacks #

Total comments: 17

Patch Set 3 : Update the semantics of onUIMode #

Patch Set 4 : Last iteration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -41 lines) Patch
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/remoting/pin_browsertest.cc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M remoting/remoting_webapp_files.gypi View 1 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/webapp/base.js View 1 3 chunks +16 lines, -2 lines 0 comments Download
M remoting/webapp/browser_test/browser_test.js View 1 2 5 chunks +96 lines, -38 lines 0 comments Download
A remoting/webapp/browser_test/cancel_pin_browser_test.js View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A remoting/webapp/browser_test/invalid_pin_browser_test.js View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A remoting/webapp/browser_test/update_pin_browser_test.js View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
M remoting/webapp/js_proto/dom_proto.js View 1 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
kelvinp
ptal
6 years, 7 months ago (2014-05-08 22:30:11 UTC) #1
Jamie
This would be a perfect opportunity to start using Promises. I think it would make ...
6 years, 7 months ago (2014-05-09 01:02:17 UTC) #2
kelvinp
PTAL https://codereview.chromium.org/273753002/diff/20001/chrome/test/remoting/pin_browsertest.cc File chrome/test/remoting/pin_browsertest.cc (right): https://codereview.chromium.org/273753002/diff/20001/chrome/test/remoting/pin_browsertest.cc#newcode26 chrome/test/remoting/pin_browsertest.cc:26: LoadScript(content, FILE_PAHT_LITERAL("browser_test.js")); On 2014/05/09 01:02:18, Jamie wrote: > ...
6 years, 7 months ago (2014-05-12 21:08:34 UTC) #3
Jamie
This is much clearer, thanks. Just a few more suggestions, mostly minor. https://codereview.chromium.org/273753002/diff/50001/chrome/test/remoting/pin_browsertest.cc File chrome/test/remoting/pin_browsertest.cc ...
6 years, 7 months ago (2014-05-13 00:15:47 UTC) #4
weitao
https://codereview.chromium.org/273753002/diff/50001/chrome/test/remoting/pin_browsertest.cc File chrome/test/remoting/pin_browsertest.cc (right): https://codereview.chromium.org/273753002/diff/50001/chrome/test/remoting/pin_browsertest.cc#newcode16 chrome/test/remoting/pin_browsertest.cc:16: void SetUpTest() { This seems common enough that it ...
6 years, 7 months ago (2014-05-13 17:13:09 UTC) #5
kelvinp
I deleted the previous patch set by accident. I have addressed all CR feedbacks. PTAL
6 years, 7 months ago (2014-05-13 18:26:45 UTC) #6
Jamie
Very close now :) I'm almost ready to LG this, but the additional promisification of ...
6 years, 7 months ago (2014-05-13 18:59:53 UTC) #7
kelvinp
https://codereview.chromium.org/273753002/diff/90001/chrome/test/remoting/pin_browsertest.cc File chrome/test/remoting/pin_browsertest.cc (right): https://codereview.chromium.org/273753002/diff/90001/chrome/test/remoting/pin_browsertest.cc#newcode16 chrome/test/remoting/pin_browsertest.cc:16: LoadScript(content, FILE_PATH_LITERAL("browser_test.js")); On 2014/05/13 18:59:54, Jamie wrote: > Wasn't ...
6 years, 7 months ago (2014-05-13 23:11:00 UTC) #8
kelvinp
On 2014/05/13 23:11:00, kelvinp wrote: > https://codereview.chromium.org/273753002/diff/90001/chrome/test/remoting/pin_browsertest.cc > File chrome/test/remoting/pin_browsertest.cc (right): > > https://codereview.chromium.org/273753002/diff/90001/chrome/test/remoting/pin_browsertest.cc#newcode16 > ...
6 years, 7 months ago (2014-05-13 23:19:10 UTC) #9
Jamie
LGTM with a couple of nits. https://codereview.chromium.org/273753002/diff/90001/remoting/webapp/browser_test/cancel_pin_browser_test.js File remoting/webapp/browser_test/cancel_pin_browser_test.js (right): https://codereview.chromium.org/273753002/diff/90001/remoting/webapp/browser_test/cancel_pin_browser_test.js#newcode28 remoting/webapp/browser_test/cancel_pin_browser_test.js:28: // changes before ...
6 years, 7 months ago (2014-05-13 23:27:04 UTC) #10
kelvinp
Thank you Jamie. https://codereview.chromium.org/273753002/diff/90001/remoting/webapp/browser_test/update_pin_browser_test.js File remoting/webapp/browser_test/update_pin_browser_test.js (right): https://codereview.chromium.org/273753002/diff/90001/remoting/webapp/browser_test/update_pin_browser_test.js#newcode99 remoting/webapp/browser_test/update_pin_browser_test.js:99: // the PIN prompt is still ...
6 years, 7 months ago (2014-05-13 23:50:59 UTC) #11
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 7 months ago (2014-05-13 23:51:06 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kelvinp@chromium.org/273753002/140001
6 years, 7 months ago (2014-05-13 23:52:02 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-14 03:09:04 UTC) #14
Message was sent while issue was closed.
Change committed as 270317

Powered by Google App Engine
This is Rietveld 408576698