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
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
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
==
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
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
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
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,
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
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
---