Bug 107330

Summary: TextDocumentParser doesn't work with threaded HTML parser
Product: WebKit Reporter: Adam Barth <abarth>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106127    

Adam Barth
Reported 2013-01-18 14:54:35 PST
TextDocumentParser::TextDocumentParser(HTMLDocument* document) : HTMLDocumentParser(document, false) , m_haveInsertedFakePreElement(false) { tokenizer()->setState(HTMLTokenizerState::PLAINTEXTState); } ^^^ This code sets state on the main thread tokenizer, not the background tokenizer. We probably should just make TextDocumentParser always use the main thread.
Attachments
Eric Seidel (no email)
Comment 1 2013-01-18 14:55:21 PST
Makes sense.
Adam Barth
Comment 2 2013-02-08 10:47:20 PST
*** This bug has been marked as a duplicate of bug 109240 ***
Note You need to log in before you can comment on or make changes to this bug.