This is a follow-up on bug 120828
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.
Created attachment 220728 [details] Patch to fix assertion issues on top of 120828
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 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.
Created attachment 220815 [details] Updated change logs
Comment on attachment 220815 [details] Updated change logs Clearing flags on attachment: 220815 Committed r161668: <http://trac.webkit.org/changeset/161668>
All reviewed patches have been landed. Closing bug.