Bug 41314

Summary: The new tree builder should actually finish building the tree
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch none

Description Adam Barth 2010-06-28 15:23:07 PDT
The new tree builder should actually finish building the tree
Comment 1 Adam Barth 2010-06-28 15:24:20 PDT
Created attachment 59953 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-06-28 15:29:36 PDT
Comment on attachment 59953 [details]
Patch

OK.  I am saddened by this bool.

It seems a better API would be for:
Document::finishedParsing() to take a DocumentParser* and then it could decide if it was the right parser to take action from or not.
Comment 3 WebKit Commit Bot 2010-06-28 15:56:54 PDT
Comment on attachment 59953 [details]
Patch

Clearing flags on attachment: 59953

Committed r62045: <http://trac.webkit.org/changeset/62045>
Comment 4 WebKit Commit Bot 2010-06-28 15:56:58 PDT
All reviewed patches have been landed.  Closing bug.