Bug 138362 - Add feature guard for Filters Level 2
Summary: Add feature guard for Filters Level 2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-04 10:30 PST by Dean Jackson
Modified: 2014-11-05 10:29 PST (History)
9 users (show)

See Also:


Attachments
Patch (37.12 KB, patch)
2014-11-04 10:48 PST, Dean Jackson
no flags Details | Formatted Diff | Diff
Patch (37.37 KB, patch)
2014-11-04 11:15 PST, Dean Jackson
no flags Details | Formatted Diff | Diff
Patch (203.06 KB, patch)
2014-11-04 16:27 PST, Dean Jackson
no flags Details | Formatted Diff | Diff

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