- 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
- a9aefda AppEngine uploads were choking on massive cache files written into war/WEB-INF by zundel@google.com · 14 years ago
- 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
- a13e660 Pruner runs only once. by scottb@google.com · 14 years ago
- 7cd7c4c Enables on the persistent unit cache by default. by zundel@google.com · 14 years ago
- e31f1cc Auto code cleanup. by scottb@google.com · 14 years ago
- ef7da40 Use glass panel isntead of alert() when displaying dev mode connection failures, by fredsa@google.com · 14 years ago
- 38cbf46 Previous change to compiler report formatting switched to NumberFormat to format deciamls, but broke the report's "Bytes" bar graphs, which were off by a factor of 100 (displaying 0.282% instead of 28.2%). by dconnelly@google.com · 14 years ago
- 1fd77fa Changed formatting of SOYC compiler report to use large number grouping (ex: 7,923,764), by dconnelly@google.com · 14 years ago
- 8a4e67e In PRETTY and DETAILED, generate symbolic type queries for readability. by scottb@google.com · 14 years ago
- 5db6676 Salvage useful bits from overrides work. by scottb@google.com · 14 years ago
- d563636 Prepares SAXParserFactory one time, so avoids expensive ClassLoader lokups. by scheglov@google.com · 14 years ago
- 49f090e This change works around a problem found in GWT Designer testing. by zundel@google.com · 14 years ago
- b4a6a35 Decentralize nullmethod/nullfield. by scottb@google.com · 14 years ago
- 248d3ab Fix checkstyle 'info' warnings by rice@google.com · 14 years ago
- 2bc59d5 Rescues cached entries from jar files that are the same, save for the timestamp. by zundel@google.com · 14 years ago
- 11a2e2b Misc gwtc cleanups. by scottb@google.com · 14 years ago
- a0f5913 Auto format pass of some files before review by zundel@google.com · 14 years ago
- a0cd94e Minor refactoring of "dashboard" interfaces in GWT. I'd made these changes this by jhumphries@google.com · 14 years ago
- 7c541e5 Remove JProgram.jsniMap in favor of local accounting. by scottb@google.com · 14 years ago
- f7d38d1 See http://code.google.com/p/google-web-toolkit/issues/detail?id=6015 by zundel@google.com · 14 years ago
- a5f017a Calculates result of getSourceName() one time, so reuse because of CU cache. by scheglov@google.com · 14 years ago
- 6852206 Make debugging the new linker bootstrap a little easier by unnurg@google.com · 14 years ago
- d2cd496 Phase 1 of GWT Dashboard. This includes an interface in gwt-dev for posting to a dashboard (default implementation is a no-op). Added calls to this interface in a couple of places. Created factory class that can provide the no-op implementation or a real implementation (based on system property). Updated unit test for SpeedTracerLogger to include a test that verifies that it is posting events to dashboard as expected. by jhumphries@google.com · 14 years ago
- 2cb5bf7 Improving SimpleAppCacheLinker noise. by rchandia@google.com · 14 years ago
- 4c89490 Add an option that helps teams that rely on the body being loaded in onModuleLoade by unnurg@google.com · 14 years ago
- 93cba50 StringKey hashCode inconsistent across VMs. by scottb@google.com · 14 years ago
- 48d73ec Update the flute jar to accept double colon notation in css selectors, rename by unnurg@google.com · 14 years ago
- 9faaf27 Re-revert the re-roll of "Re-architect how overrides are handled." by scottb@google.com · 14 years ago
- 8d2d887 Re-roll r10106 "Re-architect how overrides are handled." by scottb@google.com · 14 years ago
- 47e49e9 Adds ability to include SafeHtml objects in dom based UI's if the lazy by rjrjr@google.com · 14 years ago
- ad89924 Adds HTML5 App Cache support to MobileWebApp sample. by rchandia@google.com · 14 years ago
- f997310 Allows enum ordinalization to proceed for enums with static methods/fields by jbrosenberg@google.com · 14 years ago
- 7ed713a Discards the jar file name in the resource location. It isn't necessary, and by zundel@google.com · 14 years ago
- 15241e6 Do not remove type information before final prune. by scottb@google.com · 14 years ago
- 7b74f44 Revert r10106 "Re-architect how overrides are handled." by scottb@google.com · 14 years ago
- b9d2a77 Allows CompileOnePerm and ComponePerms to accept all of Precompile's Options by zundel@google.com · 14 years ago
- cd5b756 Re-architect how overrides are handled. by scottb@google.com · 14 years ago
- 4cef554 Changes the policy for how to behave when the persistent unit cache can't by zundel@google.com · 14 years ago
- 1699aee EnumOrdinalizer cleanup, and fix ICE on empty enums. by scottb@google.com · 14 years ago
- f6ef034 Handle ClassFormatException in JDTCompiler when creating NameEnvironmentAnswer objects. by zundel@google.com · 14 years ago
- ead8ebd Model JGwtCreate/JReboundEntryPoint request/result types as strings. by scottb@google.com · 14 years ago
- 7950679 Fix a class of compiler bugs related to staticImpl. by scottb@google.com · 14 years ago
- b12b384 Adds cache of CollectClassData to make refresh faster. by scheglov@google.com · 14 years ago
- 7d2ec03 Removed unecessary @Override by zundel@google.com · 14 years ago
- 7adf994 Fix build break introduced by previous change by rice@google.com · 14 years ago
- 75be7be Wrap low-priority log calls with an 'if' test to avoid unnecessary calls by rice@google.com · 14 years ago
- 776ed93 Autoformats a few files before patch by zundel@google.com · 14 years ago
- cc07ec1 Treats last modified time of jar file entries differently for purposes of computing staleness in the Compilation Unit Caches. The timestamp of the .jar file is now used instead of the entries timestamps in the zip file format. Some environments return time values out of sync with the local clock, foiling the staleness computation. by zundel@google.com · 14 years ago
- 287ecb3 Move single jso logic from BasicWebModeCompiler to JavaToJavaScriptCompiler. by scottb@google.com · 14 years ago
- 86f7543 Added small generator testing framework that allows developers to by schmitt@google.com · 14 years ago
- e8fd691 Remove the ability to deduce the script base using the marker script in the xsiframe linker since it doesn't work in FF3.5 and we can't make it work by unnurg@google.com · 14 years ago
- 6701b47 Implement EntryMethodHolder.init in source. by scottb@google.com · 14 years ago
- 84a1533 Some Java AST cleanups. by scottb@google.com · 14 years ago
- b5cf73e Modify the version of xalan-2.7.1.jar used to stop including an old version of the Java Cup runtime (version .10). Add java-cup-11a.jar (version .11a) to the tools/lib directory. by jacobr@google.com · 14 years ago
- c133c9c Auto-cleanup of com.google.gwt.dev.jjs by scottb@google.com · 14 years ago
- d8a4421 Supress errors when the binary validation.jar file is missing from the by zundel@google.com · 14 years ago
- 96a0dfa Remove JAnnotation from GWT AST. by scottb@google.com · 14 years ago
- 9ccf0ae Suppresses multiple warnings related to validation .jar file and by zundel@google.com · 14 years ago
- f3a5054 Adds back Util.toHexString() and Util.hex4() as deprecated methods. by zundel@google.com · 14 years ago
- ec161d0 Users found that the error spam reduction hid too many errors. This change by zundel@google.com · 14 years ago
- 34b255f Allows the gwt.persistentunitcache property to accept a boolean by zundel@google.com · 14 years ago
- 1d56ade Addresses ClassNotFoundException problems when the data structures serialized in by zundel@google.com · 14 years ago
- b4a6286 make it possible to just use devmode on a particular module while allowing the by unnurg@google.com · 14 years ago
- a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
- 08ebbab Don't allow constants folding and copy propagation optimizations to perform implicit type conversions. by aizatsky@google.com · 14 years ago
- d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
- bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
- 7ed923c Investigate test flakiness: by gaillard@google.com · 14 years ago
- ee03d1a Supress errors when building the Type Oracle. by zundel@google.com · 14 years ago
- 91d1b02 Allows DevMode to respect the -XdisableUpdateCheck option. by zundel@google.com · 14 years ago
- d87bc86 Fix ICE in GenerateJavaAST by scottb@google.com · 14 years ago
- 5cbc34f Remove newly-output PersistentUnitCache file if nothing was written to it. by scottb@google.com · 14 years ago
- 3f08a3f Fixes build break - unit test expected non-existent dir to throw an exception by zundel@google.com · 14 years ago
- c9792c6 Recursively creates directories for the persistent unit cache. by zundel@google.com · 14 years ago
- efc49a5 Remove stray file from svn rev#9903 and fix spelling mistake. by gwt.mirrorbot@gmail.com · 14 years ago
- 0dc5b09 LongLibBase improperly stomps on global 'a' variable. This patch reuses globalTemp (_) instead. by cromwellian@google.com · 14 years ago
- 3e972a5 Add a buffered input stream when reading persistent unit cache by zundel@google.com · 14 years ago
- 6ffa15e Operations like i += d where i is an int and d is a double are not properly by cromwellian@google.com · 14 years ago
- 0be5b49 Removing a stray junit dep missed in r9870. by fabbott@google.com · 14 years ago
- 4c9af5e Serialize GWT ASTs with CompilationUnits. by scottb@google.com · 14 years ago
- 7264baf DiskCacheToken wrapper type for easier serialization. by scottb@google.com · 14 years ago
- 24a3949 Add missing tests to JavaCompilationSuite by scottb@google.com · 14 years ago
- 57a2265 Adds flag to enable EnumOrdinalizer result stats by jbrosenberg@google.com · 14 years ago
- 88cad35 Better error handling when the cache is initialized with a directory by zundel@google.com · 14 years ago
- a5eb570 Adds a cache (PersistenUnitCache) to store CompilationUnits by zundel@google.com · 14 years ago
- 87dc53e Start at adding media events for audio/video elements. Note, the underlying implementation for HTML5 media by fredsa@google.com · 14 years ago
- cc32dae Using cached ZipFileClassPathEntry objects. by scheglov@google.com · 14 years ago
- ddb956e Fix docs/warnings by rice@google.com · 14 years ago
- 4f6b2a0 Moving UnitTestTreeLogger from dev/core/src to dev/core/tests, so gwt-dev by fabbott@google.com · 14 years ago
- ecbd017 This change is mostly resources related. by scheglov@google.com · 14 years ago
- f0b46f5 Make devmode.js have a module specific filename by unnurg@google.com · 14 years ago
- 29e20c1 Fix the worst concurrent modification problems in compiler memory-light set/map. by scottb@google.com · 14 years ago
- 2cc85fb Rolling back jsinliner patch, issues have been identified by jbrosenberg@google.com · 14 years ago
- ac97c8b Reintroduces JsInliner patch with minor tweaks, addresses issue 5707 (previously submitted by by jbrosenberg@google.com · 14 years ago
- 15f6757 Overhaul overlay types. by cromwellian@google.com · 14 years ago
- b5d8523 Provides a wrapper around transforming a resource name (filename or URL) by zundel@google.com · 14 years ago
- 212c2da Fixing newline characters in GwtAstBuilder.java and ReferenceMapper.java. by jlabanca@google.com · 14 years ago
- 92dd993 CompileModule / GwtAstBuilder by scottb@google.com · 14 years ago
- 4bcc06f IE9 support (BETA) - 3/3. by fabiomfv@google.com · 14 years ago