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

Unified Diff: Source/core/timing/SharedWorkerPerformance.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/PerformanceTiming.idl ('k') | Source/core/timing/WindowPerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/SharedWorkerPerformance.idl
diff --git a/Source/core/timing/SharedWorkerPerformance.idl b/Source/core/timing/SharedWorkerPerformance.idl
index cef9493922df9f3605865dcdd13ffe2ae4e1df60..80106811127b6217b5b326b969c6df36220f0744 100644
--- a/Source/core/timing/SharedWorkerPerformance.idl
+++ b/Source/core/timing/SharedWorkerPerformance.idl
@@ -27,7 +27,10 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// TODO(philipj): SharedWorker.workerStart was in the High Resolution Time spec,
+// but was removed in favor of Performance.translateTime():
+// https://github.com/w3c/hr-time/commit/39aaf81e1ea206fdf0fde4f49604ddd64d4f5b13
+
partial interface SharedWorker {
- // See https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolutionTime2/Overview.html for details.
- [CallWith=ExecutionContext] readonly attribute double workerStart;
+ [CallWith=ExecutionContext, Measure] readonly attribute DOMHighResTimeStamp workerStart;
};
« no previous file with comments | « Source/core/timing/PerformanceTiming.idl ('k') | Source/core/timing/WindowPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698