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

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

Issue 186673002: Support deprecation + use counters for constructor attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamings Created 6 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 | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index db700deaede15379b96bdab42146ac862543f514..072585f86a00af55aaa6e2e8af6df0028a1a116f 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -58,6 +58,7 @@ interface TestObject : EventTarget {
attribute EventHandler eventHandlerAttr;
[MeasureAs=TestFeature] attribute TestObject testObjAttr;
[ExposeJSAccessors] attribute DOMString attrWithJSGetterAndSetter;
+ [MeasureAs=TestFeature] attribute TestSubObjConstructor TestSubObjMeasured;
// Name starting with an acronym
attribute TestObject XMLObjAttr;
@@ -298,6 +299,7 @@ interface TestObject : EventTarget {
[DeprecateAs=Method] void deprecatedMethod();
[DeprecateAs=StaticMethod] static void deprecatedStaticMethod();
+ [DeprecateAs=ConstructorAttribute] attribute TestSubObjConstructor deprecatedConstructor;
[DeprecateAs=Constant] const unsigned short DEPRECATED_CONSTANT = 1;
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698