1. e39e969 Adding push/shift operations to JsArray* classes. by fabbott@google.com · 16 years ago
  2. 15050e6 Fixes a bug with calling private instance methods in web mode from by spoon@google.com · 16 years ago
  3. bac83d6 Another followup to r5190. I accidentally left out this change by spoon@google.com · 16 years ago
  4. 051ee6e Add support for logging response headers, and support multiple headers by jat@google.com · 16 years ago
  5. ac55772 Fix error message to include the property name when a binding vs. configuration property mismatch occurs. by bobv@google.com · 16 years ago
  6. 385be65 Removes some code accidentally committed along with r5191. by spoon@google.com · 16 years ago
  7. 865eb97 Adds more bridge methods so as to simplify and make more robust by spoon@google.com · 16 years ago
  8. 93951bf Lower the memory usage of -soyc by using an array in place of an EnumMap. by spoon@google.com · 16 years ago
  9. ef90559 Initial add of StyleInjector. by bobv@google.com · 16 years ago
  10. 35004b3 Fix OpenJDK compatibility (a generic type inference bug) by removing the by jat@google.com · 16 years ago
  11. 60b69f0 Hooking up a couple of missing cause chains in the server-side RPC exception handling code. by scottb@google.com · 16 years ago
  12. 353cbb0 Rollback 5174 until I can figure out why it fails in ant but not from Eclipse. by jat@google.com · 16 years ago
  13. 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
  14. 6fcc830 Change CurrencyListGenerator to take advantage of inheritance in the generated by jat@google.com · 16 years ago
  15. 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
  16. f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. by scottb@google.com · 16 years ago
  17. d20f97d HACK: compiler clears out pinned i18n static data to free memory. by scottb@google.com · 16 years ago
  18. 5d30e6d Hold instances of DiskCache with weak refs to allow early cleanup. by scottb@google.com · 16 years ago
  19. 8c7290b Follow-on to clearing out TypeOracle state; also free Generators instances. by scottb@google.com · 16 years ago
  20. 65d2979 Remove Correlations & SourceInfo memory overhead from non-SOYC builds. by scottb@google.com · 16 years ago
  21. 4c079fb Applying new lightweight collections to the Java AST. by scottb@google.com · 16 years ago
  22. b5eedb3 Removed the highly unnecessary JavaSourceFile abstraction, which served no real purpose. by scottb@google.com · 16 years ago
  23. 5a87f86 Free up more memory from ResourceOracle, JavaSourceOracle, and more CompilationState during a compile. by scottb@google.com · 16 years ago
  24. cb3d882 Free up CompilationState and TypeOracle as soon as the golden CUDs are produced. by scottb@google.com · 16 years ago
  25. 700bed1 Created a new DiskCache class which caches large blocks of data on disk to converse heap. by scottb@google.com · 16 years ago
  26. 68f7f19 Tweaks to make JDT use less memory. by scottb@google.com · 16 years ago
  27. 6124cbf Force SignatureDumper to use UTF-8 encoding. by scottb@google.com · 16 years ago
  28. b33ec4b Build fix: missed a couple of old-style Javadoc annotations in tests. by scottb@google.com · 16 years ago
  29. f048a77 Fixed a couple of compile errors in code museum. by jlabanca@google.com · 16 years ago
  30. 4d72ede Javadoc-style metadata is now unsupported; it was deprecated. by scottb@google.com · 16 years ago
  31. 048cdcd Refactor of TypeOracle's AbstractMembers, Members, DelegatingMembers to use less memory. by scottb@google.com · 16 years ago
  32. 823a414 Using new collections to reduce memory usage of CompilationState, TypeOracle, ResourceOracle. by scottb@google.com · 16 years ago
  33. bd1749a Created a set of memory-friendly collections specifically for use in the compiler. by scottb@google.com · 16 years ago
  34. 15b9f4f CurrencyListGenerator was iterating over a HashMap, causing inconsisent results. by scottb@google.com · 16 years ago
  35. 7c4ceb0 Added infrastructure to profile compiler memory usage. by scottb@google.com · 16 years ago
  36. 831533b Inlined the table of runAsync fragments into the top-level HTML so by spoon@google.com · 16 years ago
  37. 871bbfe Deletes two malformed comments. by spoon@google.com · 16 years ago
  38. 9a76b33 Fix a bug where array return types could not be used with SingleJsoImpl methods. by bobv@google.com · 16 years ago
  39. 4b7004e Fix checkstyle warning. by jat@google.com · 16 years ago
  40. b6c0f15 Fix sort order. by jat@google.com · 16 years ago
  41. 91e3de7 Fix ImageBundleBuilder so that it de-deduplicates identical images. by bobv@google.com · 16 years ago
  42. e898a60 Adds an entry to the API checker's config files to reflect by spoon@google.com · 16 years ago
  43. dc5000c The rest of the implementation of -noserver hosted by spoon@google.com · 16 years ago
  44. d0b00f8 Adds a test for -noserver hosted mode. by spoon@google.com · 16 years ago
  45. 633cf17 Fix build break by increasing heap for JUnit test. by jat@google.com · 16 years ago
  46. fa975da Separate data that is constant across all locales in a build into a by jat@google.com · 16 years ago
  47. 17b74f4 Add a skeleton test for verifying runtime locales, to be extended later. by jat@google.com · 16 years ago
  48. 1d704e4 Adds an undocumented option -XmaxPermsPerPrecompile that by spoon@google.com · 16 years ago
  49. 39984b1 Disable ImageResourceTest by bobv@google.com · 16 years ago
  50. b51ebd6 Exclude non-client ClientBundle code from apichecker. by bobv@google.com · 16 years ago
  51. a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
  52. 9a04b98 Providing debug-useful implementation of toString and toSource. by fabbott@google.com · 16 years ago
  53. 514054c Using an outDir should not be the default; making the default to use -war war. by scottb@google.com · 16 years ago
  54. c4a90ec Removes the PermutationWorkerFactory.lazyFactories cache. by scottb@google.com · 16 years ago
  55. a41864d Adjusts the script-size logging from r5076 to happen at by spoon@google.com · 16 years ago
  56. 68dc15a Have the compiler emit a hopefully reasonable measure of script by spoon@google.com · 16 years ago
  57. 71b805f SerializableTypeOracleBuilder no longer warns when it sees a final by spoon@google.com · 16 years ago
  58. e9862ff Add favicon.ico files for each of the samples. by jat@google.com · 16 years ago
  59. 98c833c Fixes a bug where Simplifier.conditional() could recurse back into by spoon@google.com · 16 years ago
  60. 461db41 svn merge -r4992:5022 https://google-web-toolkit.googlecode.com/svn/releases/1.6 . by jgw@google.com · 16 years ago
  61. 2672b3e Reduce the log level of type invalidation messages when a compilation unit depends on an invalid unit. by bobv@google.com · 16 years ago
  62. 32452ab One line patch to fix http://code.google.com/p/google-web-toolkit/issues/detail?id=3370 by amitmanjhi@google.com · 16 years ago
  63. e363c99 Updates the classpath of apichecker's test in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  64. 77e9ffa Re-enable the gwt.typecreator.shard.size system property to fix RPC serializer code in legacy hosted mode. by bobv@google.com · 16 years ago
  65. 2a10a5c Updates the classpath of apichecker in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
  66. 0931b1b This patch updates the following: by amitmanjhi@google.com · 16 years ago
  67. cf824cd Extracts a configuration API for use by RemoteServiceProxy. by bobv@google.com · 16 years ago
  68. 110703c Fix sentinal file names for change branches. by bobv@google.com · 16 years ago
  69. 0e3bb85 Added setEnabled(boolean)/isEnabled() methods to FileUpload.java by jlabanca@google.com · 16 years ago
  70. 7775b01 Delete empty file leftover after patch, add missing overrides from r5036. by jat@google.com · 16 years ago
  71. 54905fd Add support for HostedMode with OOPHM. by jat@google.com · 16 years ago
  72. d3e8c3a Adds an experimental flag, -XdisableCastChecking which turns off runtime cast checks in compiler output. by scottb@google.com · 16 years ago
  73. 9d9adf5 Remove PlatformSpecific, moving the functionality into SwtHostedModeBase or by jat@google.com · 16 years ago
  74. e46ace0 Remove deprecation warnings from DOMImplMozillaOld. by jat@google.com · 16 years ago
  75. 0a32946 Makes DiscloserPanelImagesRTL public, to allow apps to include it in bigger bundles. by rjrjr@google.com · 16 years ago
  76. d6e216d Fix checkstyle error. by jat@google.com · 16 years ago
  77. e2c3414 Cherry-pick merge of r5023. by spoon@google.com · 16 years ago
  78. a2eb2a2 Revert inadverdent commit from 5018. by jat@google.com · 16 years ago
  79. 0ef9f88 Add host name/address to automatically generated whitelist, improve handling by jat@google.com · 16 years ago
  80. e1e9b28 Fix a bug in currency list generation for runtime locales. by jat@google.com · 16 years ago
  81. 54c1bcc Fixes several checkstyle violations. by spoon@google.com · 16 years ago
  82. cb5a2ca Expand the amount of data exported by the symbol maps. by bobv@google.com · 16 years ago
  83. a1b5657 When JUnitShell wraps exceptions from remote browsers, be sure to copy the cause. by scottb@google.com · 16 years ago
  84. ba90927 Adding git support to the ant SvnInfo task. by scottb@google.com · 16 years ago
  85. 359e55c Refactor SvnInfo to make it testable; also makes the branch relative path to the root of the repository. by scottb@google.com · 16 years ago
  86. bebb573 Adds dependency information to SOYC reports, so it is clear why by spoon@google.com · 16 years ago
  87. 5387e9a Better ability to debug CustomFieldSerializerTest. by scottb@google.com · 16 years ago
  88. 444886b Sort / format / checkstyle fixes. by scottb@google.com · 16 years ago
  89. fa72661 Fixes issue 3464, DateBox cannot be mocked. by rjrjr@google.com · 16 years ago
  90. ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
  91. 4145b2d Updating OOPHM classpath; minimize dependencies to bare minimum. by scottb@google.com · 16 years ago
  92. c4c4ead Update to r4917, which has GWT.runAsync download by spoon@google.com · 16 years ago
  93. e227edd When adding a bridge method (r4943), set up its override by spoon@google.com · 16 years ago
  94. 5a1a5a5 Adds a new test to verify that a client SerializationException prevents a server invocation. by scottb@google.com · 16 years ago
  95. 46f52bc Cherry-pick merging /releases/1.6 c4963 into trunk. by scottb@google.com · 16 years ago
  96. e505038 Add support for reporting the use of deprecated types, methods, and fields from within JSNI methods. by bobv@google.com · 16 years ago
  97. 4e7be04 Fix typo in emitted symbol map filename. by bobv@google.com · 16 years ago
  98. a12cbc0 Removed unused imports. by scottb@google.com · 16 years ago
  99. edd93e0 Implements an undocumented symbol-dumping feature. by scottb@google.com · 16 years ago
  100. 005d3d3 Fixes issue 3304. The attempted fix in r4477 opened up some possible by spoon@google.com · 16 years ago