зеркало из https://github.com/mozilla/gecko-dev.git
Bug 497567 browser.dom.window.dump.enabled is boolean r=rcampbell
This commit is contained in:
Родитель
12a1c550e6
Коммит
2fb756543c
|
@ -1,7 +1,7 @@
|
|||
# Startup performance test. Time how fast it takes the browser
|
||||
# to start up. Some help from John Morrison to get this going.
|
||||
#
|
||||
# Needs user_pref("browser.dom.window.dump.enabled", 1);
|
||||
# Needs user_pref("browser.dom.window.dump.enabled", true);
|
||||
# (or CPPFLAGS=-DMOZ_ENABLE_JS_DUMP in mozconfig since we
|
||||
# don't have profiles for tbox right now.)
|
||||
#
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# For optimized builds, startup-test.html will also dump
|
||||
# the time out to stdout if you set:
|
||||
# user_pref("browser.dom.window.dump.enabled", 1);
|
||||
# user_pref("browser.dom.window.dump.enabled", true);
|
||||
#
|
||||
|
||||
require 5.003;
|
||||
|
|
Загрузка…
Ссылка в новой задаче