author | Bogdan Tara <btara@mozilla.com> |
Thu, 26 Apr 2018 11:39:42 +0300 | |
changeset 415696 | 8d85e4da25463ccdcf902ac5a846773b8b642553 |
parent 415695 | 42c89029f1ad0f7b8ac9835d9db659bffc713419 |
child 415697 | 2885667acedbfaa2ce362128ca8fd2c45ea08ade |
child 415725 | a0346595283ca86fd8fe1cbb0d9d99f18660b8eb |
child 415751 | 6202186305289d28dc3064b9dc9237bc58b8bc0d |
push id | 33903 |
push user | btara@mozilla.com |
push date | Thu, 26 Apr 2018 08:40:35 +0000 |
treeherder | mozilla-central@8d85e4da2546 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | backout |
bugs | 1438375 |
milestone | 61.0a1 |
backs out | fb836a045f2024b51bdd9899fe2e8db19bd96f8a |
first release with | nightly linux32
8d85e4da2546
/
61.0a1
/
20180426100055
/
files
nightly linux64
8d85e4da2546
/
61.0a1
/
20180426100055
/
files
nightly mac
8d85e4da2546
/
61.0a1
/
20180426100055
/
files
nightly win32
8d85e4da2546
/
61.0a1
/
20180426100055
/
files
nightly win64
8d85e4da2546
/
61.0a1
/
20180426100055
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
61.0a1
/
20180426100055
/
pushlog to previous
nightly linux64
61.0a1
/
20180426100055
/
pushlog to previous
nightly mac
61.0a1
/
20180426100055
/
pushlog to previous
nightly win32
61.0a1
/
20180426100055
/
pushlog to previous
nightly win64
61.0a1
/
20180426100055
/
pushlog to previous
|
browser/components/preferences/in-content/extensionControlled.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/preferences/in-content/extensionControlled.js +++ b/browser/components/preferences/in-content/extensionControlled.js @@ -55,17 +55,17 @@ let extensionControlledContentIds = { "trackingProtectionPBMExtensionContentLabel", }; } }; function getExtensionControlledArgs(settingName) { switch (settingName) { case "proxyConfig": - return [document.getElementById("bundleBrand").getString("brandShortName$ + return [document.getElementById("bundleBrand").getString("brandShortName")]; default: return []; } } let extensionControlledIds = {};