RESOLVED FIXED Bug 108096
Don't use threaded HTML parser for data: URLs
https://bugs.webkit.org/show_bug.cgi?id=108096
Summary Don't use threaded HTML parser for data: URLs
Tony Gentilcore
Reported 2013-01-28 11:40:19 PST
Don't use threaded HTML parser for data: URLs
Attachments
Patch (1.83 KB, patch)
2013-01-28 11:41 PST, Tony Gentilcore
no flags
Patch for landing (2.00 KB, patch)
2013-01-28 11:47 PST, Tony Gentilcore
no flags
Tony Gentilcore
Comment 1 2013-01-28 11:41:53 PST
Eric Seidel (no email)
Comment 2 2013-01-28 11:44:30 PST
Comment on attachment 185023 [details] Patch You should add a comment as to why, as this if is getting complicated enough to cause future confusion. // We force the main-thread parser for about:blank, javascript: and data: urls for compatibility with historical synchronous loading/parsing behavior of those schemes.
Tony Gentilcore
Comment 3 2013-01-28 11:47:17 PST
Created attachment 185024 [details] Patch for landing
WebKit Review Bot
Comment 4 2013-01-28 12:37:44 PST
Comment on attachment 185024 [details] Patch for landing Clearing flags on attachment: 185024 Committed r140992: <http://trac.webkit.org/changeset/140992>
WebKit Review Bot
Comment 5 2013-01-28 12:37:47 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.