bug 866247: Map "MetroFirefox" to "Firefox" for URL handling for application updates. r=catlee
git-svn-id: svn://10.0.0.236/trunk@264836 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fa9ab382a7
commit
b9c893af20
@ -129,6 +129,11 @@ $nightlyChannels = array(
|
|||||||
// @todo replace this with a better datasource that can be easily managed via a GUI.
|
// @todo replace this with a better datasource that can be easily managed via a GUI.
|
||||||
// The ordering is !important!, given the wildcard block at the bottom.
|
// The ordering is !important!, given the wildcard block at the bottom.
|
||||||
$productBranchVersions = array(
|
$productBranchVersions = array(
|
||||||
|
'MetroFirefox' => array(
|
||||||
|
'*' => array(
|
||||||
|
'nightly-oak' => 'oak',
|
||||||
|
)
|
||||||
|
),
|
||||||
'Firefox' => array(
|
'Firefox' => array(
|
||||||
'*' => array(
|
'*' => array(
|
||||||
'nightly' => 'mozilla-central',
|
'nightly' => 'mozilla-central',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user