Revision: 6758 Author: [email protected] Date: Mon Nov 9 06:14:18 2009 Log: 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) http://code.google.com/p/google-web-toolkit/source/detail?r=6758 Modified: /trunk/plugins/xpcom/ModuleOOPHM.cpp /trunk/plugins/xpcom/install-template.rdf /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so ======================================= --- /trunk/plugins/xpcom/ModuleOOPHM.cpp Fri Nov 6 13:34:25 2009 +++ /trunk/plugins/xpcom/ModuleOOPHM.cpp Mon Nov 9 06:14:18 2009 @@ -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=" ======================================= --- /trunk/plugins/xpcom/install-template.rdf Fri Nov 6 13:34:25 2009 +++ /trunk/plugins/xpcom/install-template.rdf Mon Nov 9 06:14:18 2009 @@ -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 ======================================= --- /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so Fri Nov 6 13:34:25 2009 +++ /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86-gcc3/ff3+/libgwt_dev_ff3+.so Mon Nov 9 06:14:18 2009 File is too large to display a diff. ======================================= --- /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so Fri Nov 6 13:34:25 2009 +++ /trunk/plugins/xpcom/prebuilt/extension/lib/Linux_x86_64-gcc3/ff3+/libgwt_dev_ff3+.so Mon Nov 9 06:14:18 2009 File is too large to display a diff. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
