Closed
Bug 1207627
Opened 10 years ago
Closed 10 years ago
Kill the markup-view preview sidebar
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox44 fixed)
RESOLVED
FIXED
Firefox 44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: pbro, Assigned: pbro)
Details
Attachments
(1 file)
|
7.54 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
It's dead code, I don't think it was ever enabled by default, it has no tests, and the value is kind of limited I believe.
| Assignee | ||
Comment 1•10 years ago
|
||
Deleting code!
NI? Jeff just to be sure you're ok with this.
Assignee: nobody → pbrosset
Status: NEW → ASSIGNED
Flags: needinfo?(jgriffiths)
Attachment #8664883 -
Flags: review?(bgrinstead)
Comment 2•10 years ago
|
||
Comment on attachment 8664883 [details] [diff] [review]
Bug_1207627_-_Remove_the_markup-view_feature.diff
Review of attachment 8664883 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM, thanks. Commit message should probably read 'markupview preview' so it doesn't look like we are removing the markup view
Attachment #8664883 -
Flags: review?(bgrinstead) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #2)
> Comment on attachment 8664883 [details] [diff] [review]
> Bug_1207627_-_Remove_the_markup-view_feature.diff
>
> Review of attachment 8664883 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> LGTM, thanks. Commit message should probably read 'markupview preview' so
> it doesn't look like we are removing the markup view
Yeah, good catch.
Try build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=7a9d52f63996
Clearing NI? as I just talked to Jeff in person.
Flags: needinfo?(jgriffiths)
Comment 4•10 years ago
|
||
To be clear: kill it.
Comment 6•10 years ago
|
||
I personally found it useful since it gave a global preview of all DOM mutations happening on the page (you can see the yellow flash on different lines in the preview). While the markup view itself only displays mutations for the current viewed markup, which is not convenient if you have various mutations happening on different parts of the dom, but at the same time.
Comment 7•10 years ago
|
||
Also, the feature could have been much more useful if it had the click to scroll feature ST has, it's much faster to click there than actually searching a specific selector.
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•