RESOLVED FIXED Bug 85707
Web Inspector: take timeline frame mode out of experimental
https://bugs.webkit.org/show_bug.cgi?id=85707
Summary Web Inspector: take timeline frame mode out of experimental
Andrey Kosyakov
Reported 2012-05-05 05:48:02 PDT
- Remove "Vertical timeline overview" experiment; - Add supportsFrameInstrumentation capability to InspectorTimelineAgent; - Show frame mode selector conditionally on supportsFrameInstrumentation capability.
Attachments
Patch (15.98 KB, patch)
2012-05-05 05:56 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-05-05 05:56:29 PDT
Pavel Feldman
Comment 2 2012-05-05 08:36:38 PDT
Comment on attachment 140395 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=140395&action=review > Source/WebCore/inspector/InspectorController.cpp:115 > + m_agents.append(InspectorTimelineAgent::create(m_instrumentingAgents.get(), m_state.get(), InspectorTimelineAgent::PageInspector, You make inspector controller timeline-details-aware. You should instead create a stub for worker's InspectorClient.
Andrey Kosyakov
Comment 3 2012-05-06 07:53:48 PDT
Note You need to log in before you can comment on or make changes to this bug.