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

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

Issue 717573003: DevTools: add ParseAuthorStyleSheet events to Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated test expectations Created 6 years, 1 month 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 CallStack : "CallStack" 9 CallStack : "CallStack"
10 CancelAnimationFrame : "CancelAnimationFrame" 10 CancelAnimationFrame : "CancelAnimationFrame"
(...skipping 19 matching lines...) Expand all
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
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
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/resources/style.css ('k') | Source/core/css/StyleSheetContents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698