Bug 112277

Summary: Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Page LoadingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, abecsi, benjamin, dbates, dglazkov, eric, gyuyoung.kim, philn, rakuco, vestbo, webkit-ews, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Adds the feature flag everywhere
none
Fixed a type in FeatureList.pm abarth: review+

Description Ryosuke Niwa 2013-03-13 12:46:16 PDT
Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
Comment 1 Ryosuke Niwa 2013-03-13 12:47:20 PDT
Created attachment 192967 [details]
Adds the feature flag everywhere
Comment 2 Early Warning System Bot 2013-03-13 12:55:58 PDT
Comment on attachment 192967 [details]
Adds the feature flag everywhere

Attachment 192967 [details] did not pass qt-ews (qt):
Output: http://webkit-commit-queue.appspot.com/results/17147211
Comment 3 WebKit Review Bot 2013-03-13 12:56:00 PDT
Comment on attachment 192967 [details]
Adds the feature flag everywhere

Attachment 192967 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://webkit-commit-queue.appspot.com/results/17179101
Comment 4 Ryosuke Niwa 2013-03-13 13:00:25 PDT
Created attachment 192973 [details]
Fixed a type in FeatureList.pm
Comment 5 Adam Barth 2013-03-13 13:09:49 PDT
Comment on attachment 192973 [details]
Fixed a type in FeatureList.pm

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

> WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:392
>  		PerformEnvironmentSet="true"

Do you intend to enable it by default?
Comment 6 Eric Seidel (no email) 2013-03-13 13:27:09 PDT
Thanks!
Comment 7 Ryosuke Niwa 2013-03-13 13:56:03 PDT
(In reply to comment #5)
> (From update of attachment 192973 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=192973&action=review
> 
> > WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops:392
> >  		PerformEnvironmentSet="true"
> 
> Do you intend to enable it by default?

I thought this flag just says to put this flag as an environmental variable?
Comment 8 Adam Barth 2013-03-13 14:09:46 PDT
Oh, could be.  I don't use visual studio much.
Comment 9 Ryosuke Niwa 2013-03-13 16:00:04 PDT
Committed r145768: <http://trac.webkit.org/changeset/145768>