summaryrefslogtreecommitdiffstats
path: root/comm/mail/base/test/performance/browser.ini
blob: 4682b3f48246ec2c706495d93853ef6c0b37de30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[DEFAULT]
prefs =
  mail.provider.suppress_dialog_on_startup=true
  mail.spotlight.firstRunDone=true
  mail.winsearch.firstRunDone=true
  mailnews.start_page.override_url=about:blank
  mailnews.start_page.url=about:blank
# To avoid overhead when running the browser normally, StartupRecorder.jsm will
# do almost nothing unless browser.startup.record is true.
# gfx.canvas.willReadFrequently.enable is just an optimization, but needs to be
# set during early startup to have an impact as a canvas will be used by
# StartupRecorder.jsm
  browser.startup.record=true
  gfx.canvas.willReadFrequently.enable=true
  mail.ab_remote_content.migrated=true
  # Skip migration work in MailMigrator for browser_startup.js since it isn't
  # representative of common startup.
  mail.ui-rdf.version=9999999
subsuite = thunderbird

[browser_preferences_usage.js]
skip-if = !debug
[browser_startup.js]