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

Issue 2763123002: Upstream service worker `claim` tests to WPT (Closed)

Created:
3 years, 9 months ago by mike3
Modified:
3 years, 9 months ago
Reviewers:
falken
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, shimazu+serviceworker_chromium.org, serviceworker-reviews, blink-reviews-w3ctests_chromium.org, nhiroki, kinuko+serviceworker, blink-reviews, horo+watch_chromium.org, falken+watch_chromium.org, tzik
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream service worker `claim` tests to WPT BUG=688116, 675540 R=falken@chromium.org Review-Url: https://codereview.chromium.org/2763123002 Cr-Commit-Position: refs/heads/master@{#459538} Committed: https://chromium.googlesource.com/chromium/src/+/420b56c73fae6392e98998f0588af0f54d79436d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Persist Chromium-specific version of test #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -380 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/claim-not-using-registration.https.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/claim-using-registration.https.html View 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/claim-with-redirect.https.html View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/claim-with-redirect-iframe.html View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py View 1 2 chunks +10 lines, -7 lines 1 comment Download
A + third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/claim-with-redirect.html View 1 1 chunk +8 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/claim-with-redirect-iframe.html View 1 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/redirect.php View 1 1 chunk +29 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/update-claim-worker.php View 1 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html View 1 chunk +0 lines, -122 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/claim-using-registration.html View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/claim-with-redirect.html View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/claim-with-redirect-iframe.html View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/update-claim-worker.php View 1 chunk +0 lines, -21 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
mike3
@falken This batch really only migrates one new test file: `claim-with-redirect.html`. The files named `claim-not-using-registration.html` ...
3 years, 9 months ago (2017-03-21 19:47:38 UTC) #1
falken
lgtm https://codereview.chromium.org/2763123002/diff/1/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py File third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py (right): https://codereview.chromium.org/2763123002/diff/1/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py#newcode22 third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py:22: # can find a new version in the ...
3 years, 9 months ago (2017-03-22 13:39:00 UTC) #2
mike3
https://codereview.chromium.org/2763123002/diff/1/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py File third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py (right): https://codereview.chromium.org/2763123002/diff/1/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py#newcode22 third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py:22: # can find a new version in the network. ...
3 years, 9 months ago (2017-03-22 23:03:57 UTC) #3
falken
On 2017/03/22 23:03:57, mike3 wrote: > https://codereview.chromium.org/2763123002/diff/1/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py > File > third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/update-claim-worker.py > (right): > > ...
3 years, 9 months ago (2017-03-22 23:09:56 UTC) #4
mike3
@falken I've added another version of the test, this one its original form. Would you ...
3 years, 9 months ago (2017-03-23 15:56:56 UTC) #5
falken
lgtm, just add 675540 to the BUG= for future reference.
3 years, 9 months ago (2017-03-24 09:18:26 UTC) #6
mike3
On 2017/03/24 09:18:26, falken wrote: > lgtm, just add 675540 to the BUG= for future ...
3 years, 9 months ago (2017-03-24 19:12:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2763123002/20001
3 years, 9 months ago (2017-03-24 19:13:40 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 20:35:26 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/420b56c73fae6392e98998f0588a...

Powered by Google App Engine
This is Rietveld 408576698