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

Issue 304053003: ServiceWorker: support Request.{url,method,origin,headers} [blink] (1/3) (Closed)

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

Description

ServiceWorker: support Request.{url,method,origin,headers} [blink] (1/3) https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#request-objects Multi-sided patch: 1/3: blink-side, THIS PATCH 2/3: chromium-side, https://codereview.chromium.org/305893003/ 3/3: blink-side, cleanup Not Yet. BUG=377373 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175276

Patch Set 1 : #

Patch Set 2 : fix compile error in clang #

Patch Set 3 : Add test for Request. #

Total comments: 10

Patch Set 4 : incorporated falken's comment #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -130 lines) Patch
A + LayoutTests/http/tests/serviceworker/request.html View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/request-expected.txt View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A + LayoutTests/http/tests/serviceworker/resources/request-worker.js View 1 2 3 1 chunk +12 lines, -11 lines 0 comments Download
A LayoutTests/virtual/serviceworker/http/tests/serviceworker/request-expected.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.h View 3 chunks +9 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.cpp View 4 chunks +21 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/HeaderMap.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/HeaderMap.cpp View 2 chunks +11 lines, -0 lines 0 comments Download
A + Source/modules/serviceworkers/Request.h View 1 2 3 1 chunk +21 lines, -16 lines 0 comments Download
A + Source/modules/serviceworkers/Request.cpp View 1 2 3 2 chunks +33 lines, -17 lines 0 comments Download
A + Source/modules/serviceworkers/Request.idl View 1 chunk +16 lines, -10 lines 0 comments Download
A + Source/modules/serviceworkers/RequestInit.h View 1 2 3 2 chunks +10 lines, -11 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + Source/platform/exported/WebServiceWorkerRequest.cpp View 1 2 3 1 chunk +18 lines, -35 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.h View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.cpp View 2 chunks +10 lines, -0 lines 0 comments Download
A + public/platform/WebServiceWorkerRequest.h View 1 2 3 2 chunks +18 lines, -26 lines 0 comments Download
M public/web/WebServiceWorkerContextProxy.h View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
horo
falken@ Could you please review this?
6 years, 6 months ago (2014-05-29 11:42:22 UTC) #1
falken
lgtm with nits https://codereview.chromium.org/304053003/diff/110001/LayoutTests/http/tests/serviceworker/resources/request-worker.js File LayoutTests/http/tests/serviceworker/resources/request-worker.js (right): https://codereview.chromium.org/304053003/diff/110001/LayoutTests/http/tests/serviceworker/resources/request-worker.js#newcode12 LayoutTests/http/tests/serviceworker/resources/request-worker.js:12: origin: 'https://www.example.com/', origin should be removed, ...
6 years, 6 months ago (2014-05-30 02:31:19 UTC) #2
horo
https://codereview.chromium.org/304053003/diff/110001/LayoutTests/http/tests/serviceworker/resources/request-worker.js File LayoutTests/http/tests/serviceworker/resources/request-worker.js (right): https://codereview.chromium.org/304053003/diff/110001/LayoutTests/http/tests/serviceworker/resources/request-worker.js#newcode12 LayoutTests/http/tests/serviceworker/resources/request-worker.js:12: origin: 'https://www.example.com/', On 2014/05/30 02:31:20, falken wrote: > origin ...
6 years, 6 months ago (2014-05-30 04:04:03 UTC) #3
horo
jochen@: could you do owner's review for changes in: Source/platform/ Source/web/ public/platform/ public/web/
6 years, 6 months ago (2014-05-30 05:17:48 UTC) #4
jochen (gone - plz use gerrit)
lgtm
6 years, 6 months ago (2014-06-02 07:23:27 UTC) #5
horo
The CQ bit was checked by horo@chromium.org
6 years, 6 months ago (2014-06-02 07:55:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/304053003/130001
6 years, 6 months ago (2014-06-02 07:55:32 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-02 07:55:42 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/platform/blink_platform.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-02 07:55:42 UTC) #9
horo
The CQ bit was checked by horo@chromium.org
6 years, 6 months ago (2014-06-02 10:35:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/304053003/160001
6 years, 6 months ago (2014-06-02 10:36:10 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-02 11:48:23 UTC) #12
Message was sent while issue was closed.
Change committed as 175276

Powered by Google App Engine
This is Rietveld 408576698