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

Issue 468753003: SW tests update (Closed)

Created:
6 years, 4 months ago by horo
Modified:
6 years, 2 months ago
Reviewers:
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, jamesr, tzik, serviceworker-reviews, nhiroki, abarth-chromium, falken, dglazkov+blink, kinuko+serviceworker, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

SW tests update BUG=

Patch Set 1 : service-worker-gc.html #

Patch Set 2 : registration-stress.html #

Patch Set 3 : test-helpers.js #

Patch Set 4 : update service-worker-gc.html #

Patch Set 5 : controller-on-reload.html #

Patch Set 6 : controller-on-reload.html #

Patch Set 7 : fetch-access-control.html #

Patch Set 8 : fetch-body-stream.html #

Patch Set 9 : fetch-body-stream.html #

Patch Set 10 : fetch-canvas-tainting.html #

Patch Set 11 : fetch-cors-xhr.html fetch-csp.html #

Patch Set 12 : fetch-event.html #

Patch Set 13 : fetch-mixed-content.html #

Patch Set 14 : fetch.html #

Patch Set 15 : indexeddb.html #

Patch Set 16 : install-phase-event-waituntil.html #

Patch Set 17 : interfaces.html #

Patch Set 18 : interfaces.html #

Patch Set 19 : postmessage-msgport-to-client.html #

Patch Set 20 : postmessage-to-client.html #

Patch Set 21 : postmessage.html #

Patch Set 22 : serviceworkerobject-scripturl.html #

Patch Set 23 : serviceworkerglobalscope-scope.html with BUG comment #

Patch Set 24 : unregister-controller.html #

Patch Set 25 : unregister.html #

Patch Set 26 : copy from https://codereview.chromium.org/466723002/#ps120001 #

Patch Set 27 : falken's comment #

Patch Set 28 : 467133002 and fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+543 lines, -381 lines) Patch
M LayoutTests/http/tests/serviceworker/activation-after-registration.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +15 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/active.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +8 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/chromium/registration-stress.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +4 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/chromium/service-worker-gc.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 4 chunks +12 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +3 lines, -1 line 0 comments Download
M LayoutTests/http/tests/serviceworker/controller-on-load.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +20 lines, -20 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/controller-on-reload.html View 1 2 3 4 5 2 chunks +15 lines, -21 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +26 lines, -23 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch-access-control.html View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch-body-stream.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +26 lines, -24 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch-csp.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/fetch-event.html View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +50 lines, -37 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/indexeddb.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +23 lines, -21 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/install-phase-event-waituntil.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +63 lines, -60 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/installing.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +8 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/interfaces.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +31 lines, -22 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/postmessage.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +24 lines, -23 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/postmessage-msgport-to-client.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +33 lines, -34 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/postmessage-to-client.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +25 lines, -27 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/ready.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/registration.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 4 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/registration-end-to-end.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +6 lines, -1 line 0 comments Download
M LayoutTests/http/tests/serviceworker/registration-events.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +6 lines, -1 line 0 comments Download
M LayoutTests/http/tests/serviceworker/request-end-to-end.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +7 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/fetch-mixed-content-iframe.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/test-helpers.js View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +41 lines, -22 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/serviceworkerobject-scripturl.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/state.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +13 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/unregister.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +6 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/unregister-controller.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +8 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/waiting.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +8 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerRegistration.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 26 27 1 chunk +6 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerRegistration.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 26 27 2 chunks +14 lines, -0 lines 0 comments Download
M public/platform/WebServiceWorkerProvider.h View 1 chunk +0 lines, -1 line 0 comments Download
M public/platform/WebServiceWorkerRegistration.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 26 27 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698