Bug 91420 - [CSS Exclusions] Add a command-line flag to enable / disable exclusions
Summary: [CSS Exclusions] Add a command-line flag to enable / disable exclusions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bear Travis
URL:
Keywords:
Depends on:
Blocks: 89256
  Show dependency treegraph
 
Reported: 2012-07-16 13:32 PDT by Bear Travis
Modified: 2012-08-10 19:10 PDT (History)
6 users (show)

See Also:


Attachments
Webkit side of the patch (2.32 KB, patch)
2012-08-06 15:46 PDT, Bear Travis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 2012-07-16 13:32:54 PDT
The runtime flag for CSS exclusions is currently only configurable via internals and statically setting a boolean in RuntimeEnabledFeatures.
Should be able to enable / disable it from the command line.

May be similar to bug 89542
Comment 1 Bear Travis 2012-08-06 15:46:47 PDT
Created attachment 156777 [details]
Webkit side of the patch

Exposing exclusions runtime flag to chromium to enable a command-line switch for the feature
Comment 2 WebKit Review Bot 2012-08-06 15:48:13 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 WebKit Review Bot 2012-08-06 17:48:08 PDT
Comment on attachment 156777 [details]
Webkit side of the patch

Clearing flags on attachment: 156777

Committed r124824: <http://trac.webkit.org/changeset/124824>
Comment 4 WebKit Review Bot 2012-08-06 17:48:12 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Bear Travis 2012-08-10 19:10:06 PDT
Added the chromium side in: http://src.chromium.org/viewvc/chrome?view=rev&revision=151172