Minimize the amount of ContentLinkHandler code loaded by default
Categories
(Firefox :: General, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
(Whiteboard: [overhead:44K])
Attachments
(1 file)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
Comment 5•7 years ago
|
||
mozreview-review |
Comment hidden (mozreview-request) |
Comment 7•6 years ago
|
||
mozreview-review |
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Comment 15•5 years ago
|
||
This is an extremely minor issue report, but I've noticed that Firefox 74.0 is -- unreliably, perhaps due to a race condition -- sometimes making requests for a favicon.ico at a base domain path (GET /favicon.ico) despite the page specifying alternate, specific rel="icon" paths.
The investigation I'd performed so far is visible at https://github.com/grocy/grocy/pull/692 and I tracked this back via the LinkHandlerChild call (at tag FIREFOX_NIGHTLY_74_END) to the commit associated with this bug ( https://hg.mozilla.org/mozilla-central/annotate/f53ecf8eee2a0d2a7705d7ea3ec8682028e922a0/browser/actors/LinkHandlerChild.jsm#l72 ).
Comment 16•5 years ago
|
||
(In reply to James Addison from comment #15)
This is an extremely minor issue report, but I've noticed that Firefox 74.0 is -- unreliably, perhaps due to a race condition -- sometimes making requests for a favicon.ico at a base domain path (GET /favicon.ico) despite the page specifying alternate, specific rel="icon" paths.
The investigation I'd performed so far is visible at https://github.com/grocy/grocy/pull/692 and I tracked this back via the LinkHandlerChild call (at tag FIREFOX_NIGHTLY_74_END) to the commit associated with this bug ( https://hg.mozilla.org/mozilla-central/annotate/f53ecf8eee2a0d2a7705d7ea3ec8682028e922a0/browser/actors/LinkHandlerChild.jsm#l72 ).
Please file a new bug for this issue.
Comment 17•5 years ago
|
||
(In reply to Dave Townsend [:mossop] (he/him) from comment #16)
Please file a new bug for this issue.
Thanks - I've identified https://bugzilla.mozilla.org/show_bug.cgi?id=1186324 as an existing bug for the same issue.
Description
•