Closed
Bug 626422
Opened 14 years ago
Closed 12 years ago
Investigate default preferences for number of entries in web console
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rcampbell, Unassigned)
Details
(Whiteboard: [console-2])
there is currently no preference for this setting (which is capped at 200). I would like this to be a user-settable preference.
Reporter | ||
Comment 1•14 years ago
|
||
requesting blocking so we can get this in next beta.
blocking2.0: --- → ?
Reporter | ||
Comment 2•14 years ago
|
||
after some spelunking, I did indeed find an undocumented, hidden preference. Set
devtools.hud.loglimit to an integer in about:config to change the number of lines displayed in the console.
From the dev.apps.firefox discussion, it was also suggested that we could have a combination of prefs to greater tweak the behavior.
"Should we perhaps also have a minimum time? Throw away > 200, but
none that are < 5 mins old, and none that are since the last reload of
this page?"
https://groups.google.com/group/mozilla.dev.apps.firefox/browse_thread/thread/90756aa791036c48#
Summary: Create preference for number of entries in web console → Investigate default preferences for number of entries in web console
Reporter | ||
Comment 3•14 years ago
|
||
killing blocking on this as the basic hidden pref I think satisfies the requirement for fx4.
blocking2.0: ? → ---
Updated•14 years ago
|
Whiteboard: [console-2]
Reporter | ||
Comment 4•12 years ago
|
||
We should open another bug if we need to investigate these numbers again.
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Developer Tools → Developer Tools: Console
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•