1. 2770ec1 GWT.getModuleBaseURL() should be fast.. really fast. Currently, it's not. This patch makes it fast. by gwt.team.scottb · 18 years ago
  2. 2a5e38c Fixed a number of problems with the new startup, including: by gwt.team.scottb · 18 years ago
  3. a44245a Fixed an NPE reporting JSNI errors caused by the fact that JsNodes by gwt.team.scottb · 18 years ago
  4. c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago
  5. de85c1f Merging startup optimization into trunk from branches/opt_imgs_and_startup@538. Had to hand-merge several things. by gwt.team.scottb · 18 years ago
  6. 39240a8 This change addresses the third part of issue #610. Instead of putting each class's typename into the generated code as a full string literal, each class name is broken into package + class. All of the packages are declared at the global level with obfuscated identifiers. This yields a very nice code size reduction. by gwt.team.scottb · 18 years ago
  7. 4c319ac This addresses the first half of issue #610, the Obfuscation optimization part. This work is based on the idea in alex.tkachman's patch, which is to give params and locals the shortest obfuscated names possible. My implementation follows design discussions with mmendez & tobyr. by gwt.team.scottb · 18 years ago
  8. 27a5cce This patch addresses Issue 711. There were several problems which would result in an invalid hosted mode cache. Specifically: by gwt.team.mmendez · 18 years ago
  9. d6906a9 This patch addresses issue #629. Previously, wrapJSO would clobber the jso's existing toString method (if any) due to it indiscriminately copying fields in from the prototype. This patch addresses the problem by specifically saving off the jso's toString field. by gwt.team.scottb · 18 years ago
  10. f806738 With this change, we can now prune variables that are assigned to, but never read from. Once this occurs, we go back and fix up any assignment sites by replacing the assignment expression with the right hand side of the assignment. This change also enables pruning of local variables. (+spelling fixes) by gwt.team.scottb · 18 years ago
  11. d8276d7 This patch addresses issue #17 by getting RebindOracle out of the business of worrying about instantiability and only trying to instantiate the entry point class if onModuleLoad() is non-static. In addition to allowing uninstantiable classes to be used as entry points, it also clears up a discrepancy between hosted mode and web mode; in web mode classes with static entry points are not auto-instantiated, but in hosted mode they were being instantiated before the static onModuleLoad was called. Also resolves an issue where a superclass implementing onModuleLoad would not register if a subclass was the entry point. by gwt.team.scottb · 18 years ago
  12. 57b44c4 This patch allows constructs like "woot".replace('o', '0') to be statically evaluated and replaced directly with the result of the operation at compile time. Also included is a peephole compile speed optimization in JProgram. by gwt.team.scottb · 18 years ago
  13. eba589c This patch is based on work Alex did to implement assertions. While I'm not implementing asserts right now, what I am doing is pruning them out of the AST early so they don't block any optimizations, which they are currently doing. by gwt.team.scottb · 18 years ago
  14. c437e70 This fixes an issue where nesting a WARN underneath an ERROR will cause the ERROR log message to turn yellow (the WARN color). In the process of fixing this, I decided that Type's API needed a little bit of a face lift. No one is really using the getParent() stuff, so it made sense to me to introduce an abstract concept of priority instead, because it makes the O(n) operations O(1). by gwt.team.scottb · 18 years ago
  15. 6aa7b70 Added in a couple of new optimizations: by gwt.team.scottb · 18 years ago
  16. e36c642 This addresses issue #622. The problem is that CastOptimizer leaves the by gwt.team.scottb · 18 years ago
  17. e5798e9 Fixed a rogue error message. by gwt.team.scottb · 18 years ago
  18. 3b142d4 Now that the file/line information and new visitor pattern is in, it's by gwt.team.scottb · 18 years ago
  19. 9840c42 This is a patch to remove catch blocks for globally uninstantiable by gwt.team.scottb · 18 years ago
  20. 2e1c78f After the last round of changes, I discovered that the new assertion in JField is actually getting by gwt.team.scottb · 18 years ago
  21. 15ff700 1) Incorporating a variant of a patch by sandymac in issue #599 to reduce by gwt.team.scottb · 18 years ago
  22. 6595125 Submitting changes/scottb/compiler_refactor into the trunk. by gwt.team.scottb · 18 years ago
  23. d20556f Fix for issue #615: internal compiler error when conditional result type is null. by gwt.team.scottb · 18 years ago
  24. 4d21fa4 Fixed a String == comparison bug. Desk check by jgw, mmendez. by gwt.team.scottb · 18 years ago
  25. 22a4f83 Fix for issue #319. Reviewed by gwt.team.mmendez by gwt.team.scottb · 18 years ago
  26. 0787e5e Fix for issue #497. Reviewed by gwt.team.mmendez by gwt.team.scottb · 18 years ago
  27. e12edbf Reviewed in person by Scott Blum. This assertion was tripped during by gwt.team.hcc · 18 years ago
  28. c4700b8 Optimized build; removed crazy unjar stuff. by gwt.team.scottb · 18 years ago
  29. a2d10b4 Update from Ant 1.6.1 to 1.6.5. by gwt.team.scottb · 18 years ago
  30. b8fc337 Excluding package.html from jars. by gwt.team.scottb · 18 years ago
  31. d0f6c56 Fixed distributions jars to (mostly) match 1.2.22. by gwt.team.scottb · 18 years ago
  32. d56ba62 Modified header, formatted, and suppressed naming warnings on native methods. by gwt.team.ecc · 18 years ago
  33. 7672b6b Modified header and formatted. by gwt.team.ecc · 18 years ago
  34. 1b773ed Modified header and formatted by gwt.team.ecc · 18 years ago
  35. a5ea85f Relocated patch webkit.c to jni/mac/org.eclipse.swt to make all by gwt.team.knorton · 18 years ago
  36. c6fb219 Doc tweaks by gwt.team.bruce · 18 years ago
  37. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  38. 75bbe55 Wasn't properly recopying if About.java was modified. by gwt.team.scottb · 18 years ago
  39. 36094e5 Fixed remaning checkstyle issues and removed exclusions. by gwt.team.bruce · 18 years ago
  40. 672e0da Library must be compiled separately; it pulls in compile-time constants by gwt.team.scottb · 18 years ago
  41. ee9fc3b Sort and format. by gwt.team.bruce · 18 years ago
  42. 7edd99c About.java gets special version handling. by gwt.team.scottb · 18 years ago
  43. faffb28 Add javadoc. by gwt.team.bruce · 18 years ago
  44. c1391c3 Added javadoc. by gwt.team.bruce · 18 years ago
  45. ce95146 Added javadoc. by gwt.team.bruce · 18 years ago
  46. 8909b73 Added javadoc. by gwt.team.bruce · 18 years ago
  47. 2d32e2e Added javadoc comments. by gwt.team.bruce · 18 years ago
  48. 8890f73 checkstyle passes. by gwt.team.knorton · 18 years ago
  49. 4d218a1 Added javadoc comments. by gwt.team.bruce · 18 years ago
  50. 6f56c9d Added javadoc and/or complied with checkstyle rules. by gwt.team.bruce · 18 years ago
  51. b0a5fe0 checkstyle passes. by gwt.team.knorton · 18 years ago
  52. ee2a59e Added javadoc and removed @throws that made checkstyle barf by gwt.team.bruce · 18 years ago
  53. 2d9fa38 checkstyle passes. by gwt.team.knorton · 18 years ago
  54. 9a2b336 checkstyle passes. by gwt.team.knorton · 18 years ago
  55. 672efb5 Added build tools compilation to the dependency chain and added checkstyle targets that include our custom checks (e.g. sort order) by gwt.team.bruce · 18 years ago
  56. 91e63d7 ordercheck passes. by gwt.team.knorton · 18 years ago
  57. b935f57 checkstyle passes by gwt.team.jgw · 18 years ago
  58. 872e43e checkstyle passed by gwt.team.jgw · 18 years ago
  59. 76daec9 ordercheck passes. by gwt.team.knorton · 18 years ago
  60. 7d14307 ordercheck passes. by gwt.team.knorton · 18 years ago
  61. add8c06 ordercheck passes. by gwt.team.knorton · 18 years ago
  62. c2a336d Minor cleanup. by gwt.team.scottb · 18 years ago
  63. a6cd65b ordercheck passes. by gwt.team.knorton · 18 years ago
  64. 725e0f0 checkstyle passes by gwt.team.jgw · 18 years ago
  65. f1712ed ordercheck passes. by gwt.team.knorton · 18 years ago
  66. 5c58ae5 Added JavaDoc comments. by gwt.team.bruce · 18 years ago
  67. c182d2a ordercheck passes. by gwt.team.knorton · 18 years ago
  68. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  69. 1978b9c ordercheck passes. by gwt.team.knorton · 18 years ago
  70. f8815bc ordercheck passes. by gwt.team.knorton · 18 years ago
  71. 0f8e911 ordercheck passes. by gwt.team.knorton · 18 years ago
  72. 4ad2637 ordercheck passes. by gwt.team.knorton · 18 years ago
  73. 7e41c85 ordercheck passes. by gwt.team.knorton · 18 years ago
  74. 19ef92e ordercheck passes. by gwt.team.knorton · 18 years ago
  75. 450ef57 ordercheck passes. by gwt.team.knorton · 18 years ago
  76. 57f63cf ordercheck passes. by gwt.team.knorton · 18 years ago
  77. b48873e ordercheck passes. by gwt.team.knorton · 18 years ago
  78. d0f3f74 fixed build break related to refactoring by gwt.team.mmendez · 18 years ago
  79. 4d0a7a0 checkstyle partial pass. by gwt.team.knorton · 18 years ago
  80. b3a0464 checkstyle passes by gwt.team.mmendez · 18 years ago
  81. b771055 checkstyle passes by gwt.team.mmendez · 18 years ago
  82. 349c3bf checkstyle passes by gwt.team.mmendez · 18 years ago
  83. 48a8ad1 checkstyle partial pass. by gwt.team.knorton · 18 years ago
  84. 964a2e6 checkstyle partial pass. by gwt.team.knorton · 18 years ago
  85. 1b17bb9 checkstyle passes. by gwt.team.knorton · 18 years ago
  86. ee0bf12 checkstyle partial pass. by gwt.team.knorton · 18 years ago
  87. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago