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

Issue 1456553002: Support 'URLSearchParams' as the body of a Request (Closed)

Created:
5 years, 1 month ago by Mike West
Modified:
5 years ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/src.git@URLSearchParams
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support 'URLSearchParams' as the body of a Request As specified in Fetch, this patch allows 'URLSearchParams' to be passed into the Request constructor, or into the RequestInit parameter of a call to 'fetch()'. The object will be serialized as a urlencoded string, and used as the body of the resulting request. BUG=303152 NOTRY=true Committed: https://crrev.com/03eaf889ebe699c3a5af069d4a2ef2206c6431ad Cr-Commit-Position: refs/heads/master@{#360326}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/URLSearchParams.h View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/URLSearchParams.cpp View 2 chunks +11 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp View 1 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/RequestInit.cpp View 2 chunks +5 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (10 generated)
Mike West
Hello, horo@ and tyoshino@! Would you mind taking a look at this small addition to ...
5 years, 1 month ago (2015-11-17 14:08:12 UTC) #2
horo
lgtm with nits https://codereview.chromium.org/1456553002/diff/1/third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp File third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp (right): https://codereview.chromium.org/1456553002/diff/1/third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp#newcode8 third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp:8: #include "platform/heap/Handle.h" remove https://codereview.chromium.org/1456553002/diff/1/third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp#newcode9 third_party/WebKit/Source/core/dom/URLSearchParamsTest.cpp:9: #include ...
5 years, 1 month ago (2015-11-18 03:40:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1456553002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1456553002/20001
5 years, 1 month ago (2015-11-18 08:14:26 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/142362)
5 years, 1 month ago (2015-11-18 09:53:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1456553002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1456553002/20001
5 years, 1 month ago (2015-11-18 10:28:33 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/142401)
5 years, 1 month ago (2015-11-18 12:02:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1456553002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1456553002/20001
5 years, 1 month ago (2015-11-18 13:17:50 UTC) #14
Mike West
On 2015/11/18 at 13:17:50, commit-bot wrote: > CQ is trying da patch. Follow status at ...
5 years, 1 month ago (2015-11-18 13:32:11 UTC) #16
Mike West
On 2015/11/18 at 13:32:11, Mike West wrote: > On 2015/11/18 at 13:17:50, commit-bot wrote: > ...
5 years, 1 month ago (2015-11-18 13:32:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1456553002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1456553002/20001
5 years, 1 month ago (2015-11-18 13:33:07 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-18 13:38:29 UTC) #21
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/03eaf889ebe699c3a5af069d4a2ef2206c6431ad Cr-Commit-Position: refs/heads/master@{#360326}
5 years, 1 month ago (2015-11-18 13:39:36 UTC) #22
tyoshino (SeeGerritForStatus)
5 years ago (2015-11-24 13:57:18 UTC) #23
Message was sent while issue was closed.
lgtm

Sorry for delay. Made a follow up CL instead of making comments on this closed
issue.
https://codereview.chromium.org/1473243002/

Powered by Google App Engine
This is Rietveld 408576698