Update the Missing Plugin page for FF5 support
Review at http://gwt-code-reviews.appspot.com/1465807
Review by: codefu@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10405 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/MissingPlugin/war/MissingPlugin.html b/plugins/MissingPlugin/war/MissingPlugin.html
index cfd907f..e315082 100644
--- a/plugins/MissingPlugin/war/MissingPlugin.html
+++ b/plugins/MissingPlugin/war/MissingPlugin.html
@@ -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';