Updates Missing Plugin Page (issue1641803)

9 views
Skip to first unread message

acl...@google.com

unread,
Feb 9, 2012, 6:52:08 PM2/9/12
to con...@google.com, google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com
Reviewers: conroy,

Description:
Updates Missing Plugin Page


Please review this at http://gwt-code-reviews.appspot.com/1641803/

Affected files:
M plugins/MissingPlugin/war/MissingPlugin.html


Index: plugins/MissingPlugin/war/MissingPlugin.html
===================================================================
--- plugins/MissingPlugin/war/MissingPlugin.html (revision 7614)
+++ plugins/MissingPlugin/war/MissingPlugin.html (working copy)
@@ -35,7 +35,7 @@

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


j...@google.com

unread,
Feb 9, 2012, 6:57:20 PM2/9/12
to acl...@google.com, con...@google.com, google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com
Reply all
Reply to author
Forward
0 new messages