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

Unified Diff: core/events/Event.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 years, 11 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 | « core/events/ErrorEvent.idl ('k') | core/events/EventListener.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/Event.idl
diff --git a/core/dom/Event.idl b/core/events/Event.idl
similarity index 88%
rename from core/dom/Event.idl
rename to core/events/Event.idl
index 88d704fa31a407916b41e338b8f401ca4914c601..49b49149fde5e1937f1dc1b2fd284e46a98f918c 100644
--- a/core/dom/Event.idl
+++ b/core/events/Event.idl
@@ -59,9 +59,9 @@
void stopPropagation();
void preventDefault();
- void initEvent([Default=Undefined] optional DOMString eventTypeArg,
- [Default=Undefined] optional boolean canBubbleArg,
- [Default=Undefined] optional boolean cancelableArg);
+ void initEvent([Default=Undefined] optional DOMString eventTypeArg,
+ [Default=Undefined] optional boolean canBubbleArg,
+ [Default=Undefined] optional boolean cancelableArg);
// DOM Level 3 Additions.
readonly attribute boolean defaultPrevented;
@@ -72,8 +72,7 @@
[ImplementedAs=legacyReturnValue, DeprecateAs=EventReturnValue] attribute boolean returnValue;
attribute boolean cancelBubble;
- [EnabledAtRuntime=ShadowDOM] readonly attribute NodeList path;
+ [RuntimeEnabled=ShadowDOM] readonly attribute NodeList path;
- [Custom] readonly attribute Clipboard clipboardData;
+ [CustomGetter] readonly attribute Clipboard clipboardData;
};
-
« no previous file with comments | « core/events/ErrorEvent.idl ('k') | core/events/EventListener.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698