mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
9 lines
623 B
INI
9 lines
623 B
INI
[DEFAULT]
|
|
prefs =
|
|
browser.urlbar.quantumbar=false
|
|
|
|
[../browser_urlbar_keyed_search_legacy.js]
|
|
skip-if = (os == 'linux') || (os == 'win' && debug) || (os == 'win' && bits == 32) # Disabled on Linux and Windows debug due to perma failures. Bug 1392320. Disabled on Win32 because of intermittent OOM failures (bug 1448241).
|
|
[../browser_urlbar_search_legacy.js]
|
|
skip-if = (debug || ccov) && (os == 'linux' || os == 'win') || (os == 'win' && bits == 32) # Disabled on Linux and Windows debug and ccov due to intermittent timeouts. Bug 1414126, bug 1426611. Disabled on Win32 because of intermittent OOM failures (bug 1448241)
|