Threaded HTML parser should pass fast/parser/iframe-sets-parent-to-javascript-url.html
Created attachment 189815 [details] Patch
Comment on attachment 189815 [details] Patch This is fine. We could be more sophisticated and just handle the first chunk on the main thread. :)
That might be worth doing in general for loads since we'll get to the first byte faster.
Comment on attachment 189815 [details] Patch Clearing flags on attachment: 189815 Committed r143797: <http://trac.webkit.org/changeset/143797>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by bug 110724
Downstream chromium content_browsertests BookmarkletTest.NonEmptyResult test was also broken by this patch. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=BookmarkletTest.NonEmptyResult
Created attachment 190102 [details] Patch for landing
Comment on attachment 190102 [details] Patch for landing Clearing flags on attachment: 190102 Committed r144000: <http://trac.webkit.org/changeset/144000>