annie.sullivan%gmail.com fddea5b602 Fixes bug where string and bool prefs were not being written correctly.
bug=349063 r=rhelmer@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@207774 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-17 21:03:32 +00:00

37 lines
1.1 KiB
Plaintext
Executable File

# This is a sample configuration file to show how to run the Windows
# performance tests.
# The title of the html report
title: Windows 2000, 1Ghz Celeron, 256MB Ram
# Text to append to the filename (should only contain letters, numbers,
# and underscores)
filename: win2k_lowmem
# Profiles to test. Each of these can have different extensions installed,
# different prefs set, and different paths to firefox.
Firefox 1.5:
# Path to Firefox executable to test:
firefox: "C:\\Program Files\\Mozilla Firefox\\firefox.exe"
# No preferences beyond the defaults
preferences: {}
# No extensions installed
extensions: {}
Firefox 2.0 beta 1:
# Path to Firefox executable to test:
firefox: "C:\\Program Files\Mozilla Firefox 2 Beta 1\\firefox.exe"
# Turn on prefs to enable safe browsing with no remote lookups
# As an example of a string pref, make the selected search eBay
preferences:
browser.safebrowsing.enabled: true
browser.safebrowsing.remoteLookups: false
browser.search.selectedEngine: "eBay"
# No extensions
extensions: {}