Google Web Toolkit commits

RevisionAuthorDateDescription
4386jat@google.com06 Jan 2009 19:11:26

Merging releases/1.6@4366 :4385 into trunk.

svn merge -r4366:4385 https://google-web-toolkit.googlecode.com/svn/releases/1.6 .

4378jat@google.com05 Jan 2009 17:15:04

Fix OOPHM breakage from latest merge.

Patch by: sgross
Review by: jat

4375kprobst@google.com29 Dec 2008 10:20:21

Making dependency display optional.

4374kprobst@google.com29 Dec 2008 10:09:32

Updated dashboard to include method-level control-flow dependencies

4372jat@google.com24 Dec 2008 01:39:41

Sort/format/remove checkstyle warnings.

Patch by: jat
Review by: amitmanjhi (TBR)

4371jat@google.com24 Dec 2008 01:38:21

Sort/format/remove checkstyle warnings.

Patch by: jat
Review by: kprobst (TBR)

4370jat@google.com24 Dec 2008 01:33:36

Add test for percent.

Patch by: jat
Review by: amitmanjhi (TBR)

4368jat@google.com23 Dec 2008 19:53:00

A couple of pieces left out of the previous commit.

4367jat@google.com23 Dec 2008 19:45:21
4358spoon@google.com19 Dec 2008 09:05:04

Have ControlFlowAnalyzer record fields that are written. Previously,
it only recorded fields that were read. This allows fixing a bug
in CodeSplitter where a field could end up being written before the
field itself was loaded.

Also, this adds a test case for runAsync.

Review by: kprobst

4354spoon@google.com18 Dec 2008 12:22:44

When runAsync is not used, don't emit a __gwtStartLoadingFragment()
function. It will never get called and so is wasted space.

Suggested by: knorton
Review by: knorton

4347bobv@google.com17 Dec 2008 02:00:58

Initial add of the AsyncProxy type to support deferred construction and method invocation for "command-style" APIs.

Patch by: bobv
Review by: rjrjr (desk), spoon (initial)

4346bobv@google.com16 Dec 2008 19:29:43

Add a compiler flag -XdisableRunAsync to disable code-splitting on a per-compile basis.
Mainly intended for tech-demonstration and diagnostic purposes.

Patch by: bobv
Review by: spoon