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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-enum-stability-expected.txt

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Check to see that TimelineAgent record types are stable. 1 Check to see that TimelineAgent record types are stable.
2 2
3 Applications outside of WebKit depend on the stability of the mapping of these t ypes to these specific values. 3 Applications outside of WebKit depend on the stability of the mapping of these t ypes to these specific values.
4 4
5 { 5 {
6 ActivateLayerTree : "ActivateLayerTree" 6 ActivateLayerTree : "ActivateLayerTree"
7 BeginFrame : "BeginFrame" 7 BeginFrame : "BeginFrame"
8 CancelAnimationFrame : "CancelAnimationFrame" 8 CancelAnimationFrame : "CancelAnimationFrame"
9 CompositeLayers : "CompositeLayers" 9 CompositeLayers : "CompositeLayers"
10 ConsoleTime : "ConsoleTime" 10 ConsoleTime : "ConsoleTime"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 UpdateCounters : "UpdateCounters" 46 UpdateCounters : "UpdateCounters"
47 UpdateLayerTree : "UpdateLayerTree" 47 UpdateLayerTree : "UpdateLayerTree"
48 WebSocketCreate : "WebSocketCreate" 48 WebSocketCreate : "WebSocketCreate"
49 WebSocketDestroy : "WebSocketDestroy" 49 WebSocketDestroy : "WebSocketDestroy"
50 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" 50 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
51 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" 51 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
52 XHRLoad : "XHRLoad" 52 XHRLoad : "XHRLoad"
53 XHRReadyStateChange : "XHRReadyStateChange" 53 XHRReadyStateChange : "XHRReadyStateChange"
54 } 54 }
55 55
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-enum-stability.html ('k') | LayoutTests/inspector/tracing/timeline-event-dispatch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698