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

Unified Diff: Source/core/page/Window.idl

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: new tests + esprehn is smart. 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
Index: Source/core/page/Window.idl
diff --git a/Source/core/page/Window.idl b/Source/core/page/Window.idl
index d4682308380b5cac4dca09987ab1bea96f7969a2..240bde7806c67b2602abd51ac335e132c188d151 100644
--- a/Source/core/page/Window.idl
+++ b/Source/core/page/Window.idl
@@ -207,6 +207,8 @@
attribute EventListener onloadstart;
attribute EventListener onmessage;
attribute EventListener onmousedown;
+ attribute EventListener onmouseenter;
+ attribute EventListener onmouseleave;
attribute EventListener onmousemove;
attribute EventListener onmouseout;
attribute EventListener onmouseover;

Powered by Google App Engine
This is Rietveld 408576698