Closed
Bug 1415029
Opened 8 years ago
Closed 8 years ago
extension-icon is blurred as compared to addons-notification-icon
Categories
(WebExtensions :: Frontend, defect, P3)
WebExtensions
Frontend
Tracking
(firefox58 verified, firefox59 verified)
VERIFIED
FIXED
mozilla59
People
(Reporter: magicp.jp, Assigned: mstriemer)
Details
Attachments
(4 files)
Steps to reproduce:
1. Open about:debugging
2. Load temporary Add-on "Permissions Example" (https://github.com/)mdn/webextensions-examples/tree/master/permissions
3. Click "Permissions Example" button on nav-bar
4. Click granted link of "The history permission is an optional permission that can be granted"
Actual Results:
extension-icon is blurred as compared to addons-notification-icon
Expected Results:
Use same icon with addons-notification-icon.
Or... Make a cool icon for WebExtensions, because it is strange if same icons are displayed.
(In reply to magicp from comment #0)
> 2. Load temporary Add-on "Permissions Example" (https://github.com/)mdn/webextensions-examples/tree/master/permissions
https://github.com/mdn/webextensions-examples/tree/master/permissions
Comment 2•8 years ago
|
||
IIUC the favicon is the blurry one so this would be a webextension bug related to moz-extension pages
Component: Notifications and Alerts → WebExtensions: Untriaged
Updated•8 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Frontend
Updated•8 years ago
|
Assignee: nobody → mstriemer
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 4•8 years ago
|
||
The icon that was being used is 64px with a slight gradient. This updates the icon to be the same as the one that appears beside it when the permission prompt opens.
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8932146 [details]
Bug 1415029 - Use better extension icon in identity block
https://reviewboard.mozilla.org/r/203176/#review208584
Delegate this to Johann, who's more familiar with the identity box.
Updated•8 years ago
|
Attachment #8932146 -
Flags: review?(aswan) → review?(jhofmann)
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8932146 [details]
Bug 1415029 - Use better extension icon in identity block
https://reviewboard.mozilla.org/r/203176/#review208608
::: browser/base/content/browser.xul:860
(Diff revision 1)
> tooltiptext="&urlbar.emeNotificationAnchor.tooltip;"/>
> <image id="persistent-storage-notification-icon" class="notification-anchor-icon persistent-storage-icon" role="button"
> tooltiptext="&urlbar.persistentStorageNotificationAnchor.tooltip;"/>
> </box>
> <image id="connection-icon"/>
> - <image id="extension-icon"/>
> + <image id="extension-icon" class="install-icon"/>
Since we really only want to change the icon and not copy any other (future) properties of .install-icon, I'd prefer not to add this class, and instead add the #extension-icon selector to this rule:
https://searchfox.org/mozilla-central/rev/7a8c667bdd2a4a32746c9862356e199627c0896d/browser/themes/shared/notification-icons.inc.css#183
or just replace the icon path in identity-block.inc.css.
Attachment #8932146 -
Flags: review?(jhofmann) → review-
| Comment hidden (mozreview-request) |
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8932146 [details]
Bug 1415029 - Use better extension icon in identity block
https://reviewboard.mozilla.org/r/203176/#review208634
Looks good, thank you!
Attachment #8932146 -
Flags: review+
| Assignee | ||
Updated•8 years ago
|
Attachment #8932146 -
Flags: review?(aswan)
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 9•8 years ago
|
||
Autoland can't push this until all pending issues in MozReview are marked as resolved.
Keywords: checkin-needed
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 10•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b247a3bf8989
Use better extension icon in identity block r=johannh
Keywords: checkin-needed
Comment 11•8 years ago
|
||
Backed out 1 changesets (bug 1415029) for failing in browser/components/extensions/test/browser/test-oop-extensions/browser_ext_identity_indication.js r=backout on a CLOSED TREE
https://hg.mozilla.org/integration/autoland/rev/44dbee9aab054d6a974826c015b1378d7a9d1a0a
https://treeherder.mozilla.org/#/jobs?repo=autoland&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-classifiedState=unclassified&selectedJob=148048517
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 14•8 years ago
|
||
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6ce2b2fa5bad
Use better extension icon in identity block r=johannh
Keywords: checkin-needed
Comment 15•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 16•8 years ago
|
||
| bugherder landing | ||
Updated•8 years ago
|
| Reporter | ||
Comment 17•8 years ago
|
||
Verified in the latest Nightly Build (20171130220131). Thanks!
Comment 18•8 years ago
|
||
I can reproduce this issue on Firefox 58.0a1 (20171106100122) under Wind 10 64-bit.
This issue is verified as fixed on Firefox 58.0b8 (20171130160223), Firefox 59.0a1 (20171205100345) under Wind 10 64-bit and Mac OS X 10.13.
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•