1. 1f3ca78 Shuffle startup ArgHandlers around so that options irrelevant to DevMode don't show up in its help page. by bobv@google.com · 15 years ago
  2. 94afcc3 Renaming LayoutComposite to ResizeComposite (name drift). This is a new by jgw@google.com · 15 years ago
  3. cb84bf9 Fixes checkstyle errors in LayoutCommand, along with misnaming of fields by jgw@google.com · 15 years ago
  4. a2ff560 Makes User depend upon UiBinder, to keep people from having to by rjrjr@google.com · 15 years ago
  5. b5b1ede Make the alignment parsers field ref friendly by rjrjr@google.com · 15 years ago
  6. 3a7de2c Checkstyle fix in LayoutCommand tbr jgw by rjrjr@google.com · 15 years ago
  7. 2bd7eb3 Avoid use of Arrays.copyOf since that was added in JDK1.6. by jat@google.com · 15 years ago
  8. 55356ef Eliminates the need to call layout() explicitly on *LayoutPanel, which by jgw@google.com · 15 years ago
  9. 391ffa0 Strangely, this works better across platforms. by scottb@google.com · 15 years ago
  10. 6de9756 Add support for checkstyle of tests; checkstyle user/tests; fix existing errors. by scottb@google.com · 15 years ago
  11. 145da0f Add support for more structured GWT versions. by jat@google.com · 15 years ago
  12. b1bed47 Fix Showcase classpath. by scottb@google.com · 15 years ago
  13. 18d2875 Clarify JsniCollector.SourceCache comment. by scottb@google.com · 15 years ago
  14. 402e888 Fix checkstyle warnings. by rice@google.com · 15 years ago
  15. 7e631ee Checkstyle fixes for UiBinder tests by rjrjr@google.com · 15 years ago
  16. 1555045 Fix accidentally extended timeout in JUnitShell by rjrjr@google.com · 15 years ago
  17. dae1312 Avoid calling overridable methods from constructors to avoid subclassing glitches by rice@google.com · 15 years ago
  18. 88869c1 Adds uibinder to javadoc. by bruce@google.com · 15 years ago
  19. fb7b59a Stabilize the output from ClientBundle and MhtmlResourceContext. by bobv@google.com · 15 years ago
  20. b77c76f Add a test for circular references via a CustomFieldSerializer. by bobv@google.com · 15 years ago
  21. 7855f95 Updated SOYC dashboard styling. by kprobst@google.com · 15 years ago
  22. 2a5e3a6 Enable good old VerticalAlignmentConstantParser by rjrjr@google.com · 15 years ago
  23. 0dcf1a17 Introduces EnumAttributeParser, makes XMLElement use it, and makes the layout by rjrjr@google.com · 15 years ago
  24. 405444d Fix DockLayoutPanelParser and StackLayoutPanelParser by rjrjr@google.com · 15 years ago
  25. 27fb244 Propagate log colors to lower-priority ancestors. by jat@google.com · 15 years ago
  26. c4643f0 Moving AttributeParsers to XMLElement, where they belong. by rjrjr@google.com · 15 years ago
  27. 8a777b1 Disabling some tests in ImageTest because Chrome fires onload synchronously. I will address this issue later. by jlabanca@google.com · 15 years ago
  28. 6022df0 LayoutImpl contains state and should not have been static. Fixing this. by jgw@google.com · 15 years ago
  29. 7203494 When enabling scrolling, we now use 'auto' instead of ''. Chrome doesn't update with ''. by jlabanca@google.com · 15 years ago
  30. ae5cfed De-deprecate HandlerManager.removeHandler, resolves issue 3102 by rjrjr@google.com · 15 years ago
  31. 821c090 Implement a -standardsMode flag for junit tests, but don't enable the by rice@google.com · 15 years ago
  32. 476624f Deprecate ImageBundle in favor of ClientBundle and ImageResources. by bobv@google.com · 15 years ago
  33. 4c4d76d Adding properties to specify test args based on the compile type (dev/web and remote/selenium). Also readding the ability to specify test args on a test target basis, which was removed during the gwt 2.0 merge. These changes allow us to specify the user agents to compile for web mode, which will speed up builds considerably. by jlabanca@google.com · 15 years ago
  34. e77a714 Adding the missing -web option to test.nometa.remote target. by jlabanca@google.com · 15 years ago
  35. 66e70bb Fixing the UiBinderTestApp. The tests don't use the app itself, by rjrjr@google.com · 15 years ago
  36. f2b883f Reverting r6456 because it was causing JUnitShell to wait indefinitely for tests to finish. Since BrowserManagerServer can run tests in parallel (which it does by default), there is no need for this option. by jlabanca@google.com · 15 years ago
  37. 7720e43 Adds patch to JsStaticEval to simplify literal1 + literal2 operations. (where literal can be one of: null, boolean, number, string) by cromwellian · 15 years ago
  38. b72631a Improve the error message for 'GWT.create(UiBInder.class)' by rice@google.com · 15 years ago
  39. 008f27f Fixes script permissions, see http://gwt-code-reviews.appspot.com/89805. by fabbott@google.com · 15 years ago
  40. 11974b2 Modified the remote UI protocol to send an initialization message with the by rdayal@google.com · 15 years ago
  41. 8a71568 Delete empty directories left behind from move of uibinder.sample to by rjrjr@google.com · 15 years ago
  42. 636a68c Fixes warnings in XMLElementTest, and fixes UiBinderJreSuite to by rjrjr@google.com · 15 years ago
  43. 4532244 Rename sample.UiBinderDemo to test.UiBinderTestApp by rjrjr@google.com · 15 years ago
  44. 50ba873 Delete the empty user/src/com/google/gwt/uibinder/sample, because by rjrjr@google.com · 15 years ago
  45. 064ab58 Move UiBinder test app (so called "sample") out of src and into test. by rjrjr@google.com · 15 years ago
  46. 144cf90 Fix various error reporting issues: by rjrjr@google.com · 15 years ago
  47. 6d71ba1 Fixes an overly long filename in a compile report. by spoon@google.com · 15 years ago
  48. 52f72f8 Fixes an NPE when a logged exception returns null for the stack trace. by mmendez@google.com · 15 years ago
  49. fd52b1f During a module transition, remove all enqueued JS jobs. Seems to fix the by amitmanjhi@google.com · 15 years ago
  50. c2a8326 We were failing to close the newly-opened FileInputStream, and thankfully StandardGeneratorContextTest caught it. by scottb@google.com · 15 years ago
  51. 6c23880 Rewrites some if statements into boolean expressions. by scottb@google.com · 15 years ago
  52. 2bc072d Fixes a very obscure bug in ControlFlowAnalyzer. by scottb@google.com · 15 years ago
  53. 2bc770c Restore trunk@6519, "Flipping DisclosurePanel arrow in RTL.", which by rjrjr@google.com · 15 years ago
  54. ce5db02 Revert trunk@6519, "Flipping DisclosurePanel arrow in RTL.", by rjrjr@google.com · 15 years ago
  55. 9fceec5 Fixes checkstyle for gwt-dev project. by scottb@google.com · 15 years ago
  56. e6f523b Deprecate panels that have LayoutPanel alternatives. Fix NPE in TabPanelParser. by rjrjr@google.com · 15 years ago
  57. 879aa48 Adjust test timeout value based on Batching Strategy. by amitmanjhi@google.com · 15 years ago
  58. 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
  59. 292403c Flipping DisclosurePanel arrow in RTL. by jlabanca@google.com · 15 years ago
  60. adfc0e0 Ensure that MhtmlClientBundleGenerator#createResourceContext generates unique strong names. by jlabanca@google.com · 15 years ago
  61. 09b0070 Fixes a bug where JavaToJavaScriptCompiler assumes PropertyOracle#getSelectionProperty will return null if a property is not defined, but it actually throws a BadPropertyException. by jlabanca@google.com · 15 years ago
  62. 49c413c Code cleanup forCompositeTreeLogger, AbstractTreeLogger by scottb@google.com · 15 years ago
  63. 0d980ef Remove two unused imports by rice@google.com · 15 years ago
  64. 650e425 JUnitShell incorrectly computed numClients due to out-of-order execution. by scottb@google.com · 15 years ago
  65. e2101d8 IO improvements to DiskCache and UnifiedAST. by scottb@google.com · 15 years ago
  66. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  67. 669dd53 Add caching to ImageResourceGenerator to re-use work across permutations. by bobv@google.com · 15 years ago
  68. 291bcee Prevent duplicate data from being emitted by MhtmlResourceContext. by bobv@google.com · 15 years ago
  69. ea63874 Improve UiBinder+CssResource compile speed by caching results of GenerateCssAst.exec() by bobv@google.com · 15 years ago
  70. d811376 Removing I18N sample now that it has been incorporated into Showcase. by jlabanca@google.com · 15 years ago
  71. f6dc3e4 Moving the Plural Forms example from the I18N sample to Showcase. by jlabanca@google.com · 15 years ago
  72. 351e583 Implements "-XshardPrecompile" for sharding the precompilation. by scottb@google.com · 15 years ago
  73. 1a2e052 Updates RpcPolicyFileArtifact to compare contents. by scottb@google.com · 15 years ago
  74. e8967a2 A PermutationResult is now integrally tied to a Permutation. by scottb@google.com · 15 years ago
  75. ab27191 Refactor SOYC to produce artifacts more directly. by scottb@google.com · 15 years ago
  76. 5c75220 Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. by scottb@google.com · 15 years ago
  77. c840075 Delete UiBinder's temporary files on exit by rjrjr@google.com · 15 years ago
  78. 4c66da8 Makes StandardGeneratedResource portable. by scottb@google.com · 15 years ago
  79. a237a5f Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. by scottb@google.com · 15 years ago
  80. b862f1a Sort Properties.java by scottb@google.com · 15 years ago
  81. 8c383f6 Ignoring eclipse/dev/bin. by scottb@google.com · 15 years ago
  82. 1495865 Trivial fix for issue 4067, UiBinderGenerator is not stable. Miguel by rjrjr@google.com · 15 years ago
  83. 862ff9b Removing unused old platform dirs from checkstyle configs. by scottb@google.com · 15 years ago
  84. 58c634c Updated the 'hosted' string appearing in ant.xml files for samples to 'devMode' by amitmanjhi@google.com · 15 years ago
  85. 1f1e920 Just remembered that MenuItemParser has support for the old phantom by rjrjr@google.com · 15 years ago
  86. 5fe3fbb This allows multiple source files to be specified for a ui:style, just by rjrjr@google.com · 15 years ago
  87. e4fda86 updated Htmlunit to HtmlUnit (uppercase U) by amitmanjhi@google.com · 15 years ago
  88. 5bbe25f Patch updates the collection of tests that are ignored on HtmlUnit, to reflect by amitmanjhi@google.com · 15 years ago
  89. 5dc8c47 Fix for issue 3374. This patch adds overloads of encodeComponent and by rjrjr@google.com · 15 years ago
  90. 19480e9 Fix warnings by removing or suppressing warnings for: by rice@google.com · 15 years ago
  91. e29c1bd Exluding BrowserManagerTest from the dev tests. It is brought when we compile the user files (we need to compile hello sample for dev tests) because BrowserManagerTest is actually in user/src, not user/test. by jlabanca@google.com · 15 years ago
  92. c5c17c6 Recommitting r6449 (Adds basic test case for SOYC) with fix. Compiled user files are now added to javac.junit.out instead of javac.out to prevent rebuilding of dev. by jlabanca@google.com · 15 years ago
  93. f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
  94. 4af1306 Adding properties to the user test targets to prevent parallel compiles, as we already did with the main test target. by jlabanca@google.com · 15 years ago
  95. f030c81 r6458 causes CssProperty to add a space before the first part of a CSS expression. This patch only adds spaces after the first part. by jlabanca@google.com · 15 years ago
  96. f0ba3ab Adding a TokenValue to CssProperty to handle CSS components that should not be wrapped with spaces. This fixes a bug in the generated css for WidgetUiDemo that affects IE. by jlabanca@google.com · 15 years ago
  97. d5ef2a8 Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. by jlabanca@google.com · 15 years ago
  98. 0d007a3 JUnitShell will wait indefinitely for a remote web test to start because BrowserManagerServer might queue the test for a while. by jlabanca@google.com · 15 years ago
  99. 05a590d Reduces some compiler spew. by kprobst@google.com · 15 years ago
  100. 6ef29ad Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. by jlabanca@google.com · 15 years ago