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

Side by Side Diff: LayoutTests/fast/dom/Window/window-properties-performance-expected.txt

Issue 14246023: Unprefix User Timing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test dumps all of the properties that are reachable from the window.perform ance object, along with their types. 1 This test dumps all of the properties that are reachable from the window.perform ance object, along with their types.
2 2
3 window.performance [object Performance] 3 window.performance [object Performance]
4 window.performance.clearMarks [function]
5 window.performance.clearMeasures [function]
6 window.performance.getEntries [function]
7 window.performance.getEntriesByName [function]
8 window.performance.getEntriesByType [function]
9 window.performance.mark [function]
10 window.performance.measure [function]
4 window.performance.memory [object MemoryInfo] 11 window.performance.memory [object MemoryInfo]
5 window.performance.memory.jsHeapSizeLimit [number] 12 window.performance.memory.jsHeapSizeLimit [number]
6 window.performance.memory.totalJSHeapSize [number] 13 window.performance.memory.totalJSHeapSize [number]
7 window.performance.memory.usedJSHeapSize [number] 14 window.performance.memory.usedJSHeapSize [number]
8 window.performance.navigation [object PerformanceNavigation] 15 window.performance.navigation [object PerformanceNavigation]
9 window.performance.navigation.TYPE_BACK_FORWARD [number] 16 window.performance.navigation.TYPE_BACK_FORWARD [number]
10 window.performance.navigation.TYPE_NAVIGATE [number] 17 window.performance.navigation.TYPE_NAVIGATE [number]
11 window.performance.navigation.TYPE_RELOAD [number] 18 window.performance.navigation.TYPE_RELOAD [number]
12 window.performance.navigation.TYPE_RESERVED [number] 19 window.performance.navigation.TYPE_RESERVED [number]
13 window.performance.navigation.redirectCount [number] 20 window.performance.navigation.redirectCount [number]
(...skipping 28 matching lines...) Expand all
42 window.performance.webkitGetEntries [function] 49 window.performance.webkitGetEntries [function]
43 window.performance.webkitGetEntriesByName [function] 50 window.performance.webkitGetEntriesByName [function]
44 window.performance.webkitGetEntriesByType [function] 51 window.performance.webkitGetEntriesByType [function]
45 window.performance.webkitMark [function] 52 window.performance.webkitMark [function]
46 window.performance.webkitMeasure [function] 53 window.performance.webkitMeasure [function]
47 window.performance.webkitSetResourceTimingBufferSize [function] 54 window.performance.webkitSetResourceTimingBufferSize [function]
48 window.performance.timing [printed above as window.performance.timing] 55 window.performance.timing [printed above as window.performance.timing]
49 window.performance.navigation [printed above as window.performance.navigation] 56 window.performance.navigation [printed above as window.performance.navigation]
50 window.performance [string] 57 window.performance [string]
51 58
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698