Bug 88225
| Summary: | Web Inspector: platform support for timeline frame instrumentation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 96077, 115260 | ||
| Bug Blocks: | |||
Andrey Kosyakov
This is an umbrella issue for timeline frame instrumentation support by various platforms. At the moment, frame instrumentation is only supported by chromium.
The following needs to be done to enable frame instrumentation:
- embedder must invoke InspectorInstrumentation::didBeginFrame() when it starts rendering a new frame
- embedder may invoke InspectorInstrumentation::didCancelFrame() if it decides to cancel frame rendering early but after a call to didBeginFrame() (e.g. no layout updates etc);
- embedder must override InspectorClient::supportsFrameInstrumentation() so that it returns true iff embedder will call InspectorInstrumentation::didBeginFrame()
The above will enable "Frame" overview mode in the Timeline panel that aggregates events by frame and exposes frame marks on the lower pane.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brian Burg
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.