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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 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: third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
index c6ed0af8f0fd4a28a0518620981eb4cd84dffcce..03ddb909aa502b890782f1bf18305fd218f86f55 100644
--- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.idl
@@ -7,12 +7,12 @@
[
RuntimeEnabled=ContextMenu,
] interface HTMLMenuItemElement : HTMLElement {
- [CEReactions, Reflect, ReflectOnly=("checkbox","radio"), ReflectInvalid="command", ReflectMissing="command"] attribute DOMString type;
- [CEReactions, Reflect] attribute DOMString label;
- [CEReactions, Reflect, URL] attribute DOMString icon;
- [CEReactions, Reflect] attribute boolean disabled;
- [CEReactions, Reflect] attribute boolean checked;
- [CEReactions, Reflect] attribute DOMString radiogroup;
- [CEReactions, Reflect] attribute boolean default;
+ [Measure, CEReactions, Reflect, ReflectOnly=("checkbox","radio"), ReflectInvalid="command", ReflectMissing="command"] attribute DOMString type;
+ [Measure, CEReactions, Reflect] attribute DOMString label;
+ [Measure, CEReactions, Reflect] attribute DOMString icon;
+ [Measure, CEReactions, Reflect] attribute boolean disabled;
+ [Measure, CEReactions, Reflect] attribute boolean checked;
+ [Measure, CEReactions, Reflect] attribute DOMString radiogroup;
+ [Measure, CEReactions, Reflect] attribute boolean default;
// FIXME: readonly attribute HTMLElement? command;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMenuElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLMetaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698