Closed
Bug 1669733
Opened 4 years ago
Closed 4 years ago
Disable about:home startup cache logging by default, and fix an erroneous log message
Categories
(Firefox :: New Tab Page, task, P5)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The about:home startup cache has some built-in logging, and it logs by default when the cache is enabled. We should disable that, as it adds quite a bit of console spam as the component does its thing over time.
Additionally, one of the log messages is wrong: https://searchfox.org/mozilla-central/rev/1a973762afcbc5066f73f1508b0c846872fe3952/browser/components/BrowserGlue.jsm#5266
^-- that one should be "Parent is requesting cache streams".
Updated•4 years ago
|
Priority: -- → P5
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/afa2653ac739
Fix an AboutHomeStartupCache log message, and make logging less noisy by default. r=Gijs
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•