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

Issue 2676733002: Upstream foreign fetch tests. (Closed)

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

Description

Upstream foreign fetch tests. BUG=678498 BUG=688116 Review-Url: https://codereview.chromium.org/2676733002 Cr-Commit-Position: refs/heads/master@{#450134} Committed: https://chromium.googlesource.com/chromium/src/+/e09a722158af5e49f59381a50669a30003f3bbb5

Patch Set 1 #

Patch Set 2 : cleanup urls #

Patch Set 3 : update expectations #

Patch Set 4 : minor cleanups #

Total comments: 7

Patch Set 5 : address some comments #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+290 lines, -1050 lines) Patch
M third_party/WebKit/LayoutTests/SlowTests View 1 2 3 4 1 chunk +4 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json View 1 2 3 4 5 41 chunks +151 lines, -48 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/foreign-fetch-basics.https.html View 1 2 3 11 chunks +24 lines, -37 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/foreign-fetch-cors.https.html View 1 5 chunks +12 lines, -8 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/foreign-fetch-event.https.html View 1 chunk +9 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/foreign-fetch-workers.https.html View 1 2 3 4 chunks +17 lines, -34 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/fetch-access-control.py View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-cors-worker.js View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-event-worker.js View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-iframe.html View 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-script.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helper-worker.js View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-worker.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/get-host-info.sub.js View 1 2 chunks +7 lines, -16 lines 0 comments Download
A + third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/install-worker-helper.html View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/reply-to-message.html View 1 chunk +7 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/service-worker-csp-script.https-expected.txt View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/foreign-fetch-basics.html View 1 chunk +0 lines, -254 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/foreign-fetch-cors.html View 1 chunk +0 lines, -302 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/foreign-fetch-event.html View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/foreign-fetch-workers.html View 1 chunk +0 lines, -105 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-cors-worker.js View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-event-worker.js View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helper-iframe.html View 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helper-script.js View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helper-worker.js View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-helpers.js View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-worker.js View 1 2 3 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/install-worker-helper.html View 1 chunk +0 lines, -22 lines 0 comments Download

Messages

Total messages: 40 (33 generated)
Marijn Kruisselbrink
Before actually landing this https://github.com/w3c/ServiceWorker/pull/1067 needs to be resolved (and if that gets resolved by ...
3 years, 10 months ago (2017-02-04 00:14:35 UTC) #20
falken
lgtm https://codereview.chromium.org/2676733002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js File third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js (right): https://codereview.chromium.org/2676733002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js#newcode4 third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js:4: // are resolved relative to the /serviceworker/resources/ directory ...
3 years, 10 months ago (2017-02-07 02:10:47 UTC) #23
qyearsley
Just wanted to jump in real quick here and say thanks for doing this! :-)
3 years, 10 months ago (2017-02-07 18:33:21 UTC) #25
Marijn Kruisselbrink
https://codereview.chromium.org/2676733002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js File third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js (right): https://codereview.chromium.org/2676733002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js#newcode4 third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-helpers.js:4: // are resolved relative to the /serviceworker/resources/ directory on ...
3 years, 10 months ago (2017-02-13 22:00:26 UTC) #32
Marijn Kruisselbrink
3 years, 10 months ago (2017-02-13 22:00:27 UTC) #33
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/2676733002/120001
3 years, 10 months ago (2017-02-13 22:52:34 UTC) #37
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 23:00:14 UTC) #40
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/e09a722158af5e49f59381a50669...

Powered by Google App Engine
This is Rietveld 408576698