[Webkit-unassigned] [Bug 107330] New: TextDocumentParser doesn't work with threaded HTML parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 14:52:47 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107330

           Summary: TextDocumentParser doesn't work with threaded HTML
                    parser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
            Blocks: 106127


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list