OLD | NEW |
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" |
(...skipping 19 matching lines...) Expand all Loading... |
30 Layout : "Layout" | 30 Layout : "Layout" |
31 LayoutInvalidationTracking : "LayoutInvalidationTracking" | 31 LayoutInvalidationTracking : "LayoutInvalidationTracking" |
32 LazyPixelRef : "LazyPixelRef" | 32 LazyPixelRef : "LazyPixelRef" |
33 MarkDOMContent : "MarkDOMContent" | 33 MarkDOMContent : "MarkDOMContent" |
34 MarkFirstPaint : "MarkFirstPaint" | 34 MarkFirstPaint : "MarkFirstPaint" |
35 MarkLoad : "MarkLoad" | 35 MarkLoad : "MarkLoad" |
36 Paint : "Paint" | 36 Paint : "Paint" |
37 PaintImage : "PaintImage" | 37 PaintImage : "PaintImage" |
38 PaintInvalidationTracking : "PaintInvalidationTracking" | 38 PaintInvalidationTracking : "PaintInvalidationTracking" |
39 PaintSetup : "PaintSetup" | 39 PaintSetup : "PaintSetup" |
| 40 ParseAuthorStyleSheet : "ParseAuthorStyleSheet" |
40 ParseHTML : "ParseHTML" | 41 ParseHTML : "ParseHTML" |
41 PictureSnapshot : "cc::Picture" | 42 PictureSnapshot : "cc::Picture" |
42 Program : "Program" | 43 Program : "Program" |
43 RasterTask : "RasterTask" | 44 RasterTask : "RasterTask" |
44 Rasterize : "Rasterize" | 45 Rasterize : "Rasterize" |
45 RecalculateStyles : "RecalculateStyles" | 46 RecalculateStyles : "RecalculateStyles" |
46 RequestAnimationFrame : "RequestAnimationFrame" | 47 RequestAnimationFrame : "RequestAnimationFrame" |
47 RequestMainThreadFrame : "RequestMainThreadFrame" | 48 RequestMainThreadFrame : "RequestMainThreadFrame" |
48 ResizeImage : "Resize Image" | 49 ResizeImage : "Resize Image" |
49 ResourceFinish : "ResourceFinish" | 50 ResourceFinish : "ResourceFinish" |
(...skipping 14 matching lines...) Expand all Loading... |
64 UpdateLayer : "UpdateLayer" | 65 UpdateLayer : "UpdateLayer" |
65 UpdateLayerTree : "UpdateLayerTree" | 66 UpdateLayerTree : "UpdateLayerTree" |
66 WebSocketCreate : "WebSocketCreate" | 67 WebSocketCreate : "WebSocketCreate" |
67 WebSocketDestroy : "WebSocketDestroy" | 68 WebSocketDestroy : "WebSocketDestroy" |
68 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" | 69 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" |
69 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" | 70 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" |
70 XHRLoad : "XHRLoad" | 71 XHRLoad : "XHRLoad" |
71 XHRReadyStateChange : "XHRReadyStateChange" | 72 XHRReadyStateChange : "XHRReadyStateChange" |
72 } | 73 } |
73 | 74 |
OLD | NEW |