1. f6dd014 More ant tweaks, this time to speed dev and jni tests by not attempting to test the OS'es we're not on. by fabbott@google.com · 16 years ago
  2. 33e60a2 Reverting XHR changes to the std (iframe) linker. by jgw@google.com · 16 years ago
  3. 2093290 Fix for Issue #3796, "syntax error due to inlining of numeric literal into jsni function". Field or method references on numeric literals only work if the numeric literal is surrounded by parentheses or has a space. "42.foo" is not legal, but "(42).foo" and "42 .foo" are. by cromwellian · 16 years ago
  4. 5570aff Remove trailing parentheses from "new Constructor()" expressions. See http://code.google.com/p/google-web-toolkit/wiki/NewParenthesisRemovalOptimization by cromwellian · 16 years ago
  5. 7c22d7e Assign a precendence to JsNameOf AST nodes. by bobv@google.com · 16 years ago
  6. 7795381 Fixing a checkstyle complaint by spoon@google.com · 16 years ago
  7. 06109fa Has SOYC show dependency information for all of the dependency by spoon@google.com · 16 years ago
  8. a1fc730 Add @ArtificialRescue annotation to the GWT compiler. by bobv@google.com · 16 years ago
  9. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  10. 1f2c1e8 Adds permutation number to symbol maps. This permutation number is currently used by SOYC to retrieve information about each permutation's properties. by kprobst@google.com · 16 years ago
  11. 5974608 Roll back r5662. The overlay of WeakMapping is confusing the apicheck-nobuild target. by rice@google.com · 16 years ago
  12. f827050 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  13. 34fda23 Fixes issue #3700, avoids unnecessary copy of resources with up-to-date timestamps. by scottb@google.com · 16 years ago
  14. 9e6b58a Fix a couple of tiny checkstyle violations. by rice@google.com · 16 years ago
  15. 6f302b4 Add Impl.getNameOf() to expose JNameOf nodes to Java code. by bobv@google.com · 16 years ago
  16. b561526 Fix how the launch URL is built to include the gwt.hosted parameter by jat@google.com · 16 years ago
  17. 6335565 Fixes hosted.html to decode the gwt.hosted part of the url. by jgw@google.com · 16 years ago
  18. 82c35fb Fix JsInliner for mutually-recursive functions. by bobv@google.com · 16 years ago
  19. e80d2f8 Add getJsniSignature() to JAbstractMethod as a convenience for Generator developers. by bobv@google.com · 16 years ago
  20. 669f14a Add typeId information to linker SymbolData API. by bobv@google.com · 16 years ago
  21. 71d1000 A one-line fix to the currently broken support for a runAsync initial by spoon@google.com · 16 years ago
  22. b39b79c Add an escape hatch to CompilingClassLoader to allow individual "client" classes to be loaded from bytecode on the classpath and escape the module's source path jail. by bobv@google.com · 16 years ago
  23. c4aad90 Prevent JsInliner from triggering infinite expansion. by bobv@google.com · 16 years ago
  24. 13bdb0b Fix checkstyle issues. by scottb@google.com · 16 years ago
  25. 39c51ba Fixes issue 3710. When inlining a method, add an explicit cast if the by spoon@google.com · 16 years ago
  26. ebec02f Changes to make GWT i18n support "real" default locales. Introduces a .gwt.xml tag <set-property-fallback name="prop" value="chosenvalue"/>, which can be used in property providers as a template substitution for /*-FALLBACK-*/. In i18n, this is used to select a "real" locale to be returned in situations when "default" would otherwise have been used. Also modified AbstractLocalizableImplCreator so that generators running in GwtLocale.DEFAULT will run on this "real" locale, even if <set-property> has been used so that the literal "default" is not being generated. by fabbott@google.com · 16 years ago
  27. dd86af8 GenerateJavaAST no longer visits code in a block that by spoon@google.com · 16 years ago
  28. 1388138 Allow specifying an initial load sequence for runAsync calls by spoon@google.com · 16 years ago
  29. 27e54a9 Allow CompilationResult.getStatementRanges() to return null, by spoon@google.com · 16 years ago
  30. b1696b9 Adds a new method to GeneratorContext that makes a new ResourceOracle available specifically to generators. by scottb@google.com · 16 years ago
  31. c825e8e Conditionally optimize precompile based on entry point. by scottb@google.com · 16 years ago
  32. 4b632c4 Reduces the amount of compilation done when -draftCompile is specified. by spoon@google.com · 16 years ago
  33. 6506fbc Refactor JsStaticEval to allow additional simplification when static eval of the condition fails. by scottb@google.com · 16 years ago
  34. 89cde25 Simple refactoring of SourceInfo generation in JsStaticEval. by scottb@google.com · 16 years ago
  35. e127377 JsStaticEval now optimizes certain if statements to conditional operators. by scottb@google.com · 16 years ago
  36. 6d65338 Fixes typo that confused __MODULE_NAME__ with __MODULE_FUNC__, leading to by jgw@google.com · 16 years ago
  37. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  38. 32b468c More if-statment optimizations in JsStaticEval. by scottb@google.com · 16 years ago
  39. cce8412 Fixes missing <head> element in the script frame on Safari 3 (issue 3738). by jgw@google.com · 16 years ago
  40. 44b6f32 Fixes obscure failure in linux hybrid-mode unit tests by jgw@google.com · 16 years ago
  41. 21177b8 Fixes issues 3717 and 3733 by adding some extra latching to avoid creating the by jgw@google.com · 16 years ago
  42. 527709d Optimizes JS constructs like ('foo' != null) -> (true). by scottb@google.com · 16 years ago
  43. affa6c2 Fix for hosted mode with XHR-based iframe selection script. by jgw@google.com · 16 years ago
  44. b42afb9 The updated version parsing code in About.java insists on a 3 digit by zundel@google.com · 16 years ago
  45. 6ba022e - Deprecates the constants in About.java that contain version information by zundel@google.com · 16 years ago
  46. 4b71682 Fix incorrect AST generation when setting up calls to class literal factory methods. by bobv@google.com · 16 years ago
  47. 7bcb57a This patch modifies the IFrame linker to use multiple script tags instead of one by spoon@google.com · 16 years ago
  48. 3c94cc4 Fix checkstyle violation. by rice@google.com · 16 years ago
  49. dd113e6 Fixes a spurious NPE during a web mode rebind failure. by scottb@google.com · 16 years ago
  50. 2cc9863 Restore constructors removed in r5410. by rice@google.com · 16 years ago
  51. cbbbf47 Avoid a linear search when generating identifier names in the inliner and pretty namer. by rice@google.com · 16 years ago
  52. c7d3d36 Speed up SOYC compilation. by rice@google.com · 16 years ago
  53. ed09901 The overridesView doesn't appear to be accessed in some cases, so we can by rice@google.com · 16 years ago
  54. 8dedfbd Make Class.getName() behave in a useful manner when class metadata is disabled. by bobv@google.com · 16 years ago
  55. 3a86cf1 Fixes a ClassCircularityError that could be triggered computing the super interface hierarchy via class objects. by scottb@google.com · 16 years ago
  56. 9e76b66 Additional SingleJso fixes for tag interfaces. by bobv@google.com · 16 years ago
  57. 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
  58. cfe3ff0 Per issue 3455, split up very long var lines to avoid a bug in by spoon@google.com · 16 years ago
  59. 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
  60. 25b5c78 Merging /releases/1.6/@r5065:5406 into trunk. by jgw@google.com · 16 years ago
  61. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  62. 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
  63. 9e8fec2 Implement link-to-zip archive, which can be faster for big links. by scottb@google.com · 16 years ago
  64. 3db729a Replaces special-case handling of SOYC reports with a real linker. by scottb@google.com · 16 years ago
  65. 3b05ec3 Optimize the output production by reusing 16k buffers over and over. by scottb@google.com · 16 years ago
  66. e0704c9 Fixes Util.readAsObject to actually report useful errors by scottb@google.com · 16 years ago
  67. 8ea8f55 Peephole optimization of SymbolMapsLinker. by scottb@google.com · 16 years ago
  68. 9c76fd9 Optimize the SymbolData comparator to avoid constructing intermediate Strings in most cases. by scottb@google.com · 16 years ago
  69. 5743be3 Fixing suport for deprecated system property com.google.gwt.shell.outdir, by fabbott@google.com · 16 years ago
  70. 13143df Changes the IFrame linker to use an XHR to fetch the compiled script, rather by jgw@google.com · 16 years ago
  71. a74d11e Check for null primary linker, which is a bonehead error condition but requires a graceful message. by fabbott@google.com · 16 years ago
  72. c8a3ea3 Fix for issue 2979 by amitmanjhi@google.com · 16 years ago
  73. e6fa878 Extra import lint from r5314 cleaned up by fabbott@google.com · 16 years ago
  74. 3cbf94a BUILD FIX: restore draftCompile to its former (working) glory. by scottb@google.com · 16 years ago
  75. 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
  76. 1df072f Removed unused, bad import. by scottb@google.com · 16 years ago
  77. 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
  78. 20584c7 Bump buffer size on Util.copy(). by scottb@google.com · 16 years ago
  79. ab19b6e Optimize Linker performance handling of JavaScript. by scottb@google.com · 16 years ago
  80. 7783108 Optimize Link production of output directory. by scottb@google.com · 16 years ago
  81. 9e50e5d Optimize SymbolData serialization to speed up Link. by scottb@google.com · 16 years ago
  82. e887f48 Speed up JRealClassType.getSubTypes() by implementing an optimized toArray() in our set classes. by scottb@google.com · 16 years ago
  83. d18128a Big refactoring of StandardGeneratorContext so that only one instance is created during a compile. by scottb@google.com · 16 years ago
  84. 9c945c5 Early out of expensive script-size logging in Link when LogLevel > TRACE. by scottb@google.com · 16 years ago
  85. 9dda6c1 During precompile, only do a draft optimize due to superlinear optimization performance. by scottb@google.com · 16 years ago
  86. 73e2cef It's not reasonable at this time to enforce the rule that a by rice@google.com · 16 years ago
  87. adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
  88. 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
  89. 71dc1bc Modifies c.g.g.core.ext.soyc.impl.MemberFactory to have the correct by spoon@google.com · 16 years ago
  90. a1d974f Created a new class in the TestFile that implements Generated so that the cast later succeeds. by amitmanjhi@google.com · 16 years ago
  91. 0b96d11 Removed the no longer necessary @Override annotations. by amitmanjhi@google.com · 16 years ago
  92. 34f14c5 Since the overhead of computing md5s is not large (just 150ms for 2k files of by amitmanjhi@google.com · 16 years ago
  93. 09b94b1 Removed an unused import in CodeSplitter to get rid of checkstyle error. by jlabanca@google.com · 16 years ago
  94. 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
  95. 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
  96. ca56e76 Fix merge problem. by jat@google.com · 16 years ago
  97. bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
  98. 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
  99. c504392 Fixes issue 3569. LongLib.shr gave incorrect results by spoon@google.com · 16 years ago
  100. e672bc0 Refactored JReferenceType hierarchy in compiler. by scottb@google.com · 16 years ago