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

Unified Diff: Source/modules/performance/SharedWorkerPerformance.idl

Issue 111743007: Add the SharedWorker.workerStart property for high resolution timers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code style compliance Created 6 years, 11 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
Index: Source/modules/performance/SharedWorkerPerformance.idl
diff --git a/Source/core/css/xhtmlmp.css b/Source/modules/performance/SharedWorkerPerformance.idl
similarity index 82%
copy from Source/core/css/xhtmlmp.css
copy to Source/modules/performance/SharedWorkerPerformance.idl
index 11ea1cf1a031cfbf2694983c810bab1f925d99ae..c7f90a3a24253b001872f2af3aa32805748ba7e4 100644
--- a/Source/core/css/xhtmlmp.css
+++ b/Source/modules/performance/SharedWorkerPerformance.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Opera Software ASA. All rights reserved.
+ * Copyright (c) 2014, Opera Software ASA. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,11 +27,9 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Default styles for XHTML Mobile Profile documents where they differ from html.css */
-
-@viewport {
- width: auto;
- /* Ideally these should be removed. Currently here to avoid test result regressions. */
- min-zoom: 0.25;
- max-zoom: 5;
-}
+[
+ RuntimeEnabled=HighResolutionTimeInWorkers
+] 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;
+};
« no previous file with comments | « Source/modules/performance/SharedWorkerPerformance.cpp ('k') | Source/modules/performance/WorkerGlobalScopePerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698