Bug 106595

Summary: Add an ENABLE macro and a WebCore::Setting for the threaded parser
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, eric, tonyg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106127    
Attachments:
Description Flags
Patch
none
Patch none

Description Adam Barth 2013-01-10 13:06:13 PST
Add an ENABLE macro and a WebCore::Setting for the threaded parser
Comment 1 Adam Barth 2013-01-10 13:08:21 PST
Created attachment 182194 [details]
Patch
Comment 2 Benjamin Poulain 2013-01-10 13:28:27 PST
Comment on attachment 182194 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=182194&action=review

> Source/WebCore/page/Settings.in:157
> +threadedParser initial=false, conditional=THREADED_PARSER

We have 3 parsers, it would be nice to say which one: THREADED_HTML_PARSER
Comment 3 Adam Barth 2013-01-10 13:31:44 PST
Created attachment 182197 [details]
Patch
Comment 4 Benjamin Poulain 2013-01-10 13:40:31 PST
Comment on attachment 182197 [details]
Patch

Can't wait to see what's next :)
Comment 5 Adam Barth 2013-01-10 14:07:33 PST
Comment on attachment 182197 [details]
Patch

Clearing flags on attachment: 182197

Committed r139367: <http://trac.webkit.org/changeset/139367>
Comment 6 Adam Barth 2013-01-10 14:07:35 PST
All reviewed patches have been landed.  Closing bug.