Closed
Bug 599956
Opened 15 years ago
Closed 15 years ago
If Mozmill runs in debug mode the error console should be enabled
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: harth)
Details
(Whiteboard: [mozmill-1.5.1+])
Attachments
(1 file, 1 obsolete file)
755 bytes,
patch
|
cmtalbert
:
review+
whimboo
:
feedback+
|
Details | Diff | Splinter Review |
In current nightly builds on trunk the error console is disabled by default. You will have to flip a pref and restart Firefox to make the entry appear again in the tools menu. This is contrary by using Mozmill with the debug option and a fresh profile. You can't restart Firefox.
We have to add devtools.errorconsole.enabled=true to the default preferences.
Right now it's more than complicated to debug stuff with Mozmill.
Let's do this when the --debug parameter is specified. Let's see if we can take this on 1.5.1
Whiteboard: [mozmill-1.5.1?] → [mozmill-1.5.1+]
Assignee | ||
Comment 2•15 years ago
|
||
This will turn on the error console when --debug is specified. I should note that flipping this pref also appears to pop open the error console when the browser is started.
Assignee: nobody → fayearthur+bugs
Attachment #481686 -
Flags: review?(hskupin)
Assignee | ||
Comment 3•15 years ago
|
||
that was the wrong diff. this is the right one.
Attachment #481686 -
Attachment is obsolete: true
Attachment #481688 -
Flags: review?(hskupin)
Attachment #481686 -
Flags: review?(hskupin)
Reporter | ||
Comment 4•15 years ago
|
||
Comment on attachment 481688 [details] [diff] [review]
enable error console in --debug mode
Sorry, but I'm not a peer of jsbridge. So I will not review it. But the changes looks fine and also work as expected -> feedback+. Please ask Jeff for review.
Attachment #481688 -
Flags: review?(hskupin) → feedback+
Reporter | ||
Comment 5•15 years ago
|
||
(In reply to comment #2)
> that flipping this pref also appears to pop open the error console when the
> browser is started.
That's what we want and which is great.
Assignee | ||
Updated•15 years ago
|
Attachment #481688 -
Flags: review?(ctalbert)
Comment on attachment 481688 [details] [diff] [review]
enable error console in --debug mode
thanks!
Attachment #481688 -
Flags: review?(ctalbert) → review+
Assignee | ||
Comment 7•15 years ago
|
||
1.5.1:
http://github.com/mozautomation/mozmill/commit/a2e23ce0263f61265131a80d0a339e225d1be6d9
master:
http://github.com/mozautomation/mozmill/commit/5899df8d25b4304045cd790f6af8c005bb933de1
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•15 years ago
|
||
Verified fixed with a Minefield build from 100921. Thanks.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•