| 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 AutosizeText : "AutosizeText" | 7 AutosizeText : "AutosizeText" |
| 7 BeginFrame : "BeginFrame" | 8 BeginFrame : "BeginFrame" |
| 8 CancelAnimationFrame : "CancelAnimationFrame" | 9 CancelAnimationFrame : "CancelAnimationFrame" |
| 9 CompositeLayers : "CompositeLayers" | 10 CompositeLayers : "CompositeLayers" |
| 10 DecodeImage : "DecodeImage" | 11 DecodeImage : "DecodeImage" |
| 11 EvaluateScript : "EvaluateScript" | 12 EvaluateScript : "EvaluateScript" |
| 12 EventDispatch : "EventDispatch" | 13 EventDispatch : "EventDispatch" |
| 13 FireAnimationFrame : "FireAnimationFrame" | 14 FireAnimationFrame : "FireAnimationFrame" |
| 14 FunctionCall : "FunctionCall" | 15 FunctionCall : "FunctionCall" |
| 15 GCEvent : "GCEvent" | 16 GCEvent : "GCEvent" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 41 TimerInstall : "TimerInstall" | 42 TimerInstall : "TimerInstall" |
| 42 TimerRemove : "TimerRemove" | 43 TimerRemove : "TimerRemove" |
| 43 WebSocketCreate : "WebSocketCreate" | 44 WebSocketCreate : "WebSocketCreate" |
| 44 WebSocketDestroy : "WebSocketDestroy" | 45 WebSocketDestroy : "WebSocketDestroy" |
| 45 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" | 46 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" |
| 46 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" | 47 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" |
| 47 XHRLoad : "XHRLoad" | 48 XHRLoad : "XHRLoad" |
| 48 XHRReadyStateChange : "XHRReadyStateChange" | 49 XHRReadyStateChange : "XHRReadyStateChange" |
| 49 } | 50 } |
| 50 | 51 |
| OLD | NEW |