Closed Bug 859759 Opened 13 years ago Closed 12 years ago

[browserconsole] Increase number of items stored for errors/warnings/messages to be comparable to the Error Console

Categories

(DevTools :: Console, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: rcampbell, Unassigned)

Details

Open the Error Console, check the number of entries. Then compare with the Browser Console. There are fewer messages in the Browser Console. They should be the same
on second glance, many of the CSS errors and warnings I was seeing are repeated values so we might not be as far off as I initially thought. We should still verify that we're capturing "the right number" of messages.
The Web Console default log limit per message type is 200 messages (network, css, script, console API message). This limit can be changed with prefs: devtools.hud.loglimit.{network,cssparser,exception,console}. The Error Console limits the output to 250 messages (of any kind), hard coded value. Do we want to make any changes for the Browser Console?
Summary: [browser console] Increase number of items stored for errors/warnings/messages to be comparable to the Error Console → [browserconsole] Increase number of items stored for errors/warnings/messages to be comparable to the Error Console
I recall looking at the Error Console's limits when we chose those numbers for the Web Console. Maybe they're good enough. On the other hand, I've been bothered before by missed messages in the Error Console because they'd been culled. Do things get slow with numbers of 1000?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.