1. dd86af8 GenerateJavaAST no longer visits code in a block that by spoon@google.com · 16 years ago
  2. 1388138 Allow specifying an initial load sequence for runAsync calls by spoon@google.com · 16 years ago
  3. 27e54a9 Allow CompilationResult.getStatementRanges() to return null, by spoon@google.com · 16 years ago
  4. b1696b9 Adds a new method to GeneratorContext that makes a new ResourceOracle available specifically to generators. by scottb@google.com · 16 years ago
  5. c825e8e Conditionally optimize precompile based on entry point. by scottb@google.com · 16 years ago
  6. 4b632c4 Reduces the amount of compilation done when -draftCompile is specified. by spoon@google.com · 16 years ago
  7. 6506fbc Refactor JsStaticEval to allow additional simplification when static eval of the condition fails. by scottb@google.com · 16 years ago
  8. 89cde25 Simple refactoring of SourceInfo generation in JsStaticEval. by scottb@google.com · 16 years ago
  9. e127377 JsStaticEval now optimizes certain if statements to conditional operators. by scottb@google.com · 16 years ago
  10. 6d65338 Fixes typo that confused __MODULE_NAME__ with __MODULE_FUNC__, leading to by jgw@google.com · 16 years ago
  11. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  12. 32b468c More if-statment optimizations in JsStaticEval. by scottb@google.com · 16 years ago
  13. cce8412 Fixes missing <head> element in the script frame on Safari 3 (issue 3738). by jgw@google.com · 16 years ago
  14. 44b6f32 Fixes obscure failure in linux hybrid-mode unit tests by jgw@google.com · 16 years ago
  15. 21177b8 Fixes issues 3717 and 3733 by adding some extra latching to avoid creating the by jgw@google.com · 16 years ago
  16. 527709d Optimizes JS constructs like ('foo' != null) -> (true). by scottb@google.com · 16 years ago
  17. affa6c2 Fix for hosted mode with XHR-based iframe selection script. by jgw@google.com · 16 years ago
  18. b42afb9 The updated version parsing code in About.java insists on a 3 digit by zundel@google.com · 16 years ago
  19. 6ba022e - Deprecates the constants in About.java that contain version information by zundel@google.com · 16 years ago
  20. 4b71682 Fix incorrect AST generation when setting up calls to class literal factory methods. by bobv@google.com · 16 years ago
  21. 7bcb57a This patch modifies the IFrame linker to use multiple script tags instead of one by spoon@google.com · 16 years ago
  22. 3c94cc4 Fix checkstyle violation. by rice@google.com · 16 years ago
  23. dd113e6 Fixes a spurious NPE during a web mode rebind failure. by scottb@google.com · 16 years ago
  24. 2cc9863 Restore constructors removed in r5410. by rice@google.com · 16 years ago
  25. cbbbf47 Avoid a linear search when generating identifier names in the inliner and pretty namer. by rice@google.com · 16 years ago
  26. c7d3d36 Speed up SOYC compilation. by rice@google.com · 16 years ago
  27. ed09901 The overridesView doesn't appear to be accessed in some cases, so we can by rice@google.com · 16 years ago
  28. 8dedfbd Make Class.getName() behave in a useful manner when class metadata is disabled. by bobv@google.com · 16 years ago
  29. 3a86cf1 Fixes a ClassCircularityError that could be triggered computing the super interface hierarchy via class objects. by scottb@google.com · 16 years ago
  30. 9e76b66 Additional SingleJso fixes for tag interfaces. by bobv@google.com · 16 years ago
  31. 4608796 This patch improves the correctness of SingleJso types by following all super-interfaces when calculating singleJso data. Additionally, casts to singleJso interfaces will trigger a rescue of the concrete JSO type. by bobv@google.com · 16 years ago
  32. cfe3ff0 Per issue 3455, split up very long var lines to avoid a bug in by spoon@google.com · 16 years ago
  33. 54f5e50 Refactor SOYC artifacts and link process to use disk cache instead of writing individual files into the work directory. by scottb@google.com · 16 years ago
  34. 25b5c78 Merging /releases/1.6/@r5065:5406 into trunk. by jgw@google.com · 16 years ago
  35. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  36. 1c69543 Fixes issue 3560, http://code.google.com/p/google-web-toolkit/issues/detail?id=3560. Don't attempt to load an image icon if the name is null and prepending package is not requested. This happens when an SCL returns null as its icon path. by mmendez@google.com · 16 years ago
  37. 9e8fec2 Implement link-to-zip archive, which can be faster for big links. by scottb@google.com · 16 years ago
  38. 3db729a Replaces special-case handling of SOYC reports with a real linker. by scottb@google.com · 16 years ago
  39. 3b05ec3 Optimize the output production by reusing 16k buffers over and over. by scottb@google.com · 16 years ago
  40. e0704c9 Fixes Util.readAsObject to actually report useful errors by scottb@google.com · 16 years ago
  41. 8ea8f55 Peephole optimization of SymbolMapsLinker. by scottb@google.com · 16 years ago
  42. 9c76fd9 Optimize the SymbolData comparator to avoid constructing intermediate Strings in most cases. by scottb@google.com · 16 years ago
  43. 5743be3 Fixing suport for deprecated system property com.google.gwt.shell.outdir, by fabbott@google.com · 16 years ago
  44. 13143df Changes the IFrame linker to use an XHR to fetch the compiled script, rather by jgw@google.com · 16 years ago
  45. a74d11e Check for null primary linker, which is a bonehead error condition but requires a graceful message. by fabbott@google.com · 16 years ago
  46. c8a3ea3 Fix for issue 2979 by amitmanjhi@google.com · 16 years ago
  47. e6fa878 Extra import lint from r5314 cleaned up by fabbott@google.com · 16 years ago
  48. 3cbf94a BUILD FIX: restore draftCompile to its former (working) glory. by scottb@google.com · 16 years ago
  49. 773722b BUILD FIX: missed a necessary call to StandardGeneratorContext.finish(). Makes me think we should rethink this a little. by scottb@google.com · 16 years ago
  50. 1df072f Removed unused, bad import. by scottb@google.com · 16 years ago
  51. 7e48736 CompilationState now keeps a Collection of units rather than a Set; this allows us to simply reuse the map's values(). by scottb@google.com · 16 years ago
  52. 20584c7 Bump buffer size on Util.copy(). by scottb@google.com · 16 years ago
  53. ab19b6e Optimize Linker performance handling of JavaScript. by scottb@google.com · 16 years ago
  54. 7783108 Optimize Link production of output directory. by scottb@google.com · 16 years ago
  55. 9e50e5d Optimize SymbolData serialization to speed up Link. by scottb@google.com · 16 years ago
  56. e887f48 Speed up JRealClassType.getSubTypes() by implementing an optimized toArray() in our set classes. by scottb@google.com · 16 years ago
  57. d18128a Big refactoring of StandardGeneratorContext so that only one instance is created during a compile. by scottb@google.com · 16 years ago
  58. 9c945c5 Early out of expensive script-size logging in Link when LogLevel > TRACE. by scottb@google.com · 16 years ago
  59. 9dda6c1 During precompile, only do a draft optimize due to superlinear optimization performance. by scottb@google.com · 16 years ago
  60. 73e2cef It's not reasonable at this time to enforce the rule that a by rice@google.com · 16 years ago
  61. adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
  62. 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
  63. 71dc1bc Modifies c.g.g.core.ext.soyc.impl.MemberFactory to have the correct by spoon@google.com · 16 years ago
  64. a1d974f Created a new class in the TestFile that implements Generated so that the cast later succeeds. by amitmanjhi@google.com · 16 years ago
  65. 0b96d11 Removed the no longer necessary @Override annotations. by amitmanjhi@google.com · 16 years ago
  66. 34f14c5 Since the overhead of computing md5s is not large (just 150ms for 2k files of by amitmanjhi@google.com · 16 years ago
  67. 09b94b1 Removed an unused import in CodeSplitter to get rid of checkstyle error. by jlabanca@google.com · 16 years ago
  68. c2fad00 Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=3611 -- refresh did not work correctly when -gen was used. by amitmanjhi@google.com · 16 years ago
  69. 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
  70. ca56e76 Fix merge problem. by jat@google.com · 16 years ago
  71. bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
  72. 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
  73. c504392 Fixes issue 3569. LongLib.shr gave incorrect results by spoon@google.com · 16 years ago
  74. e672bc0 Refactored JReferenceType hierarchy in compiler. by scottb@google.com · 16 years ago
  75. a7d49a9 Move -soyc flag up to Precompile so that it works with both compiler entry by jgw@google.com · 16 years ago
  76. 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
  77. 3179c39 When class metadata is disabled, use the class seed functions to derive predicable names that can be deobfuscated via the symbol map files. by bobv@google.com · 16 years ago
  78. 82fd2b9 Fixes how we translate between Java and JavaScript source positions in BuildTypeMap. by scottb@google.com · 16 years ago
  79. 2f3fdd6 When sharded precompiles are on, force the option "retain by spoon@google.com · 16 years ago
  80. cff7176 Changes MakeCallsStatic so that it does not devirtualize calls from by spoon@google.com · 16 years ago
  81. c2f4cf0 Tweak pretty-printed Java source output for proper indentation on JSNI methods. by scottb@google.com · 16 years ago
  82. c4ee3bb Make Link run faster and use less heap by caching big objects to disk. by scottb@google.com · 16 years ago
  83. 7c7c6d6 Removes JProgram reference from all nodes (and their constructors). by scottb@google.com · 16 years ago
  84. 15050e6 Fixes a bug with calling private instance methods in web mode from by spoon@google.com · 16 years ago
  85. bac83d6 Another followup to r5190. I accidentally left out this change by spoon@google.com · 16 years ago
  86. 051ee6e Add support for logging response headers, and support multiple headers by jat@google.com · 16 years ago
  87. ac55772 Fix error message to include the property name when a binding vs. configuration property mismatch occurs. by bobv@google.com · 16 years ago
  88. 385be65 Removes some code accidentally committed along with r5191. by spoon@google.com · 16 years ago
  89. 865eb97 Adds more bridge methods so as to simplify and make more robust by spoon@google.com · 16 years ago
  90. 93951bf Lower the memory usage of -soyc by using an array in place of an EnumMap. by spoon@google.com · 16 years ago
  91. 35004b3 Fix OpenJDK compatibility (a generic type inference bug) by removing the by jat@google.com · 16 years ago
  92. 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
  93. d20f97d HACK: compiler clears out pinned i18n static data to free memory. by scottb@google.com · 16 years ago
  94. 5d30e6d Hold instances of DiskCache with weak refs to allow early cleanup. by scottb@google.com · 16 years ago
  95. 8c7290b Follow-on to clearing out TypeOracle state; also free Generators instances. by scottb@google.com · 16 years ago
  96. 65d2979 Remove Correlations & SourceInfo memory overhead from non-SOYC builds. by scottb@google.com · 16 years ago
  97. 4c079fb Applying new lightweight collections to the Java AST. by scottb@google.com · 16 years ago
  98. b5eedb3 Removed the highly unnecessary JavaSourceFile abstraction, which served no real purpose. by scottb@google.com · 16 years ago
  99. 5a87f86 Free up more memory from ResourceOracle, JavaSourceOracle, and more CompilationState during a compile. by scottb@google.com · 16 years ago
  100. cb3d882 Free up CompilationState and TypeOracle as soon as the golden CUDs are produced. by scottb@google.com · 16 years ago