Closed
Bug 245957
Opened 21 years ago
Closed 21 years ago
calendar mozconfig specifies optimized options.
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: justin, Assigned: mostafah)
Details
Attachments
(1 file, 1 obsolete file)
1.36 KB,
patch
|
mostafah
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040221 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040221 Firefox/0.8
The mozconfig in calendar sets optimized options. These should be left to the
builder to set in their own mozconfig.
Reproducible: Always
Steps to Reproduce:
I simply removed the --enable-optimized, --disabled-debug and --disable-tests
Comment 2•21 years ago
|
||
Yup, agreed.
Anh while we are hacking it, i think the parts about static needs to go to. the
mozconfig should only give you sunbird, not a sunbird with specialized stuff.
compare to the ff mozconfig.
Also, we should test if the cookie extenstion can go, now that we don't build
firefox anymore. (cookie was needed for the profile migration iirc)
Summary: calendar mozconfig specifies optimized options. → calendar mozconfig specifies optimized options.
Updated•21 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 4•21 years ago
|
||
This patch also removes the stuff about static builds.
It also disables some necko protocols and the cookie extension.
Attachment #150322 -
Attachment is obsolete: true
Updated•21 years ago
|
Attachment #151904 -
Flags: first-review?(mostafah)
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 151904 [details] [diff] [review]
updated patch
Shouldn't this :
+ac_add_options
--enable-necko-protocols=default,-data,-gopher,-keyword,-viewsource
be:
+ac_add_options
--disable-necko-protocols=default,-data,-gopher,-keyword,-viewsource
Attachment #151904 -
Flags: first-review?(mostafah) → first-review+
Comment 6•21 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•