[webkit-reviews] review requested: [Bug 38146] document.write is not synchronous : [Attachment 54345] [PATCH] Force Document.write to be Synchronous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 16:28:48 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 38146: document.write is not synchronous
https://bugs.webkit.org/show_bug.cgi?id=38146

Attachment 54345: [PATCH] Force Document.write to be Synchronous
https://bugs.webkit.org/attachment.cgi?id=54345&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
Parts 1-4 of the HTML5 spec still apply, and document.write with pending
scripts will still break. However, if it gets past that point in
HTMLTokenizer::write then the data in document.write will be parsed
synchronously.


More information about the webkit-reviews mailing list