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

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

Issue 217053007: Revert of Make DOMWrapperWorld::current() return a reference instead of a pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert 213543004 too Created 6 years, 9 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
Index: Source/bindings/tests/idls/TestInterfacePython2.idl
diff --git a/Source/bindings/tests/idls/TestInterface3.idl b/Source/bindings/tests/idls/TestInterfacePython2.idl
similarity index 73%
rename from Source/bindings/tests/idls/TestInterface3.idl
rename to Source/bindings/tests/idls/TestInterfacePython2.idl
index 6b90bdac6770b6b13d0db0b9b52bb60312810ddc..92b7eccbe919bb8bfbbb19f052c0e1bc70652cdf 100644
--- a/Source/bindings/tests/idls/TestInterface3.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython2.idl
@@ -29,18 +29,14 @@
*/
// This is for interface extended attributes that interact with another extended
-// attribute, and thus both cannot be tested at once; and for special
-// operations, which need a separate interface to test on.
+// attribute, and thus both cannot be tested at once.
// The more *minor* extended attribute should be put in this file.
[
- Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
-] interface TestInterface3 {
- [Custom] getter boolean (unsigned long index);
- [Custom] setter boolean (unsigned long index, Node value);
- [Custom] deleter boolean (unsigned long index);
-
- [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter Node (DOMString name);
- [Custom] setter Node (DOMString name, Node value);
- [Custom] deleter boolean (DOMString name);
+ Constructor, // Test interaction with [Custom=Wrap]
+ Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
+ DependentLifetime, // Covered by [ActiveDOMObject]
+ SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
+ SpecialWrapFor=Interface1|Interface2, // Conflicts with [Custom=ToV8]
+] interface TestInterfacePython2 {
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterfacePython.idl ('k') | Source/bindings/tests/idls/TestInterfacePython3.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698