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

Issue 20560007: On request error, always fire events on the XMLHttpRequestUpload before the XMLHttpRequest (Closed)

Created:
7 years, 5 months ago by do-not-use
Modified:
7 years, 4 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, lgombos, yhirano, Nate Chapin
Visibility:
Public.

Description

On request error, always fire events on the XMLHttpRequestUpload before the XMLHttpRequest On request error, fire events on the XMLHttpRequestUpload object before the XMLHttpRequest object as per the latest specification: http://xhr.spec.whatwg.org/#request-error IE10 behaves according to specification but blink was firing the events on the XMLHttpRequest object BEFORE the XMLHttpRequestUpload object in case of 'network error' or 'abort error'. Blink was however behaving according to specification in case of 'timeout error', which was inconsistent. BUG=264609 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155347

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -5 lines) Patch
M LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/http/tests/xmlhttprequest/upload-request-error-event-order.html View 1 chunk +44 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlhttprequest/upload-request-error-event-order-expected.txt View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
do-not-use
7 years, 5 months ago (2013-07-26 11:24:25 UTC) #1
haraken
What about Firefox?
7 years, 5 months ago (2013-07-26 12:11:25 UTC) #2
do-not-use
On 2013/07/26 12:11:25, haraken wrote: > What about Firefox? The test fails on Firefox.
7 years, 5 months ago (2013-07-26 12:24:16 UTC) #3
haraken
> The test fails on Firefox. Does this mean that the behavior of Firefox is ...
7 years, 5 months ago (2013-07-26 12:33:09 UTC) #4
do-not-use
On 2013/07/26 12:33:09, haraken wrote: > > The test fails on Firefox. > > Does ...
7 years, 5 months ago (2013-07-26 12:41:18 UTC) #5
haraken
On 2013/07/26 12:41:18, Christophe Dumez wrote: > On 2013/07/26 12:33:09, haraken wrote: > > > ...
7 years, 5 months ago (2013-07-26 13:11:49 UTC) #6
do-not-use
On 2013/07/26 13:11:49, haraken wrote: > On 2013/07/26 12:41:18, Christophe Dumez wrote: > > On ...
7 years, 4 months ago (2013-07-30 06:02:58 UTC) #7
tyoshino (SeeGerritForStatus)
Commented on the bug. I think it's ok to make this change. Some webapps might ...
7 years, 4 months ago (2013-07-30 09:08:48 UTC) #8
arv (Not doing code reviews)
LGTM This is such an edge case that I doubt it will break any existing ...
7 years, 4 months ago (2013-07-31 16:11:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/20560007/1
7 years, 4 months ago (2013-08-01 06:00:56 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_blink_rel&number=778
7 years, 4 months ago (2013-08-01 09:26:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/20560007/1
7 years, 4 months ago (2013-08-01 11:02:55 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_blink_rel&number=816
7 years, 4 months ago (2013-08-01 14:36:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/20560007/1
7 years, 4 months ago (2013-08-01 15:48:52 UTC) #14
commit-bot: I haz the power
7 years, 4 months ago (2013-08-01 17:42:06 UTC) #15
Message was sent while issue was closed.
Change committed as 155347

Powered by Google App Engine
This is Rietveld 408576698