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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 1: 'Performance.onwebkitresourcetimingbufferfull' is depre cated. Please use 'Performance.onresourcetimingbufferfull' instead. 1 CONSOLE WARNING: line 1: 'Performance.onwebkitresourcetimingbufferfull' is depre cated. Please use 'Performance.onresourcetimingbufferfull' instead.
2 This test dumps all of the properties that are reachable from the window.perform ance object, along with their types. 2 This test dumps all of the properties that are reachable from the window.perform ance object, along with their types.
3 3
4 window.performance [object Performance] 4 window.performance [object Performance]
5 window.performance.addEventListener [function] 5 window.performance.addEventListener [function]
6 window.performance.clearFrameTimings [function] 6 window.performance.clearFrameTimings [function]
7 window.performance.clearLongTaskTimings [function]
7 window.performance.clearMarks [function] 8 window.performance.clearMarks [function]
8 window.performance.clearMeasures [function] 9 window.performance.clearMeasures [function]
9 window.performance.clearResourceTimings [function] 10 window.performance.clearResourceTimings [function]
10 window.performance.dispatchEvent [function] 11 window.performance.dispatchEvent [function]
11 window.performance.getEntries [function] 12 window.performance.getEntries [function]
12 window.performance.getEntriesByName [function] 13 window.performance.getEntriesByName [function]
13 window.performance.getEntriesByType [function] 14 window.performance.getEntriesByType [function]
14 window.performance.mark [function] 15 window.performance.mark [function]
15 window.performance.measure [function] 16 window.performance.measure [function]
16 window.performance.memory [object MemoryInfo] 17 window.performance.memory [object MemoryInfo]
17 window.performance.memory.jsHeapSizeLimit [number] 18 window.performance.memory.jsHeapSizeLimit [number]
18 window.performance.memory.totalJSHeapSize [number] 19 window.performance.memory.totalJSHeapSize [number]
19 window.performance.memory.usedJSHeapSize [number] 20 window.performance.memory.usedJSHeapSize [number]
20 window.performance.navigation [object PerformanceNavigation] 21 window.performance.navigation [object PerformanceNavigation]
21 window.performance.navigation.TYPE_BACK_FORWARD [number] 22 window.performance.navigation.TYPE_BACK_FORWARD [number]
22 window.performance.navigation.TYPE_NAVIGATE [number] 23 window.performance.navigation.TYPE_NAVIGATE [number]
23 window.performance.navigation.TYPE_RELOAD [number] 24 window.performance.navigation.TYPE_RELOAD [number]
24 window.performance.navigation.TYPE_RESERVED [number] 25 window.performance.navigation.TYPE_RESERVED [number]
25 window.performance.navigation.redirectCount [number] 26 window.performance.navigation.redirectCount [number]
26 window.performance.navigation.type [number] 27 window.performance.navigation.type [number]
27 window.performance.now [function] 28 window.performance.now [function]
28 window.performance.onframetimingbufferfull [null] 29 window.performance.onframetimingbufferfull [null]
30 window.performance.onlongtasktimingbufferfull [null]
29 window.performance.onresourcetimingbufferfull [null] 31 window.performance.onresourcetimingbufferfull [null]
30 window.performance.onwebkitresourcetimingbufferfull [null] 32 window.performance.onwebkitresourcetimingbufferfull [null]
31 window.performance.removeEventListener [function] 33 window.performance.removeEventListener [function]
32 window.performance.setFrameTimingBufferSize [function] 34 window.performance.setFrameTimingBufferSize [function]
35 window.performance.setLongTaskTimingBufferSize [function]
33 window.performance.setResourceTimingBufferSize [function] 36 window.performance.setResourceTimingBufferSize [function]
34 window.performance.timing [object PerformanceTiming] 37 window.performance.timing [object PerformanceTiming]
35 window.performance.timing.connectEnd [number] 38 window.performance.timing.connectEnd [number]
36 window.performance.timing.connectStart [number] 39 window.performance.timing.connectStart [number]
37 window.performance.timing.domComplete [number] 40 window.performance.timing.domComplete [number]
38 window.performance.timing.domContentLoadedEventEnd [number] 41 window.performance.timing.domContentLoadedEventEnd [number]
39 window.performance.timing.domContentLoadedEventStart [number] 42 window.performance.timing.domContentLoadedEventStart [number]
40 window.performance.timing.domInteractive [number] 43 window.performance.timing.domInteractive [number]
41 window.performance.timing.domLoading [number] 44 window.performance.timing.domLoading [number]
42 window.performance.timing.domainLookupEnd [number] 45 window.performance.timing.domainLookupEnd [number]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 jsonizedTiming.unloadEventEnd [number] 83 jsonizedTiming.unloadEventEnd [number]
81 jsonizedTiming.unloadEventStart [number] 84 jsonizedTiming.unloadEventStart [number]
82 jsonizedEntry [object Object] 85 jsonizedEntry [object Object]
83 jsonizedEntry.duration [number] 86 jsonizedEntry.duration [number]
84 jsonizedEntry.entryType [string] 87 jsonizedEntry.entryType [string]
85 jsonizedEntry.name [string] 88 jsonizedEntry.name [string]
86 jsonizedEntry.startTime [number] 89 jsonizedEntry.startTime [number]
87 window.performance.navigation [printed above as window.performance.navigation] 90 window.performance.navigation [printed above as window.performance.navigation]
88 window.performance [string] 91 window.performance [string]
89 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698