1. 831b4d6 Moving StandardGeneratorContext out of hosted mode code; it's not hosted-mode specific. by scottb@google.com · 16 years ago
  2. 61b278f Remove CompilationUnit's dependency on hosted mode code. by scottb@google.com · 16 years ago
  3. 05ee233 Remove TypeOracle dependency on hosted mode code. by scottb@google.com · 16 years ago
  4. 124e301 Moving Jsni helper class into com.google.gwt.dev.shell with other hosted mode code. by scottb@google.com · 16 years ago
  5. 5417496 Removed unused import. by scottb@google.com · 16 years ago
  6. 43a8d0e Reapplying r5786 after roll-back. by scottb@google.com · 16 years ago
  7. 5b401bb Moves PermutationResult from com.google.gwt.dev to com.google.gwt.dev.jjs. by scottb@google.com · 16 years ago
  8. 12be341 Moves OptionLocalWorkers into the correct package. by scottb@google.com · 16 years ago
  9. f836625 The code splitter no longer pulls in extra class literal by spoon@google.com · 16 years ago
  10. 9076e42 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
  11. acdf22d Change the way code-splitting and string interning is performed on the JS AST to allow new strings to be introduced by JsVisitors (such as JsStackEmulator). by bobv@google.com · 16 years ago
  12. 3309fbf Re-apply r5790 to improve accuracy of JsParser's SourceInfo objects. by bobv@google.com · 16 years ago
  13. 8bdbb45 Reapplying r5789 to remove warnings from JsParser. by bobv@google.com · 16 years ago
  14. ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
  15. 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
  16. a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
  17. 4e19d05 JsParser now provides correct line numbers for JsExpressions derived from JSNI methads. by bobv@google.com · 16 years ago
  18. 3ab07ba Remove raw type warnings. by bobv@google.com · 16 years ago
  19. 801d2cd Fixes JsStackEmulator#baseName() so it handles urls and file system urls. Bob came up with the code. by jlabanca@google.com · 16 years ago
  20. 896f8ac Make declaration statements for the variables created in the catch block normalizer, instead of just assignment statements. by scottb@google.com · 16 years ago
  21. 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
  22. 0e539d5 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
  23. 6c2c0be Adds some needed JTypeOracle javadoc. by scottb@google.com · 16 years ago
  24. 53345a1 Fixes internal type hierarchy for overlay types. by scottb@google.com · 16 years ago
  25. 2e4a1bc rollback of r5755, we still have some outstanding asserts... I'd thought they were proxy-induced in my setup, since they hadn't shown before, but not so. by fabbott@google.com · 16 years ago
  26. 81031ca Fix incorrect computation in JTypeOracle.computeSingleJsoImplData() which to include super-interfaces when determining if an interface is a tag interface. by bobv@google.com · 16 years ago
  27. 6020c61 Reinstating assertions default on in web tests, with -da to turn it off, from r5726, but this time with test fixes for IE-specific assertion trips. by fabbott@google.com · 16 years ago
  28. 4826b8d Checkstyle comment fixes (period on first sentence, a few extra @params). by fabbott@google.com · 16 years ago
  29. 059493f Adds a test for AsyncFragmentLoader. by spoon@google.com · 16 years ago
  30. 243e8b7 revert of 5626 by fabbott@google.com · 16 years ago
  31. 11d2df2 Ensure that a <define-linker> after an <add-linker> will correctly replace the previously-defined implementation. by bobv@google.com · 16 years ago
  32. ad9bbd1 Adding -da flag to disable assertions, and flipping the default for tests by fabbott@google.com · 16 years ago
  33. 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
  34. 33e60a2 Reverting XHR changes to the std (iframe) linker. by jgw@google.com · 16 years ago
  35. 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
  36. 5570aff Remove trailing parentheses from "new Constructor()" expressions. See http://code.google.com/p/google-web-toolkit/wiki/NewParenthesisRemovalOptimization by cromwellian · 16 years ago
  37. 7c22d7e Assign a precendence to JsNameOf AST nodes. by bobv@google.com · 16 years ago
  38. 7795381 Fixing a checkstyle complaint by spoon@google.com · 16 years ago
  39. 06109fa Has SOYC show dependency information for all of the dependency by spoon@google.com · 16 years ago
  40. a1fc730 Add @ArtificialRescue annotation to the GWT compiler. by bobv@google.com · 16 years ago
  41. 40cb7d9 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  42. 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
  43. 5974608 Roll back r5662. The overlay of WeakMapping is confusing the apicheck-nobuild target. by rice@google.com · 16 years ago
  44. f827050 Implement RPC for JDO persistent objects. by rice@google.com · 16 years ago
  45. 34fda23 Fixes issue #3700, avoids unnecessary copy of resources with up-to-date timestamps. by scottb@google.com · 16 years ago
  46. 9e6b58a Fix a couple of tiny checkstyle violations. by rice@google.com · 16 years ago
  47. 6f302b4 Add Impl.getNameOf() to expose JNameOf nodes to Java code. by bobv@google.com · 16 years ago
  48. b561526 Fix how the launch URL is built to include the gwt.hosted parameter by jat@google.com · 16 years ago
  49. 6335565 Fixes hosted.html to decode the gwt.hosted part of the url. by jgw@google.com · 16 years ago
  50. 82c35fb Fix JsInliner for mutually-recursive functions. by bobv@google.com · 16 years ago
  51. e80d2f8 Add getJsniSignature() to JAbstractMethod as a convenience for Generator developers. by bobv@google.com · 16 years ago
  52. 669f14a Add typeId information to linker SymbolData API. by bobv@google.com · 16 years ago
  53. 71d1000 A one-line fix to the currently broken support for a runAsync initial by spoon@google.com · 16 years ago
  54. 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
  55. c4aad90 Prevent JsInliner from triggering infinite expansion. by bobv@google.com · 16 years ago
  56. 13bdb0b Fix checkstyle issues. by scottb@google.com · 16 years ago
  57. 39c51ba Fixes issue 3710. When inlining a method, add an explicit cast if the by spoon@google.com · 16 years ago
  58. 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
  59. dd86af8 GenerateJavaAST no longer visits code in a block that by spoon@google.com · 16 years ago
  60. 1388138 Allow specifying an initial load sequence for runAsync calls by spoon@google.com · 16 years ago
  61. 27e54a9 Allow CompilationResult.getStatementRanges() to return null, by spoon@google.com · 16 years ago
  62. b1696b9 Adds a new method to GeneratorContext that makes a new ResourceOracle available specifically to generators. by scottb@google.com · 16 years ago
  63. c825e8e Conditionally optimize precompile based on entry point. by scottb@google.com · 16 years ago
  64. 4b632c4 Reduces the amount of compilation done when -draftCompile is specified. by spoon@google.com · 16 years ago
  65. 6506fbc Refactor JsStaticEval to allow additional simplification when static eval of the condition fails. by scottb@google.com · 16 years ago
  66. 89cde25 Simple refactoring of SourceInfo generation in JsStaticEval. by scottb@google.com · 16 years ago
  67. e127377 JsStaticEval now optimizes certain if statements to conditional operators. by scottb@google.com · 16 years ago
  68. 6d65338 Fixes typo that confused __MODULE_NAME__ with __MODULE_FUNC__, leading to by jgw@google.com · 16 years ago
  69. 2530547 Ant rework for speed: by fabbott@google.com · 16 years ago
  70. 32b468c More if-statment optimizations in JsStaticEval. by scottb@google.com · 16 years ago
  71. cce8412 Fixes missing <head> element in the script frame on Safari 3 (issue 3738). by jgw@google.com · 16 years ago
  72. 44b6f32 Fixes obscure failure in linux hybrid-mode unit tests by jgw@google.com · 16 years ago
  73. 21177b8 Fixes issues 3717 and 3733 by adding some extra latching to avoid creating the by jgw@google.com · 16 years ago
  74. 527709d Optimizes JS constructs like ('foo' != null) -> (true). by scottb@google.com · 16 years ago
  75. affa6c2 Fix for hosted mode with XHR-based iframe selection script. by jgw@google.com · 16 years ago
  76. b42afb9 The updated version parsing code in About.java insists on a 3 digit by zundel@google.com · 16 years ago
  77. 6ba022e - Deprecates the constants in About.java that contain version information by zundel@google.com · 16 years ago
  78. 4b71682 Fix incorrect AST generation when setting up calls to class literal factory methods. by bobv@google.com · 16 years ago
  79. 7bcb57a This patch modifies the IFrame linker to use multiple script tags instead of one by spoon@google.com · 16 years ago
  80. 3c94cc4 Fix checkstyle violation. by rice@google.com · 16 years ago
  81. dd113e6 Fixes a spurious NPE during a web mode rebind failure. by scottb@google.com · 16 years ago
  82. 2cc9863 Restore constructors removed in r5410. by rice@google.com · 16 years ago
  83. cbbbf47 Avoid a linear search when generating identifier names in the inliner and pretty namer. by rice@google.com · 16 years ago
  84. c7d3d36 Speed up SOYC compilation. by rice@google.com · 16 years ago
  85. ed09901 The overridesView doesn't appear to be accessed in some cases, so we can by rice@google.com · 16 years ago
  86. 8dedfbd Make Class.getName() behave in a useful manner when class metadata is disabled. by bobv@google.com · 16 years ago
  87. 3a86cf1 Fixes a ClassCircularityError that could be triggered computing the super interface hierarchy via class objects. by scottb@google.com · 16 years ago
  88. 9e76b66 Additional SingleJso fixes for tag interfaces. by bobv@google.com · 16 years ago
  89. 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
  90. cfe3ff0 Per issue 3455, split up very long var lines to avoid a bug in by spoon@google.com · 16 years ago
  91. 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
  92. 25b5c78 Merging /releases/1.6/@r5065:5406 into trunk. by jgw@google.com · 16 years ago
  93. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  94. 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
  95. 9e8fec2 Implement link-to-zip archive, which can be faster for big links. by scottb@google.com · 16 years ago
  96. 3db729a Replaces special-case handling of SOYC reports with a real linker. by scottb@google.com · 16 years ago
  97. 3b05ec3 Optimize the output production by reusing 16k buffers over and over. by scottb@google.com · 16 years ago
  98. e0704c9 Fixes Util.readAsObject to actually report useful errors by scottb@google.com · 16 years ago
  99. 8ea8f55 Peephole optimization of SymbolMapsLinker. by scottb@google.com · 16 years ago
  100. 9c76fd9 Optimize the SymbolData comparator to avoid constructing intermediate Strings in most cases. by scottb@google.com · 16 years ago