Closed
Bug 701285
Opened 14 years ago
Closed 14 years ago
No favicons display after loading pages
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: Margaret)
References
Details
Attachments
(1 file)
1.50 KB,
patch
|
pcwalton
:
review+
|
Details | Diff | Splinter Review |
Since the layers panning and zooming code landed, I no longer see favicons being loaded/displayed in the URL bar. I do see the favicon messages in logcat, letting me know the favicon was discovered.
Updated•14 years ago
|
Assignee: nobody → margaret.leibovic
Priority: -- → P1
Assignee | ||
Comment 1•14 years ago
|
||
A JSONException is getting thrown because the DOMContentLoaded event doesn't have a pageSize property. This meant that handleContentLoaded is never getting called, and that's where loadFavicon is called. jsonPageSize isn't even being used anywhere, so I just removed this line.
Asking Patrick for review since this was introduced by https://hg.mozilla.org/projects/birch/rev/eaf778e88070.
Attachment #573680 -
Flags: review?(pwalton)
Comment 2•14 years ago
|
||
Comment on attachment 573680 [details] [diff] [review]
patch
Doh, good catch.
Attachment #573680 -
Flags: review?(pwalton) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
20111111100727
http://hg.mozilla.org/projects/birch/rev/e65b9655e3e8
(Samsung Galaxy SII Android 2.3.4)
Status: RESOLVED → VERIFIED
OS: Linux → Android
Hardware: x86 → ARM
Updated•14 years ago
|
tracking-fennec: --- → 11+
Updated•14 years ago
|
status-firefox11:
--- → fixed
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•