Closed
Bug 1302890
Opened 9 years ago
Closed 9 years ago
missing chrome://global/skin/icons/warning-32.png referenced from chrome://devtools/skin/tooltips.css
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: florian, Assigned: jdescottes)
References
Details
Attachments
(2 files)
Found as part of bug 1302570. The warning-32.png file only exists on Mac.
:jdescottes, maybe you can help? It looks like you've worked on tooltips.css lately.
Flags: needinfo?(jdescottes)
Priority: -- → P2
| Reporter | ||
Comment 2•9 years ago
|
||
When fixing this, please remove the exception at https://hg.mozilla.org/mozilla-central/rev/4832e0d25e64#l2.37 or the test would fail.
| Assignee | ||
Comment 3•9 years ago
|
||
This warning icon is used for only one tooltip in devtools, displayed when several debuggers are paused at the same time.
This a feature used by the old debugger, so likely to go away when switching to the new debugger frontend. And it has only ever worked on OSX. I propose to switch to a standard tooltip, with no icon and remove all the code related to this icon from devtools.
If we ever need to do a proper "warning" tooltip, we can create a proper one, using a devtools icon etc...
James: does that sound ok to you?
Flags: needinfo?(jdescottes) → needinfo?(jlong)
Comment 4•9 years ago
|
||
Yes, that sounds great! Sorry for taking a while to respond. Thanks!
Flags: needinfo?(jlong)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•9 years ago
|
||
Gabriel, this is about removing a feature of the old xul tooltip that used to only work on OSX: the alert type text tooltip. It was relying on an image unavailable on other platforms. Only call site is the old debugger.
We can reimplement the feature for the HTML tooltip if the requirement comes back later.
| Comment hidden (mozreview-request) |
Comment 8•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8797538 [details]
Bug 1302890 - remove alert tooltip feature relying on unavailable image;
https://reviewboard.mozilla.org/r/83228/#review81768
Attachment #8797538 -
Flags: review?(gl) → review+
| Assignee | ||
Comment 9•9 years ago
|
||
Thanks for the review Gabriel, try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=118ba52b28f11591b0ffdf4bb4ec17493f3d3364
| Assignee | ||
Comment 10•9 years ago
|
||
Try is green except for unrelated intermittents (linux32 debug only timeouts). Landing.
| Comment hidden (mozreview-request) |
Comment 12•9 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/c4a811b0531e
remove alert tooltip feature relying on unavailable image;r=gl
Comment 13•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•