Bug 41314 - The new tree builder should actually finish building the tree
Summary: The new tree builder should actually finish building the tree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-06-28 15:23 PDT by Adam Barth
Modified: 2010-06-28 15:56 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.84 KB, patch)
2010-06-28 15:24 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.