Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: Source/bindings/tests/idls/TestImplements.idl

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/idls/TestInterface.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestImplements.idl
diff --git a/Source/bindings/tests/idls/TestImplements.idl b/Source/bindings/tests/idls/TestImplements.idl
index 771627f61b38685cd7bbc40583deb2540aa49093..71c01e34239418e6533821aead1cf39cbafdee59 100644
--- a/Source/bindings/tests/idls/TestImplements.idl
+++ b/Source/bindings/tests/idls/TestImplements.idl
@@ -28,14 +28,12 @@
// This IDL file is for testing the bindings code generator and for tracking
// changes in its ouput.
-[
- Conditional=Condition22|Condition23
-] interface TestImplements {
+interface TestImplements {
static readonly attribute long implementsStaticReadOnlyAttr;
static attribute DOMString implementsStaticAttr;
readonly attribute DOMString implementsStr1;
attribute DOMString implementsStr2;
- [CustomGetter, CustomSetter] attribute DOMString implementsStr3;
+ [Custom] attribute DOMString implementsStr3;
attribute Node implementsNode;
void implementsMethod1();
@@ -46,8 +44,6 @@
const unsigned short IMPLEMENTSCONSTANT1 = 1;
[Reflect=CONST_IMPL] const unsigned short IMPLEMENTSCONSTANT2 = 2;
- [RuntimeEnabled=Condition23] attribute Node Node23;
- [PerContextEnabled=Condition24] attribute Node Node24;
- [RuntimeEnabled=Condition25, PerContextEnabled=Condition26] attribute Node Node25;
+ [RuntimeEnabled=FeatureName23] attribute Node Node23;
+ [PerContextEnabled=FeatureName24] attribute Node Node24;
};
-
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/idls/TestInterface.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698