Revision 3652: 1) Adds the concept of module "configuration" properties which do not affect def- September 16, 2008 Changed Paths: ModifiedtrunkdevcoresrccomgooglegwtcoreextLinkerContext.java ModifiedtrunkdevcoresrccomgooglegwtcoreextPropertyOracle.java AddedtrunkdevcoresrccomgooglegwtcoreextlinkerConfigurationProperty.java AddedtrunkdevcoresrccomgooglegwtcoreextlinkerimplStandardConfigurationProperty.java ModifiedtrunkdevcoresrccomgooglegwtcoreextlinkerimplStandardLinkerContext.java ModifiedtrunkdevcoresrccomgooglegwtcoreextlinkerimplStandardSelectionProperty.java ...http://code.google.com/p/google-web-toolkit/source/detail?r=3652 Revision 3651: Two tweaks to improve Array instantiation performance. 1) For reference-type ar- September 15, 2008 Changed Paths: ModifiedtrunkdevcoresupercomgooglegwtdevjjsintrinsiccomgooglegwtlangArray.java Two tweaks to improve Array instantiation performance. 1) For reference-type arrays, we no longer need to initialize to 'null' explicitly since 'undefined' works just as well. 2) Instead of caching a protoTypeArray and using for-in to copy expandos, cache the names and values in a pair of arrays. Array iteration is generally faster than for-in. This also uses the...http://code.google.com/p/google-web-toolkit/source/detail?r=3651 Revision 3650: Adds TextArea.wrap() and updates TextArea to use dom.Element. Patch by: Folke B- September 12, 2008 Changed Paths: ModifiedtrunkusersrccomgooglegwtuserclientuiTextArea.java ModifiedtrunkusertestcomgooglegwtuserclientuiElementWrappingTest.java Adds TextArea.wrap() and updates TextArea to use dom.Element. Patch by: Folke Behrens Review by: jgw Issue: 2874http://code.google.com/p/google-web-toolkit/source/detail?r=3650 Revision 3649: Removes an accidentally duplicated line in revision 3629 that caused all interne- September 11, 2008 Changed Paths: ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjsJsStringInterner.java Removes an accidentally duplicated line in revision 3629 that caused all interned strings to be included in the output twice.http://code.google.com/p/google-web-toolkit/source/detail?r=3649 Revision 3648: Support Java 6 as a source language. For 1.5 VMs, rewrite v6 class files to v5.- September 11, 2008 Changed Paths: ModifiedtrunkdevcoresrccomgooglegwtdevjavacJdtCompiler.java AddedtrunkdevcoresrccomgooglegwtdevshellrewriteForceClassVersion15.java ModifiedtrunkdevcoresrccomgooglegwtdevshellrewriteHostedModeClassRewriter.java Support Java 6 as a source language. For 1.5 VMs, rewrite v6 class files to v5. Review by: tobyr Issue: 2223http://code.google.com/p/google-web-toolkit/source/detail?r=3648 Revision 3647: Merge disparate code for creating JDT compiler options; simple refactor.- September 11, 2008 Changed Paths: ModifiedtrunkdevcoresrccomgooglegwtdevjavacJdtCompiler.java ModifiedtrunkdevcoresrccomgooglegwtdevjdtAbstractCompiler.java ModifiedtrunkdevcoretestcomgooglegwtdevjavacimplJdtBehaviorTest.java Merge disparate code for creating JDT compiler options; simple refactor.http://code.google.com/p/google-web-toolkit/source/detail?r=3647 Revision 3646: Change instance initializer in About.java to static. Most of the work, though,- September 11, 2008 Changed Paths: Modifiedtrunkcommon.ant.xml Modifiedtrunkdevcommon.ant.xml Modifiedtrunkdevcorebuild.xml ModifiedtrunkdevcoresrccomgooglegwtdevAbout.java Modifiedtrunkdistro-sourcecommon.ant.xml Modifiedtrunkdistro-sourcelinuxbuild.xml Modifiedtrunkdistro-sourcemacbuild.xml Modifiedtrunkdistro-sourcewindowsbuild.xml Change instance initializer in About.java to static. Most of the work, though, was on the Ant files such that once the filtered copies have..http://code.google.com/p/google-web-toolkit/source/detail?r=3646 Revision 3645: Peephole remove duplicate assignment.- September 11, 2008 Changed Paths: ModifiedtrunkusersupercomgooglegwtemuljavalangString.java Peephole remove duplicate assignment.http://code.google.com/p/google-web-toolkit/source/detail?r=3645 Revision 3644: Commented out testChangeClippedImageToUnclipped() because it fails intermittentl- September 10, 2008 Changed Paths: ModifiedtrunkusertestcomgooglegwtuserclientuiImageTest.java Commented out testChangeClippedImageToUnclipped() because it fails intermittently in the Linux continuous build in hosted mode. Patch by: zundel Review by: jlabancahttp://code.google.com/p/google-web-toolkit/source/detail?r=3644 Revision 3643: Changed the header of the generated JRE emulation wiki doc and modified the Wiki- September 10, 2008 Changed Paths: Modifiedtrunkbuild-toolsdoctoolsrccomgoogledoctoolcustomWikiDoclet.java ModifiedtrunkdocsrcRefJreHeader.wiki Changed the header of the generated JRE emulation wiki doc and modified the WikiDoclet to prefix any wiki-words (WordsLikeThis) with '!' so Google Code doesn't try to automatically turn them into links. Review by: scottbhttp://code.google.com/p/google-web-toolkit/source/detail?r=3643 |