Closed Bug 379722 Opened 18 years ago Closed 18 years ago

Starting Firefox or Thunderbird 2.0.0.4 prints "Handling command line!"

Categories

(Toolkit :: Startup and Profile System, defect)

1.8 Branch
x86
Linux
defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: LpSolit, Assigned: benjamin)

References

()

Details

(Keywords: regression, verified1.8.1.4)

Attachments

(1 file)

That's a "regression" due to bsmedberg's fix in bug 375710. The debug message has not been removed on checkin.
Flags: blocking1.8.1.5?
Flags: blocking1.8.1.4?
I was going to point at bug 375710 comment 100 saying it should only show up for people who explicitly turn on a debugging pref, but it turns out the debugging pref only affects dump() used in a DOM context (window.dump()). JS components dump() is enabled all the time and this really should be removed. We should also file a bug to "fix" dump() in JS components to prevent this confusion in the future, one of - make it obey the pref - make it debug-build-only if pref too hard - rename it to avoid confusion over behavior differences (print?)
Assignee: nobody → benjamin
Blocks: 375710
No longer blocks: 375710
Blocks: 375710
Filed bug 379797 on the dump() confusion.
Seeking review, should we want to take this patch for a respin of the release.
Attachment #264010 - Flags: review?(benjamin)
Comment on attachment 264010 [details] [diff] [review] Remove the dump() line We'll need to land this on MOZILLA_1_8_BRANCH as well as the release branch.
Attachment #264010 - Flags: review?(benjamin)
Attachment #264010 - Flags: review+
Attachment #264010 - Flags: approval1.8.1.4?
Comment on attachment 264010 [details] [diff] [review] Remove the dump() line approved for 1.8.1.4, a=dveditz for release-drivers Could also use debug() instead of dump() if you want to leave these in in the future.
Attachment #264010 - Flags: approval1.8.1.4? → approval1.8.1.4+
Checked in on MOZILLA_1_8_BRANCH: Checking in nsDefaultCLH.js; /cvsroot/mozilla/toolkit/components/nsDefaultCLH.js,v <-- nsDefaultCLH.js new revision: 1.5.8.4; previous revision: 1.5.8.3 done
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1.4
Resolution: --- → FIXED
Flags: blocking1.8.1.5?
Flags: blocking1.8.1.4?
Fixed in version 2.0.0.5pre (20070604)
Component: XRE Startup → Startup and Profile System
QA Contact: xre.startup → startup
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: