зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1433501 - Include marionette.debugging.clicktostart in prefs list. r=whimboo
This includes the marionette.debugging.clicktostart preference we use when --jsdebugger is passed to "./mach marionette test" or geckodriver in the Marionette preference listing. This will expose it in about:config. MozReview-Commit-ID: 4iIcSR4LB7M --HG-- extra : rebase_source : 696accf67e448855da35ed094d879a81fd3efacd
This commit is contained in:
Родитель
3232705db4
Коммит
4a9ad8f9af
|
@ -10,6 +10,10 @@
|
|||
// It is included in Firefox, but not enabled by default unless the
|
||||
// -marionette flag is passed.
|
||||
|
||||
// Delay server startup until a modal dialogue has been clicked to
|
||||
// allow time for user to set breakpoints in Browser Toolbox.
|
||||
pref("marionette.debugging.clicktostart", false);
|
||||
|
||||
// Marionette logging verbosity. Allowed values are "fatal", "error",
|
||||
// "warn", "info", "config", "debug", and "trace".
|
||||
pref("marionette.log.level", "info");
|
||||
|
|
Загрузка…
Ссылка в новой задаче