Closed
Bug 1434981
Opened 7 years ago
Closed 7 years ago
Show used fonts for text nodes too
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: pbro, Assigned: pbro)
Details
Attachments
(1 file)
There's no reason to only be showing fonts for element nodes. We can also do it for text nodes, and in fact it's very useful because in that case it doesn't go into sub children nodes and get their fonts too.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try, discovered an issue on linux because Arial doesn't exist there: https://treeherder.mozilla.org/#/jobs?repo=try&revision=03ac12e12bd5ee9a5fb2ec0a3b25088c5e0101ad&group_state=expanded&selectedJob=159908482
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8947541 [details]
Bug 1434981 - Display fonts for text nodes too;
https://reviewboard.mozilla.org/r/217240/#review223096
::: devtools/client/inspector/fonts/test/browser_fontinspector_text-node.js:4
(Diff revision 3)
> +/* vim: set ts=2 et sw=2 tw=80: */
> +/* Any copyright is dedicated to the Public Domain.
> + http://creativecommons.org/publicdomain/zero/1.0/ */
> +"use strict";
Add a new line before "use strict";
Attachment #8947541 -
Flags: review?(gl) → review+
Comment hidden (mozreview-request) |
Pushed by pbrosset@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83725aa063c5
Display fonts for text nodes too; r=gl
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Component: Inspector: Fonts → Inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•