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

Unified Diff: core/timing/PerformanceTiming.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/timing/PerformanceObserverInit.idl ('k') | core/timing/WindowPerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/timing/PerformanceTiming.idl
diff --git a/core/timing/PerformanceTiming.idl b/core/timing/PerformanceTiming.idl
index 10fc224c0d50f57ebc361ac10be9f3e32ab8b26c..2a7bcc7c9a320bf196e62360efa9885390dfaf98 100644
--- a/core/timing/PerformanceTiming.idl
+++ b/core/timing/PerformanceTiming.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-timing-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-performancetiming-interface
[
+ Exposed=Window,
GarbageCollected
] interface PerformanceTiming {
readonly attribute unsigned long long navigationStart;
@@ -58,7 +55,5 @@
readonly attribute unsigned long long domComplete;
readonly attribute unsigned long long loadEventStart;
readonly attribute unsigned long long loadEventEnd;
-
- // TODO(philipj): This serializer is not defined in the spec.
serializer = {attribute};
};
« no previous file with comments | « core/timing/PerformanceObserverInit.idl ('k') | core/timing/WindowPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698