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

Issue 304233017: ServiceWorker: Add layout tests for fetch event response (Closed)

Created:
6 years, 6 months ago by falken
Modified:
6 years, 6 months ago
CC:
blink-reviews, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, nhiroki, kinuko+serviceworker, horo+watch_chromium.org, alecflett+watch_chromium.org
Visibility:
Public.

Description

ServiceWorker: Add layout tests for fetch event response body Multi-sided patch to implement blob-type fetch event response bodies: 1: blink-side, https://codereview.chromium.org/307063002/ 2: chromium-side, https://codereview.chromium.org/315023003/ 3: blink-side, THIS PATCH BUG=379074 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175538

Patch Set 1 #

Total comments: 16

Patch Set 2 : sync #

Patch Set 3 : review comments #

Patch Set 4 : add test for null body and handle parallelism #

Patch Set 5 : forgot null-response-body-worker.js #

Total comments: 1

Patch Set 6 : use request.url #

Patch Set 7 : one reg per test #

Patch Set 8 : patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -9 lines) Patch
A LayoutTests/http/tests/serviceworker/fetch-event.html View 1 2 3 4 5 6 7 1 chunk +89 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/fetch-event-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/resources/fetch-event-test-worker.js View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/resources/simple.html View 1 2 6 1 chunk +3 lines, -0 lines 0 comments Download
A LayoutTests/virtual/serviceworker/http/tests/serviceworker/fetch-event-expected.txt View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/Response.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/Response.cpp View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M Source/modules/serviceworkers/Response.idl View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
falken
6 years, 6 months ago (2014-06-02 12:03:42 UTC) #1
michaeln
it'd be good if somebody with better js chops than me took a look
6 years, 6 months ago (2014-06-02 23:05:45 UTC) #2
jsbell
I think michaeln@ was paging me... Mostly l*g*t*m but I think the reject test is ...
6 years, 6 months ago (2014-06-02 23:27:34 UTC) #3
falken
Thanks! PTAL https://codereview.chromium.org/304233017/diff/1/LayoutTests/http/tests/serviceworker/fetch-event-expected.txt File LayoutTests/http/tests/serviceworker/fetch-event-expected.txt (right): https://codereview.chromium.org/304233017/diff/1/LayoutTests/http/tests/serviceworker/fetch-event-expected.txt#newcode1 LayoutTests/http/tests/serviceworker/fetch-event-expected.txt:1: On 2014/06/02 23:27:34, jsbell wrote: > This ...
6 years, 6 months ago (2014-06-03 02:26:29 UTC) #4
falken
Actually I must revise this patch a bit: - Need to ensure tests that use ...
6 years, 6 months ago (2014-06-03 04:20:47 UTC) #5
falken
On 2014/06/03 04:20:47, falken wrote: > Actually I must revise this patch a bit: > ...
6 years, 6 months ago (2014-06-03 08:13:25 UTC) #6
jsbell
lgtm, with a thought (not sure if it's a good idea or not) https://codereview.chromium.org/304233017/diff/80001/LayoutTests/http/tests/serviceworker/fetch-event.html File ...
6 years, 6 months ago (2014-06-03 17:51:26 UTC) #7
falken
Thanks Joshua! It turned out that request.url landed before this patch, so I changed the ...
6 years, 6 months ago (2014-06-04 08:50:29 UTC) #8
jsbell
lgtm... ...but half the test script ends up being custom plumbing to run and clean-up ...
6 years, 6 months ago (2014-06-04 17:42:52 UTC) #9
falken
On 2014/06/04 17:42:52, jsbell wrote: > lgtm... > > ...but half the test script ends ...
6 years, 6 months ago (2014-06-05 02:25:57 UTC) #10
dominicc (has gone to gerrit)
On 2014/06/05 02:25:57, falken wrote: > On 2014/06/04 17:42:52, jsbell wrote: > > lgtm... > ...
6 years, 6 months ago (2014-06-05 04:56:05 UTC) #11
falken
The CQ bit was checked by falken@chromium.org
6 years, 6 months ago (2014-06-05 05:09:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/falken@chromium.org/304233017/190001
6 years, 6 months ago (2014-06-05 05:09:35 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 6 months ago (2014-06-05 06:17:46 UTC) #14
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 06:20:09 UTC) #15
Message was sent while issue was closed.
Change committed as 175538

Powered by Google App Engine
This is Rietveld 408576698