Closed
Bug 432598
Opened 14 years ago
Closed 14 years ago
Don't show EULA for debug builds
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: mozbugs, Assigned: mozbugs)
Details
Attachments
(1 file, 1 obsolete file)
748 bytes,
patch
|
Gavin
:
review+
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
Since when you're doing browser development you're more likely to be using fresh profiles, the EULA dialog just adds an annoyance. Patch attached bypasses this for debug builds. The EULA is already turned off for Windows and Mac, even though when you've self built you haven't used an installer, so this doesn't actually introduce any new policy imho.
Attachment #319762 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Updated•14 years ago
|
Assignee: nobody → manish
Status: ASSIGNED → NEW
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 1•14 years ago
|
||
I'd just add: #ifdef DEBUG pref("browser.EULA.override", true); #endif to avoid having to change the pref every time we update the EULA version. Otherwise this is probably OK.
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #319762 -
Attachment is obsolete: true
Attachment #319965 -
Flags: review?(gavin.sharp)
Attachment #319762 -
Flags: review?(gavin.sharp)
Updated•14 years ago
|
Attachment #319965 -
Flags: review?(gavin.sharp) → review+
Comment 3•14 years ago
|
||
Comment on attachment 319965 [details] [diff] [review] Don't show EULA for debug builds, take 2 No-risk debug only fix to avoid the annoying EULA dialog for debug build first-runs.
Attachment #319965 -
Flags: approval1.9?
Updated•14 years ago
|
Attachment #319965 -
Flags: approval1.9? → approval1.9+
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
mozilla/browser/app/profile/firefox.js 1.336
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
OS: Linux → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3
You need to log in
before you can comment on or make changes to this bug.
Description
•