Revision: 9605
Author: con...@google.com
Date: Tue Jan 25 04:39:49 2011
Log: Update MissingPlugin.html for FF4 support

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

http://code.google.com/p/google-web-toolkit/source/detail?r=9605

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

=======================================
--- /trunk/plugins/MissingPlugin/war/MissingPlugin.html Thu Dec 23 13:01:51 2010 +++ /trunk/plugins/MissingPlugin/war/MissingPlugin.html Tue Jan 25 04:39:49 2011
@@ -35,7 +35,7 @@

           "firefox-old" :
           {
- "caption" : "Sorry, the GWT Developer Plugin only supports Firefox 3.0 and 3.5 at present", + "caption" : "Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 4.0 at present",
             "url" : "http://www.getfirefox.com";,
             "supported" : false
           },
@@ -81,7 +81,7 @@
           {
             "caption" : "Download the GWT Developer Plugin<br>For Firefox",
             "url" : 
"https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin.xpi";,
-            "platforms" : "Win x86, Linux x86/x86_64, Mac x86/PPC",
+ "platforms" : "Win x86, Linux x86/x86_64, Mac x86/PPC(3.x only)/x86_64 (4.x) only",
             "supported" : true
           },

@@ -130,7 +130,8 @@
       } else if (ua.indexOf("opera") != -1) {
         id = 'opera';
       } else if (ua.indexOf("gecko") != -1) {
-        if (ua.indexOf("rv:1.9") != -1) {
+      if (ua.indexOf("rv:1.9") != -1 ||
+          ua.indexOf("rv:2.0") != -1) {
           id = 'firefox';
         } else {
           id = 'firefox-old';

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

Reply via email to