Closed Bug 289423 Opened 20 years ago Closed 20 years ago

Extensions should be able to provide window icons

Categories

(Toolkit Graveyard :: XULRunner, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.8beta2

People

(Reporter: benjamin, Assigned: benjamin)

References

Details

Attachments

(1 file)

Extensions should be able to provide default window icons in
<extension>/chrome/icons/default just like apps can.
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+
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 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+
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta2
*** Bug 242757 has been marked as a duplicate of this bug. ***
Product: Toolkit → Toolkit Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: