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

Unified Diff: Source/core/events/Event.idl

Issue 256093003: Add use counters for "IE Extensions" to the Event interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/Event.idl
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
index 59b39a413db8d0e08f35074cc7705ac2d21ae6b0..4a803dda61d6bfbdeac90c25c696e05cfa3edf05 100644
--- a/Source/core/events/Event.idl
+++ b/Source/core/events/Event.idl
@@ -68,11 +68,9 @@
void stopImmediatePropagation();
// IE Extensions
- readonly attribute EventTarget srcElement;
+ [MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement;
[ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue;
- attribute boolean cancelBubble;
-
- readonly attribute NodeList path;
-
- [Custom=Getter] readonly attribute DataTransfer clipboardData;
+ [MeasureAs=EventCancelBubble] attribute boolean cancelBubble;
+ [MeasureAs=EventPath] readonly attribute NodeList path;
+ [Custom=Getter, MeasureAs=EventClipboardData] readonly attribute DataTransfer clipboardData;
};
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698