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

Unified Diff: Source/core/dom/EventNames.h

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attribute tests. 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/EventListenerMap.cpp ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventNames.h
diff --git a/Source/core/dom/EventNames.h b/Source/core/dom/EventNames.h
index 69796a9233e2bcc762e2e8b385b97d952ead6cae..61cfc0379787ad8023829ccb1e3d2672058fd668 100644
--- a/Source/core/dom/EventNames.h
+++ b/Source/core/dom/EventNames.h
@@ -92,6 +92,8 @@ namespace WebCore {
macro(message) \
macro(midimessage) \
macro(mousedown) \
+ macro(mouseenter) \
+ macro(mouseleave) \
macro(mousemove) \
macro(mouseout) \
macro(mouseover) \
« no previous file with comments | « Source/core/dom/EventListenerMap.cpp ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698