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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease 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.clearMarks [function] 7 window.performance.clearMarks [function]
8 window.performance.clearMeasures [function] 8 window.performance.clearMeasures [function]
9 window.performance.clearResourceTimings [function] 9 window.performance.clearResourceTimings [function]
10 window.performance.dispatchEvent [function] 10 window.performance.dispatchEvent [function]
11 window.performance.getEntries [function] 11 window.performance.getEntries [function]
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 jsonizedTiming.unloadEventEnd [number] 80 jsonizedTiming.unloadEventEnd [number]
81 jsonizedTiming.unloadEventStart [number] 81 jsonizedTiming.unloadEventStart [number]
82 jsonizedEntry [object Object] 82 jsonizedEntry [object Object]
83 jsonizedEntry.duration [number] 83 jsonizedEntry.duration [number]
84 jsonizedEntry.entryType [string] 84 jsonizedEntry.entryType [string]
85 jsonizedEntry.name [string] 85 jsonizedEntry.name [string]
86 jsonizedEntry.startTime [number] 86 jsonizedEntry.startTime [number]
87 window.performance.navigation [printed above as window.performance.navigation] 87 window.performance.navigation [printed above as window.performance.navigation]
88 window.performance [string] 88 window.performance [string]
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698