Closed
Bug 1415014
Opened 7 years ago
Closed 7 years ago
Move mozicon128.png from browser/icons to browser/chrome/icons/default
Categories
(Firefox :: Theme, enhancement, P3)
Tracking
()
RESOLVED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(2 files)
mozicon128.png is added by bug 261679. But I don't know why this file is in browser/icons, not browser/chrome/icons/default and name isn't default128.png.
If possible, we should rename and move to browser/chrome/icons/default as hidpi icons.
Assignee | ||
Comment 1•7 years ago
|
||
Dao, do you know a reason that mozicon128.png file is in browser/icons, not in browser/chrome/icons/default? I cannot find it.
Flags: needinfo?(dao+bmo)
Comment 2•7 years ago
|
||
No idea, bug 261679 might have just put it there arbitrarily.
Flags: needinfo?(dao+bmo)
Priority: -- → P3
Assignee | ||
Comment 3•7 years ago
|
||
Although I check Firefox distribution packages, they reference mozicon128.png from /usr/share/icons/hicolor/128x128/apps...
Assignee | ||
Comment 4•7 years ago
|
||
:glandium, I would like to rename mozicon128.png to default128.png and to move to browser/chrome/icons/default to use it as HiDPI icon. But debian package creates symlink to it.
Can we rename it and move it? If no, I will copy it to browser/chrome/icons/default instead of rename & move.
Flags: needinfo?(mh+mozilla)
Comment 5•7 years ago
|
||
if you do that, you might as well put a default64.png file too. (and I don't know why it's icon64.png, and not default64.png)
Flags: needinfo?(mh+mozilla)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → m_kato
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8927220 [details]
Bug 1415014 - Part 1. Add default64.png and default128.png for GTK HiDPI icons.
https://reviewboard.mozilla.org/r/198474/#review203724
::: browser/branding/branding-common.mozbuild:49
(Diff revision 1)
> BRANDING_FILES += [
> + 'default128.png',
> 'default16.png',
> 'default32.png',
> 'default48.png',
> - 'mozicon128.png',
> + 'default64.png',
Please move default128.png to the bottom
::: browser/branding/branding-common.mozbuild:56
(Diff revision 1)
> FINAL_TARGET_FILES.chrome.icons.default += [
> + 'default128.png',
> 'default16.png',
> 'default32.png',
> 'default48.png',
> + 'default64.png',
ditto
::: browser/branding/nightly/content/jar.mn:14
(Diff revision 1)
> content/branding/about-logo@2x.png
> content/branding/about-wordmark.svg
> content/branding/icon48.png
> - content/branding/icon64.png
> + content/branding/icon64.png (../default64.png)
> content/branding/icon16.png (../default16.png)
> content/branding/icon32.png (../default32.png)
Please move the icon48 and icon64 further down
::: browser/branding/official/content/jar.mn:12
(Diff revision 1)
> content/branding/about.png
> content/branding/about-logo.png
> content/branding/about-logo@2x.png
> content/branding/about-wordmark.svg
> content/branding/icon48.png
> - content/branding/icon64.png
> + content/branding/icon64.png (../default64.png)
ditto
::: browser/branding/unofficial/content/jar.mn:13
(Diff revision 1)
> content/branding/about-background.png
> content/branding/about-logo.png
> content/branding/about-logo@2x.png
> content/branding/about-wordmark.svg
> content/branding/icon48.png
> - content/branding/icon64.png
> + content/branding/icon64.png (../default64.png)
ditto
::: browser/installer/allowed-dupes.mn:80
(Diff revision 1)
> browser/modules/devtools/gDevTools.jsm
> +browser/chrome/icons/default/default128.png
> browser/chrome/icons/default/default16.png
> browser/chrome/icons/default/default32.png
> browser/chrome/icons/default/default48.png
> +browser/chrome/icons/default/default64.png
Please move the default128 entry down
::: browser/installer/package-manifest.in:619
(Diff revision 1)
> #ifdef MOZ_GTK
> +@RESPATH@/browser/chrome/icons/default/default128.png
> @RESPATH@/browser/chrome/icons/default/default16.png
> @RESPATH@/browser/chrome/icons/default/default32.png
> @RESPATH@/browser/chrome/icons/default/default48.png
> +@RESPATH@/browser/chrome/icons/default/default64.png
ditto
Attachment #8927220 -
Flags: review?(dao+bmo) → review+
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8927221 [details]
Bug 1415014 - Part 2. Remove duplicated icon48.png from branding files.
https://reviewboard.mozilla.org/r/198476/#review203728
Attachment #8927221 -
Flags: review?(dao+bmo) → review+
Comment 10•7 years ago
|
||
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/mozilla-inbound/rev/607fd3ab6953
Part 1. Add default64.png and default128.png for GTK HiDPI icons. r=dao
https://hg.mozilla.org/integration/mozilla-inbound/rev/5d95a4f0d3a0
Part 2. Remove duplicated icon48.png from branding files. r=dao
Assignee | ||
Comment 11•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8927220 [details]
Bug 1415014 - Part 1. Add default64.png and default128.png for GTK HiDPI icons.
https://reviewboard.mozilla.org/r/198474/#review203724
> Please move default128.png to the bottom
This list must be sorted. So default128.png must be top.
Comment 12•7 years ago
|
||
Backout by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e12bbe132d6
Backed out changeset 5d95a4f0d3a0
https://hg.mozilla.org/integration/mozilla-inbound/rev/fc119ef7a5b0
Backed out changeset 607fd3ab6953 due to mistake merge
Comment 13•7 years ago
|
||
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7dabae5e261a
Part 1. Add default64.png and default128.png for GTK HiDPI icons. r=dao
https://hg.mozilla.org/integration/mozilla-inbound/rev/d7cb7c614fe1
Part 2. Remove duplicated icon48.png from branding files. r=dao
Comment 14•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7dabae5e261a
https://hg.mozilla.org/mozilla-central/rev/d7cb7c614fe1
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Depends on: 1416968
You need to log in
before you can comment on or make changes to this bug.
Description
•