Closed
Bug 117663
Opened 24 years ago
Closed 24 years ago
Pref: dir viewer defaults to XUL,, fixed to default to HTML
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
People
(Reporter: bbaetz, Assigned: dougt)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
701 bytes,
patch
|
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
dougt changed teh dirviewer to XUL as part of bug 98553, the
nsIComponentManager freeze.
This shouldn't have happened, because its too buggy, as noted by all the bugs
I'm accumulating while on holiday (and which I don't really want :)
So that I don't get any more, r=bbaetz on anyone who reverts the bonsai url in
the URL field, or I'll do it when I return.
There is no comment of this in the bug, although its part of the patch there -
I suspect it was accidental.
? 117663.txt
Index: libpref/src/init/all.js
===================================================================
RCS file: /cvsroot/mozilla/modules/libpref/src/init/all.js,v
retrieving revision 3.308
diff -u -r3.308 all.js
--- libpref/src/init/all.js 1 Jan 2002 12:57:52 -0000 3.308
+++ libpref/src/init/all.js 2 Jan 2002 04:51:50 -0000
@@ -407,7 +407,7 @@
// Idle timeout for ftp control connections - 5 minute default
pref("network.ftp.idleConnectionTimeout", 300);
-pref("network.dir.generate_html", false);
+pref("network.dir.generate_html", true);
// sspitzer: change this back to "news" when we get to beta.
// for now, set this to news.mozilla.org because you can only
Comment 3•24 years ago
|
||
Comment on attachment 63210 [details] [diff] [review]
Fix
sr=jag
Attachment #63210 -
Flags: superreview+
Comment 4•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
-> networking b/c it affects more than just ftp.
Status: RESOLVED → VERIFIED
Component: Networking: FTP → Networking
Keywords: testcase
Summary: dir viewer defaults to XUL → Pref: dir viewer defaults to XUL,, fixed to default to HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•