Fixed
Status Update
Comments
hi...@chromium.org <hi...@chromium.org> #2
[Empty comment from Monorail migration]
bu...@chromium.org <bu...@chromium.org> #3
The following revision refers to this bug:
http://src.chromium.org/viewvc/blink?view=rev&rev=189462
------------------------------------------------------------------
r189462 | hiroshige@chromium.org | 2015-02-04T07:14:19.667264Z
Changed paths:
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/resources/cache-add-worker.js?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/resources/cache-put-worker.js?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/fetch/script-tests/request.js?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/cache-add-expected.txt?r1=189462&r2=189461&pathrev=189462
Ahttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/cache-put-expected.txt?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/resources/cache-match-worker.js?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/cache-match-expected.txt?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/resources/cache-delete-worker.js?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/Source/modules/fetch/Request.cpp?r1=189462&r2=189461&pathrev=189462
Mhttp://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/serviceworker/cache-delete-expected.txt?r1=189462&r2=189461&pathrev=189462
[Fetch] Request with GET/HEAD method cannot have body
BUG=455096, 444493
Review URL:https://codereview.chromium.org/882383002
-----------------------------------------------------------------
------------------------------------------------------------------
r189462 | hiroshige@chromium.org | 2015-02-04T07:14:19.667264Z
Changed paths:
M
M
M
M
A
M
M
M
M
M
[Fetch] Request with GET/HEAD method cannot have body
BUG=455096, 444493
Review URL:
-----------------------------------------------------------------
hi...@chromium.org <hi...@chromium.org> #4
At Revision 315268,
new Request('http://localhost ', {method: 'GET', body: 'body'});
failed as expected. Fixed.
new Request('
failed as expected. Fixed.
tk...@chromium.org <tk...@chromium.org> #5
[Empty comment from Monorail migration]
tk...@chromium.org <tk...@chromium.org> #6
[Empty comment from Monorail migration]
is...@google.com <is...@google.com> #7
This issue was migrated from crbug.com/chromium/455096?no_tracker_redirect=1
[Monorail blocking:crbug.com/chromium/455093 ]
[Monorail components added to Component Tags custom field.]
[Monorail blocking:
[Monorail components added to Component Tags custom field.]
Description
must throw TypeError, according to Step 21.1 in
Currently Request is successfully created.