WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 109240
107330
TextDocumentParser doesn't work with threaded HTML parser
https://bugs.webkit.org/show_bug.cgi?id=107330
Summary
TextDocumentParser doesn't work with threaded HTML parser
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug