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

Unified Diff: bindings/tests/idls/modules/TestInterface5.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « bindings/tests/idls/core/TestTypedefs.idl ('k') | bindings/tests/idls/modules/TestPartialInterface3.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/modules/TestInterface5.idl
diff --git a/bindings/tests/idls/TestInterface.idl b/bindings/tests/idls/modules/TestInterface5.idl
similarity index 86%
rename from bindings/tests/idls/TestInterface.idl
rename to bindings/tests/idls/modules/TestInterface5.idl
index 7dfed9a9bb6e7461c5dcd94526a15c383c402969..72e8535ff3904341ffce5737d63f05826e6ac3e6 100644
--- a/bindings/tests/idls/TestInterface.idl
+++ b/bindings/tests/idls/modules/TestInterface5.idl
@@ -34,22 +34,23 @@
[
ActiveDOMObject,
Conditional=CONDITION,
- Custom=LegacyCallAsFunction|ToV8,
+ Custom=(LegacyCallAsFunction,ToV8),
DoNotCheckConstants,
- ImplementedAs=TestInterfaceImplementation,
+ ImplementedAs=TestInterface5Implementation,
+ Iterable,
RuntimeEnabled=FeatureName,
- SetWrapperReferenceTo(TestInterface referencedName),
- TypeChecking=Interface|Unrestricted,
+ SetWrapperReferenceTo(TestInterface5 referencedName),
+ TypeChecking=(Interface,Unrestricted),
Exposed=(Worker,Window),
-] interface TestInterface : TestInterfaceEmpty {
+] interface TestInterface5 : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute
// configuration and method configuration, and [TypeChecking]
// constants also needed for [DoNotCheckConstants]
const unsigned long UNSIGNED_LONG = 0;
[Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1;
- attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
- attribute TestInterfaceConstructor testInterfaceConstructorAttribute;
+ attribute TestInterface5 testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
+ attribute TestInterface5Constructor testInterfaceConstructorAttribute;
attribute double doubleAttribute;
attribute float floatAttribute;
attribute unrestricted double unrestrictedDoubleAttribute;
@@ -89,6 +90,3 @@
[Exposed=(Window,ServiceWorker)] void windowAndServiceWorkerExposedMethod();
};
-TestInterface implements TestImplements;
-// TestInterface implements TestImplements2; // at implement*ed* interface
-TestInterface implements TestImplements3;
« no previous file with comments | « bindings/tests/idls/core/TestTypedefs.idl ('k') | bindings/tests/idls/modules/TestPartialInterface3.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698