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

Issue 1007543003: Implements It2MeBrowserTest CancelShare and VerifyAccessCodeNotReusable (Closed)

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

Description

Implements It2MeBrowserTest CancelShare and VerifyAccessCodeNotReusable This CL implements two P0 browser test cases - It2MeBrowserTest.CancelShare - It2MeBrowserTest.VerifyAccessCodeNotReusable This only behavioral change in this CL is that we will always return INVALID_ACCESS_CODE for It2Me Connections failed with HOST_IS_OFFLINE. HOST_IS_OFFLINE suggests that the host portion of the access code is invalid and we should hide this implementation detail from the user. BUG=466849, 466850 Committed: https://crrev.com/6f0f0e5434eaa270179676272c9b34f0b3882554 Cr-Commit-Position: refs/heads/master@{#320835}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Rebase #

Patch Set 3 : Reviewer's feedback #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -16 lines) Patch
M chrome/test/remoting/it2me_browsertest.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M remoting/webapp/browser_test/browser_test.js View 1 2 3 chunks +9 lines, -7 lines 0 comments Download
M remoting/webapp/browser_test/it2me_browser_test.js View 1 2 2 chunks +16 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/desktop_remoting.js View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
kelvinp
PTAL
5 years, 9 months ago (2015-03-13 00:05:21 UTC) #3
Jamie
https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js File remoting/webapp/crd/js/desktop_remoting.js (right): https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js#newcode261 remoting/webapp/crd/js/desktop_remoting.js:261: error = remoting.Error.INVALID_ACCESS_CODE; There are two cases to consider ...
5 years, 9 months ago (2015-03-13 18:38:47 UTC) #4
kelvinp
On 2015/03/13 18:38:47, Jamie wrote: > https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js > File remoting/webapp/crd/js/desktop_remoting.js (right): > > https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js#newcode261 > ...
5 years, 9 months ago (2015-03-13 18:49:37 UTC) #6
kelvinp
https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js File remoting/webapp/crd/js/desktop_remoting.js (right): https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js#newcode261 remoting/webapp/crd/js/desktop_remoting.js:261: error = remoting.Error.INVALID_ACCESS_CODE; On 2015/03/13 18:38:47, Jamie wrote: > ...
5 years, 9 months ago (2015-03-13 18:55:26 UTC) #7
rmsousa
https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js File remoting/webapp/crd/js/desktop_remoting.js (right): https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js#newcode261 remoting/webapp/crd/js/desktop_remoting.js:261: error = remoting.Error.INVALID_ACCESS_CODE; On 2015/03/13 18:55:25, kelvinp wrote: > ...
5 years, 9 months ago (2015-03-13 22:14:27 UTC) #8
kelvinp
On 2015/03/13 22:14:27, rmsousa wrote: > https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js > File remoting/webapp/crd/js/desktop_remoting.js (right): > > https://codereview.chromium.org/1007543003/diff/20001/remoting/webapp/crd/js/desktop_remoting.js#newcode261 > ...
5 years, 9 months ago (2015-03-13 23:18:57 UTC) #9
kelvinp
PTAL After talking to sergey, the existing implementation does not unregister the host from the ...
5 years, 9 months ago (2015-03-16 18:31:02 UTC) #10
Jamie
lgtm
5 years, 9 months ago (2015-03-16 20:40:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1007543003/60001
5 years, 9 months ago (2015-03-16 20:47:30 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/46049)
5 years, 9 months ago (2015-03-16 21:56:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1007543003/60001
5 years, 9 months ago (2015-03-16 22:12:30 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/46102)
5 years, 9 months ago (2015-03-16 22:33:35 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1007543003/80001
5 years, 9 months ago (2015-03-16 23:22:06 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 9 months ago (2015-03-17 00:55:43 UTC) #23
commit-bot: I haz the power
5 years, 9 months ago (2015-03-17 00:56:26 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6f0f0e5434eaa270179676272c9b34f0b3882554
Cr-Commit-Position: refs/heads/master@{#320835}

Powered by Google App Engine
This is Rietveld 408576698