| 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;
|
| };
|
| -
|
|
|