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

Unified Diff: Source/bindings/tests/idls/core/TestInterface2.idl

Issue 789473002: Introduce [Exposed(Arguments)] in IDL code generator. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
Index: Source/bindings/tests/idls/core/TestInterface2.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface2.idl b/Source/bindings/tests/idls/core/TestInterface2.idl
index 6700cfe34d4bfdbc331ae47557cb63a482df06e6..ce8984319a287c6b4b8ccf205e9ad6394238a1a1 100644
--- a/Source/bindings/tests/idls/core/TestInterface2.idl
+++ b/Source/bindings/tests/idls/core/TestInterface2.idl
@@ -37,6 +37,9 @@
Constructor,
DependentLifetime, // Covered by [ActiveDOMObject]
SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
+ // Note that Exposed(Arguments) has no effect on bindings-tests. It is
+ // processed in generate_global_constructors.py.
+ Exposed(Window FeatureName), // Conflicts with Exposed=(Window,Worker)
] interface TestInterface2 {
// This interface has only runtime enabled constants.
[RuntimeEnabled=FeatureName] const unsigned short CONST_VALUE_1 = 1;
« no previous file with comments | « Source/bindings/tests/idls/core/TestInterface.idl ('k') | Source/bindings/tests/results/core/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698