mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 615443: Ensure that contributors and localisers are listed in order. r=robstrong, a=blocks-final
This commit is contained in:
parent
21a48aa96e
commit
372e67dc4b
@ -6338,6 +6338,7 @@ function AddonWrapper(aAddon) {
|
||||
aProp.substring(0, aProp.length - 1);
|
||||
let list = Services.prefs.getChildList(pref, {});
|
||||
if (list.length > 0) {
|
||||
list.sort();
|
||||
results = [];
|
||||
list.forEach(function(aPref) {
|
||||
let value = Services.prefs.getComplexValue(aPref,
|
||||
|
@ -131,10 +131,6 @@ function run_test_7() {
|
||||
|
||||
// Test that the prefs will override localized values from the manifest
|
||||
function run_test_8() {
|
||||
dump("The rest of this test is disabled for now\n");
|
||||
do_test_finished();
|
||||
return;
|
||||
|
||||
Services.prefs.setCharPref(PREF_SELECTED_LOCALE, "fr-FR");
|
||||
restartManager();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user