Bug 126681 - Correctly fill loaded and total attribute values of XHR ProgressEvent events
Summary: Correctly fill loaded and total attribute values of XHR ProgressEvent events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 23:40 PST by youenn fablet
Modified: 2014-01-10 13:18 PST (History)
3 users (show)

See Also:


Attachments
Patch to fix assertion issues on top of 120828 (3.01 KB, patch)
2014-01-09 07:06 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch 120828 with fix of assertion issues (35.16 KB, patch)
2014-01-09 07:15 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Updated change logs (37.21 KB, patch)
2014-01-10 00:30 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2014-01-08 23:40:17 PST
This is a follow-up on bug 120828
Comment 1 youenn fablet 2014-01-08 23:43:15 PST
I forgot in last patch of bug 120828 to add loadend event as a valid event in the assertions within XMLHttpRequestUpload::dispatchProgressEvent and XMLHttpRequestProgressEventThrottle::dispatchProgressEvent.
Will fix that asap.
Comment 2 youenn fablet 2014-01-09 07:06:00 PST
Created attachment 220728 [details]
Patch to fix assertion issues on top of 120828
Comment 3 youenn fablet 2014-01-09 07:15:19 PST
Created attachment 220731 [details]
Patch 120828 with fix of assertion issues

This patch merges bug 120828 patch with the assertion fix that is uploaded of bug 126681. http/tests and dom/svg tests pass with the patch in debug mode, gtk port
Comment 4 Alexey Proskuryakov 2014-01-09 09:25:29 PST
Comment on attachment 220731 [details]
Patch 120828 with fix of assertion issues

View in context: https://bugs.webkit.org/attachment.cgi?id=220731&action=review

> Source/WebCore/ChangeLog:8
> +        Fixed assertions over patch in https://bugs.webkit.org/show_bug.cgi?id=120828

Looks fine, however the ChangeLog should have a complete explanation, the discussion of something that was rolled out is confusing.

In other words, I'd just use the same preamble as in the original patch here.
Comment 5 youenn fablet 2014-01-10 00:30:11 PST
Created attachment 220815 [details]
Updated change logs
Comment 6 WebKit Commit Bot 2014-01-10 13:18:16 PST
Comment on attachment 220815 [details]
Updated change logs

Clearing flags on attachment: 220815

Committed r161668: <http://trac.webkit.org/changeset/161668>
Comment 7 WebKit Commit Bot 2014-01-10 13:18:18 PST
All reviewed patches have been landed.  Closing bug.