DescriptionDevTools: use explicit IPC messages for enabling/disabling tracing instead of intercepting protocol events
Added IPC plumbing that allows InspectorTracingAgent to enable/disable browser-wide tracing. It was implemented by intercepting Tracing.started/Tracing.stopped events in the browser. Tracing.stopped event in the DevTools protocol was used by the renderer to notify the browser that it should stop trace event recording and it didn't make much sense for the client as there is already Tracing.tracingComplete event in the protocol.
BUG=398787
Committed: https://chromium.googlesource.com/chromium/src/+/a449adae35631e4791547bd0b14403d1766f9ddf
Committed: https://crrev.com/16f8dbcecc8131d862e4f16d848612ac00910f97
Cr-Commit-Position: refs/heads/master@{#292578}
Patch Set 1 #Patch Set 2 : Fixed category filter #
Total comments: 1
Patch Set 3 : Rebase #
Messages
Total messages: 22 (0 generated)
|