[Webkit-unassigned] [Bug 38146] document.write is not synchronous

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


https://bugs.webkit.org/show_bug.cgi?id=38146


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54345|                            |review?
               Flag|                            |




--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2010-04-26 16:28:48 PST ---
Created an attachment (id=54345)
 --> (https://bugs.webkit.org/attachment.cgi?id=54345)
[PATCH] Force Document.write to be Synchronous

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list