gwt /
gwt /
e39e969f27269092bec165ff53a9cd81b910f11f - e39e969 Adding push/shift operations to JsArray* classes. by fabbott@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
- ef90559 Initial add of StyleInjector. by bobv@google.com · 16 years ago
- 35004b3 Fix OpenJDK compatibility (a generic type inference bug) by removing the by jat@google.com · 16 years ago
- 60b69f0 Hooking up a couple of missing cause chains in the server-side RPC exception handling code. by scottb@google.com · 16 years ago
- 353cbb0 Rollback 5174 until I can figure out why it fails in ant but not from Eclipse. by jat@google.com · 16 years ago
- 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
- 6fcc830 Change CurrencyListGenerator to take advantage of inheritance in the generated by jat@google.com · 16 years ago
- 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
- f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. 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
- b33ec4b Build fix: missed a couple of old-style Javadoc annotations in tests. by scottb@google.com · 16 years ago
- f048a77 Fixed a couple of compile errors in code museum. by jlabanca@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
- 15b9f4f CurrencyListGenerator was iterating over a HashMap, causing inconsisent results. by scottb@google.com · 16 years ago
- 7c4ceb0 Added infrastructure to profile compiler memory usage. by scottb@google.com · 16 years ago
- 831533b Inlined the table of runAsync fragments into the top-level HTML so by spoon@google.com · 16 years ago
- 871bbfe Deletes two malformed comments. by spoon@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
- 4b7004e Fix checkstyle warning. by jat@google.com · 16 years ago
- b6c0f15 Fix sort order. by jat@google.com · 16 years ago
- 91e3de7 Fix ImageBundleBuilder so that it de-deduplicates identical images. by bobv@google.com · 16 years ago
- e898a60 Adds an entry to the API checker's config files to reflect by spoon@google.com · 16 years ago
- dc5000c The rest of the implementation of -noserver hosted by spoon@google.com · 16 years ago
- d0b00f8 Adds a test for -noserver hosted mode. by spoon@google.com · 16 years ago
- 633cf17 Fix build break by increasing heap for JUnit test. by jat@google.com · 16 years ago
- fa975da Separate data that is constant across all locales in a build into a by jat@google.com · 16 years ago
- 17b74f4 Add a skeleton test for verifying runtime locales, to be extended later. by jat@google.com · 16 years ago
- 1d704e4 Adds an undocumented option -XmaxPermsPerPrecompile that by spoon@google.com · 16 years ago
- 39984b1 Disable ImageResourceTest by bobv@google.com · 16 years ago
- b51ebd6 Exclude non-client ClientBundle code from apichecker. by bobv@google.com · 16 years ago
- a933c8b Initial add of ClientBundle. by bobv@google.com · 16 years ago
- 9a04b98 Providing debug-useful implementation of toString and toSource. by fabbott@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
- 71b805f SerializableTypeOracleBuilder no longer warns when it sees a final by spoon@google.com · 16 years ago
- e9862ff Add favicon.ico files for each of the samples. by jat@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
- 32452ab One line patch to fix http://code.google.com/p/google-web-toolkit/issues/detail?id=3370 by amitmanjhi@google.com · 16 years ago
- e363c99 Updates the classpath of apichecker's test in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
- 77e9ffa Re-enable the gwt.typecreator.shard.size system property to fix RPC serializer code in legacy hosted mode. by bobv@google.com · 16 years ago
- 2a10a5c Updates the classpath of apichecker in the build.xml file as per r5048 commit by amitmanjhi@google.com · 16 years ago
- 0931b1b This patch updates the following: by amitmanjhi@google.com · 16 years ago
- cf824cd Extracts a configuration API for use by RemoteServiceProxy. by bobv@google.com · 16 years ago
- 110703c Fix sentinal file names for change branches. by bobv@google.com · 16 years ago
- 0e3bb85 Added setEnabled(boolean)/isEnabled() methods to FileUpload.java by jlabanca@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
- e46ace0 Remove deprecation warnings from DOMImplMozillaOld. by jat@google.com · 16 years ago
- 0a32946 Makes DiscloserPanelImagesRTL public, to allow apps to include it in bigger bundles. by rjrjr@google.com · 16 years ago
- d6e216d Fix checkstyle error. by jat@google.com · 16 years ago
- e2c3414 Cherry-pick merge of r5023. by spoon@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
- e1e9b28 Fix a bug in currency list generation for runtime locales. by jat@google.com · 16 years ago
- 54c1bcc Fixes several checkstyle violations. by spoon@google.com · 16 years ago
- cb5a2ca Expand the amount of data exported by the symbol maps. by bobv@google.com · 16 years ago
- a1b5657 When JUnitShell wraps exceptions from remote browsers, be sure to copy the cause. by scottb@google.com · 16 years ago
- ba90927 Adding git support to the ant SvnInfo task. by scottb@google.com · 16 years ago
- 359e55c Refactor SvnInfo to make it testable; also makes the branch relative path to the root of the repository. by scottb@google.com · 16 years ago
- bebb573 Adds dependency information to SOYC reports, so it is clear why by spoon@google.com · 16 years ago
- 5387e9a Better ability to debug CustomFieldSerializerTest. by scottb@google.com · 16 years ago
- 444886b Sort / format / checkstyle fixes. by scottb@google.com · 16 years ago
- fa72661 Fixes issue 3464, DateBox cannot be mocked. by rjrjr@google.com · 16 years ago
- ed99028 Merge from 1.6 to trunk. by jat@google.com · 16 years ago
- 4145b2d Updating OOPHM classpath; minimize dependencies to bare minimum. by scottb@google.com · 16 years ago
- c4c4ead Update to r4917, which has GWT.runAsync download by spoon@google.com · 16 years ago
- e227edd When adding a bridge method (r4943), set up its override by spoon@google.com · 16 years ago
- 5a1a5a5 Adds a new test to verify that a client SerializationException prevents a server invocation. by scottb@google.com · 16 years ago
- 46f52bc Cherry-pick merging /releases/1.6 c4963 into trunk. by scottb@google.com · 16 years ago
- e505038 Add support for reporting the use of deprecated types, methods, and fields from within JSNI methods. by bobv@google.com · 16 years ago
- 4e7be04 Fix typo in emitted symbol map filename. by bobv@google.com · 16 years ago
- a12cbc0 Removed unused imports. by scottb@google.com · 16 years ago
- edd93e0 Implements an undocumented symbol-dumping feature. by scottb@google.com · 16 years ago
- 005d3d3 Fixes issue 3304. The attempted fix in r4477 opened up some possible by spoon@google.com · 16 years ago