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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)

Created:
4 years, 3 months ago by e_hakkinen
Modified:
3 years, 7 months ago
CC:
blink-reviews, chromium-reviews, haraken
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Fetch API] Implement Request.formData and Response.formData. This contains form data parsers for both multipart/form-data and application/x-www-form-urlencoded request and response bodies. Intent to Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/DxYtgt49OjA BUG=455103, 718393 Review-Url: https://codereview.chromium.org/2292763002 Cr-Commit-Position: refs/heads/master@{#473551} Committed: https://chromium.googlesource.com/chromium/src/+/6bd271fe88b9917fef4206aecc60b39b4f58652e

Patch Set 1 #

Total comments: 19

Patch Set 2 : Assertions, DCHECKs, includes #

Patch Set 3 : Multipart parser and unit tests #

Patch Set 4 #

Patch Set 5 : Handle partial delimiter prefixes correctly and really test them #

Total comments: 22

Patch Set 6 : Review based fixes #

Patch Set 7 : Rebase #

Total comments: 22

Patch Set 8 : Implementation clean-up #

Patch Set 9 : Rebase #

Total comments: 20

Patch Set 10 : Parse functions etc #

Total comments: 49

Patch Set 11 #

Total comments: 49

Patch Set 12 : #

Patch Set 13 : Rebase #

Patch Set 14 : body for invalid MIME type, */global-interface-listing{,-{dedicated,service,shared}-worker}-expecte… #

Patch Set 15 : Revert Content-Type presence based parsing decisions #

Patch Set 16 : Rebase #

Patch Set 17 : #

Patch Set 18 : #

Total comments: 8

Patch Set 19 : Rebase #

Total comments: 12

Patch Set 20 : Rebase, LayoutTests updates #

Total comments: 3

Patch Set 21 : LayoutTests, FetchDataLoader #

Total comments: 4

Patch Set 22 : #

Patch Set 23 : Rebase #

Patch Set 24 : More global-interface-listing*-expected.txt, urlencoded-parser-expected.txt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1506 lines, -163 lines) Patch
M android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-consume-empty-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +3 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-consume-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-structure-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-empty-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +3 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -42 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/url/urlencoded-parser-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +61 lines, -61 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +36 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +7 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js View 1 3 chunks +34 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Body.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Body.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +65 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Body.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchDataLoader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +244 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchDataLoaderTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +199 lines, -1 line 0 comments Download
A third_party/WebKit/Source/modules/fetch/MultipartParser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/MultipartParser.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +333 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/fetch/MultipartParserTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +281 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPParsers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPParsers.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +41 lines, -0 lines 0 comments Download

Messages

Total messages: 99 (45 generated)
e_hakkinen
PTAL. This adds implementations for both multipart and urlencoded form data parsers. I can split ...
4 years, 3 months ago (2016-08-29 22:08:04 UTC) #2
horo
https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js (right): https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js#newcode122 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js:122: formData.get('sample blob').size); Please check the content of the blob ...
4 years, 3 months ago (2016-08-30 05:12:56 UTC) #4
yhirano
https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp File third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp (right): https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp#newcode7 third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp:7: #include "core/fetch/MultipartImageResourceParser.h" On 2016/08/30 05:12:55, horo wrote: > I ...
4 years, 3 months ago (2016-08-30 05:51:14 UTC) #5
horo
https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp File third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp (right): https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp#newcode7 third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp:7: #include "core/fetch/MultipartImageResourceParser.h" On 2016/08/30 05:51:14, yhirano wrote: > On ...
4 years, 3 months ago (2016-08-30 06:24:36 UTC) #6
yhirano
On 2016/08/30 06:24:36, horo wrote: > https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp > File third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp (right): > > https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp#newcode7 > ...
4 years, 3 months ago (2016-08-30 06:50:47 UTC) #7
e_hakkinen
https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js (right): https://codereview.chromium.org/2292763002/diff/1/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js#newcode122 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/response-content.js:122: formData.get('sample blob').size); On 2016/08/30 05:12:55, horo wrote: > Please ...
4 years, 3 months ago (2016-08-30 07:59:09 UTC) #8
yhirano
not LGTM. I don't think it's a good idea to use MultipartImageResourceParser as-is for this ...
4 years, 3 months ago (2016-08-31 11:25:38 UTC) #9
e_hakkinen
On 2016/08/31 11:25:38, yhirano wrote: > I don't think it's a good idea to use ...
4 years, 3 months ago (2016-08-31 13:41:21 UTC) #10
e_hakkinen
On 2016/08/31 13:41:21, e_hakkinen wrote: > On 2016/08/31 11:25:38, yhirano wrote: > > I don't ...
4 years, 3 months ago (2016-09-02 09:57:39 UTC) #11
yhirano
https://codereview.chromium.org/2292763002/diff/80001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/80001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode189 third_party/WebKit/Source/modules/fetch/Body.cpp:189: ParsedContentType parsedTypeWithParameters(contentType()); The spec[1] uses body's "MIME type", why ...
4 years, 3 months ago (2016-09-07 06:00:16 UTC) #12
e_hakkinen
https://codereview.chromium.org/2292763002/diff/80001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/80001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode189 third_party/WebKit/Source/modules/fetch/Body.cpp:189: ParsedContentType parsedTypeWithParameters(contentType()); On 2016/09/07 06:00:16, yhirano wrote: > The ...
4 years, 3 months ago (2016-09-08 00:06:29 UTC) #13
yhirano
Sorry for the late response. Though I left some code comments, I have questions about ...
4 years, 3 months ago (2016-09-12 02:20:50 UTC) #14
e_hakkinen
On 2016/09/12 02:20:50, yhirano (slow) wrote: > Sorry for the late response. No problem. > ...
4 years, 3 months ago (2016-09-16 13:41:37 UTC) #15
yhirano
https://codereview.chromium.org/2292763002/diff/120001/third_party/WebKit/Source/modules/fetch/MultipartParser.cpp File third_party/WebKit/Source/modules/fetch/MultipartParser.cpp (right): https://codereview.chromium.org/2292763002/diff/120001/third_party/WebKit/Source/modules/fetch/MultipartParser.cpp#newcode103 third_party/WebKit/Source/modules/fetch/MultipartParser.cpp:103: m_state = bytes[index] != '-' ? ParsingDelimiterSuffix : ParsingCloseDelimiterSuffix; ...
4 years, 3 months ago (2016-09-20 09:49:53 UTC) #16
e_hakkinen
https://codereview.chromium.org/2292763002/diff/160001/third_party/WebKit/Source/modules/fetch/MultipartParser.cpp File third_party/WebKit/Source/modules/fetch/MultipartParser.cpp (right): https://codereview.chromium.org/2292763002/diff/160001/third_party/WebKit/Source/modules/fetch/MultipartParser.cpp#newcode93 third_party/WebKit/Source/modules/fetch/MultipartParser.cpp:93: m_state = Failed; On 2016/09/20 09:49:53, yhirano (slow) wrote: ...
4 years, 3 months ago (2016-09-20 21:59:29 UTC) #17
yhirano
https://codereview.chromium.org/2292763002/diff/180001/third_party/WebKit/Source/modules/fetch/Body.h File third_party/WebKit/Source/modules/fetch/Body.h (right): https://codereview.chromium.org/2292763002/diff/180001/third_party/WebKit/Source/modules/fetch/Body.h#newcode64 third_party/WebKit/Source/modules/fetch/Body.h:64: virtual String mimeType() const = 0; I still think ...
4 years, 3 months ago (2016-09-21 09:02:58 UTC) #18
e_hakkinen
https://codereview.chromium.org/2292763002/diff/180001/third_party/WebKit/Source/modules/fetch/Body.h File third_party/WebKit/Source/modules/fetch/Body.h (right): https://codereview.chromium.org/2292763002/diff/180001/third_party/WebKit/Source/modules/fetch/Body.h#newcode64 third_party/WebKit/Source/modules/fetch/Body.h:64: virtual String mimeType() const = 0; On 2016/09/21 09:02:57, ...
4 years, 3 months ago (2016-09-22 22:27:17 UTC) #19
yhirano
https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js (right): https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js#newcode112 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js:112: test.unreached_func('formData() must fail'), Please use unreached_fulfillment. https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp File third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp ...
4 years, 2 months ago (2016-09-26 10:59:34 UTC) #20
horo
https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode189 third_party/WebKit/Source/modules/fetch/Body.cpp:189: ParsedContentType parsedTypeWithParameters(contentType()); nit: const https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode190 third_party/WebKit/Source/modules/fetch/Body.cpp:190: String parsedType = ...
4 years, 2 months ago (2016-09-27 10:45:50 UTC) #21
e_hakkinen
https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js (right): https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js#newcode112 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/body-mixin.js:112: test.unreached_func('formData() must fail'), On 2016/09/26 10:59:33, yhirano wrote: > ...
4 years, 2 months ago (2016-09-28 15:15:05 UTC) #22
yhirano
https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp File third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp (right): https://codereview.chromium.org/2292763002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp#newcode292 third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp:292: } else { On 2016/09/28 15:15:04, e_hakkinen wrote: > ...
4 years, 2 months ago (2016-09-29 08:30:09 UTC) #25
e_hakkinen
On 2016/09/29 08:30:09, yhirano wrote: > On 2016/09/28 15:15:04, e_hakkinen wrote: > > On 2016/09/26 ...
4 years, 2 months ago (2016-10-06 14:50:20 UTC) #32
yhirano
On 2016/10/06 14:50:20, e_hakkinen wrote: > On 2016/09/29 08:30:09, yhirano wrote: > > On 2016/09/28 ...
4 years, 2 months ago (2016-10-11 07:47:42 UTC) #41
e_hakkinen
On 2016/10/11 07:47:42, yhirano wrote: > Thank you very much for your effort (and sorry ...
4 years, 2 months ago (2016-10-11 10:21:18 UTC) #42
yhirano
(I'm asking a question on GitHub for FormData)
4 years, 2 months ago (2016-10-14 04:27:33 UTC) #43
yhirano
Sorry for the late response. (snip) >> - Decode the bytes if part's type is ...
4 years, 2 months ago (2016-10-20 07:42:34 UTC) #44
yhirano
Sorry for a typo: > I would be very appreciated. It would be very appreciated.
4 years, 2 months ago (2016-10-20 07:44:19 UTC) #45
e_hakkinen
On 2016/10/20 07:42:34, yhirano wrote: > (snip) > >> - Decode the bytes if part's ...
4 years, 2 months ago (2016-10-20 09:07:58 UTC) #46
e_hakkinen
On 2016/10/20 09:07:58, e_hakkinen wrote: > To summarize treatment of different kind of Content-Disposition and ...
4 years, 2 months ago (2016-10-20 09:22:34 UTC) #47
yhirano
Chrome sends a multipart/form-data consisting of parts encoded in Shift-JIS when it submits a form ...
4 years, 1 month ago (2016-10-24 10:26:18 UTC) #48
e_hakkinen
Now the spec (https://fetch.spec.whatwg.org/#concept-body-package-data) has been updated so that it explicitly says that text data ...
3 years, 11 months ago (2017-01-09 17:42:58 UTC) #62
yhirano
Thank you very much for your efforts both on the spec and the implementation! You ...
3 years, 11 months ago (2017-01-11 08:54:03 UTC) #63
yhirano
I made some mistakes, sorry. >> I had to reimplement parts of the blink::parseMultipartHeadersFromBody function ...
3 years, 11 months ago (2017-01-11 09:46:57 UTC) #64
e_hakkinen
https://codereview.chromium.org/2292763002/diff/420001/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp File third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp (right): https://codereview.chromium.org/2292763002/diff/420001/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp#newcode192 third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp:192: const CString multipartBoundaryCString = m_multipartBoundary.utf8(); On 2017/01/11 08:54:03, yhirano ...
3 years, 7 months ago (2017-05-02 23:38:56 UTC) #66
yhirano
Sorry for the slow response. I've lost most of the context so some comments may ...
3 years, 7 months ago (2017-05-10 05:59:36 UTC) #67
horo
Please run the LayoutTets under - external/wpt/fetch/api/ - virtual/service-worker-navigation-preload-disabled/http/tests/serviceworker/webexposed/ - virtual/service-worker-navigation-preload-disabled/webexposed/ and update -expected.txt files. ...
3 years, 7 months ago (2017-05-11 04:44:16 UTC) #68
e_hakkinen
On 2017/01/11 08:54:03, yhirano wrote: > You need to send an intent-to-ship to mailto:blink-dev@chromium.org before ...
3 years, 7 months ago (2017-05-11 11:01:51 UTC) #69
horo
https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode218 third_party/WebKit/Source/modules/fetch/Body.cpp:218: resolver->Reject(V8ThrowException::CreateTypeError(script_state->GetIsolate(), On 2017/05/11 11:01:51, e_hakkinen wrote: > On 2017/05/11 ...
3 years, 7 months ago (2017-05-12 08:43:02 UTC) #71
yhirano
https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp File third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp (right): https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp#newcode292 third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp:292: if (Controller()) On 2017/05/11 11:01:51, e_hakkinen wrote: > On ...
3 years, 7 months ago (2017-05-12 11:54:12 UTC) #72
e_hakkinen
https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode218 third_party/WebKit/Source/modules/fetch/Body.cpp:218: resolver->Reject(V8ThrowException::CreateTypeError(script_state->GetIsolate(), On 2017/05/12 08:43:02, horo wrote: > What I ...
3 years, 7 months ago (2017-05-12 14:56:12 UTC) #73
yhirano
lgtm https://codereview.chromium.org/2292763002/diff/470001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/470001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode217 third_party/WebKit/Source/modules/fetch/Body.cpp:217: BodyBuffer()->CloseAndLockAndDisturb(); On 2017/05/12 14:56:12, e_hakkinen wrote: > On ...
3 years, 7 months ago (2017-05-15 11:54:48 UTC) #74
horo
lgtm https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/Body.cpp File third_party/WebKit/Source/modules/fetch/Body.cpp (right): https://codereview.chromium.org/2292763002/diff/450001/third_party/WebKit/Source/modules/fetch/Body.cpp#newcode218 third_party/WebKit/Source/modules/fetch/Body.cpp:218: resolver->Reject(V8ThrowException::CreateTypeError(script_state->GetIsolate(), On 2017/05/12 14:56:12, e_hakkinen wrote: > On ...
3 years, 7 months ago (2017-05-16 00:58:10 UTC) #75
yhirano
Please put the intent thread link to the issue description.
3 years, 7 months ago (2017-05-16 03:18:29 UTC) #76
e_hakkinen
On 2017/05/16 03:18:29, yhirano wrote: > Please put the intent thread link to the issue ...
3 years, 7 months ago (2017-05-17 09:46:59 UTC) #78
e_hakkinen
+@jochen,@timvolodine: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt +@jochen: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt +@jochen: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt +@jochen: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt +@jochen: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt +@jochen: third_party/WebKit/Source/modules/BUILD.gn +@jochen,@kinuko: third_party/WebKit/Source/platform/network/HTTPParsers.{cpp,h}
3 years, 7 months ago (2017-05-17 09:53:21 UTC) #80
jochen (gone - plz use gerrit)
lgtm
3 years, 7 months ago (2017-05-19 13:29:05 UTC) #81
kinuko
lgtm
3 years, 7 months ago (2017-05-19 14:59:36 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2292763002/510001
3 years, 7 months ago (2017-05-21 20:50:14 UTC) #85
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/215649) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 7 months ago (2017-05-21 20:52:47 UTC) #87
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2292763002/530001
3 years, 7 months ago (2017-05-21 21:00:35 UTC) #90
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/220050)
3 years, 7 months ago (2017-05-21 21:54:02 UTC) #92
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2292763002/550001
3 years, 7 months ago (2017-05-22 09:32:44 UTC) #95
timvolodine
On 2017/05/17 09:53:21, e_hakkinen wrote: > +@jochen,@timvolodine: > android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt > +@jochen: > third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt > +@jochen: ...
3 years, 7 months ago (2017-05-22 09:35:40 UTC) #96
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 11:36:35 UTC) #99
Message was sent while issue was closed.
Committed patchset #24 (id:550001) as
https://chromium.googlesource.com/chromium/src/+/6bd271fe88b9917fef4206aecc60...

Powered by Google App Engine
This is Rietveld 408576698