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

Issue 1267263003: Rename fetch layout tests. (Closed)

Created:
5 years, 4 months ago by yhirano
Modified:
5 years, 4 months ago
Reviewers:
hiroshige
CC:
blink-reviews
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Rename fetch layout tests. This CL renames many fetch layout tests. - fetch-access-control- prefix is gone and such tests are moved to thorough/. - Remove some fetch- prefix. BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200296

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+678 lines, -7103 lines) Patch
M LayoutTests/http/tests/fetch/README View 1 2 3 5 chunks +13 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/fetch/generate.py View 1 2 3 1 chunk +21 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/resources/fetch-access-control-iframe.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/resources/fetch-access-control-util.js View 1 chunk +0 lines, -406 lines 0 comments Download
D LayoutTests/http/tests/fetch/resources/fetch-access-control-worker.js View 1 chunk +0 lines, -39 lines 0 comments Download
M LayoutTests/http/tests/fetch/resources/fetch-test-helpers.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/fetch/resources/init.js View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/resources/thorough-iframe.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/resources/thorough-util.js View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
A + LayoutTests/http/tests/fetch/resources/thorough-worker.js View 2 chunks +2 lines, -2 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-serviceworker.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-serviceworker-proxied.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-window.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-workers.html View 1 chunk +0 lines, -21 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/body-mixin.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/cache-override.js View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control.js View 1 chunk +0 lines, -73 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth.js View 1 chunk +0 lines, -136 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth-nocors.js View 1 chunk +0 lines, -63 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cookie.js View 1 chunk +0 lines, -156 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cookie-nocors.js View 1 chunk +0 lines, -84 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors.js View 1 chunk +0 lines, -94 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight.js View 1 chunk +0 lines, -111 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight2.js View 1 chunk +0 lines, -174 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-nocors.js View 1 chunk +0 lines, -79 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect.js View 1 chunk +0 lines, -292 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-credentials.js View 1 chunk +0 lines, -105 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-loop.js View 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-nocors.js View 1 chunk +0 lines, -95 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-body-mixin.js View 1 chunk +0 lines, -163 lines 0 comments Download
D LayoutTests/http/tests/fetch/script-tests/fetch-cache-override.js View 1 chunk +0 lines, -187 lines 0 comments Download
M LayoutTests/http/tests/fetch/script-tests/filtered-response.js View 1 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker-proxied.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-window.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-workers.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/access-control.js View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/auth.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/auth-nocors.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/cookie.js View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/cors.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/nocors.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/redirect-credentials.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/redirect-loop.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/script-tests/thorough/redirect-nocors.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-nocors.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-nocors-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-nocors-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-preflight.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-preflight-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-preflight-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-preflight2.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-preflight2-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cors-preflight2-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-nocors.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-nocors-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-nocors-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-credentials.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-credentials-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-credentials-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-loop.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-loop-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-loop-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-nocors.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-nocors-base-https-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-nocors-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-redirect-other-https.html View 1 chunk +0 lines, -30 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/access-control.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/access-control-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth.html View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight2.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight2-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight2-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-credentials.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-credentials-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-credentials-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-loop.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-loop-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-loop-other-https.html View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/redirect-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/body-mixin.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/body-mixin-base-https-other-https.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/cache-override.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/cache-override-base-https-other-https.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-nocors.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-nocors-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-nocors-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-nocors.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-nocors-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-nocors-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-preflight.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-preflight-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-preflight-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-preflight2.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-preflight2-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cors-preflight2-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-credentials.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-credentials-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-credentials-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-nocors.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-nocors-base-https-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-nocors-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-other-https.html View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-body-mixin.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-body-mixin-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/access-control.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/access-control-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/auth.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/auth-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/auth-nocors.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/auth-nocors-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/auth-nocors-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/auth-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cookie.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cookie-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cookie-nocors.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cookie-nocors-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cookie-nocors-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cookie-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight2.html View 2 chunks +4 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight2-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight2-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/nocors.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/nocors-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/nocors-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-credentials.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-credentials-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-credentials-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-loop.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-loop-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-loop-other-https.html View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-nocors.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-nocors-base-https-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-nocors-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/serviceworker/thorough/redirect-other-https.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/body-mixin.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/window/body-mixin-base-https-other-https.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/window/cache-override.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/window/cache-override-base-https-other-https.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-auth.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-auth-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-auth-nocors.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-auth-nocors-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-auth-nocors-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-auth-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cookie.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cookie-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cookie-nocors.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cookie-nocors-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cookie-nocors-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cookie-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-preflight.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-preflight-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-preflight-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-preflight2.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-preflight2-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-cors-preflight2-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-nocors.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-nocors-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-nocors-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-credentials.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-credentials-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-credentials-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-loop.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-loop-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-loop-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-nocors.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-nocors-base-https-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-nocors-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-access-control-redirect-other-https.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-body-mixin.html View 1 chunk +0 lines, -29 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-body-mixin-base-https-other-https.html View 1 chunk +0 lines, -29 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-cache-override.html View 1 chunk +0 lines, -29 lines 0 comments Download
D LayoutTests/http/tests/fetch/window/fetch-cache-override-base-https-other-https.html View 1 chunk +0 lines, -29 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/access-control.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/access-control-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/auth.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/auth-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/auth-nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/auth-nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/auth-nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/auth-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cookie.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cookie-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cookie-nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cookie-nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cookie-nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cookie-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-preflight.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-preflight-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-preflight-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-preflight2.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-preflight2-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/cors-preflight2-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-credentials.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-credentials-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-credentials-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-loop.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-loop-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-loop-other-https.html View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-nocors.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-nocors-base-https-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-nocors-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/window/thorough/redirect-other-https.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/body-mixin.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/workers/body-mixin-base-https-other-https.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/workers/cache-override.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/fetch/workers/cache-override-base-https-other-https.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-auth.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-nocors.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-nocors-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-nocors-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-nocors.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-nocors-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-nocors-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-preflight.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-preflight-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-preflight-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-preflight2.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-preflight2-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-cors-preflight2-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-credentials.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-credentials-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-credentials-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-loop.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-loop-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-loop-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-base-https-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-other-https.html View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-body-mixin-base-https-other-https.html View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-cache-override.html View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/http/tests/fetch/workers/fetch-cache-override-base-https-other-https.html View 1 chunk +0 lines, -20 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/access-control.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/access-control-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/auth.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/auth-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/auth-nocors.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/auth-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cookie.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cookie-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cookie-nocors.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cookie-nocors-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cookie-nocors-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cookie-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-preflight.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-preflight-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-preflight-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-preflight2.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-preflight2-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/cors-preflight2-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/nocors.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/nocors-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/nocors-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-credentials.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-credentials-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-credentials-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-loop.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-loop-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-loop-other-https.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-nocors.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-nocors-base-https-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-nocors-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/http/tests/fetch/workers/thorough/redirect-other-https.html View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
yhirano
5 years, 4 months ago (2015-08-05 01:48:18 UTC) #2
hiroshige
https://codereview.chromium.org/1267263003/diff/40001/LayoutTests/http/tests/fetch/README File LayoutTests/http/tests/fetch/README (right): https://codereview.chromium.org/1267263003/diff/40001/LayoutTests/http/tests/fetch/README#newcode21 LayoutTests/http/tests/fetch/README:21: There are two kinds of tests. One is regular ...
5 years, 4 months ago (2015-08-05 04:55:52 UTC) #3
yhirano
Thanks for the review. https://codereview.chromium.org/1267263003/diff/40001/LayoutTests/http/tests/fetch/README File LayoutTests/http/tests/fetch/README (right): https://codereview.chromium.org/1267263003/diff/40001/LayoutTests/http/tests/fetch/README#newcode21 LayoutTests/http/tests/fetch/README:21: There are two kinds of ...
5 years, 4 months ago (2015-08-07 02:32:04 UTC) #4
hiroshige
lgtm. https://codereview.chromium.org/1267263003/diff/60001/LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js File LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js (right): https://codereview.chromium.org/1267263003/diff/60001/LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js#newcode18 LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js:18: // cookie.js and cookie-no-cors.js parallel with small diffs. ...
5 years, 4 months ago (2015-08-10 16:01:08 UTC) #5
yhirano
https://codereview.chromium.org/1267263003/diff/60001/LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js File LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js (right): https://codereview.chromium.org/1267263003/diff/60001/LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js#newcode18 LayoutTests/http/tests/fetch/script-tests/thorough/cookie-nocors.js:18: // cookie.js and cookie-no-cors.js parallel with small diffs. On ...
5 years, 4 months ago (2015-08-11 03:24:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1267263003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1267263003/80001
5 years, 4 months ago (2015-08-11 03:24:36 UTC) #9
commit-bot: I haz the power
5 years, 4 months ago (2015-08-11 04:57:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200296

Powered by Google App Engine
This is Rietveld 408576698