1. 15ae43f Use Splitter and Joiner as suggested in review by unnurg@google.com · 14 years ago
  2. 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
  3. ea2bb79 Re-roll of r10435. Changes Class.getName() to return Class$S<seedId> when by cromwellian@google.com · 14 years ago
  4. 8eea143 More robust fix, escaping all args to the glass panel display code by unnurg@google.com · 14 years ago
  5. 43b18c3 JsoNormalizer did not give unique names to devirtualized by zundel@google.com · 14 years ago
  6. 266f34c sanitize the bad codeserver name before outputting the error message for security by unnurg@google.com · 14 years ago
  7. 3893302 Update to the staleness check when loading the PersistentUnitCache by zundel@google.com · 14 years ago
  8. 4814ffa Add chunking to the xsiframe linker by unnurg@google.com · 14 years ago
  9. eada3ee Re-rolled: Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
  10. 6fee873 A rollback of the following change (fails on some JVMs): by tobyr@google.com · 14 years ago
  11. e892c7c Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. by tobyr@google.com · 14 years ago
  12. f1ce865 Rollback due to breakage by cromwellian@google.com · 14 years ago
  13. 2721d50 Missing file Pruner.java from last submitted change. by cromwellian@google.com · 14 years ago
  14. 2339e43 Re-roll r10435 by cromwellian@google.com · 14 years ago
  15. 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
  16. 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
  17. 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
  18. 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
  19. 4d9497d UnifyAst correctly handles polymorphic overrides with mixed default/public access. by scottb@google.com · 14 years ago
  20. b1caeda Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. by tobyr@google.com · 14 years ago
  21. 50e29fe Fix bug in UnifyAst where non-null array types failed to canonicalize. by scottb@google.com · 14 years ago
  22. 527ad4c Updates the module name validation check for using CompileModule on a project. by zundel@google.com · 14 years ago
  23. 544d50d Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. by jbrosenberg@google.com · 14 years ago
  24. 9ebdf78 Enable generator result caching, by default. by jbrosenberg@google.com · 14 years ago
  25. 7fd0e01 Use CompilationUnitBuilder.create factory method. Remove unneeded by zundel@google.com · 14 years ago
  26. 828042b Bug triggered when SourceFileCompilationUnit.asCachedCompilation() unit by zundel@google.com · 14 years ago
  27. 50705b0 Fix bug resolving multiple-nested types. by scottb@google.com · 14 years ago
  28. 26f2a7f Suppress additional JDT compile problems. by scottb@google.com · 14 years ago
  29. bc65806 Ignore invalid types in heirarchy. by scottb@google.com · 14 years ago
  30. a5b133e Patch for interim state of incremental compile. by zundel@google.com · 14 years ago
  31. 13af714 Switch on GWT incremental compilation, again. by scottb@google.com · 14 years ago
  32. f88514f Last change prevented re-loading modules, but caused it to write too many by zundel@google.com · 14 years ago
  33. 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
  34. 0d71338 Temporary rollback of GwtAstBuilder enabling. by zundel@google.com · 14 years ago
  35. 9ca2a54 Switch on GWT incremental compilation. by scottb@google.com · 14 years ago
  36. 97d77d9 Ensure contentId is not null when creating a SourceFileCompilationUnit by zundel@google.com · 14 years ago
  37. 4e78f00 Update CompiledClass to use the handy DiskCacheToken class. Makes it by zundel@google.com · 14 years ago
  38. 020b246 Improve GwtAstBuilder output when stack emulation is enabled. by scottb@google.com · 14 years ago
  39. f6cce1e Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. by jbrosenberg@google.com · 14 years ago
  40. a778e96 Turns on reading from archives by default. by zundel@google.com · 14 years ago
  41. 804f3e0 Fix handling of unlabeled break and continue in gflow. by zundel@google.com · 14 years ago
  42. f9ee1c5 GwtAstBuilder better handling of JSNI refs to constants. by scottb@google.com · 14 years ago
  43. 233ac50 Updated generator result caching to use lastModifiedTime from CompilationUnit.lastModified(). by jbrosenberg@google.com · 14 years ago
  44. 341a52b Resolve GWT.create() answers by source name. by scottb@google.com · 14 years ago
  45. 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
  46. 56b00b0 Crude AST versioning. by scottb@google.com · 14 years ago
  47. e65b5ca Allow binary-only references for compile-time constants. by scottb@google.com · 14 years ago
  48. add9eea Fix enum switch construction in GwtAstBuilder. by scottb@google.com · 14 years ago
  49. d5fc267 Decreased the log level on a message relating to "purging" the cache. by zundel@google.com · 14 years ago
  50. 02c2bbf Error reporting for UnifyAst. by scottb@google.com · 14 years ago
  51. a740f9e ForeachStatement fix for GwtAstBuilder. by scottb@google.com · 14 years ago
  52. 2d2adc4 JavaAstConstructor uses UnifyAst. by scottb@google.com · 14 years ago
  53. c0a2ce3 CompileModule creates a serialized set of compilation units to represent by zundel@google.com · 14 years ago
  54. c6e1aba I don't believe in magic, but as Scott points out, there are consistent by zundel@google.com · 14 years ago
  55. 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
  56. e895a52 Minor changes to dashboard notifier interface to enable better session-tracking by jhumphries@google.com · 14 years ago
  57. 7be87cb Don't initialize SpeedTracerLogger thread or process time keepers if not enabled. by jbrosenberg@google.com · 14 years ago
  58. 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
  59. f595aab UnifyAst works with SOYC. by scottb@google.com · 14 years ago
  60. fef361d Add concrete SourceInfo for varargs in method calls by jbrosenberg@google.com · 14 years ago
  61. c48545c Fix enum ordinalization black-listing for upcasts in new array initializers by jbrosenberg@google.com · 14 years ago
  62. 7472dcf Adds some more docs to TypeTightener and MethodCallTightener by zundel@google.com · 14 years ago
  63. a1251eb Unify the AST produced by GwtAstBuilder. by scottb@google.com · 14 years ago
  64. e3d8f64 Autoformat JavaToJavaScriptCompiler. by scottb@google.com · 14 years ago
  65. 8df8ee4 fixes a bug in TypeOracle that marked vararg methods with the transient modifier, which is illegal for methods by goderbauer@google.com · 14 years ago
  66. aaeafde Re-rolling "Re-implement runAsync to improve code size." Take 3. by scottb@google.com · 14 years ago
  67. 1f7a5b1 Creates a delegate for CompilationResult for use by third party linkers. by zundel@google.com · 14 years ago
  68. df4885b Adds ability to query the generator context whether a rebind rule exists for a given type by jbrosenberg@google.com · 14 years ago
  69. d734702 Clarify some confusing code in TypeTightener. by scottb@google.com · 14 years ago
  70. 73916dd Move the SimpleAppCacheLinker out to sample land, it's not quite ready. by rjrjr@google.com · 14 years ago
  71. 2b4727d cleanups to soyc HTML report generation code. by zundel@google.com · 14 years ago
  72. 6f4f048 Reintroduces JsInliner patch (3rd time is a charm?). Fix for issue 5707. by jbrosenberg@google.com · 14 years ago
  73. bf777a6 Consolidates all methodDependencies files into one per split point. by zundel@google.com · 14 years ago
  74. 1527716 Added -XdisableSoycHtml command line flag for disabling HTML compile report generation. This will not affect SOYC XML output. by dconnelly@google.com · 14 years ago
  75. 39ef8ac Reverted due to failures in client code by unnurg@google.com · 14 years ago
  76. 6df4d31 Re-rolling "Re-implement runAsync to improve code size." by scottb@google.com · 14 years ago
  77. 1fe844c Added a bit of documentation on JType by zundel@google.com · 14 years ago
  78. eee44e0 Removes CompileModule.java, retaining the unit test that depends on it. by zundel@google.com · 14 years ago
  79. 64d0d60 Reformatting in advance of forthcoming patch by jbrosenberg@google.com · 14 years ago
  80. 0a5db31 AutoboxUtils cleanup by scottb@google.com · 14 years ago
  81. 058c55b Changed method dependencies report to show method code sizes. Call stacks are now a dropdown action under each method. by dconnelly@google.com · 14 years ago
  82. 3545fb9 A mechanical refactoring of the Precompile options as prep for further cleanup. by zundel@google.com · 14 years ago
  83. c8349b7 Misc GWT compiler bugfixes and cleanups. by scottb@google.com · 14 years ago
  84. 68093d6 Bugfixes in ControlFlowAnalyzer by scottb@google.com · 14 years ago
  85. f2daf77 Implemented expression range shifting for IE block size transformation. Moved expression range shifting for both transformations inside the transformation classes. Modified constructors/instance variables for the JsAbstractTextTransformer to support updating the expression ranges in the SourceInfo map. by dconnelly@google.com · 14 years ago
  86. f5c4629 Fix dangling clinit issue; check if clinit method calls have been replaced or removed, during javascript generation phase. by jbrosenberg@google.com · 14 years ago
  87. 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
  88. a9aefda AppEngine uploads were choking on massive cache files written into war/WEB-INF by zundel@google.com · 14 years ago
  89. 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
  90. a13e660 Pruner runs only once. by scottb@google.com · 14 years ago
  91. 7cd7c4c Enables on the persistent unit cache by default. by zundel@google.com · 14 years ago
  92. e31f1cc Auto code cleanup. by scottb@google.com · 14 years ago
  93. ef7da40 Use glass panel isntead of alert() when displaying dev mode connection failures, by fredsa@google.com · 14 years ago
  94. 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
  95. 1fd77fa Changed formatting of SOYC compiler report to use large number grouping (ex: 7,923,764), by dconnelly@google.com · 14 years ago
  96. 8a4e67e In PRETTY and DETAILED, generate symbolic type queries for readability. by scottb@google.com · 14 years ago
  97. 5db6676 Salvage useful bits from overrides work. by scottb@google.com · 14 years ago
  98. d563636 Prepares SAXParserFactory one time, so avoids expensive ClassLoader lokups. by scheglov@google.com · 14 years ago
  99. 49f090e This change works around a problem found in GWT Designer testing. by zundel@google.com · 14 years ago
  100. b4a6a35 Decentralize nullmethod/nullfield. by scottb@google.com · 14 years ago