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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceTiming.idl

Issue 2509143002: Add Prerender type to NavigationType for nav timing 2 (Closed)
Patch Set: synced client 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
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceTiming.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/timing/PerformanceTiming.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceTiming.idl b/third_party/WebKit/Source/core/timing/PerformanceTiming.idl
index c981e8981fa528a3bd2c184d9b0d9ee1dfdf15d6..19c65ad4865ec7093aafc42a6bddf2f12cfdc7a1 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceTiming.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceTiming.idl
@@ -30,6 +30,8 @@
// https://w3c.github.io/navigation-timing/#the-performancetiming-interface
+// Legacy support for NT1(https://www.w3.org/TR/navigation-timing/).
+
[
Exposed=Window,
] interface PerformanceTiming {
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceTiming.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698