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

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

Issue 130213008: Remove window.performance.webkit* (PrefixedUserTiming) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/performance/prefixed-deprecation-messages.html » ('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.addEventListener [function] 4 window.performance.addEventListener [function]
5 window.performance.clearMarks [function] 5 window.performance.clearMarks [function]
6 window.performance.clearMeasures [function] 6 window.performance.clearMeasures [function]
7 window.performance.dispatchEvent [function] 7 window.performance.dispatchEvent [function]
8 window.performance.getEntries [function] 8 window.performance.getEntries [function]
9 window.performance.getEntriesByName [function] 9 window.performance.getEntriesByName [function]
10 window.performance.getEntriesByType [function] 10 window.performance.getEntriesByType [function]
(...skipping 28 matching lines...) Expand all
39 window.performance.timing.loadEventStart [number] 39 window.performance.timing.loadEventStart [number]
40 window.performance.timing.navigationStart [number] 40 window.performance.timing.navigationStart [number]
41 window.performance.timing.redirectEnd [number] 41 window.performance.timing.redirectEnd [number]
42 window.performance.timing.redirectStart [number] 42 window.performance.timing.redirectStart [number]
43 window.performance.timing.requestStart [number] 43 window.performance.timing.requestStart [number]
44 window.performance.timing.responseEnd [number] 44 window.performance.timing.responseEnd [number]
45 window.performance.timing.responseStart [number] 45 window.performance.timing.responseStart [number]
46 window.performance.timing.secureConnectionStart [number] 46 window.performance.timing.secureConnectionStart [number]
47 window.performance.timing.unloadEventEnd [number] 47 window.performance.timing.unloadEventEnd [number]
48 window.performance.timing.unloadEventStart [number] 48 window.performance.timing.unloadEventStart [number]
49 window.performance.webkitClearMarks [function]
50 window.performance.webkitClearMeasures [function]
51 window.performance.webkitClearResourceTimings [function] 49 window.performance.webkitClearResourceTimings [function]
52 window.performance.webkitGetEntries [function] 50 window.performance.webkitGetEntries [function]
53 window.performance.webkitGetEntriesByName [function] 51 window.performance.webkitGetEntriesByName [function]
54 window.performance.webkitGetEntriesByType [function] 52 window.performance.webkitGetEntriesByType [function]
55 window.performance.webkitMark [function]
56 window.performance.webkitMeasure [function]
57 window.performance.webkitSetResourceTimingBufferSize [function] 53 window.performance.webkitSetResourceTimingBufferSize [function]
58 window.performance.timing [printed above as window.performance.timing] 54 window.performance.timing [printed above as window.performance.timing]
59 window.performance.navigation [printed above as window.performance.navigation] 55 window.performance.navigation [printed above as window.performance.navigation]
60 window.performance [string] 56 window.performance [string]
61 57
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/performance/prefixed-deprecation-messages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698