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

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

Issue 654013003: Implement invalidation tracking in devtools (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test for landing 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
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 CpuProfile : "CpuProfile"
14 DecodeImage : "Decode Image" 14 DecodeImage : "Decode Image"
15 DecodeLazyPixelRef : "Decode LazyPixelRef" 15 DecodeLazyPixelRef : "Decode LazyPixelRef"
16 DrawFrame : "DrawFrame" 16 DrawFrame : "DrawFrame"
17 DrawLazyPixelRef : "Draw LazyPixelRef" 17 DrawLazyPixelRef : "Draw LazyPixelRef"
18 EmbedderCallback : "EmbedderCallback" 18 EmbedderCallback : "EmbedderCallback"
19 EvaluateScript : "EvaluateScript" 19 EvaluateScript : "EvaluateScript"
20 EventDispatch : "EventDispatch" 20 EventDispatch : "EventDispatch"
21 FireAnimationFrame : "FireAnimationFrame" 21 FireAnimationFrame : "FireAnimationFrame"
22 FunctionCall : "FunctionCall" 22 FunctionCall : "FunctionCall"
23 GCEvent : "GCEvent" 23 GCEvent : "GCEvent"
24 GPUTask : "GPUTask" 24 GPUTask : "GPUTask"
25 InvalidateLayout : "InvalidateLayout" 25 InvalidateLayout : "InvalidateLayout"
26 JSFrame : "JSFrame" 26 JSFrame : "JSFrame"
27 JSSample : "JSSample" 27 JSSample : "JSSample"
28 LayerInvalidationTracking : "LayerInvalidationTracking"
28 LayerTreeHostImplSnapshot : "cc::LayerTreeHostImpl" 29 LayerTreeHostImplSnapshot : "cc::LayerTreeHostImpl"
29 Layout : "Layout" 30 Layout : "Layout"
31 LayoutInvalidationTracking : "LayoutInvalidationTracking"
30 LazyPixelRef : "LazyPixelRef" 32 LazyPixelRef : "LazyPixelRef"
31 MarkDOMContent : "MarkDOMContent" 33 MarkDOMContent : "MarkDOMContent"
32 MarkFirstPaint : "MarkFirstPaint" 34 MarkFirstPaint : "MarkFirstPaint"
33 MarkLoad : "MarkLoad" 35 MarkLoad : "MarkLoad"
34 Paint : "Paint" 36 Paint : "Paint"
35 PaintImage : "PaintImage" 37 PaintImage : "PaintImage"
38 PaintInvalidationTracking : "PaintInvalidationTracking"
36 PaintSetup : "PaintSetup" 39 PaintSetup : "PaintSetup"
37 ParseHTML : "ParseHTML" 40 ParseHTML : "ParseHTML"
38 PictureSnapshot : "cc::Picture" 41 PictureSnapshot : "cc::Picture"
39 Program : "Program" 42 Program : "Program"
40 RasterTask : "RasterTask" 43 RasterTask : "RasterTask"
41 Rasterize : "Rasterize" 44 Rasterize : "Rasterize"
42 RecalculateStyles : "RecalculateStyles" 45 RecalculateStyles : "RecalculateStyles"
43 RequestAnimationFrame : "RequestAnimationFrame" 46 RequestAnimationFrame : "RequestAnimationFrame"
44 RequestMainThreadFrame : "RequestMainThreadFrame" 47 RequestMainThreadFrame : "RequestMainThreadFrame"
45 ResizeImage : "Resize Image" 48 ResizeImage : "Resize Image"
46 ResourceFinish : "ResourceFinish" 49 ResourceFinish : "ResourceFinish"
47 ResourceReceiveResponse : "ResourceReceiveResponse" 50 ResourceReceiveResponse : "ResourceReceiveResponse"
48 ResourceReceivedData : "ResourceReceivedData" 51 ResourceReceivedData : "ResourceReceivedData"
49 ResourceSendRequest : "ResourceSendRequest" 52 ResourceSendRequest : "ResourceSendRequest"
50 ScheduleStyleRecalculation : "ScheduleStyleRecalculation" 53 ScheduleStyleRecalculation : "ScheduleStyleRecalculation"
51 ScrollLayer : "ScrollLayer" 54 ScrollLayer : "ScrollLayer"
52 SetLayerTreeId : "SetLayerTreeId" 55 SetLayerTreeId : "SetLayerTreeId"
56 StyleRecalcInvalidationTracking : "StyleRecalcInvalidationTracking"
53 TimeStamp : "TimeStamp" 57 TimeStamp : "TimeStamp"
54 TimerFire : "TimerFire" 58 TimerFire : "TimerFire"
55 TimerInstall : "TimerInstall" 59 TimerInstall : "TimerInstall"
56 TimerRemove : "TimerRemove" 60 TimerRemove : "TimerRemove"
57 TracingSessionIdForWorker : "TracingSessionIdForWorker" 61 TracingSessionIdForWorker : "TracingSessionIdForWorker"
58 TracingStartedInPage : "TracingStartedInPage" 62 TracingStartedInPage : "TracingStartedInPage"
59 UpdateCounters : "UpdateCounters" 63 UpdateCounters : "UpdateCounters"
60 UpdateLayer : "UpdateLayer" 64 UpdateLayer : "UpdateLayer"
61 UpdateLayerTree : "UpdateLayerTree" 65 UpdateLayerTree : "UpdateLayerTree"
62 WebSocketCreate : "WebSocketCreate" 66 WebSocketCreate : "WebSocketCreate"
63 WebSocketDestroy : "WebSocketDestroy" 67 WebSocketDestroy : "WebSocketDestroy"
64 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" 68 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
65 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" 69 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
66 XHRLoad : "XHRLoad" 70 XHRLoad : "XHRLoad"
67 XHRReadyStateChange : "XHRReadyStateChange" 71 XHRReadyStateChange : "XHRReadyStateChange"
68 } 72 }
69 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698