[gwt-contrib] [google-web-toolkit] r6904 committed - Merged in 2.0 release notes changes from tr...@6903

2009-11-15 Thread codesite-noreply
Revision: 6904 Author: br...@google.com Date: Sun Nov 15 20:00:23 2009 Log: Merged in 2.0 release notes changes from tr...@6903 http://code.google.com/p/google-web-toolkit/source/detail?r=6904 Modified: /releases/2.0/branch-info.txt /releases/2.0/distro-source/core/src/release_notes.html

[gwt-contrib] TaskEngine sample patched for GWT 2.0 MS 2

2009-11-15 Thread Stuart Moffatt
All, [excuse the cross posting to gwt/appengine] The TaskEngine sample application (http://taskengine.googlecode.com) by jaimeyap is a Google Web Toolkit application that runs on App Engine (http://taskengine.appspot.com) but is especially designed for use on iPhone. TaskEngine depends on GWT In

[gwt-contrib] [google-web-toolkit] r6903 committed - Updates the release notes for GWT 2.0 RC....

2009-11-15 Thread codesite-noreply
Revision: 6903 Author: br...@google.com Date: Sun Nov 15 13:02:40 2009 Log: Updates the release notes for GWT 2.0 RC. Change by: bruce Review by: jat (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6903 Modified: /trunk/distro-source/core/src/release_notes.html ==

[gwt-contrib] Re: GWT Developer Plugin Installer Updated

2009-11-15 Thread jlabanca
http://gwt-code-reviews.appspot.com/100811/diff/1/3 File plugins/ie/installer/installer.wxs.xml (right): http://gwt-code-reviews.appspot.com/100811/diff/1/3#newcode6 Line 6: I think the idea is that we want to be able to expand this in the future. For now, we could add "for IE" http://gwt-code

[gwt-contrib] Fix thread safety issues in GwtLocaleFactoryImpl and LocaleUtils

2009-11-15 Thread jat
Reviewers: amitmanjhi, Ray Ryan, Description: With this patch, the i18n generators work properly even without the ShellModuleSpaceHost patch submitted Friday (which serializes generator runs). Please review this at http://gwt-code-reviews.appspot.com/102819 Affected files: dev/core/src/com/go

[gwt-contrib] Fix GWT JSNI code to deal with Chrome DevMode plugin __gwt_ObjectId property

2009-11-15 Thread jat
Reviewers: jlabanca, bruce, Description: The Chrome plugin currently uses a property on every JS object passed to Java to track identity. JSNI code which either blindly copies everything or iterates on the object expecting to find only properties it put there will fail. This fixes two uses in GW

[gwt-contrib] Re: GWT Developer Plugin Installer Updated

2009-11-15 Thread jat
http://gwt-code-reviews.appspot.com/100811/diff/1/3 File plugins/ie/installer/installer.wxs.xml (right): http://gwt-code-reviews.appspot.com/100811/diff/1/3#newcode6 Line 6: Should this have " for IE" appended? http://gwt-code-reviews.appspot.com/100811/diff/1/3#newcode7 Line 7: 0.9.0 for now,

[gwt-contrib] GWT Developer Plugin Installer Updated

2009-11-15 Thread jlabanca
Reviewers: cramsdale, Description: This patch adds some registry keys during installation of the GWT Developer Plugin. It also silences the reboot prompt. The new plugin should take effect when the user restarts the browser or reboots the system. Testing: === Verified manually. Please revi

[gwt-contrib] Inconsistent behavior between DevMode and ProdMode for runtime exception handling with deRPC

2009-11-15 Thread Sami Jaber
Hi Bob and all, While playing around with deRPC, I found an inconsistent behavior that makes me suspect it is a bug. But before filing any issue, I want to get your feedback. This simple test checks RuntimeException handling between RPC 1 and RPC 2. it is straightforward : Server side ---