[webkit-reviews] review requested: [Bug 26556] [Qt] Crash when onunload shows a JavaScript alert message : [Attachment 31565] Process getting out of deferred mode asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 14:49:18 PDT 2009


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 26556: [Qt] Crash when onunload shows a JavaScript alert message
https://bugs.webkit.org/show_bug.cgi?id=26556

Attachment 31565: Process getting out of deferred mode asynchronously
https://bugs.webkit.org/attachment.cgi?id=31565&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
With this patch, processing of getting out of deferred mode is processed
asynchronously.
In the attached test case, onunload causes a JavaScript alert to show up, and
the newly received data is not processed until getting out of deferred mode. We
should not process the next signal in the queue, before finishing processing of
the current one.


More information about the webkit-reviews mailing list