bug 943053 - unthrottle firefox 27. r=rail

git-svn-id: svn://10.0.0.236/trunk@265230 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
asasaki%mozilla.com 2014-02-07 18:50:46 +00:00
parent 6aeb128e89
commit d1ee906edd

View File

@ -84,37 +84,37 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array(
'Firefox' => array(
'10.0' => 0,
'10.0.1' => 0,
'10.0.2' => 0,
'11.0' => 0,
'12.0' => 0,
'13.0' => 0,
'13.0.1' => 0,
'14.0.1' => 0,
'15.0' => 0,
'15.0.1' => 0,
'16.0' => 0,
'16.0.1' => 0,
'16.0.2' => 0,
'17.0' => 0,
'17.0.1' => 0,
'18.0' => 0,
'18.0.1' => 0,
'18.0.2' => 0,
'19.0' => 0,
'19.0.1' => 0,
'19.0.2' => 0,
'20.0' => 0,
'20.0.1' => 0,
'21.0' => 0,
'22.0' => 0,
'23.0' => 0,
'23.0.1' => 0,
'24.0' => 0,
'25.0' => 0,
'25.0.1' => 0,
'26.0' => 0,
'10.0' => 100,
'10.0.1' => 100,
'10.0.2' => 100,
'11.0' => 100,
'12.0' => 100,
'13.0' => 100,
'13.0.1' => 100,
'14.0.1' => 100,
'15.0' => 100,
'15.0.1' => 100,
'16.0' => 100,
'16.0.1' => 100,
'16.0.2' => 100,
'17.0' => 100,
'17.0.1' => 100,
'18.0' => 100,
'18.0.1' => 100,
'18.0.2' => 100,
'19.0' => 100,
'19.0.1' => 100,
'19.0.2' => 100,
'20.0' => 100,
'20.0.1' => 100,
'21.0' => 100,
'22.0' => 100,
'23.0' => 100,
'23.0.1' => 100,
'24.0' => 100,
'25.0' => 100,
'25.0.1' => 100,
'26.0' => 100,
),
'Thunderbird' => array(
'10.0' => 100,