- f893791 Add -Dgwt.normalizeTimestamps system property to zero out the date on output jar files to stabilize builds in build systems which rely on content-addressability. by cromwellian@google.com · 13 years ago
- 27eb313 Stabilize compiler output: Normalize timestamps if necessary. by johnlenz@google.com · 13 years ago
- 8fc2881 Allow for additional modules in the initial load sequence prior to the leftovers module. by johnlenz@google.com · 13 years ago
- bf45e48 This change attempts to fix some compile instabilities. In particular, there are by cromwellian@google.com · 13 years ago
- ff0d8cb Rollback changes to CacheCompilationUnit due to breakage. by cromwellian@google.com · 13 years ago
- dfe52de This change attempts to fix some compile instabilities. In particular, there are by cromwellian@google.com · 13 years ago
- a35a32e Stablize Dependencies in gwtar by johnlenz@google.com · 13 years ago
- 593fc3a Add a JavaScript method to GWT's bootstrap code for getting the selected by skybrian@google.com · 13 years ago
- 2ea9697 Upgrade GWT's Guava library to 10.0.1 by cromwellian@google.com · 13 years ago
- 581d814 Closure JS hookup by johnlenz@google.com · 13 years ago
- 06b35f9 Fix: "__gwt_ObjectId" is fetched in for-in loop in DevMode. by eustas@google.com · 13 years ago
- 388124a Add jarjar'ed version of latest closure compiler to gwt tools dependencies in preparation for Closure Compiler integration. by cromwellian@google.com · 13 years ago
- 83cb3ae Change logic around dev-mode redirect hook early exit to fix broken WebWorker linkers. by cromwellian@google.com · 13 years ago
- 58152ca Changes to support experimental development mode work: by skybrian@google.com · 13 years ago
- b3fe7bb Clean up ant build files and Eclipse dev classpath. by jat@google.com · 13 years ago
- 39341aa Re-rolling sourcemap support after rollback. Jar-jared sourcemap.jar dependency and reverted regression in StackTraceCollector.splice(). by cromwellian@google.com · 13 years ago
- b7b4d71 Roll back Source Map support for GWT due to breakages seen by various teams by unnurg@google.com · 13 years ago
- 2240765 Add SourceMap support to GWT by cromwellian@google.com · 13 years ago
- c702abf Add bytecode rewriting for the LogManager.getLoggerNames() function so this works correctly in DevMode by unnurg@google.com · 13 years ago
- 5260c88 Upgrade GWT's htmlunit dependencies. by cromwellian@google.com · 13 years ago
- ccc409f Adds <, <=, >, >=, ==, and != to JsStaticEval for numeric values. by cromwellian@google.com · 13 years ago
- fe6f454 New Code Splitter by acleung@google.com · 13 years ago
- d278a40 Fix testShardsAreSomewhatBalanced to only check for shards that are too big, and avoid nondeterministic behavior due to garbage collection. (If there are any more platform-specific failures, they will be due to differences in String.hashCode().) by skybrian@google.com · 13 years ago
- b79fbf9 Switch to internal implementation of StringInterner to avoid class loader by skybrian@google.com · 13 years ago
- d1ed282 Make the compilation maps be output on every compile - they're relatively small and contain useful information by unnurg@google.com · 13 years ago
- b044a41 Improves Dev Mode reporting of JavaScriptException to include method by rjrjr@google.com · 13 years ago
- 6f33ea7 Changed the interface used to send metrics to a dashboard application. The by jhumphries@google.com · 14 years ago
- 310759e Revert r10565 due to build break. Review by: rjrjr (TBR) by bobv@google.com · 14 years ago
- 3af358b Collapse deferred-binding property values that depend on collapsed property values. by bobv@google.com · 14 years ago
- a2e6f60 Tweak to allow parent ClassLoader at design time. by scheglov@google.com · 14 years ago
- 0838063 CachedCompilationUnits were inadvertently writing by zundel@google.com · 14 years ago
- 1055773 The logic to avoid rewriting compilation units into archived units failed in some build environments where the output of the CompileModule tool does not end up on the classpath. Each resulting .gwtar file contained all compilation units, regardless of whether a nested .gwtar file already contained the units. by zundel@google.com · 14 years ago
- c0e8308 Remove escaped HTML from devevelopment mode glass panel by fredsa@google.com · 14 years ago
- 4c3fde8 Remove CompilationUnit.getSource(). by scottb@google.com · 14 years ago
- 714e00c Make generator result caching framework api available publically. by jbrosenberg@google.com · 14 years ago
- 0f3e50e Remove the pre-GwtAstBuilder compile chain. by scottb@google.com · 14 years ago
- 79c170a Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 by meder@google.com · 14 years ago
- 3a21a66 Remove option to turn off GwtAstBuilder. by scottb@google.com · 14 years ago
- 3cee491 Roll seed-function optimization forward again. by cromwellian@google.com · 14 years ago
- 63eccff Temporary rollback of seed-function change to isolate failure by cromwellian@google.com · 14 years ago
- 15ae43f Use Splitter and Joiner as suggested in review by unnurg@google.com · 14 years ago
- a991c1e Ensure that class literals whose classes are pruned yield class names based on hashcode to maintain existing behavior for some legacy apps. by cromwellian@google.com · 14 years ago
- ea2bb79 Re-roll of r10435. Changes Class.getName() to return Class$S<seedId> when by cromwellian@google.com · 14 years ago
- 8eea143 More robust fix, escaping all args to the glass panel display code by unnurg@google.com · 14 years ago
- 43b18c3 JsoNormalizer did not give unique names to devirtualized by zundel@google.com · 14 years ago
- 266f34c sanitize the bad codeserver name before outputting the error message for security by unnurg@google.com · 14 years ago
- 3893302 Update to the staleness check when loading the PersistentUnitCache by zundel@google.com · 14 years ago
- 4814ffa Add chunking to the xsiframe linker by unnurg@google.com · 14 years ago
- eada3ee Re-rolled: Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
- 6fee873 A rollback of the following change (fails on some JVMs): by tobyr@google.com · 14 years ago
- e892c7c Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
- f1ce865 Rollback due to breakage by cromwellian@google.com · 14 years ago
- 2721d50 Missing file Pruner.java from last submitted change. by cromwellian@google.com · 14 years ago
- 2339e43 Re-roll r10435 by cromwellian@google.com · 14 years ago
- 249c45e After an enum is ordinalized, any static methods generated as staticImpl's should no longer be considered as such, since there is no longer an instantated instance being passed as the first arg to the method (this instance has been transformed into an ordinal int). by jbrosenberg@google.com · 14 years ago
- 38bc246 Temporarily rolling back r10435 due to issue with uninstantiable type associated with a class literal getting pruned. by cromwellian@google.com · 14 years ago
- 941b3b1 This patch substantially reduces the overhead of Java types in the output by minimizing vtable setup and virtual class literal fetches. Improvements are anywhere from 5% to 10% uncompressed obfuscated JS. by cromwellian@google.com · 14 years ago
- 66815e7 Fix JsInliner, to properly handle name scope tracking after multi-level inlining. Was causing local variable name collisions after obfuscation. by jbrosenberg@google.com · 14 years ago
- 4d9497d UnifyAst correctly handles polymorphic overrides with mixed default/public access. by scottb@google.com · 14 years ago
- b1caeda Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. by tobyr@google.com · 14 years ago
- 50e29fe Fix bug in UnifyAst where non-null array types failed to canonicalize. by scottb@google.com · 14 years ago
- 527ad4c Updates the module name validation check for using CompileModule on a project. by zundel@google.com · 14 years ago
- 544d50d Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. by jbrosenberg@google.com · 14 years ago
- 9ebdf78 Enable generator result caching, by default. by jbrosenberg@google.com · 14 years ago
- 7fd0e01 Use CompilationUnitBuilder.create factory method. Remove unneeded by zundel@google.com · 14 years ago
- 828042b Bug triggered when SourceFileCompilationUnit.asCachedCompilation() unit by zundel@google.com · 14 years ago
- 50705b0 Fix bug resolving multiple-nested types. by scottb@google.com · 14 years ago
- 26f2a7f Suppress additional JDT compile problems. by scottb@google.com · 14 years ago
- bc65806 Ignore invalid types in heirarchy. by scottb@google.com · 14 years ago
- a5b133e Patch for interim state of incremental compile. by zundel@google.com · 14 years ago
- 13af714 Switch on GWT incremental compilation, again. by scottb@google.com · 14 years ago
- f88514f Last change prevented re-loading modules, but caused it to write too many by zundel@google.com · 14 years ago
- e84ab41 Refactor LoadingStrategy for xsiframe linker and rename it to ScriptLoadingStrategy since it is not inherently tied to the xsiframe linker. by unnurg@google.com · 14 years ago
- 0d71338 Temporary rollback of GwtAstBuilder enabling. by zundel@google.com · 14 years ago
- 9ca2a54 Switch on GWT incremental compilation. by scottb@google.com · 14 years ago
- 97d77d9 Ensure contentId is not null when creating a SourceFileCompilationUnit by zundel@google.com · 14 years ago
- 4e78f00 Update CompiledClass to use the handy DiskCacheToken class. Makes it by zundel@google.com · 14 years ago
- 020b246 Improve GwtAstBuilder output when stack emulation is enabled. by scottb@google.com · 14 years ago
- f6cce1e Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. by jbrosenberg@google.com · 14 years ago
- a778e96 Turns on reading from archives by default. by zundel@google.com · 14 years ago
- 804f3e0 Fix handling of unlabeled break and continue in gflow. by zundel@google.com · 14 years ago
- f9ee1c5 GwtAstBuilder better handling of JSNI refs to constants. by scottb@google.com · 14 years ago
- 233ac50 Updated generator result caching to use lastModifiedTime from CompilationUnit.lastModified(). by jbrosenberg@google.com · 14 years ago
- 341a52b Resolve GWT.create() answers by source name. by scottb@google.com · 14 years ago
- 0798435 Provide a more standard GWT linker for HTML5 worker threads based on the ConfigurableLinker. Unlike the non-standard WorkerLinker and SharedWorkerLinker, this change allows worker threads to do GWT RPCs. A follow-up change will migrate existing uses of the old linkers to this new one. by digi@google.com · 14 years ago
- 56b00b0 Crude AST versioning. by scottb@google.com · 14 years ago
- e65b5ca Allow binary-only references for compile-time constants. by scottb@google.com · 14 years ago
- add9eea Fix enum switch construction in GwtAstBuilder. by scottb@google.com · 14 years ago
- d5fc267 Decreased the log level on a message relating to "purging" the cache. by zundel@google.com · 14 years ago
- 02c2bbf Error reporting for UnifyAst. by scottb@google.com · 14 years ago
- a740f9e ForeachStatement fix for GwtAstBuilder. by scottb@google.com · 14 years ago
- 2d2adc4 JavaAstConstructor uses UnifyAst. by scottb@google.com · 14 years ago
- c0a2ce3 CompileModule creates a serialized set of compilation units to represent by zundel@google.com · 14 years ago
- c6e1aba I don't believe in magic, but as Scott points out, there are consistent by zundel@google.com · 14 years ago
- 4cf66cd Adds support for runtime evaluation of JavaScriptObject methods from a debugger. Primarily intended as support API for debuggers, but developers can also use it directly in a debugger (for example, in watch windows or breakpoint expressions). by tobyr@google.com · 14 years ago
- e895a52 Minor changes to dashboard notifier interface to enable better session-tracking by jhumphries@google.com · 14 years ago
- 7be87cb Don't initialize SpeedTracerLogger thread or process time keepers if not enabled. by jbrosenberg@google.com · 14 years ago
- 0aee768 DirectInstallLinker should not immediately remove the script tag it has inserted into the IFRAME as this can fail in Webkit browsers by fredsa@google.com · 14 years ago
- f595aab UnifyAst works with SOYC. by scottb@google.com · 14 years ago
- fef361d Add concrete SourceInfo for varargs in method calls by jbrosenberg@google.com · 14 years ago