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

Unified Diff: sky/engine/core/events/Event.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/events/Event.h ('k') | sky/engine/core/events/EventListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/Event.idl
diff --git a/sky/engine/core/events/Event.idl b/sky/engine/core/events/Event.idl
index d2904ddaa62e72067f8037f8ae0c4e0902fbdbd3..76f067b6376bd1fda40f04b126e7b81a6c8ef7e8 100644
--- a/sky/engine/core/events/Event.idl
+++ b/sky/engine/core/events/Event.idl
@@ -20,7 +20,6 @@
// Introduced in DOM Level 2:
[
- Custom=Wrap,
EventConstructor,
] interface Event {
// DOM PhaseType
@@ -48,8 +47,8 @@
void stopImmediatePropagation();
// IE Extensions
- [MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement;
- [CallWith=ExecutionContext, ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue;
- [MeasureAs=EventCancelBubble] attribute boolean cancelBubble;
- [MeasureAs=EventPath] readonly attribute NodeList path;
+ readonly attribute EventTarget srcElement;
+ [CallWith=ExecutionContext, ImplementedAs=legacyReturnValue] attribute boolean returnValue;
+ attribute boolean cancelBubble;
+ readonly attribute NodeList path;
};
« no previous file with comments | « sky/engine/core/events/Event.h ('k') | sky/engine/core/events/EventListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698