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

Unified Diff: Source/core/dom/Element.idl

Issue 19697008: Adds ActivityLog attributes to mouse and keyboard events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/core/dom/Document.idl ('k') | Source/core/page/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 2dd8467e4b178459542dab21389c002685410fb6..db0aef025fdbd24c00ba25ffb80725e5ba8c033e 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -126,32 +126,32 @@
[NotEnumerable, PerWorldBindings] attribute EventListener onabort;
[NotEnumerable, PerWorldBindings] attribute EventListener onblur;
[NotEnumerable, PerWorldBindings] attribute EventListener onchange;
- [NotEnumerable, PerWorldBindings] attribute EventListener onclick;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onclick;
[NotEnumerable, PerWorldBindings] attribute EventListener oncontextmenu;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondblclick;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondrag;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondragend;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondragenter;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondragleave;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondragover;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondragstart;
- [NotEnumerable, PerWorldBindings] attribute EventListener ondrop;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondblclick;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondrag;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondragend;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondragenter;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondragleave;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondragover;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondragstart;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener ondrop;
[NotEnumerable, PerWorldBindings] attribute EventListener onerror;
[NotEnumerable, PerWorldBindings] attribute EventListener onfocus;
- [NotEnumerable, PerWorldBindings] attribute EventListener oninput;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener oninput;
[NotEnumerable, PerWorldBindings] attribute EventListener oninvalid;
- [NotEnumerable, PerWorldBindings] attribute EventListener onkeydown;
- [NotEnumerable, PerWorldBindings] attribute EventListener onkeypress;
- [NotEnumerable, PerWorldBindings] attribute EventListener onkeyup;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onkeydown;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onkeypress;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onkeyup;
[NotEnumerable, PerWorldBindings] attribute EventListener onload;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmousedown;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmouseenter;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmouseleave;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmousemove;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmouseout;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmouseover;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmouseup;
- [NotEnumerable, PerWorldBindings] attribute EventListener onmousewheel;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmousedown;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmouseenter;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmouseleave;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmousemove;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmouseout;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmouseover;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmouseup;
+ [NotEnumerable, PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListener onmousewheel;
[NotEnumerable, PerWorldBindings] attribute EventListener onscroll;
[NotEnumerable, PerWorldBindings] attribute EventListener onselect;
[NotEnumerable, PerWorldBindings] attribute EventListener onsubmit;
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/page/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698