twingle/doc debugging.txt,1.3,1.4
[email protected] Thu, 13 Mar 2003 06:37:16 -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-serv11821
Modified Files:
debugging.txt
Log Message:
debugging with prefs.js from zurich sprint
Index: debugging.txt
===================================================================
RCS file: /cvs/root/twingle/doc/debugging.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** debugging.txt 11 Mar 2003 14:28:07 -0000 1.3
--- debugging.txt 13 Mar 2003 13:37:14 -0000 1.4
***************
*** 103,106 ****
--- 103,117 ----
block element in Twingle.
+ Hack prefs.js
+
+ Add the following lines to prefs.js in your .mozilla directory
+ (chregu suggested this)
+
+ user_pref("browser.dom.window.dump.enabled", true);
+ user_pref("nglayout.debug.disable_xul_cache", true);
+ user_pref("nglayout.debug.disable_xul_cache_ex", true);
+
+
+
RDF