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

Issue 1211253007: ServiceWorker: Add LayoutTest for WindowClient.navigate(). (Closed)

Created:
5 years, 5 months ago by zino
Modified:
4 years, 11 months ago
Reviewers:
falken, Mike West, nhiroki
CC:
blink-reviews, falken, horo+watch_chromium.org, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, kinuko+serviceworker, michaeln, serviceworker-reviews, tzik
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ServiceWorker: Add LayoutTest for WindowClient.navigate(). This is a test for http://crrev.com/1196193003 and http://crrev.com/1202453002. BUG=500911

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 17
Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -0 lines) Patch
A LayoutTests/http/tests/serviceworker/resources/windowclient-navigate.js View 1 2 3 1 chunk +22 lines, -0 lines 2 comments Download
A LayoutTests/http/tests/serviceworker/windowclient-navigate.html View 1 2 3 1 chunk +81 lines, -0 lines 15 comments Download

Messages

Total messages: 20 (5 generated)
zino
Please take a look. Thank you.
5 years, 5 months ago (2015-07-07 15:41:59 UTC) #2
Mike West
LGTM.
5 years, 5 months ago (2015-07-08 07:45:43 UTC) #3
nhiroki
Thank you for making tests! https://codereview.chromium.org/1211253007/diff/20001/LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js File LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js (right): https://codereview.chromium.org/1211253007/diff/20001/LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js#newcode38 LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js:38: self.postMessage('navigate() can navigate not ...
5 years, 5 months ago (2015-07-10 08:38:57 UTC) #4
zino
I addressed your comments. Could you review again?
5 years, 5 months ago (2015-07-13 08:59:20 UTC) #5
zino
On 2015/07/13 08:59:20, zino wrote: > I addressed your comments. > > Could you review ...
5 years, 5 months ago (2015-07-15 06:15:23 UTC) #6
nhiroki
Sorry for my late reply. https://codereview.chromium.org/1211253007/diff/40001/LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js File LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js (right): https://codereview.chromium.org/1211253007/diff/40001/LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js#newcode34 LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js:34: function testNavigateNotControlledClient(client) { |client| ...
5 years, 5 months ago (2015-07-15 08:53:14 UTC) #7
zino
Reviewers, Please take a look again :) https://codereview.chromium.org/1211253007/diff/40001/LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js File LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js (right): https://codereview.chromium.org/1211253007/diff/40001/LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js#newcode34 LayoutTests/http/tests/serviceworker/chromium/resources/windowclient-navigate.js:34: function testNavigateNotControlledClient(client) ...
5 years, 3 months ago (2015-09-22 07:53:31 UTC) #10
zino
On 2015/09/22 07:53:31, zino wrote: > Reviewers, > > Please take a look again :) ...
5 years, 3 months ago (2015-09-24 12:02:14 UTC) #11
nhiroki
sorry for my late reply https://codereview.chromium.org/1211253007/diff/100001/LayoutTests/http/tests/serviceworker/resources/windowclient-navigate.js File LayoutTests/http/tests/serviceworker/resources/windowclient-navigate.js (right): https://codereview.chromium.org/1211253007/diff/100001/LayoutTests/http/tests/serviceworker/resources/windowclient-navigate.js#newcode20 LayoutTests/http/tests/serviceworker/resources/windowclient-navigate.js:20: }); promise-chain indent (see ...
5 years, 2 months ago (2015-09-28 08:59:22 UTC) #12
zino
Thank you for review. I addressed your comments and I've just reupload this patch to ...
5 years, 2 months ago (2015-10-07 02:30:42 UTC) #14
zino
I addressed your comments and I've just reupload this patch to chromium repo. Please review: ...
5 years, 2 months ago (2015-10-08 02:44:53 UTC) #15
nhiroki
On 2015/10/08 02:44:53, zino wrote: > I addressed your comments and I've just reupload this ...
5 years, 2 months ago (2015-10-08 07:52:02 UTC) #16
nhiroki
https://codereview.chromium.org/1211253007/diff/100001/LayoutTests/http/tests/serviceworker/windowclient-navigate.html File LayoutTests/http/tests/serviceworker/windowclient-navigate.html (right): https://codereview.chromium.org/1211253007/diff/100001/LayoutTests/http/tests/serviceworker/windowclient-navigate.html#newcode29 LayoutTests/http/tests/serviceworker/windowclient-navigate.html:29: 'UnknownError', On 2015/10/07 02:30:41, zino wrote: > I tried ...
5 years, 2 months ago (2015-10-08 07:52:09 UTC) #17
falken
Any update on this patch?
4 years, 11 months ago (2016-01-26 01:50:53 UTC) #18
zino
4 years, 11 months ago (2016-01-26 04:10:55 UTC) #19
On 2016/01/26 01:50:53, falken wrote:
> Any update on this patch?

This patch was already landed:
  https://codereview.chromium.org/1390993002/

This CL was uploaded to Blink repo. So, I'll close this.

Powered by Google App Engine
This is Rietveld 408576698