mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Normal trace events already go directly to base. This CL removes the remaining trace events that were still indirected through blink::Platform. These were just the half-finished inspector timeline trace events, which currently aren't actually hooked up to anything. This CL also removes the redunant "convertable to trace format" wrappers and moves their one remaining use over to just using the version in base directly. R=eseidel@google.com, ojan@chromium.org Review URL: https://codereview.chromium.org/889823002
v8_inspector
v8_inspector is an attempt to build a standalone library for running a Chrome-DevTools compatible WebSocket server which speaks the "Debugger" portion of the DevTools json protocol.
Currently v8_inspector is deeply tied into the rest of sky/engine/core, however the goal is to remove that dependency by moving the files out of sky/engine/core.
More Information
https://docs.google.com/document/d/1fEkZFMH_U5DhIYM95Mhp5ovtBUeHaToSvgQapDzgNDc/edit http://crbug.com/435243