New issue
Advanced search Search tips

Issue 638240 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 3
Type: Feature

Blocking:
issue 623682



Sign in to add a comment

Parse 'FeaturePolicy' IDL extended attribute

Project Member Reported by iclell...@chromium.org, Aug 16 2016

Issue description

Need 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.

 
Summary: Parse 'FeaturePolicy' IDL extended attribute (was: Parse 'Feature' IDL extended attribute)
Project Member

Comment 2 by bugdroid1@chromium.org, 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

Components: Blink>Bindings
Labels: Feature-Policy
Status: Fixed (was: Started)

Sign in to add a comment