- 2770ec1 GWT.getModuleBaseURL() should be fast.. really fast. Currently, it's not. This patch makes it fast. by gwt.team.scottb · 18 years ago
- 2a5e38c Fixed a number of problems with the new startup, including: by gwt.team.scottb · 18 years ago
- a44245a Fixed an NPE reporting JSNI errors caused by the fact that JsNodes by gwt.team.scottb · 18 years ago
- c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6aa7b70 Added in a couple of new optimizations: by gwt.team.scottb · 18 years ago
- e36c642 This addresses issue #622. The problem is that CastOptimizer leaves the by gwt.team.scottb · 18 years ago
- e5798e9 Fixed a rogue error message. by gwt.team.scottb · 18 years ago
- 3b142d4 Now that the file/line information and new visitor pattern is in, it's by gwt.team.scottb · 18 years ago
- 9840c42 This is a patch to remove catch blocks for globally uninstantiable by gwt.team.scottb · 18 years ago
- 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
- 15ff700 1) Incorporating a variant of a patch by sandymac in issue #599 to reduce by gwt.team.scottb · 18 years ago
- 6595125 Submitting changes/scottb/compiler_refactor into the trunk. by gwt.team.scottb · 18 years ago
- d20556f Fix for issue #615: internal compiler error when conditional result type is null. by gwt.team.scottb · 18 years ago
- 4d21fa4 Fixed a String == comparison bug. Desk check by jgw, mmendez. by gwt.team.scottb · 18 years ago
- 22a4f83 Fix for issue #319. Reviewed by gwt.team.mmendez by gwt.team.scottb · 18 years ago
- 0787e5e Fix for issue #497. Reviewed by gwt.team.mmendez by gwt.team.scottb · 18 years ago
- e12edbf Reviewed in person by Scott Blum. This assertion was tripped during by gwt.team.hcc · 18 years ago
- c4700b8 Optimized build; removed crazy unjar stuff. by gwt.team.scottb · 18 years ago
- a2d10b4 Update from Ant 1.6.1 to 1.6.5. by gwt.team.scottb · 18 years ago
- b8fc337 Excluding package.html from jars. by gwt.team.scottb · 18 years ago
- d0f6c56 Fixed distributions jars to (mostly) match 1.2.22. by gwt.team.scottb · 18 years ago
- d56ba62 Modified header, formatted, and suppressed naming warnings on native methods. by gwt.team.ecc · 18 years ago
- 7672b6b Modified header and formatted. by gwt.team.ecc · 18 years ago
- 1b773ed Modified header and formatted by gwt.team.ecc · 18 years ago
- a5ea85f Relocated patch webkit.c to jni/mac/org.eclipse.swt to make all by gwt.team.knorton · 18 years ago
- c6fb219 Doc tweaks by gwt.team.bruce · 18 years ago
- 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
- 75bbe55 Wasn't properly recopying if About.java was modified. by gwt.team.scottb · 18 years ago
- 36094e5 Fixed remaning checkstyle issues and removed exclusions. by gwt.team.bruce · 18 years ago
- 672e0da Library must be compiled separately; it pulls in compile-time constants by gwt.team.scottb · 18 years ago
- ee9fc3b Sort and format. by gwt.team.bruce · 18 years ago
- 7edd99c About.java gets special version handling. by gwt.team.scottb · 18 years ago
- faffb28 Add javadoc. by gwt.team.bruce · 18 years ago
- c1391c3 Added javadoc. by gwt.team.bruce · 18 years ago
- ce95146 Added javadoc. by gwt.team.bruce · 18 years ago
- 8909b73 Added javadoc. by gwt.team.bruce · 18 years ago
- 2d32e2e Added javadoc comments. by gwt.team.bruce · 18 years ago
- 8890f73 checkstyle passes. by gwt.team.knorton · 18 years ago
- 4d218a1 Added javadoc comments. by gwt.team.bruce · 18 years ago
- 6f56c9d Added javadoc and/or complied with checkstyle rules. by gwt.team.bruce · 18 years ago
- b0a5fe0 checkstyle passes. by gwt.team.knorton · 18 years ago
- ee2a59e Added javadoc and removed @throws that made checkstyle barf by gwt.team.bruce · 18 years ago
- 2d9fa38 checkstyle passes. by gwt.team.knorton · 18 years ago
- 9a2b336 checkstyle passes. by gwt.team.knorton · 18 years ago
- 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
- 91e63d7 ordercheck passes. by gwt.team.knorton · 18 years ago
- b935f57 checkstyle passes by gwt.team.jgw · 18 years ago
- 872e43e checkstyle passed by gwt.team.jgw · 18 years ago
- 76daec9 ordercheck passes. by gwt.team.knorton · 18 years ago
- 7d14307 ordercheck passes. by gwt.team.knorton · 18 years ago
- add8c06 ordercheck passes. by gwt.team.knorton · 18 years ago
- c2a336d Minor cleanup. by gwt.team.scottb · 18 years ago
- a6cd65b ordercheck passes. by gwt.team.knorton · 18 years ago
- 725e0f0 checkstyle passes by gwt.team.jgw · 18 years ago
- f1712ed ordercheck passes. by gwt.team.knorton · 18 years ago
- 5c58ae5 Added JavaDoc comments. by gwt.team.bruce · 18 years ago
- c182d2a ordercheck passes. by gwt.team.knorton · 18 years ago
- 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
- 1978b9c ordercheck passes. by gwt.team.knorton · 18 years ago
- f8815bc ordercheck passes. by gwt.team.knorton · 18 years ago
- 0f8e911 ordercheck passes. by gwt.team.knorton · 18 years ago
- 4ad2637 ordercheck passes. by gwt.team.knorton · 18 years ago
- 7e41c85 ordercheck passes. by gwt.team.knorton · 18 years ago
- 19ef92e ordercheck passes. by gwt.team.knorton · 18 years ago
- 450ef57 ordercheck passes. by gwt.team.knorton · 18 years ago
- 57f63cf ordercheck passes. by gwt.team.knorton · 18 years ago
- b48873e ordercheck passes. by gwt.team.knorton · 18 years ago
- d0f3f74 fixed build break related to refactoring by gwt.team.mmendez · 18 years ago
- 4d0a7a0 checkstyle partial pass. by gwt.team.knorton · 18 years ago
- b3a0464 checkstyle passes by gwt.team.mmendez · 18 years ago
- b771055 checkstyle passes by gwt.team.mmendez · 18 years ago
- 349c3bf checkstyle passes by gwt.team.mmendez · 18 years ago
- 48a8ad1 checkstyle partial pass. by gwt.team.knorton · 18 years ago
- 964a2e6 checkstyle partial pass. by gwt.team.knorton · 18 years ago
- 1b17bb9 checkstyle passes. by gwt.team.knorton · 18 years ago
- ee0bf12 checkstyle partial pass. by gwt.team.knorton · 18 years ago
- ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago