Revision: 10405
Author: [email protected]
Date: Mon Jun 27 09:49:54 2011
Log: Update the Missing Plugin page for FF5 support
Review at http://gwt-code-reviews.appspot.com/1465807
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=10405
Modified:
/trunk/plugins/MissingPlugin/war/MissingPlugin.html
=======================================
--- /trunk/plugins/MissingPlugin/war/MissingPlugin.html Tue Jan 25 04:39:49
2011
+++ /trunk/plugins/MissingPlugin/war/MissingPlugin.html Mon Jun 27 09:49:54
2011
@@ -35,7 +35,7 @@
"firefox-old" :
{
- "caption" : "Sorry, the GWT Developer Plugin only supports
Firefox 3.0 - 4.0 at present",
+ "caption" : "Sorry, the GWT Developer Plugin only supports
Firefox 3.0 - 5.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(3.x
only)/x86_64 (4.x) only",
+ "platforms" : "Win x86, Linux x86/x86_64, Mac x86/PPC(3.x
only)/x86_64",
"supported" : true
},
@@ -131,7 +131,8 @@
id = 'opera';
} else if (ua.indexOf("gecko") != -1) {
if (ua.indexOf("rv:1.9") != -1 ||
- ua.indexOf("rv:2.0") != -1) {
+ ua.indexOf("rv:2.0") != -1 ||
+ ua.indexOf("rv:5.0") != -1) {
id = 'firefox';
} else {
id = 'firefox-old';
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors