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

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

Issue 2043503002: Add [CEReactions] IDL attributes for Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yukishiino review Created 4 years, 6 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: 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 99cd8800e44deaa4dfccd52dc477850f8add2fac..aaaecab36ef18ffb0e66ddac01c7e5539f44f0b9 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 {
- [Reflect] attribute DOMString type;
- [Reflect] attribute DOMString label;
- [Reflect] attribute DOMString icon;
- [Reflect] attribute boolean disabled;
- [Reflect] attribute boolean checked;
- [Reflect] attribute DOMString radiogroup;
- [Reflect] attribute boolean default;
+ [CEReactions, Reflect] attribute DOMString type;
+ [CEReactions, Reflect] attribute DOMString label;
+ [CEReactions, Reflect] attribute DOMString icon;
+ [CEReactions, Reflect] attribute boolean disabled;
+ [CEReactions, Reflect] attribute boolean checked;
+ [CEReactions, Reflect] attribute DOMString radiogroup;
+ [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