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:
bhearsum%mozilla.com 2013-04-26 21:39:36 +00:00
parent fa9ab382a7
commit b9c893af20

View File

@ -129,6 +129,11 @@ $nightlyChannels = array(
// @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.
$productBranchVersions = array(
'MetroFirefox' => array(
'*' => array(
'nightly-oak' => 'oak',
)
),
'Firefox' => array(
'*' => array(
'nightly' => 'mozilla-central',