Closed
Bug 289423
Opened 20 years ago
Closed 20 years ago
Extensions should be able to provide window icons
Categories
(Toolkit Graveyard :: XULRunner, defect)
Toolkit Graveyard
XULRunner
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
|
1.66 KB,
patch
|
darin.moz
:
first-review+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
Extensions should be able to provide default window icons in <extension>/chrome/icons/default just like apps can.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #179945 -
Flags: first-review?(darin)
Comment 2•20 years ago
|
||
Comment on attachment 179945 [details] [diff] [review] Load window icons from <extension>/chrome/icons/default, rev. 1 >Index: toolkit/xre/nsXREDirProvider.cpp > else if (!strcmp(aProperty, NS_APP_CHROME_DIR_LIST)) { >+ // NS_APP_CHROME_DIR_LIST is only used to get default (native) icons >+ // for OS window decoration. >+ why is this an important thing to indicate here? where are the dependencies on this assumption? it seems to me that this code is simply indicating where all of the "chrome" directories live. how is that icon specific? r=darin
Attachment #179945 -
Flags: first-review?(darin) → first-review+
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 179945 [details] [diff] [review] Load window icons from <extension>/chrome/icons/default, rev. 1 Because I wanted to remind myself that *.manifest files were not read from this location.
Attachment #179945 -
Flags: approval1.8b2?
Comment 4•20 years ago
|
||
Comment on attachment 179945 [details] [diff] [review] Load window icons from <extension>/chrome/icons/default, rev. 1 a=asa
Attachment #179945 -
Flags: approval1.8b2? → approval1.8b2+
| Assignee | ||
Comment 5•20 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta2
Comment 6•20 years ago
|
||
*** Bug 242757 has been marked as a duplicate of this bug. ***
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•