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

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

Issue 620123002: DevTools: Support JS frames save/load for tracing timeline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressing comment. Created 6 years, 2 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 | Source/devtools/front_end/timeline/TracingModel.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 BeginMainThreadFrame : "BeginMainThreadFrame" 8 BeginMainThreadFrame : "BeginMainThreadFrame"
9 CallStack : "CallStack" 9 CallStack : "CallStack"
10 CancelAnimationFrame : "CancelAnimationFrame" 10 CancelAnimationFrame : "CancelAnimationFrame"
11 CompositeLayers : "CompositeLayers" 11 CompositeLayers : "CompositeLayers"
12 ConsoleTime : "ConsoleTime" 12 ConsoleTime : "ConsoleTime"
13 CpuProfile : "CpuProfile"
13 DecodeImage : "Decode Image" 14 DecodeImage : "Decode Image"
14 DecodeLazyPixelRef : "Decode LazyPixelRef" 15 DecodeLazyPixelRef : "Decode LazyPixelRef"
15 DrawFrame : "DrawFrame" 16 DrawFrame : "DrawFrame"
16 DrawLazyPixelRef : "Draw LazyPixelRef" 17 DrawLazyPixelRef : "Draw LazyPixelRef"
17 EmbedderCallback : "EmbedderCallback" 18 EmbedderCallback : "EmbedderCallback"
18 EvaluateScript : "EvaluateScript" 19 EvaluateScript : "EvaluateScript"
19 EventDispatch : "EventDispatch" 20 EventDispatch : "EventDispatch"
20 FireAnimationFrame : "FireAnimationFrame" 21 FireAnimationFrame : "FireAnimationFrame"
21 FunctionCall : "FunctionCall" 22 FunctionCall : "FunctionCall"
22 GCEvent : "GCEvent" 23 GCEvent : "GCEvent"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 UpdateLayer : "UpdateLayer" 60 UpdateLayer : "UpdateLayer"
60 UpdateLayerTree : "UpdateLayerTree" 61 UpdateLayerTree : "UpdateLayerTree"
61 WebSocketCreate : "WebSocketCreate" 62 WebSocketCreate : "WebSocketCreate"
62 WebSocketDestroy : "WebSocketDestroy" 63 WebSocketDestroy : "WebSocketDestroy"
63 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" 64 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
64 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" 65 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
65 XHRLoad : "XHRLoad" 66 XHRLoad : "XHRLoad"
66 XHRReadyStateChange : "XHRReadyStateChange" 67 XHRReadyStateChange : "XHRReadyStateChange"
67 } 68 }
68 69
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TracingModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698