Revision: 10663
Author:   acle...@google.com
Date:     Wed Sep 21 16:16:57 2011
Log:      Enable FF6 Plugin in MissingPlugin Page.

Review at http://gwt-code-reviews.appspot.com/1551803

Review by: rj...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=10663

Modified:
 /trunk/plugins/MissingPlugin/war/MissingPlugin.html

=======================================
--- /trunk/plugins/MissingPlugin/war/MissingPlugin.html Wed Sep 7 12:15:34 2011 +++ /trunk/plugins/MissingPlugin/war/MissingPlugin.html Wed Sep 21 16:16:57 2011
@@ -35,7 +35,7 @@

           "firefox-old" :
           {
- "caption" : "Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 5.0 at present", + "caption" : "Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 6.0 at present",
             "url" : "http://www.getfirefox.com";,
             "supported" : false
           },
@@ -173,7 +173,8 @@
       } else if (ua.indexOf("gecko") != -1) {
       if (ua.indexOf("rv:1.9") != -1 ||
           ua.indexOf("rv:2.0") != -1 ||
-          ua.indexOf("rv:5.0") != -1) {
+          ua.indexOf("rv:5.0") != -1 ||
+          ua.indexOf("rv:6.0") != -1) {
           id = 'firefox';
         } else {
           id = 'firefox-old';

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to