OLD | NEW |
| (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 | |
OLD | NEW |