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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt

Issue 2244813002: LongTaskTiming: add idl, Experiment flag, PerformanceEntry and basic implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge issue in flags Created 4 years, 4 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: third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
index 02f8a849de105e032be3910827e2f4c403d42446..1be14b4600c47f99edfa1ebcb5dd31c7b6860b4f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
@@ -4,6 +4,7 @@ This test dumps all of the properties that are reachable from the window.perform
window.performance [object Performance]
window.performance.addEventListener [function]
window.performance.clearFrameTimings [function]
+window.performance.clearLongTaskTimings [function]
window.performance.clearMarks [function]
window.performance.clearMeasures [function]
window.performance.clearResourceTimings [function]
@@ -26,10 +27,12 @@ window.performance.navigation.redirectCount [number]
window.performance.navigation.type [number]
window.performance.now [function]
window.performance.onframetimingbufferfull [null]
+window.performance.onlongtasktimingbufferfull [null]
window.performance.onresourcetimingbufferfull [null]
window.performance.onwebkitresourcetimingbufferfull [null]
window.performance.removeEventListener [function]
window.performance.setFrameTimingBufferSize [function]
+window.performance.setLongTaskTimingBufferSize [function]
window.performance.setResourceTimingBufferSize [function]
window.performance.timing [object PerformanceTiming]
window.performance.timing.connectEnd [number]

Powered by Google App Engine
This is Rietveld 408576698