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

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

Issue 731293006: Implement style invalidation tracking (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments, cleanup Created 6 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
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 ActivateLayerTree : "ActivateLayerTree"
7 BeginFrame : "BeginFrame" 7 BeginFrame : "BeginFrame"
8 BeginMainThreadFrame : "BeginMainThreadFrame" 8 BeginMainThreadFrame : "BeginMainThreadFrame"
9 CancelAnimationFrame : "CancelAnimationFrame" 9 CancelAnimationFrame : "CancelAnimationFrame"
10 CommitLoad : "CommitLoad" 10 CommitLoad : "CommitLoad"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 RasterTask : "RasterTask" 44 RasterTask : "RasterTask"
45 Rasterize : "Rasterize" 45 Rasterize : "Rasterize"
46 RecalculateStyles : "RecalculateStyles" 46 RecalculateStyles : "RecalculateStyles"
47 RequestAnimationFrame : "RequestAnimationFrame" 47 RequestAnimationFrame : "RequestAnimationFrame"
48 RequestMainThreadFrame : "RequestMainThreadFrame" 48 RequestMainThreadFrame : "RequestMainThreadFrame"
49 ResizeImage : "Resize Image" 49 ResizeImage : "Resize Image"
50 ResourceFinish : "ResourceFinish" 50 ResourceFinish : "ResourceFinish"
51 ResourceReceiveResponse : "ResourceReceiveResponse" 51 ResourceReceiveResponse : "ResourceReceiveResponse"
52 ResourceReceivedData : "ResourceReceivedData" 52 ResourceReceivedData : "ResourceReceivedData"
53 ResourceSendRequest : "ResourceSendRequest" 53 ResourceSendRequest : "ResourceSendRequest"
54 ScheduleStyleInvalidationTracking : "ScheduleStyleInvalidationTracking"
54 ScheduleStyleRecalculation : "ScheduleStyleRecalculation" 55 ScheduleStyleRecalculation : "ScheduleStyleRecalculation"
55 ScrollLayer : "ScrollLayer" 56 ScrollLayer : "ScrollLayer"
56 SetLayerTreeId : "SetLayerTreeId" 57 SetLayerTreeId : "SetLayerTreeId"
58 StyleInvalidatorInvalidationTracking : "StyleInvalidatorInvalidationTracking "
57 StyleRecalcInvalidationTracking : "StyleRecalcInvalidationTracking" 59 StyleRecalcInvalidationTracking : "StyleRecalcInvalidationTracking"
58 TimeStamp : "TimeStamp" 60 TimeStamp : "TimeStamp"
59 TimerFire : "TimerFire" 61 TimerFire : "TimerFire"
60 TimerInstall : "TimerInstall" 62 TimerInstall : "TimerInstall"
61 TimerRemove : "TimerRemove" 63 TimerRemove : "TimerRemove"
62 TracingSessionIdForWorker : "TracingSessionIdForWorker" 64 TracingSessionIdForWorker : "TracingSessionIdForWorker"
63 TracingStartedInPage : "TracingStartedInPage" 65 TracingStartedInPage : "TracingStartedInPage"
64 UpdateCounters : "UpdateCounters" 66 UpdateCounters : "UpdateCounters"
65 UpdateLayer : "UpdateLayer" 67 UpdateLayer : "UpdateLayer"
66 UpdateLayerTree : "UpdateLayerTree" 68 UpdateLayerTree : "UpdateLayerTree"
67 WebSocketCreate : "WebSocketCreate" 69 WebSocketCreate : "WebSocketCreate"
68 WebSocketDestroy : "WebSocketDestroy" 70 WebSocketDestroy : "WebSocketDestroy"
69 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse" 71 WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
70 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest" 72 WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
71 XHRLoad : "XHRLoad" 73 XHRLoad : "XHRLoad"
72 XHRReadyStateChange : "XHRReadyStateChange" 74 XHRReadyStateChange : "XHRReadyStateChange"
73 } 75 }
74 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698