Add OS/ABI params to update URL, fixed a few names that were missed,
checkin alt-library .so's built on Fedora (will have to figure out later why
the ones built on Ubuntu didn't work).

Patch by: jat
Review by: rice (TBR)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6758 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/xpcom/ModuleOOPHM.cpp b/plugins/xpcom/ModuleOOPHM.cpp
index 9d3093f..4b6c98b 100644
--- a/plugins/xpcom/ModuleOOPHM.cpp
+++ b/plugins/xpcom/ModuleOOPHM.cpp
@@ -57,7 +57,7 @@
     const nsModuleComponentInfo *aInfo) {
 
   Debug::log(Debug::Info)
-      << "  successfully registered GWT Development Mode plugin"
+      << "  successfully registered GWT Developer Plugin"
       << Debug::flush;
   nsresult rv;
   nsCOMPtr<nsICategoryManager> categoryManager =
@@ -84,7 +84,7 @@
 static NS_IMETHODIMP unregisterSelf(nsIComponentManager *aCompMgr,
     nsIFile *aPath, const char *aLoaderStr,
     const nsModuleComponentInfo *aInfo) {
-  Debug::log(Debug::Info) << "Unregistered GWT Development Mode plugin"
+  Debug::log(Debug::Info) << "Unregistered GWT Developer Plugin"
       << Debug::flush;
   return NS_OK;
 }
@@ -136,7 +136,7 @@
   xulRuntime->GetOS(os);
   nsCString abi;
   xulRuntime->GetXPCOMABI(abi);
-  Debug::log(Debug::Info) << "Initializing GWT Development Mode Plugin"
+  Debug::log(Debug::Info) << "Initializing GWT Developer Plugin"
       << Debug::flush;
   Debug::log(Debug::Info) << "  gecko=" << gecko_version.BeginReading()
       << ", firefox=" << browser_version.BeginReading() << ", abi="
diff --git a/plugins/xpcom/install-template.rdf b/plugins/xpcom/install-template.rdf
index ee74fea..b30deda 100644
--- a/plugins/xpcom/install-template.rdf
+++ b/plugins/xpcom/install-template.rdf
@@ -31,7 +31,7 @@
     <em:optionsURL>chrome://gwt-dev-plugin/content/options.xul</em:optionsURL>
 
     <!-- updates, see http://developer.mozilla.org/en/docs/Extension_Versioning%2C_Update_and_Compatibility#Update_RDF_Format -->
-    <em:updateURL><![CDATA[https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin-updates.rdf?guid=%ITEM_ID%&version=%ITEM_VERSION%&application=%APP_ID%&appversion=%APP_VERSION%&locale=%APP_LOCALE%]]></em:updateURL>
+    <em:updateURL><![CDATA[https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin-updates.rdf?guid=%ITEM_ID%&version=%ITEM_VERSION%&application=%APP_ID%&appversion=%APP_VERSION%&locale=%APP_LOCALE%&os=%APP_OS%&abi=%APP_ABI%]]></em:updateURL>
 
     <!-- TODO
     # replace default about dialog
diff --git a/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so b/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so
index 5dcfcfd..51ef239 100755
--- a/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so
+++ b/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so
Binary files differ
diff --git a/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so b/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so
index b2f6d9f..27ee8e0 100755
--- a/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so
+++ b/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so
Binary files differ