RESOLVED FIXED 107071
Introduce HTMLParserThread to be able to parse on a background thread
https://bugs.webkit.org/show_bug.cgi?id=107071
Summary Introduce HTMLParserThread to be able to parse on a background thread
Adam Barth
Reported 2013-01-16 17:43:46 PST
#include <wtf/Functional.h>
Attachments
Patch (22.96 KB, patch)
2013-01-16 17:46 PST, Adam Barth
no flags
Patch for landing (25.31 KB, patch)
2013-01-16 18:01 PST, Adam Barth
no flags
Patch for landing (23.11 KB, patch)
2013-01-16 18:02 PST, Adam Barth
no flags
Adam Barth
Comment 1 2013-01-16 17:46:26 PST
Tony Gentilcore
Comment 2 2013-01-16 17:51:48 PST
Comment on attachment 183072 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=183072&action=review lg with nits > Source/WebCore/html/parser/HTMLParserThread.cpp:100 > +#endif // ENABLE(BLOB) Copy/paste error here > Source/WebCore/html/parser/HTMLParserThread.h:36 > +#include <stdio.h> I suspect this is no longer necessary and was around for an old printf or something.
Adam Barth
Comment 3 2013-01-16 18:01:09 PST
Created attachment 183077 [details] Patch for landing
Adam Barth
Comment 4 2013-01-16 18:02:03 PST
Created attachment 183078 [details] Patch for landing
Adam Barth
Comment 5 2013-01-16 18:06:49 PST
Note You need to log in before you can comment on or make changes to this bug.