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

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

Issue 1245343003: Update documentation of Performance.timing/navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/core/timing/PerformanceNavigation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/Performance.idl
diff --git a/Source/core/timing/Performance.idl b/Source/core/timing/Performance.idl
index 6a8fab6b0030ec60e72d6f7d0230919d69f66bae..d5353157e389649275ce45dde6600bfcd2a79bb2 100644
--- a/Source/core/timing/Performance.idl
+++ b/Source/core/timing/Performance.idl
@@ -53,13 +53,9 @@ interface Performance : EventTarget {
attribute EventHandler onwebkitresourcetimingbufferfull;
// Navigation Timing
- // http://www.w3.org/TR/navigation-timing/#sec-window.performance-attribute
- // TODO(philipj): The Navigation Timing Rec. defines the (not partial)
- // Performance interface, while https://w3c.github.io/navigation-timing/ has
- // changed the interface in an incompatible way:
- // https://github.com/w3c/navigation-timing/issues/22
- [Measure] readonly attribute PerformanceTiming timing;
- [Measure] readonly attribute PerformanceNavigation navigation;
+ // https://w3c.github.io/navigation-timing/#extensions-to-the-performance-interface
+ [SameObject, Measure] readonly attribute PerformanceTiming timing;
+ [SameObject, Measure] readonly attribute PerformanceNavigation navigation;
// User Timing
// https://w3c.github.io/user-timing/#extensions-performance-interface
« no previous file with comments | « no previous file | Source/core/timing/PerformanceNavigation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698