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

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

Issue 1167623002: Sync some event interfaces with the HTML spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 7 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 | « Source/core/events/PageTransitionEventInit.idl ('k') | Source/core/events/PopStateEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/PopStateEvent.idl
diff --git a/Source/core/events/PopStateEvent.idl b/Source/core/events/PopStateEvent.idl
index df9937ee571df9eb562744ec846c521769f7ef2c..5d051637bd6ecf0bfd3bb6dfd094b1ad3691b89f 100644
--- a/Source/core/events/PopStateEvent.idl
+++ b/Source/core/events/PopStateEvent.idl
@@ -24,10 +24,11 @@
*
*/
-// https://html.spec.whatwg.org/multipage/browsers.html#popstateevent
+// https://html.spec.whatwg.org/multipage/browsers.html#the-popstateevent-interface
[
Constructor(DOMString type, optional PopStateEventInit eventInitDict),
+ // TODO(philipj): Exposed=(Window,Worker)
] interface PopStateEvent : Event {
[Custom=Getter] readonly attribute any state;
};
« no previous file with comments | « Source/core/events/PageTransitionEventInit.idl ('k') | Source/core/events/PopStateEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698