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

Unified Diff: Source/core/timing/PerformanceNavigation.idl

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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/timing/PerformanceMeasure.idl ('k') | Source/core/timing/PerformanceRenderTiming.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceNavigation.idl
diff --git a/Source/core/timing/PerformanceNavigation.idl b/Source/core/timing/PerformanceNavigation.idl
index 59a1b3a65791989ba101259c295d89380a7b61b2..4ed6c06c89fc18eb35c91a63db074e0e58a96a61 100644
--- a/Source/core/timing/PerformanceNavigation.idl
+++ b/Source/core/timing/PerformanceNavigation.idl
@@ -28,7 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// See: http://www.w3.org/TR/navigation-timing/
+// http://www.w3.org/TR/navigation-timing/#sec-navigation-info-interface
+
+// TODO(philipj): This interface been morphed into PerformanceNavigationTiming
+// in the latest spec:
+// https://w3c.github.io/navigation-timing/#sec-PerformanceNavigationTiming
+
[
GarbageCollected
] interface PerformanceNavigation {
@@ -37,6 +42,5 @@
const unsigned short TYPE_BACK_FORWARD = 2;
const unsigned short TYPE_RESERVED = 255;
readonly attribute unsigned short type;
-
readonly attribute unsigned short redirectCount;
};
« no previous file with comments | « Source/core/timing/PerformanceMeasure.idl ('k') | Source/core/timing/PerformanceRenderTiming.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698