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

Unified Diff: third_party/WebKit/Source/core/frame/WindowEventHandlers.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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
Index: third_party/WebKit/Source/core/frame/WindowEventHandlers.idl
diff --git a/third_party/WebKit/Source/core/frame/WindowEventHandlers.idl b/third_party/WebKit/Source/core/frame/WindowEventHandlers.idl
index 63748031de7e9ea9a26f6c66a35d8364fae9432b..a30abf712fb818a9068565471d59a1f66980c17d 100644
--- a/third_party/WebKit/Source/core/frame/WindowEventHandlers.idl
+++ b/third_party/WebKit/Source/core/frame/WindowEventHandlers.idl
@@ -37,17 +37,17 @@
//attribute EventHandler onafterprint;
//attribute EventHandler onbeforeprint;
// FIXME: onbeforeunload should be an OnBeforeUnloadEventHandler.
- attribute EventHandler onbeforeunload;
- attribute EventHandler onhashchange;
- attribute EventHandler onlanguagechange;
- attribute EventHandler onmessage;
- attribute EventHandler onoffline;
- attribute EventHandler ononline;
- attribute EventHandler onpagehide;
- attribute EventHandler onpageshow;
- attribute EventHandler onpopstate;
- attribute EventHandler onrejectionhandled;
- attribute EventHandler onstorage;
- attribute EventHandler onunhandledrejection;
- attribute EventHandler onunload;
+ [Measure] attribute EventHandler onbeforeunload;
+ [Measure] attribute EventHandler onhashchange;
+ [Measure] attribute EventHandler onlanguagechange;
+ [Measure] attribute EventHandler onmessage;
+ [Measure] attribute EventHandler onoffline;
+ [Measure] attribute EventHandler ononline;
+ [Measure] attribute EventHandler onpagehide;
+ [Measure] attribute EventHandler onpageshow;
+ [Measure] attribute EventHandler onpopstate;
+ [Measure] attribute EventHandler onrejectionhandled;
+ [Measure] attribute EventHandler onstorage;
+ [Measure] attribute EventHandler onunhandledrejection;
+ [Measure] attribute EventHandler onunload;
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/Window.idl ('k') | third_party/WebKit/Source/core/html/HTMLAllCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698