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

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

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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
(Empty)
1 Check to see that TimelineAgent record types are stable.
2
3 Applications outside of WebKit depend on the stability of the mapping of these t ypes to these specific values.
4
5 {
6 ActivateLayerTree : "ActivateLayerTree"
7 BeginFrame : "BeginFrame"
8 CancelAnimationFrame : "CancelAnimationFrame"
9 CompositeLayers : "CompositeLayers"
10 ConsoleTime : "ConsoleTime"
11 DecodeImage : "DecodeImage"
12 DrawFrame : "DrawFrame"
13 EmbedderCallback : "EmbedderCallback"
14 EvaluateScript : "EvaluateScript"
15 EventDispatch : "EventDispatch"
16 FireAnimationFrame : "FireAnimationFrame"
17 FunctionCall : "FunctionCall"
18 GCEvent : "GCEvent"
19 GPUTask : "GPUTask"
20 InvalidateLayout : "InvalidateLayout"
21 Layout : "Layout"
22 MarkDOMContent : "MarkDOMContent"
23 MarkFirstPaint : "MarkFirstPaint"
24 MarkLoad : "MarkLoad"
25 Paint : "Paint"
26 PaintSetup : "PaintSetup"
27 ParseHTML : "ParseHTML"
28 Program : "Program"
29 Rasterize : "Rasterize"
30 RecalculateStyles : "RecalculateStyles"
31 RequestAnimationFrame : "RequestAnimationFrame"
32 RequestMainThreadFrame : "RequestMainThreadFrame"
33 ResizeImage : "ResizeImage"
34 ResourceFinish : "ResourceFinish"
35 ResourceReceiveResponse : "ResourceReceiveResponse"
36 ResourceReceivedData : "ResourceReceivedData"
37 ResourceSendRequest : "ResourceSendRequest"
38 Root : "Root"
39 ScheduleStyleRecalculation : "ScheduleStyleRecalculation"
40 ScrollLayer : "ScrollLayer"
41 TimeStamp : "TimeStamp"
42 TimerFire : "TimerFire"
43 TimerInstall : "TimerInstall"
44 TimerRemove : "TimerRemove"
45 UpdateCounters : "UpdateCounters"
46 UpdateLayerTree : "UpdateLayerTree"
47 WebSocketCreate : "WebSocketCreate"
48 WebSocketDestroy : "WebSocketDestroy"
49 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
50 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
51 XHRLoad : "XHRLoad"
52 XHRReadyStateChange : "XHRReadyStateChange"
53 }
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698