- c5c17c6 Recommitting r6449 (Adds basic test case for SOYC) with fix. Compiled user files are now added to javac.junit.out instead of javac.out to prevent rebuilding of dev. by jlabanca@google.com · 15 years ago
- f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
- d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
- 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
- a81c396 Move dev/oophm/* to dev/core in preparation of deleting the oophm directory. by jat@google.com · 15 years ago
- 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
- 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
- 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
- ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
- 4eee8e1 Implement conditional <set-property> module directives. by bobv@google.com · 16 years ago
- 04f6688 Fix for issue #3942. by cromwellian · 16 years ago
- c9c7a86 Build fix: expected error messages including compilation unit name updated to match the corrected pathname from MockCompilationUnit. by scottb@google.com · 16 years ago
- 1c75de6 Build fix: SerializableTypeOracleBuilderTest should use all the standard units. by scottb@google.com · 16 years ago
- f64afe2 Creates infrastructure to test individual compiler passes. by scottb@google.com · 16 years ago
- c75b127 Add Name classes that deal with various flavors of Java names, and some by jat@google.com · 16 years ago
- 831b4d6 Moving StandardGeneratorContext out of hosted mode code; it's not hosted-mode specific. by scottb@google.com · 16 years ago
- 61b278f Remove CompilationUnit's dependency on hosted mode code. by scottb@google.com · 16 years ago
- 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
- 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
- 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
- 243e8b7 revert of 5626 by fabbott@google.com · 16 years ago
- 11d2df2 Ensure that a <define-linker> after an <add-linker> will correctly replace the previously-defined implementation. by bobv@google.com · 16 years ago
- ad9bbd1 Adding -da flag to disable assertions, and flipping the default for tests by fabbott@google.com · 16 years ago
- 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
- a1fc730 Add @ArtificialRescue annotation to the GWT compiler. by bobv@google.com · 16 years ago
- 82c35fb Fix JsInliner for mutually-recursive functions. by bobv@google.com · 16 years ago
- c4aad90 Prevent JsInliner from triggering infinite expansion. by bobv@google.com · 16 years ago
- 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
- 27e54a9 Allow CompilationResult.getStatementRanges() to return null, by spoon@google.com · 16 years ago
- b1696b9 Adds a new method to GeneratorContext that makes a new ResourceOracle available specifically to generators. by scottb@google.com · 16 years ago
- e127377 JsStaticEval now optimizes certain if statements to conditional operators. by scottb@google.com · 16 years ago
- 32b468c More if-statment optimizations in JsStaticEval. by scottb@google.com · 16 years ago
- 527709d Optimizes JS constructs like ('foo' != null) -> (true). by scottb@google.com · 16 years ago
- b42afb9 The updated version parsing code in About.java insists on a 3 digit by zundel@google.com · 16 years ago
- 6ba022e - Deprecates the constants in About.java that contain version information by zundel@google.com · 16 years ago
- 7bcb57a This patch modifies the IFrame linker to use multiple script tags instead of one by spoon@google.com · 16 years ago
- c7d3d36 Speed up SOYC compilation. by rice@google.com · 16 years ago
- 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@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
- d18128a Big refactoring of StandardGeneratorContext so that only one instance is created during a compile. by scottb@google.com · 16 years ago
- 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@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
- c504392 Fixes issue 3569. LongLib.shr gave incorrect results by spoon@google.com · 16 years ago
- 65d2979 Remove Correlations & SourceInfo memory overhead from non-SOYC builds. 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
- 700bed1 Created a new DiskCache class which caches large blocks of data on disk to converse heap. by scottb@google.com · 16 years ago
- 4d72ede Javadoc-style metadata is now unsupported; it was deprecated. 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
- 0931b1b This patch updates the following: by amitmanjhi@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
- e505038 Add support for reporting the use of deprecated types, methods, and fields from within JSNI methods. by bobv@google.com · 16 years ago
- 2afa10f Refactor JsParser interface to be a static method; hide internal state. by scottb@google.com · 16 years ago
- 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
- 9de3ef1 This patch enables Gwt's custom resource-filters to handle patterns that end in by amitmanjhi@google.com · 16 years ago
- b8dc095 Remove the need for an explicit SingleJsoImpl annotation. The single-JSO-ness of interfaces will be automatically calculated. by bobv@google.com · 16 years ago
- b7ad35a This patch fixes the caching logic so that Gwt no longer re-reads and by amitmanjhi@google.com · 16 years ago
- d87e37d This patch provides custom implementations for pattern matching of resources by amitmanjhi@google.com · 16 years ago
- dbaddcc Removed deprecated api calls. by scottb@google.com · 16 years ago
- af9616d Remove spurious warnings generated by referencing nullField and nullMethod. by scottb@google.com · 16 years ago
- 431d1d6 Cleanup of JsniChecker per spoon suggestions. by scottb@google.com · 16 years ago
- d1c2148 Validate servlet tags in GWT modules against the actual web.xml being used. by scottb@google.com · 16 years ago
- db3ee00 Added missing copyright. by scottb@google.com · 16 years ago
- f6d106c Adds a warning to JsniChecker to detect references to anonymous classes. by scottb@google.com · 16 years ago
- 052ba86 Fixed binary type name resolution order, only generate binary names from already-compiled units. by scottb@google.com · 16 years ago
- 405a1ba Commit SingleJsoImpl branch to trunk. by bobv@google.com · 16 years ago
- a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
- f4c935f This patch expands Gwt's ability to successfully create classMappings, necessary when running Emma. The following types of classes by amitmanjhi@google.com · 16 years ago
- 368ca39 Ignore duplicate classpath entries, and share classpaths generated from the same URLClassLoader. by jat@google.com · 16 years ago
- c339d51 Added missing * to comment, added toString() for debugging. by scottb@google.com · 16 years ago
- caae6a8 Fix recent breakage in r4520 where super-source was not given priority over by jat@google.com · 16 years ago
- 0b8e676 Tiny bit more cleanup + explicit stable refresh test. by scottb@google.com · 16 years ago
- e9f0038 Minor cleanup. by scottb@google.com · 16 years ago
- 47cf662 Update checking now occurs when using command-line tools if no check has occurred in the last 24 hours. by scottb@google.com · 16 years ago
- 8ffa2aa This patch updates the ResourceOracleImpl to use a PathPrefix order and prefer PathPrefix order by amitmanjhi@google.com · 16 years ago
- 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- 60e83e9 Fixes issue #3078; when the same logical resource occurs in more than one classpath entry, the classpath order must be honored. Adds a test to verify this behavior. Some minor cleanup, too. by scottb@google.com · 16 years ago
- a4cfc30 This patch generates (and uses) the mappings from compiler-generated classNames of javac by amitmanjhi@google.com · 16 years ago
- e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
- f7d0ebf Updates GWT to use JDT version 3.4.2. by spoon@google.com · 16 years ago
- 7276a2e Refactor SCLs to live in the core.ext package. by scottb@google.com · 16 years ago
- 7bb86e9 Fixing Robert Vawter's build break. by scottb@google.com · 16 years ago
- d232a9a Adds more testability to our Main classes. Adds options testing to them also. by scottb@google.com · 16 years ago
- 01996af Build break roll-back of r4327. by scottb@google.com · 16 years ago
- cd4a95c ROLLED BACK AT r4334 DUE TO BUILD BREAK. by scottb@google.com · 16 years ago
- 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
- 56e4dca Emma support ignores super-source files. This change required propagating the by amitmanjhi@google.com · 16 years ago
- 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
- 6c7dc69 Greatly improve efficiency of generating additional types for really large projects. by scottb@google.com · 16 years ago
- 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
- 2d8262b Prevent spurious rebuilds. by scottb@google.com · 16 years ago
- f0c018d Fix build break. by jat@google.com · 16 years ago
- 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
- 1b420bf 1) Adds the concept of module "configuration" properties which do not affect deferred-binding decisions and may be set to any string value. These configuration properties are exposed to Generators and Linkers as a means of providing global configuration information. by scottb@google.com · 17 years ago
- 76edf77 Merge disparate code for creating JDT compiler options; simple refactor. by scottb@google.com · 17 years ago
- 6e2abd9 Adds getLastModified() to CompilationUnit and its dependencies. by scottb@google.com · 17 years ago
- 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago