Closed
Bug 262262
Opened 21 years ago
Closed 21 years ago
favicon.ico requested every time tab selected if doesn't exist
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
People
(Reporter: john.p.baker, Assigned: vlad)
References
()
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
10.88 KB,
patch
|
bugs
:
review+
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Every time you select a tab, except the first one, with the default icon,
an HTTP request for /favicon.ico is submitted
Reproducible: Always
Steps to Reproduce:
1.Open a 2nd tab for site without favicons
2.select first tab
3.select second tab
Actual Results:
Another request for /favicon is generated
Expected Results:
Should remember that there is no icon.
This could be related to bug 260500
Comment 1•21 years ago
|
||
Somehow the number of requests should be limited if possible.
->NEW
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
Looking at the logs for my site, it seems that it's generating 1 or 2 requests
for /favicon.ico when switching between tabs. If I have two tabs open,
switching between them with a long delay (more than 20 seconds) between
switches, it generates a single request. If I switch less than 20 seconds
apart, it generates two.
Seeing same thing using "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3)
Gecko/20041001 Firefox/0.10.1"
Really obnoxious bug, this should be escalated. My web server logs are half
full with these things now.
Comment 4•21 years ago
|
||
see also Seamonkey bug 118548
Comment 5•21 years ago
|
||
*** Bug 264752 has been marked as a duplicate of this bug. ***
Comment 6•21 years ago
|
||
changing->All/All
I don't know if whiteboard [perf] would be justified
CC->Vlad
if this is "easy" it should be included in 1.0 milestone
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Comment 7•21 years ago
|
||
I missed a missed-favicon cache check; the patch went in a few days ago, I think.
Assignee | ||
Comment 9•21 years ago
|
||
Fix; there were some cases where we kept around an autogenerated favicon.ico
URL where we shouldn't have done that.
Assignee | ||
Updated•21 years ago
|
Attachment #162517 -
Flags: review?(bugs)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0+
Whiteboard: [have patch] - need review ben
Comment 10•21 years ago
|
||
Comment on attachment 162517 [details] [diff] [review]
262262-favicon-request-each-time-fix-0.patch
r+a=ben@mozilla.org
Attachment #162517 -
Flags: review?(bugs)
Attachment #162517 -
Flags: review+
Attachment #162517 -
Flags: approval-aviary+
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Keywords: fixed-aviary1.0
Resolution: --- → FIXED
Whiteboard: [have patch] - need review ben
You need to log in
before you can comment on or make changes to this bug.
Description
•