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

Unified Diff: Source/core/timing/PerformanceNavigation.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 | « Source/core/timing/Performance.idl ('k') | Source/core/timing/PerformanceTiming.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 4ed6c06c89fc18eb35c91a63db074e0e58a96a61..30ee7b27a5ffe8d7086def43b6c8e574e51ff952 100644
--- a/Source/core/timing/PerformanceNavigation.idl
+++ b/Source/core/timing/PerformanceNavigation.idl
@@ -28,13 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// 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
+// https://w3c.github.io/navigation-timing/#the-performancenavigation-interface
[
+ Exposed=Window,
GarbageCollected
] interface PerformanceNavigation {
const unsigned short TYPE_NAVIGATE = 0;
@@ -43,4 +40,5 @@
const unsigned short TYPE_RESERVED = 255;
readonly attribute unsigned short type;
readonly attribute unsigned short redirectCount;
+ // TODO(philipj): serializer = {attribute};
};
« no previous file with comments | « Source/core/timing/Performance.idl ('k') | Source/core/timing/PerformanceTiming.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698