Bug 107071

Summary: Introduce HTMLParserThread to be able to parse on a background thread
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, tonyg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106127    
Attachments:
Description Flags
Patch
none
Patch for landing
none
Patch for landing none

Description Adam Barth 2013-01-16 17:43:46 PST
#include <wtf/Functional.h>
Comment 1 Adam Barth 2013-01-16 17:46:26 PST
Created attachment 183072 [details]
Patch
Comment 2 Tony Gentilcore 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.
Comment 3 Adam Barth 2013-01-16 18:01:09 PST
Created attachment 183077 [details]
Patch for landing
Comment 4 Adam Barth 2013-01-16 18:02:03 PST
Created attachment 183078 [details]
Patch for landing
Comment 5 Adam Barth 2013-01-16 18:06:49 PST
Committed r139944: <http://trac.webkit.org/changeset/139944>