Update missing browser plugin page to more closely match UsingOOPHM page.

Patch by: jat
Review by: rjrjr


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6300 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/MissingBrowserPlugin.html b/plugins/MissingBrowserPlugin.html
index 1695408..433c374 100644
--- a/plugins/MissingBrowserPlugin.html
+++ b/plugins/MissingBrowserPlugin.html
@@ -10,34 +10,47 @@
 appropriate one for your browser.
 
 <ul>
+ <li><b><font size="+1">Chrome</font></b>
+ <br><font color="red"><b>Note: this is relatively untested, but appears to
+     work.</b></font><br>
+     If you are running the DevChannel version of Google Chrome on Windows x86
+     (<a href="http://dev.chromium.org/getting-involved/dev-channel">instructions</a> for
+     switching to DevChannel), you can install the
+     <a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/npapi/prebuilt/gwtdmp.crx">GWT Chrome extension</a>.
+     Note that performance is slower than the other
+     browsers right now because the plugin runs in an isolated process, though
+     we may be able to improve performance before the final release.  Also, you
+     may get a "plugin unresponsive" warning which is annoying but harmless.
+     <p>
  <li><b><font size="+1">Firefox</font></b>
   <br>Install the appropriate Firefox plugin via the normal plugin install
   process.
  <ul>
-  <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff2.xpi">Version 1.5-2.0</a>
-  <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3.xpi">Version 3.0</a>
+  <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff2.xpi">Version 1.5-2.0</a> (Mac PPC/x86, Linux x86/x86_64)
+  <li><a
+    href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3.xpi">Version
+    3.0</a> (Win x86, Mac PPC/x86, Linux x86/x86_64)
+  <br><i>note that some Linux
+  distributions need a plugin built with alternate libraries which will be
+  available soon</i>
+  <!--
   <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3+.xpi">Version 3.0 alternate libraries</a> (try this if the one above doesn't work on Linux, known to be needed on Fedora Core 10))
-  <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff35.xpi">Version 3.5+</a>
+  -->
+  <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff35.xpi">Version 3.5</a> (Win x86, Mac PPC/x86, Linux x86/x86_64)
  </ul>
  <br>
- <li><b><font size="+1">Safari 3/4 on Mac/OSX</font></b>
+ <li><b><font size="+1">Safari 3/4 (Mac PPC/x86)</font></b>
  <ul>
   <li>Run the installer from this <a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/webkit/prebuilt/oophm.dmg">disk image</a>.
+  <br><font color="red">Note that x86_64 is not yet supported, which means
+    Safari on Snow Leopard is not yet supported.</font>
  </ul>
  <br>
  <li><b><font size="+1">Internet Explorer on Windows (32-bit IE)</font></b>
  <ul>
-  <li>Download <a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/oophm.dll">oophm.dll</a> to local disk, then run regsvr32
-  oophm.dll and restart IE.
+   <li>Download <a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/oophm.dll">oophm.dll</a>
+  to a safe location on local disk, then run regsvr32 oophm.dll and restart IE.
  </ul>
-<!--
- <br>
- <li><b><font size="+1">Chrome on Windows</font></b>
- <ul>
-  <li><i>Coming soon...</i>
- </ul>
- <br>
--->
 </ul>
 
 <h2>Troubleshooting</h2>