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

Issue 533123002: [ServiceWorker] Send the body of Request in fetch() API. (Closed)

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

Description

[ServiceWorker] Send the body of Request in fetch() API. TEST=LayoutTests/http/tests/serviceworker/resources/request-worker.js BUG=402387 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181436

Patch Set 1 #

Patch Set 2 : add var #

Total comments: 2

Patch Set 3 : add ASSERT(m_request->url().protocolIsInHTTPFamily()); #

Total comments: 2

Patch Set 4 : move tests to fetch-worker.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -2 lines) Patch
M LayoutTests/http/tests/serviceworker/resources/fetch-access-control.php View 1 chunk +20 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/fetch-worker.js View 1 2 3 1 chunk +107 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchManager.cpp View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchRequestData.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
horo
yhirano@ Could you please review?
6 years, 3 months ago (2014-09-03 10:44:54 UTC) #2
michaeln1
drive by https://codereview.chromium.org/533123002/diff/20001/Source/modules/serviceworkers/FetchManager.cpp File Source/modules/serviceworkers/FetchManager.cpp (right): https://codereview.chromium.org/533123002/diff/20001/Source/modules/serviceworkers/FetchManager.cpp#newcode273 Source/modules/serviceworkers/FetchManager.cpp:273: if (m_request->method() != "GET" && m_request->method() != ...
6 years, 3 months ago (2014-09-03 20:03:44 UTC) #3
horo
https://codereview.chromium.org/533123002/diff/20001/Source/modules/serviceworkers/FetchManager.cpp File Source/modules/serviceworkers/FetchManager.cpp (right): https://codereview.chromium.org/533123002/diff/20001/Source/modules/serviceworkers/FetchManager.cpp#newcode273 Source/modules/serviceworkers/FetchManager.cpp:273: if (m_request->method() != "GET" && m_request->method() != "HEAD") { ...
6 years, 3 months ago (2014-09-04 05:21:01 UTC) #4
yhirano
https://codereview.chromium.org/533123002/diff/40001/Source/modules/serviceworkers/FetchManager.cpp File Source/modules/serviceworkers/FetchManager.cpp (right): https://codereview.chromium.org/533123002/diff/40001/Source/modules/serviceworkers/FetchManager.cpp#newcode277 Source/modules/serviceworkers/FetchManager.cpp:277: if (m_request->method() != "GET" && m_request->method() != "HEAD") { ...
6 years, 3 months ago (2014-09-04 08:00:56 UTC) #5
horo
https://codereview.chromium.org/533123002/diff/40001/Source/modules/serviceworkers/FetchManager.cpp File Source/modules/serviceworkers/FetchManager.cpp (right): https://codereview.chromium.org/533123002/diff/40001/Source/modules/serviceworkers/FetchManager.cpp#newcode277 Source/modules/serviceworkers/FetchManager.cpp:277: if (m_request->method() != "GET" && m_request->method() != "HEAD") { ...
6 years, 3 months ago (2014-09-04 11:55:15 UTC) #6
yhirano
lgtm
6 years, 3 months ago (2014-09-05 04:11:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/533123002/60001
6 years, 3 months ago (2014-09-05 04:18:46 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-05 05:26:32 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 181436

Powered by Google App Engine
This is Rietveld 408576698