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

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

Issue 1179113007: Implement onunhandledrejection / onrejectionhandled events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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
Index: Source/core/frame/WindowEventHandlers.idl
diff --git a/Source/core/frame/WindowEventHandlers.idl b/Source/core/frame/WindowEventHandlers.idl
index e329309c80556f728604447626855cc2ab8faa63..5c4131796f2f4c7778ed86249f0b1dc9fe3e421f 100644
--- a/Source/core/frame/WindowEventHandlers.idl
+++ b/Source/core/frame/WindowEventHandlers.idl
@@ -46,6 +46,8 @@
attribute EventHandler onpagehide;
attribute EventHandler onpageshow;
attribute EventHandler onpopstate;
+ [RuntimeEnabled=PromiseRejectionEvent] attribute EventHandler onrejectionhandled;
philipj_slow 2015/06/16 14:58:03 Here and in WorkerGlobalScope.idl, can you put the
jochen (gone - plz use gerrit) 2015/06/17 07:57:53 done
attribute EventHandler onstorage;
+ [RuntimeEnabled=PromiseRejectionEvent] attribute EventHandler onunhandledrejection;
attribute EventHandler onunload;
};

Powered by Google App Engine
This is Rietveld 408576698