1. 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
  2. 27eb313 Stabilize compiler output: Normalize timestamps if necessary. by johnlenz@google.com · 13 years ago
  3. 8fc2881 Allow for additional modules in the initial load sequence prior to the leftovers module. by johnlenz@google.com · 13 years ago
  4. bf45e48 This change attempts to fix some compile instabilities. In particular, there are by cromwellian@google.com · 13 years ago
  5. ff0d8cb Rollback changes to CacheCompilationUnit due to breakage. by cromwellian@google.com · 13 years ago
  6. dfe52de This change attempts to fix some compile instabilities. In particular, there are by cromwellian@google.com · 13 years ago
  7. a35a32e Stablize Dependencies in gwtar by johnlenz@google.com · 13 years ago
  8. 593fc3a Add a JavaScript method to GWT's bootstrap code for getting the selected by skybrian@google.com · 13 years ago
  9. 2ea9697 Upgrade GWT's Guava library to 10.0.1 by cromwellian@google.com · 13 years ago
  10. 581d814 Closure JS hookup by johnlenz@google.com · 13 years ago
  11. 06b35f9 Fix: "__gwt_ObjectId" is fetched in for-in loop in DevMode. by eustas@google.com · 13 years ago
  12. 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
  13. 83cb3ae Change logic around dev-mode redirect hook early exit to fix broken WebWorker linkers. by cromwellian@google.com · 13 years ago
  14. 58152ca Changes to support experimental development mode work: by skybrian@google.com · 13 years ago
  15. b3fe7bb Clean up ant build files and Eclipse dev classpath. by jat@google.com · 13 years ago
  16. 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
  17. b7b4d71 Roll back Source Map support for GWT due to breakages seen by various teams by unnurg@google.com · 13 years ago
  18. 2240765 Add SourceMap support to GWT by cromwellian@google.com · 13 years ago
  19. c702abf Add bytecode rewriting for the LogManager.getLoggerNames() function so this works correctly in DevMode by unnurg@google.com · 13 years ago
  20. 5260c88 Upgrade GWT's htmlunit dependencies. by cromwellian@google.com · 13 years ago
  21. ccc409f Adds <, <=, >, >=, ==, and != to JsStaticEval for numeric values. by cromwellian@google.com · 13 years ago
  22. fe6f454 New Code Splitter by acleung@google.com · 13 years ago
  23. 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
  24. b79fbf9 Switch to internal implementation of StringInterner to avoid class loader by skybrian@google.com · 13 years ago
  25. 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
  26. b044a41 Improves Dev Mode reporting of JavaScriptException to include method by rjrjr@google.com · 13 years ago
  27. 6f33ea7 Changed the interface used to send metrics to a dashboard application. The by jhumphries@google.com · 14 years ago
  28. 310759e Revert r10565 due to build break. Review by: rjrjr (TBR) by bobv@google.com · 14 years ago
  29. 3af358b Collapse deferred-binding property values that depend on collapsed property values. by bobv@google.com · 14 years ago
  30. a2e6f60 Tweak to allow parent ClassLoader at design time. by scheglov@google.com · 14 years ago
  31. 0838063 CachedCompilationUnits were inadvertently writing by zundel@google.com · 14 years ago
  32. 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
  33. c0e8308 Remove escaped HTML from devevelopment mode glass panel by fredsa@google.com · 14 years ago
  34. 4c3fde8 Remove CompilationUnit.getSource(). by scottb@google.com · 14 years ago
  35. 714e00c Make generator result caching framework api available publically. by jbrosenberg@google.com · 14 years ago
  36. 0f3e50e Remove the pre-GwtAstBuilder compile chain. by scottb@google.com · 14 years ago
  37. 79c170a Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 by meder@google.com · 14 years ago
  38. 3a21a66 Remove option to turn off GwtAstBuilder. by scottb@google.com · 14 years ago
  39. 3cee491 Roll seed-function optimization forward again. by cromwellian@google.com · 14 years ago
  40. 63eccff Temporary rollback of seed-function change to isolate failure by cromwellian@google.com · 14 years ago
  41. 15ae43f Use Splitter and Joiner as suggested in review by unnurg@google.com · 14 years ago
  42. 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
  43. ea2bb79 Re-roll of r10435. Changes Class.getName() to return Class$S<seedId> when by cromwellian@google.com · 14 years ago
  44. 8eea143 More robust fix, escaping all args to the glass panel display code by unnurg@google.com · 14 years ago
  45. 43b18c3 JsoNormalizer did not give unique names to devirtualized by zundel@google.com · 14 years ago
  46. 266f34c sanitize the bad codeserver name before outputting the error message for security by unnurg@google.com · 14 years ago
  47. 3893302 Update to the staleness check when loading the PersistentUnitCache by zundel@google.com · 14 years ago
  48. 4814ffa Add chunking to the xsiframe linker by unnurg@google.com · 14 years ago
  49. eada3ee Re-rolled: Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
  50. 6fee873 A rollback of the following change (fails on some JVMs): by tobyr@google.com · 14 years ago
  51. e892c7c Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
  52. f1ce865 Rollback due to breakage by cromwellian@google.com · 14 years ago
  53. 2721d50 Missing file Pruner.java from last submitted change. by cromwellian@google.com · 14 years ago
  54. 2339e43 Re-roll r10435 by cromwellian@google.com · 14 years ago
  55. 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
  56. 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
  57. 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
  58. 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
  59. 4d9497d UnifyAst correctly handles polymorphic overrides with mixed default/public access. by scottb@google.com · 14 years ago
  60. b1caeda Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. by tobyr@google.com · 14 years ago
  61. 50e29fe Fix bug in UnifyAst where non-null array types failed to canonicalize. by scottb@google.com · 14 years ago
  62. 527ad4c Updates the module name validation check for using CompileModule on a project. by zundel@google.com · 14 years ago
  63. 544d50d Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. by jbrosenberg@google.com · 14 years ago
  64. 9ebdf78 Enable generator result caching, by default. by jbrosenberg@google.com · 14 years ago
  65. 7fd0e01 Use CompilationUnitBuilder.create factory method. Remove unneeded by zundel@google.com · 14 years ago
  66. 828042b Bug triggered when SourceFileCompilationUnit.asCachedCompilation() unit by zundel@google.com · 14 years ago
  67. 50705b0 Fix bug resolving multiple-nested types. by scottb@google.com · 14 years ago
  68. 26f2a7f Suppress additional JDT compile problems. by scottb@google.com · 14 years ago
  69. bc65806 Ignore invalid types in heirarchy. by scottb@google.com · 14 years ago
  70. a5b133e Patch for interim state of incremental compile. by zundel@google.com · 14 years ago
  71. 13af714 Switch on GWT incremental compilation, again. by scottb@google.com · 14 years ago
  72. f88514f Last change prevented re-loading modules, but caused it to write too many by zundel@google.com · 14 years ago
  73. 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
  74. 0d71338 Temporary rollback of GwtAstBuilder enabling. by zundel@google.com · 14 years ago
  75. 9ca2a54 Switch on GWT incremental compilation. by scottb@google.com · 14 years ago
  76. 97d77d9 Ensure contentId is not null when creating a SourceFileCompilationUnit by zundel@google.com · 14 years ago
  77. 4e78f00 Update CompiledClass to use the handy DiskCacheToken class. Makes it by zundel@google.com · 14 years ago
  78. 020b246 Improve GwtAstBuilder output when stack emulation is enabled. by scottb@google.com · 14 years ago
  79. f6cce1e Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. by jbrosenberg@google.com · 14 years ago
  80. a778e96 Turns on reading from archives by default. by zundel@google.com · 14 years ago
  81. 804f3e0 Fix handling of unlabeled break and continue in gflow. by zundel@google.com · 14 years ago
  82. f9ee1c5 GwtAstBuilder better handling of JSNI refs to constants. by scottb@google.com · 14 years ago
  83. 233ac50 Updated generator result caching to use lastModifiedTime from CompilationUnit.lastModified(). by jbrosenberg@google.com · 14 years ago
  84. 341a52b Resolve GWT.create() answers by source name. by scottb@google.com · 14 years ago
  85. 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
  86. 56b00b0 Crude AST versioning. by scottb@google.com · 14 years ago
  87. e65b5ca Allow binary-only references for compile-time constants. by scottb@google.com · 14 years ago
  88. add9eea Fix enum switch construction in GwtAstBuilder. by scottb@google.com · 14 years ago
  89. d5fc267 Decreased the log level on a message relating to "purging" the cache. by zundel@google.com · 14 years ago
  90. 02c2bbf Error reporting for UnifyAst. by scottb@google.com · 14 years ago
  91. a740f9e ForeachStatement fix for GwtAstBuilder. by scottb@google.com · 14 years ago
  92. 2d2adc4 JavaAstConstructor uses UnifyAst. by scottb@google.com · 14 years ago
  93. c0a2ce3 CompileModule creates a serialized set of compilation units to represent by zundel@google.com · 14 years ago
  94. c6e1aba I don't believe in magic, but as Scott points out, there are consistent by zundel@google.com · 14 years ago
  95. 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
  96. e895a52 Minor changes to dashboard notifier interface to enable better session-tracking by jhumphries@google.com · 14 years ago
  97. 7be87cb Don't initialize SpeedTracerLogger thread or process time keepers if not enabled. by jbrosenberg@google.com · 14 years ago
  98. 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
  99. f595aab UnifyAst works with SOYC. by scottb@google.com · 14 years ago
  100. fef361d Add concrete SourceInfo for varargs in method calls by jbrosenberg@google.com · 14 years ago