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

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

Issue 301593002: DevTools: process events from all threads in TimelineTraceEventBindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 6 years, 6 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 CallStack : "CallStack"
9 CancelAnimationFrame : "CancelAnimationFrame" 8 CancelAnimationFrame : "CancelAnimationFrame"
10 CompositeLayers : "CompositeLayers" 9 CompositeLayers : "CompositeLayers"
11 ConsoleTime : "ConsoleTime" 10 ConsoleTime : "ConsoleTime"
12 DecodeImage : "DecodeImage" 11 DecodeImage : "DecodeImage"
13 DrawFrame : "DrawFrame" 12 DrawFrame : "DrawFrame"
14 EmbedderCallback : "EmbedderCallback" 13 EmbedderCallback : "EmbedderCallback"
15 EvaluateScript : "EvaluateScript" 14 EvaluateScript : "EvaluateScript"
16 EventDispatch : "EventDispatch" 15 EventDispatch : "EventDispatch"
17 FireAnimationFrame : "FireAnimationFrame" 16 FireAnimationFrame : "FireAnimationFrame"
18 FunctionCall : "FunctionCall" 17 FunctionCall : "FunctionCall"
(...skipping 28 matching lines...) Expand all
47 UpdateCounters : "UpdateCounters" 46 UpdateCounters : "UpdateCounters"
48 UpdateLayerTree : "UpdateLayerTree" 47 UpdateLayerTree : "UpdateLayerTree"
49 WebSocketCreate : "WebSocketCreate" 48 WebSocketCreate : "WebSocketCreate"
50 WebSocketDestroy : "WebSocketDestroy" 49 WebSocketDestroy : "WebSocketDestroy"
51 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" 50 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
52 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" 51 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
53 XHRLoad : "XHRLoad" 52 XHRLoad : "XHRLoad"
54 XHRReadyStateChange : "XHRReadyStateChange" 53 XHRReadyStateChange : "XHRReadyStateChange"
55 } 54 }
56 55
OLDNEW
« no previous file with comments | « LayoutTests/inspector/layers/tracing-layer-tree.html ('k') | LayoutTests/inspector/timeline/trace-event-self-time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698