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

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

Issue 61923003: Timeline: show impl-side frames on the Timeline overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, addressed review comments, added a test Created 7 years 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
« no previous file with comments | « no previous file | LayoutTests/inspector/timeline/timeline-frame-controller.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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
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
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/timeline/timeline-frame-controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698