Parse 'FeaturePolicy' IDL extended attribute |
||
Issue descriptionNeed to parse the new 'FeaturePolicy' IDL extended attribute in IDL files, and generate conditional feature binding code, exactly as is done with the OriginTrialEnabled attribute.
,
Aug 17 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/60deeff69759a9fe496984280386a8d1213fd797 commit 60deeff69759a9fe496984280386a8d1213fd797 Author: iclelland <iclelland@chromium.org> Date: Wed Aug 17 14:43:48 2016 Add IDL parsing of FeaturePolicy extended attribute This is an interim step to handle FeaturePolicy-enabled features, before the three conditional feature flags (RuntimeEnabled, OriginTrialEnabled and FeaturePolicy) are eventually combined into a common 'Feature' attribute. BUG= 638240 Review-Url: https://codereview.chromium.org/2247923004 Cr-Commit-Position: refs/heads/master@{#412524} [modify] https://crrev.com/60deeff69759a9fe496984280386a8d1213fd797/third_party/WebKit/Source/bindings/IDLExtendedAttributes.txt [modify] https://crrev.com/60deeff69759a9fe496984280386a8d1213fd797/third_party/WebKit/Source/bindings/scripts/v8_utilities.py [modify] https://crrev.com/60deeff69759a9fe496984280386a8d1213fd797/third_party/WebKit/Source/build/scripts/make_runtime_features.py
,
Nov 18 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by iclell...@chromium.org
, Aug 16 2016