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

Issue 2550363002: Add LayoutTests for URL list of Response (Closed)

Created:
4 years ago by horo
Modified:
4 years ago
Reviewers:
falken, Mike West
CC:
blink-reviews, chromium-reviews, falken+watch_chromium.org, haraken, horo+watch_chromium.org, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, kinuko+serviceworker, kinuko+watch, michaeln, nhiroki, serviceworker-reviews, shimazu+serviceworker_chromium.org, tzik
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add LayoutTests for URL list of Response https://codereview.chromium.org/2516353002/ introduces URL list of Response. This URL list is an internal value which is not exposed to script. To check the list in the LayoutTest, this CL introduces an internal API getInternalResponseURLList(). BUG=658249 Committed: https://crrev.com/00af5e1dbf656a0b8f308583750d1e69c12b1148 Cr-Commit-Position: refs/heads/master@{#437533}

Patch Set 1 #

Total comments: 14

Patch Set 2 : incorporated falken's comment #

Total comments: 2

Patch Set 3 : s/thired/third/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -75 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/fetch/resources/redirect-loop.php View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js View 1 2 3 chunks +20 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/fetch.js View 1 9 chunks +53 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response.js View 1 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect.js View 11 chunks +72 lines, -38 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-loop.js View 4 chunks +40 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-nocors.js View 3 chunks +26 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-password.js View 4 chunks +24 lines, -12 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/redirected-response.html View 1 1 chunk +85 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/BUILD.gn View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchResponseData.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.h View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.cpp View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.h View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.cpp View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/testing/WorkerInternalsFetch.idl View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebTestingSupport.cpp View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (21 generated)
horo
falken@ Could you please review?
4 years ago (2016-12-09 00:07:49 UTC) #10
falken
https://codereview.chromium.org/2550363002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js File third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js (right): https://codereview.chromium.org/2550363002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js#newcode391 third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js:391: Can you add documentation about the format of test_target? ...
4 years ago (2016-12-09 01:54:15 UTC) #11
horo
https://codereview.chromium.org/2550363002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js File third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js (right): https://codereview.chromium.org/2550363002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js#newcode391 third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js:391: On 2016/12/09 01:54:15, falken wrote: > Can you add ...
4 years ago (2016-12-09 05:04:12 UTC) #14
falken
lgtm https://codereview.chromium.org/2550363002/diff/20001/third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js File third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js (right): https://codereview.chromium.org/2550363002/diff/20001/third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js#newcode394 third_party/WebKit/LayoutTests/http/tests/fetch/resources/thorough-util.js:394: // which will be called with the result ...
4 years ago (2016-12-09 05:19:52 UTC) #15
horo
mkwst@ Could you please review the following files? - third_party/WebKit/Source/core/core_idl_files.gni - third_party/WebKit/Source/modules/BUILD.gn - third_party/WebKit/Source/modules/modules_idl_files.gni - ...
4 years ago (2016-12-09 05:25:10 UTC) #19
Mike West
LGTM.
4 years ago (2016-12-09 12:40:18 UTC) #22
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/2550363002/40001
4 years ago (2016-12-09 14:26:56 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-09 14:37:48 UTC) #28
commit-bot: I haz the power
4 years ago (2016-12-09 14:39:37 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/00af5e1dbf656a0b8f308583750d1e69c12b1148
Cr-Commit-Position: refs/heads/master@{#437533}

Powered by Google App Engine
This is Rietveld 408576698