Bug 138362

Summary: Add feature guard for Filters Level 2
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, dino, gyuyoung.kim, rakuco, ryuan.choi, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Dean Jackson 2014-11-04 10:30:13 PST
Add a guard for the new work in
http://dev.w3.org/fxtf/filters-2/
Comment 1 Radar WebKit Bug Importer 2014-11-04 10:30:54 PST
<rdar://problem/18868400>
Comment 2 Dean Jackson 2014-11-04 10:48:24 PST
Created attachment 240931 [details]
Patch
Comment 3 Dean Jackson 2014-11-04 11:15:50 PST
Created attachment 240933 [details]
Patch
Comment 4 Tim Horton 2014-11-04 11:26:27 PST
Comment on attachment 240933 [details]
Patch

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

> Source/cmake/OptionsMac.cmake:52
> +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FILTERS_LEVEL_2 ON)

This doesn't match the xcconfigs.
Comment 5 Dean Jackson 2014-11-04 16:27:24 PST
Created attachment 240975 [details]
Patch
Comment 6 Dean Jackson 2014-11-04 16:28:16 PST
Comment on attachment 240933 [details]
Patch

This was r=thorton
Comment 7 Dean Jackson 2014-11-05 10:29:11 PST
Committed r175626: <http://trac.webkit.org/changeset/175626>