Closed
Bug 1241148
Opened 9 years ago
Closed 9 years ago
Checkerboarding data spammed to terminal in opt builds
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: kats)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
We have a general policy that opt builds should not produce terminal output. The code added in bug 1226826 is totally violating that and making it hard to use opt builds for things like performance measurements (via dump() of the relevant data to the terminal), because of the terminal spam it produces.
Please put this behind an off by default pref or into the browser console (which is where such things _should_ normally go), not into the terminal.
I know you have long-term plans to create some sort of UI for this, but this is causing problems right now; messaging to the browser console instead of the terminal should be doable reasonably quickly so we stop breaking people's workflows.
Flags: needinfo?(bugmail.mozilla)
Assignee | ||
Comment 1•9 years ago
|
||
Sorry about that, I'll turn it off until we have the UI in place.
Flags: needinfo?(bugmail.mozilla)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8710036 -
Flags: review?(bzbarsky)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8710036 [details] [diff] [review]
Disable checkerboard spamming
Thanks!
Attachment #8710036 -
Flags: review?(bzbarsky) → review+
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•