mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
bug#112213 -adding timeline pref to mailnews; sr=mscott
This commit is contained in:
parent
d33e61002d
commit
59a0db79d7
@ -35,6 +35,9 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
//mailnews.timeline_is_enabled should be set to true ONLY for perf measurement-timeline builds.
|
||||
pref("mailnews.timeline_is_enabled", false);
|
||||
|
||||
pref("mailnews.logComposePerformance", false);
|
||||
|
||||
pref("mail.wrap_long_lines", true);
|
||||
|
@ -35,6 +35,9 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
//mailnews.timeline_is_enabled should be set to true ONLY for perf measurement-timeline builds.
|
||||
pref("mailnews.timeline_is_enabled", false);
|
||||
|
||||
pref("mailnews.logComposePerformance", false);
|
||||
|
||||
pref("mail.wrap_long_lines", true);
|
||||
|
Loading…
Reference in New Issue
Block a user