Closed
Bug 286266
Opened 20 years ago
Closed 20 years ago
Make --disable-cookies not add frontend UI
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: iannbugzilla, Unassigned)
Details
When building with --disable-cookies alot of UI stuff is added which is not needed (and probably doesn't work).
Comment 1•20 years ago
|
||
--disable-cookies is an embedding flag, not meant for ordinary use with XUL apps. Unless you plan on fixing and maintaining, this should be WONTFIX.
Comment 2•20 years ago
|
||
I agree with bsmedberg - we added the flag so embeddors would have a way of cutting bloat. --disable-cookies isn't in any way useful to the apps and folks shouldn't mess with it. if you think the configure docs for this build option should be augmented to state its danger, feel free ;)
I was looking for an easy way to drop that xul/js code for people that are not as miminalistic as embedors but do their own thing when it comes to popups, cookies, etc - timeless for example
Comment 4•20 years ago
|
||
That should be handled by app-specific code, not by this core flag. WONTFIX
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 5•20 years ago
|
||
The reason why this is WONTFIX IMO is that we want to eventually base the apps on a common runtime. That common runtime will always have support for cookies, so it won't make sense to piggy back this build flag at that point. If you don't want cookies support in the FE, then add a separate build option.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•