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

Issue 617003003: Make WebServiceWorkerResponse support ResponseType (Closed)

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

Description

Make WebServiceWorkerResponse support ResponseType BUG=418700 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183128

Patch Set 1 #

Patch Set 2 : nits #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 4

Patch Set 5 : Addresses comments from PS4 and fixes some cache tests #

Total comments: 6

Patch Set 6 : Address comments from PS5 #

Patch Set 7 : Put WebServiceWorkerResponseType enum in its own file (so browser can load it) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -44 lines) Patch
M Source/modules/modules.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/serviceworkers/CacheTest.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchResponseData.cpp View 1 2 3 4 5 6 2 chunks +30 lines, -0 lines 0 comments Download
A Source/modules/serviceworkers/FetchResponseDataTest.cpp View 1 2 3 4 5 6 1 chunk +80 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 4 5 6 3 chunks +24 lines, -19 lines 0 comments Download
M Source/modules/serviceworkers/ResponseTest.cpp View 1 2 3 4 5 6 3 chunks +87 lines, -23 lines 0 comments Download
M Source/platform/exported/WebServiceWorkerResponse.cpp View 1 2 3 4 5 6 2 chunks +16 lines, -1 line 0 comments Download
M public/platform/WebServiceWorkerResponse.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
A public/platform/WebServiceWorkerResponseType.h View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
jkarlin
jsbell@chromium.org: Please review changes in everything. falken@chromium.org: Please review changes in everything. jochen@chromium.org: Please review ...
6 years, 2 months ago (2014-09-30 19:24:24 UTC) #2
jsbell
lgtm but @falken or @horo should take a look https://codereview.chromium.org/617003003/diff/60001/Source/modules/serviceworkers/FetchResponseData.cpp File Source/modules/serviceworkers/FetchResponseData.cpp (right): https://codereview.chromium.org/617003003/diff/60001/Source/modules/serviceworkers/FetchResponseData.cpp#newcode110 Source/modules/serviceworkers/FetchResponseData.cpp:110: ...
6 years, 2 months ago (2014-09-30 22:14:45 UTC) #4
jkarlin
Thanks jsbell! horo: Please take a look at everything. Thanks! https://codereview.chromium.org/617003003/diff/60001/Source/modules/serviceworkers/FetchResponseData.cpp File Source/modules/serviceworkers/FetchResponseData.cpp (right): https://codereview.chromium.org/617003003/diff/60001/Source/modules/serviceworkers/FetchResponseData.cpp#newcode110 ...
6 years, 2 months ago (2014-10-01 00:11:00 UTC) #5
jkarlin
Thanks jsbell! horo: Please take a look at everything. Thanks!
6 years, 2 months ago (2014-10-01 00:11:02 UTC) #6
horo
lgtm with nit https://codereview.chromium.org/617003003/diff/80001/Source/modules/serviceworkers/FetchResponseData.cpp File Source/modules/serviceworkers/FetchResponseData.cpp (right): https://codereview.chromium.org/617003003/diff/80001/Source/modules/serviceworkers/FetchResponseData.cpp#newcode15 Source/modules/serviceworkers/FetchResponseData.cpp:15: WebServiceWorkerResponse::ResponseType fetchTypeToWebType(FetchResponseData::Type fetchType) + 1 line ...
6 years, 2 months ago (2014-10-01 01:38:11 UTC) #7
jochen (gone - plz use gerrit)
lgtm with nit https://codereview.chromium.org/617003003/diff/80001/public/platform/WebServiceWorkerResponse.h File public/platform/WebServiceWorkerResponse.h (right): https://codereview.chromium.org/617003003/diff/80001/public/platform/WebServiceWorkerResponse.h#newcode33 public/platform/WebServiceWorkerResponse.h:33: BasicType, should be ResponseTypeBasic, etc..
6 years, 2 months ago (2014-10-01 07:46:34 UTC) #8
jkarlin
Thanks! https://codereview.chromium.org/617003003/diff/80001/Source/modules/serviceworkers/FetchResponseData.cpp File Source/modules/serviceworkers/FetchResponseData.cpp (right): https://codereview.chromium.org/617003003/diff/80001/Source/modules/serviceworkers/FetchResponseData.cpp#newcode15 Source/modules/serviceworkers/FetchResponseData.cpp:15: WebServiceWorkerResponse::ResponseType fetchTypeToWebType(FetchResponseData::Type fetchType) On 2014/10/01 01:38:11, horo wrote: ...
6 years, 2 months ago (2014-10-01 11:26:57 UTC) #9
jkarlin
jochen: PTAL one more time as I moved the WebServiceWorkerResponseType enum into its own file ...
6 years, 2 months ago (2014-10-01 12:17:17 UTC) #10
jkarlin
On 2014/10/01 12:17:17, jkarlin wrote: > jochen: PTAL one more time as I moved the ...
6 years, 2 months ago (2014-10-01 17:51:58 UTC) #11
jamesr
On 2014/10/01 17:51:58, jkarlin wrote: > On 2014/10/01 12:17:17, jkarlin wrote: > > jochen: PTAL ...
6 years, 2 months ago (2014-10-01 18:25:59 UTC) #13
jkarlin
On 2014/10/01 18:25:59, jamesr wrote: > On 2014/10/01 17:51:58, jkarlin wrote: > > On 2014/10/01 ...
6 years, 2 months ago (2014-10-01 18:34:41 UTC) #15
jochen (gone - plz use gerrit)
lgtm
6 years, 2 months ago (2014-10-02 07:41:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617003003/120001
6 years, 2 months ago (2014-10-02 11:04:00 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 11:08:21 UTC) #19
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as 183128

Powered by Google App Engine
This is Rietveld 408576698