Closed
Bug 342537
Opened 19 years ago
Closed 10 years ago
pref network.http.use-cache does not work when set in application specific prefs.js
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: gbond, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: XULRunner 1.8.0.4
setting pref("network.http.use-cache", false) in
[app_root]\defaults\preferences\prefs.js has no effect.
We require this to be set for app debugging.
This can be worked around by putting it in [app_root]\xulrunner\defaults\pref\xulrunner.js, but sshould really be an application specific setting.
Reproducible: Always
Steps to Reproduce:
1.add pref("network.http.use-cache", false) to
[app_root]\defaults\preferences\prefs.js
2.delete application data cache
3.start xulrunner application
4.check application cache folder contains cached http pages
Updated•19 years ago
|
Product: Firefox → Toolkit
QA Contact: preferences → preferences
Updated•19 years ago
|
Component: Preferences → XULRunner
QA Contact: preferences → xulrunner
Updated•12 years ago
|
Component: XULRunner → General
Product: Toolkit → Core
Comment 1•10 years ago
|
||
The pref network.http.use-cache was removed in bug 1198387.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•