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

Unified Diff: Source/core/events/PageTransitionEvent.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/MessageEvent.idl ('k') | Source/core/events/PageTransitionEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/PageTransitionEvent.idl
diff --git a/Source/core/events/PageTransitionEvent.idl b/Source/core/events/PageTransitionEvent.idl
index f8afbef28c71128876c3a4ae6c0cc64956bd9696..7dc109e1512b6a47206f1823fdfd78a9cace51c6 100644
--- a/Source/core/events/PageTransitionEvent.idl
+++ b/Source/core/events/PageTransitionEvent.idl
@@ -23,11 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// https://html.spec.whatwg.org/multipage/browsers.html#pagetransitionevent
+// https://html.spec.whatwg.org/multipage/browsers.html#the-pagetransitionevent-interface
[
Constructor(DOMString type, optional PageTransitionEventInit eventInitDict),
+ // TODO(philipj): Exposed=(Window,Worker)
] interface PageTransitionEvent : Event {
readonly attribute boolean persisted;
};
-
« no previous file with comments | « Source/core/events/MessageEvent.idl ('k') | Source/core/events/PageTransitionEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698