Bug 151126
| Summary: | Web Inspector: Make details sections a first-class sidebar panel concept | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Baker <mattbaker> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 150982 | ||
| Bug Blocks: | |||
Matt Baker
* SUMMARY
Make details sections a first-class concept in Sidebar. Within sidebar classes it should be possible to write this.addDetailsSection(detailsSection), instead of this.element.appendChild(this._myDetailsSection.element).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23493975>
Matt Baker
This has been superseded by https://bugs.webkit.org/show_bug.cgi?id=151126.
Timothy Hatcher
Did you mean https://bugs.webkit.org/show_bug.cgi?id=150982?
Timothy Hatcher
Nope, he meant: https://bugs.webkit.org/show_bug.cgi?id=152269
Matt Baker
(In reply to comment #4)
> Nope, he meant: https://bugs.webkit.org/show_bug.cgi?id=152269
Correct.
Matt Baker
Re-opening. After more consideration I think being able to ask for a panel's DetailsSections will be needed for testing purposes.
Matt Baker
Closing. DetailsSection UI classes will soon be used outside the sidebar. Discussion here: https://bugs.webkit.org/show_bug.cgi?id=167473.