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

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

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/timeline/timeline-enum-stability-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-enum-stability-expected.txt b/LayoutTests/inspector/timeline/timeline-enum-stability-expected.txt
deleted file mode 100644
index d044f69b82af255cf84f78cc78a9a198f6ed1b1d..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/timeline/timeline-enum-stability-expected.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-Check to see that TimelineAgent record types are stable.
-
-Applications outside of WebKit depend on the stability of the mapping of these types to these specific values.
-
-{
- ActivateLayerTree : "ActivateLayerTree"
- BeginFrame : "BeginFrame"
- CancelAnimationFrame : "CancelAnimationFrame"
- CompositeLayers : "CompositeLayers"
- ConsoleTime : "ConsoleTime"
- DecodeImage : "DecodeImage"
- DrawFrame : "DrawFrame"
- EmbedderCallback : "EmbedderCallback"
- EvaluateScript : "EvaluateScript"
- EventDispatch : "EventDispatch"
- FireAnimationFrame : "FireAnimationFrame"
- FunctionCall : "FunctionCall"
- GCEvent : "GCEvent"
- GPUTask : "GPUTask"
- InvalidateLayout : "InvalidateLayout"
- Layout : "Layout"
- MarkDOMContent : "MarkDOMContent"
- MarkFirstPaint : "MarkFirstPaint"
- MarkLoad : "MarkLoad"
- Paint : "Paint"
- PaintSetup : "PaintSetup"
- ParseHTML : "ParseHTML"
- Program : "Program"
- Rasterize : "Rasterize"
- RecalculateStyles : "RecalculateStyles"
- RequestAnimationFrame : "RequestAnimationFrame"
- RequestMainThreadFrame : "RequestMainThreadFrame"
- ResizeImage : "ResizeImage"
- ResourceFinish : "ResourceFinish"
- ResourceReceiveResponse : "ResourceReceiveResponse"
- ResourceReceivedData : "ResourceReceivedData"
- ResourceSendRequest : "ResourceSendRequest"
- Root : "Root"
- ScheduleStyleRecalculation : "ScheduleStyleRecalculation"
- ScrollLayer : "ScrollLayer"
- TimeStamp : "TimeStamp"
- TimerFire : "TimerFire"
- TimerInstall : "TimerInstall"
- TimerRemove : "TimerRemove"
- UpdateCounters : "UpdateCounters"
- UpdateLayerTree : "UpdateLayerTree"
- WebSocketCreate : "WebSocketCreate"
- WebSocketDestroy : "WebSocketDestroy"
- WebSocketReceiveHandshakeResponse : "WebSocketReceiveHandshakeResponse"
- WebSocketSendHandshakeRequest : "WebSocketSendHandshakeRequest"
- XHRLoad : "XHRLoad"
- XHRReadyStateChange : "XHRReadyStateChange"
-}
-

Powered by Google App Engine
This is Rietveld 408576698