- 3a86cf1 Fixes a ClassCircularityError that could be triggered computing the super interface hierarchy via class objects. by scottb@google.com · 16 years ago
- 9e76b66 Additional SingleJso fixes for tag interfaces. by bobv@google.com · 16 years ago
- 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
- cfe3ff0 Per issue 3455, split up very long var lines to avoid a bug in by spoon@google.com · 16 years ago
- 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
- 25b5c78 Merging /releases/1.6/@r5065:5406 into trunk. by jgw@google.com · 16 years ago
- 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
- 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
- 9e8fec2 Implement link-to-zip archive, which can be faster for big links. by scottb@google.com · 16 years ago
- 3db729a Replaces special-case handling of SOYC reports with a real linker. by scottb@google.com · 16 years ago
- 3b05ec3 Optimize the output production by reusing 16k buffers over and over. by scottb@google.com · 16 years ago
- e0704c9 Fixes Util.readAsObject to actually report useful errors by scottb@google.com · 16 years ago
- 8ea8f55 Peephole optimization of SymbolMapsLinker. by scottb@google.com · 16 years ago
- 9c76fd9 Optimize the SymbolData comparator to avoid constructing intermediate Strings in most cases. by scottb@google.com · 16 years ago
- 5743be3 Fixing suport for deprecated system property com.google.gwt.shell.outdir, by fabbott@google.com · 16 years ago
- 13143df Changes the IFrame linker to use an XHR to fetch the compiled script, rather by jgw@google.com · 16 years ago
- a74d11e Check for null primary linker, which is a bonehead error condition but requires a graceful message. by fabbott@google.com · 16 years ago
- c8a3ea3 Fix for issue 2979 by amitmanjhi@google.com · 16 years ago
- e6fa878 Extra import lint from r5314 cleaned up by fabbott@google.com · 16 years ago
- 3cbf94a BUILD FIX: restore draftCompile to its former (working) glory. by scottb@google.com · 16 years ago
- 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
- 1df072f Removed unused, bad import. by scottb@google.com · 16 years ago
- 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
- 20584c7 Bump buffer size on Util.copy(). by scottb@google.com · 16 years ago
- ab19b6e Optimize Linker performance handling of JavaScript. by scottb@google.com · 16 years ago
- 7783108 Optimize Link production of output directory. by scottb@google.com · 16 years ago
- 9e50e5d Optimize SymbolData serialization to speed up Link. by scottb@google.com · 16 years ago
- e887f48 Speed up JRealClassType.getSubTypes() by implementing an optimized toArray() in our set classes. by scottb@google.com · 16 years ago
- d18128a Big refactoring of StandardGeneratorContext so that only one instance is created during a compile. by scottb@google.com · 16 years ago
- 9c945c5 Early out of expensive script-size logging in Link when LogLevel > TRACE. by scottb@google.com · 16 years ago
- 9dda6c1 During precompile, only do a draft optimize due to superlinear optimization performance. by scottb@google.com · 16 years ago
- 73e2cef It's not reasonable at this time to enforce the rule that a by rice@google.com · 16 years ago
- adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
- 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
- 71dc1bc Modifies c.g.g.core.ext.soyc.impl.MemberFactory to have the correct by spoon@google.com · 16 years ago
- a1d974f Created a new class in the TestFile that implements Generated so that the cast later succeeds. by amitmanjhi@google.com · 16 years ago
- 0b96d11 Removed the no longer necessary @Override annotations. by amitmanjhi@google.com · 16 years ago
- 34f14c5 Since the overhead of computing md5s is not large (just 150ms for 2k files of by amitmanjhi@google.com · 16 years ago
- 09b94b1 Removed an unused import in CodeSplitter to get rid of checkstyle error. by jlabanca@google.com · 16 years ago
- 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
- 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
- ca56e76 Fix merge problem. by jat@google.com · 16 years ago
- bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
- 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
- c504392 Fixes issue 3569. LongLib.shr gave incorrect results by spoon@google.com · 16 years ago
- e672bc0 Refactored JReferenceType hierarchy in compiler. by scottb@google.com · 16 years ago
- a7d49a9 Move -soyc flag up to Precompile so that it works with both compiler entry by jgw@google.com · 16 years ago
- 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
- 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
- 82fd2b9 Fixes how we translate between Java and JavaScript source positions in BuildTypeMap. by scottb@google.com · 16 years ago
- 2f3fdd6 When sharded precompiles are on, force the option "retain by spoon@google.com · 16 years ago
- cff7176 Changes MakeCallsStatic so that it does not devirtualize calls from by spoon@google.com · 16 years ago
- c2f4cf0 Tweak pretty-printed Java source output for proper indentation on JSNI methods. by scottb@google.com · 16 years ago
- c4ee3bb Make Link run faster and use less heap by caching big objects to disk. by scottb@google.com · 16 years ago
- 7c7c6d6 Removes JProgram reference from all nodes (and their constructors). by scottb@google.com · 16 years ago
- 15050e6 Fixes a bug with calling private instance methods in web mode from by spoon@google.com · 16 years ago
- bac83d6 Another followup to r5190. I accidentally left out this change by spoon@google.com · 16 years ago
- 051ee6e Add support for logging response headers, and support multiple headers by jat@google.com · 16 years ago
- ac55772 Fix error message to include the property name when a binding vs. configuration property mismatch occurs. by bobv@google.com · 16 years ago
- 385be65 Removes some code accidentally committed along with r5191. by spoon@google.com · 16 years ago
- 865eb97 Adds more bridge methods so as to simplify and make more robust by spoon@google.com · 16 years ago
- 93951bf Lower the memory usage of -soyc by using an array in place of an EnumMap. by spoon@google.com · 16 years ago
- 35004b3 Fix OpenJDK compatibility (a generic type inference bug) by removing the by jat@google.com · 16 years ago
- 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
- d20f97d HACK: compiler clears out pinned i18n static data to free memory. by scottb@google.com · 16 years ago
- 5d30e6d Hold instances of DiskCache with weak refs to allow early cleanup. by scottb@google.com · 16 years ago
- 8c7290b Follow-on to clearing out TypeOracle state; also free Generators instances. by scottb@google.com · 16 years ago
- 65d2979 Remove Correlations & SourceInfo memory overhead from non-SOYC builds. by scottb@google.com · 16 years ago
- 4c079fb Applying new lightweight collections to the Java AST. by scottb@google.com · 16 years ago
- b5eedb3 Removed the highly unnecessary JavaSourceFile abstraction, which served no real purpose. by scottb@google.com · 16 years ago
- 5a87f86 Free up more memory from ResourceOracle, JavaSourceOracle, and more CompilationState during a compile. by scottb@google.com · 16 years ago
- cb3d882 Free up CompilationState and TypeOracle as soon as the golden CUDs are produced. by scottb@google.com · 16 years ago
- 700bed1 Created a new DiskCache class which caches large blocks of data on disk to converse heap. by scottb@google.com · 16 years ago
- 68f7f19 Tweaks to make JDT use less memory. by scottb@google.com · 16 years ago
- 6124cbf Force SignatureDumper to use UTF-8 encoding. by scottb@google.com · 16 years ago
- 4d72ede Javadoc-style metadata is now unsupported; it was deprecated. by scottb@google.com · 16 years ago
- 048cdcd Refactor of TypeOracle's AbstractMembers, Members, DelegatingMembers to use less memory. by scottb@google.com · 16 years ago
- 823a414 Using new collections to reduce memory usage of CompilationState, TypeOracle, ResourceOracle. by scottb@google.com · 16 years ago
- bd1749a Created a set of memory-friendly collections specifically for use in the compiler. by scottb@google.com · 16 years ago
- 7c4ceb0 Added infrastructure to profile compiler memory usage. by scottb@google.com · 16 years ago
- 9a76b33 Fix a bug where array return types could not be used with SingleJsoImpl methods. by bobv@google.com · 16 years ago
- dc5000c The rest of the implementation of -noserver hosted by spoon@google.com · 16 years ago
- 1d704e4 Adds an undocumented option -XmaxPermsPerPrecompile that by spoon@google.com · 16 years ago
- a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
- 514054c Using an outDir should not be the default; making the default to use -war war. by scottb@google.com · 16 years ago
- c4a90ec Removes the PermutationWorkerFactory.lazyFactories cache. by scottb@google.com · 16 years ago
- a41864d Adjusts the script-size logging from r5076 to happen at by spoon@google.com · 16 years ago
- 68dc15a Have the compiler emit a hopefully reasonable measure of script by spoon@google.com · 16 years ago
- 98c833c Fixes a bug where Simplifier.conditional() could recurse back into by spoon@google.com · 16 years ago
- 461db41 svn merge -r4992:5022 https://google-web-toolkit.googlecode.com/svn/releases/1.6 . by jgw@google.com · 16 years ago
- 2672b3e Reduce the log level of type invalidation messages when a compilation unit depends on an invalid unit. by bobv@google.com · 16 years ago
- 0931b1b This patch updates the following: by amitmanjhi@google.com · 16 years ago
- 7775b01 Delete empty file leftover after patch, add missing overrides from r5036. by jat@google.com · 16 years ago
- 54905fd Add support for HostedMode with OOPHM. by jat@google.com · 16 years ago
- d3e8c3a Adds an experimental flag, -XdisableCastChecking which turns off runtime cast checks in compiler output. by scottb@google.com · 16 years ago
- 9d9adf5 Remove PlatformSpecific, moving the functionality into SwtHostedModeBase or by jat@google.com · 16 years ago
- d6e216d Fix checkstyle error. by jat@google.com · 16 years ago
- a2eb2a2 Revert inadverdent commit from 5018. by jat@google.com · 16 years ago
- 0ef9f88 Add host name/address to automatically generated whitelist, improve handling by jat@google.com · 16 years ago
- 54c1bcc Fixes several checkstyle violations. by spoon@google.com · 16 years ago