Closed
Bug 400164
Opened 17 years ago
Closed 17 years ago
WebRunner to use favicons if no icon is specified
Categories
(Mozilla Labs :: Prism, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mrwizard, Assigned: matthew.gertner)
References
Details
Attachments
(4 files, 3 obsolete files)
(deleted),
image/x-icns
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6; .NET CLR 3.5.20404) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a9pre) Gecko/2007092312 Webrunner/0.7
It would be nice if WebRunner could use the web site's favicon if no icon has been specified in the ini file rather than showing the WebRunner planet icon.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Product: Other Applications → Mozilla Labs
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → matthew
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•17 years ago
|
||
This patch includes the code for bugs 400179 and 408362. I haven't posted the latter yet since I want to test on Windows first. Currently includes support for Windows and Mac, tested only on Mac.
Currently I download the favicon to the profile directory, which is kind of a hack, and then check whether it is there when the user clicks OK to create the app/shortcut. So if they click before the icon is downloaded they will get the default app icon. I'll figure out a way to hold the icon in memory so it doesn't have to be written to disk. The UI should take care of showing the user that the icon is loading and displaying it once it is loaded so they can decide if they want it or some other icon.
Assignee | ||
Comment 3•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Attachment #294075 -
Attachment mime type: application/octet-stream → image/x-icns
Assignee | ||
Comment 4•17 years ago
|
||
This is tested and works on Mac and Windows. It's ready for review. Unfortunately it's beyond my abilities to make a proper patch until bug 408362 is committed. In the meantime, here's the latest WIP. As soon as we get consensus on 408362 and get it checked in I'll make a proper patch.
Attachment #294074 -
Attachment is obsolete: true
Assignee | ||
Comment 5•17 years ago
|
||
Assignee | ||
Comment 6•17 years ago
|
||
Attachment #295772 -
Attachment is obsolete: true
Assignee | ||
Comment 7•17 years ago
|
||
I haven't tested the 512x512 and 256x256 icon support since this is only for Leopard and I have Tiger.
Attachment #295777 -
Attachment is obsolete: true
Comment 8•17 years ago
|
||
Comment on attachment 295789 [details] [diff] [review]
Fixes build issues on win32,, add supports for 256x256 and 512x512 icons
tweaked common/components/src/windows/Makefile.in to use static CRT and add a manifest
Attachment #295789 -
Flags: review+
Assignee | ||
Comment 9•17 years ago
|
||
Attachment #296114 -
Flags: review?(mark.finkle)
Updated•17 years ago
|
Attachment #296114 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
See Also: → https://launchpad.net/bugs/205782
You need to log in
before you can comment on or make changes to this bug.
Description
•