twingle/doc debugging.txt,1.2,1.3
[email protected] Tue, 11 Mar 2003 07:28:09 -0700 (MST)
| Newsgroups | gmane.comp.cms.oscom.twingle.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/root/twingle/doc
In directory alpha.oscom.org:/tmp/cvs-serv2935
Modified Files:
debugging.txt
Log Message:
added a bot about disable_xul_cache in recent 1.3 builds
Index: debugging.txt
===================================================================
RCS file: /cvs/root/twingle/doc/debugging.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** debugging.txt 6 Mar 2003 10:50:55 -0000 1.2
--- debugging.txt 11 Mar 2003 14:28:07 -0000 1.3
***************
*** 27,30 ****
--- 27,39 ----
"Preferences->Debug->Networking", select "Disable XUL Cache".
Meaning, make sure it is checked.
+
+ **UPDATE**
+ In the latest 1.3 builds, this setting has been renamed
+ and is not anymore in the gui. You have to add it to your prefs.js
+ file by yourself. Add:
+
+ user_pref("nglayout.debug.disable_xul_cache_ex", true);
+
+ More details about this at http://bugzilla.mozilla.org/show_bug.cgi?id=190358
**Note: RDF doesn't reload !!** This point is discussed below.