Closed
Bug 1301031
Opened 8 years ago
Closed 8 years ago
NullPointerException: Attempt to invoke virtual method 'org.mozilla.gecko.icons.IconRequestBuilder > org.mozilla.gecko.icons.IconRequestBuilder.icon(org.mozilla.gecko.icons.IconDescriptor)'
Categories
(Firefox for Android Graveyard :: Favicon Handling, defect)
Tracking
(firefox51 fixed)
RESOLVED
FIXED
Firefox 51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: sebastian, Assigned: sebastian)
References
Details
Attachments
(1 file)
> handleMessage: Link:Favicon
> handleMessage threw for Link:Favicon
> java.lang.NullPointerException: Attempt to invoke virtual method 'org.mozilla.gecko.icons.IconRequestBuilder
> org.mozilla.gecko.icons.IconRequestBuilder.icon(org.mozilla.gecko.icons.IconDescriptor)' on a null object reference
> at org.mozilla.gecko.Tab.addFavicon(Tab.java:439)
> at org.mozilla.gecko.Tabs.handleMessage(Tabs.java:525)
> at org.mozilla.gecko.EventDispatcher.dispatchEvent(EventDispatcher.java:411)
> at org.mozilla.gecko.EventDispatcher.dispatchEvent(EventDispatcher.java:246)
> at org.mozilla.gecko.GeckoAppShell.handleGeckoMessage(GeckoAppShell.java:1971)
> at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
> at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:525)
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8788860 [details]
Bug 1301031 - Tab: Initialize icon request builder in constructor.
https://reviewboard.mozilla.org/r/77200/#review75508
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8788860 [details]
Bug 1301031 - Tab: Initialize icon request builder in constructor.
https://reviewboard.mozilla.org/r/77200/#review75510
Attachment #8788860 -
Flags: review?(ahunt) → review+
Pushed by s.kaspari@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d89d3f611e91
Tab: Initialize icon request builder in constructor. r=ahunt
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Updated•4 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
•