 Chromium Code Reviews
 Chromium Code Reviews Issue 24031002:
  Enable browser controller for firefox on windows on the bots.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 24031002:
  Enable browser controller for firefox on windows on the bots.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: tools/bots/compiler.py | 
| =================================================================== | 
| --- tools/bots/compiler.py (revision 27192) | 
| +++ tools/bots/compiler.py (working copy) | 
| @@ -119,7 +119,7 @@ | 
| supported_platforms = { | 
| 'linux': ['ff', 'chromeOnAndroid', 'chrome'], | 
| 'mac': ['safari'], | 
| - 'windows': ['ie9', 'ie10'] | 
| + 'windows': ['ie9', 'ie10', 'ff'] | 
| } | 
| # Platforms that we run on the fyi waterfall only. | 
| fyi_supported_platforms = { |