[Webkit-unassigned] [Bug 42365] HTML5 Parser: document.write in a asynchronous script which is specified to load before page finish blows away document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 16:39:47 PDT 2010


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





--- Comment #11 from Eric Seidel <eric at webkit.org>  2010-07-22 16:39:46 PST ---
(From update of attachment 62338)
WebCore/dom/ScriptElement.cpp:65
 +          data.setIsWriteNeutralised(true);
Once write neutered, always neutered.  Is this the idea?  Or should this flag get reset if the script element is moved to a new document before it's fully loaded?  Not sure, sounds like a complicated edge case.

-- 
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