Closed
Bug 292201
Opened 20 years ago
Closed 7 years ago
support "," icons in moz-icon protocol
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bugzilla, Unassigned)
Details
the following works: moz-icon:file://C:\Program Files\Internet Explorer\iexplore.exe?size=16 the following doesn't work: moz-icon:file://C:\Program Files\Internet Explorer\iexplore.exe,-32528?size=16
Updated•18 years ago
|
Assignee: pavlov → nobody
QA Contact: imagelib
Comment 1•13 years ago
|
||
What is a "," icon? When is it used?
Comment 2•8 years ago
|
||
Windows binaries store more than one icon resource, the comma syntax is used to select one of the icons. https://blogs.msdn.microsoft.com/oldnewthing/20100505-00/?p=14153 > In Windows 95, the ExtractIcon function was enhanced so that you could also specify an icon by its resource ID by passing its negative as the icon index. In other words, if you place a negative number after the comma, then its absolute value is interpreted as the resource ID.
Comment 3•7 years ago
|
||
Given that we no longer have XPCOM add-ons and I don't think there's anywhere where we'd benefit from this in Firefox front-end, I don't think we will implement this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•