1. 87f7428 Fix broken test by Manuel Carrasco Moñino · 11 years ago
  2. e5aed8e Deprecate IFrameLinker and XSLinker by Thomas Broyer · 11 years ago
  3. 1137990 Super Dev Mode: add -launcherDir flag by Brian Slesinsky · 11 years ago
  4. 96a3bae Set module base url to make GWT RPC work with -superDevMode by Daniel Kurka · 11 years ago
  5. b6666df Add deps for CodeServer unit tests. by Daniel Kurka · 11 years ago
  6. 88e43f5 Use load event instead of DOMContentLoaded by Daniel Kurka · 11 years ago
  7. e90328c Fix locale provider when using devmode with -superDevMode by Daniel Kurka · 11 years ago
  8. ddb4e4a Defer injection of recompile.nocache.js until document has loaded. by Daniel Kurka · 11 years ago
  9. ef91f27 Defer starting compiles until body is available. by Daniel Kurka · 11 years ago
  10. 556d955 Split SDM's JavaScript into a lib that can be tested. by Daniel Kurka · 11 years ago
  11. f0a054a Remove console messages that may be confusing to the user by Manuel Carrasco Moñino · 11 years ago
  12. caced66 Compiler options where not properly propagated when -localWorkers > 1. by Roberto Lublinerman · 11 years ago
  13. 9536fe3 Super Dev Mode: lots of I/O cleanup by Brian Slesinsky · 11 years ago
  14. b50f30f Clean unused imports. by Daniel Kurka · 11 years ago
  15. d468c48 Unrestrict permutation before generating providers. by Daniel Kurka · 11 years ago
  16. 2d3eff8 Fix nullness analysis in TypeTightener. by Roberto Lublinerman · 11 years ago
  17. 920ba90 Simplifies the way linkers add code at the beginning of the output. by Roberto Lublinerman · 11 years ago
  18. 22ab774 Adds a missing Ant RecompilerTest dependency. by John Stalcup · 11 years ago
  19. 7dc47a0 Fix Servlet 3.0 initialization in JettyLauncher. by Manuel Carrasco Moñino · 11 years ago
  20. 5088783 Recompile current module on reload if started through dev mode. by Daniel Kurka · 11 years ago
  21. 0fee61f Make static evaluation of java arithmethic JS compliant. by Roberto Lublinerman · 11 years ago
  22. 6cdfe15 Fixes a missing BUILD file reference. by John Stalcup · 11 years ago
  23. 5486a48 Makes SDM MinimalRebuildCache updates transactional. by John Stalcup · 11 years ago
  24. ab4f599 Replace occurrences of perFileCompile with incrementalCompile by Goktug Gokdogan · 11 years ago
  25. 16695ff Fixes incremental flag to not leak into JUnitShell. by Goktug Gokdogan · 11 years ago
  26. 2809068 Unignores CSS changes in .ui.xml files in incremental compiles. by John Stalcup · 11 years ago
  27. 724c722 Update DevMode's SDM to the same incremental default as SDM by Thomas Broyer · 11 years ago
  28. 8aa3abc Fix BUILD for ASM 5.0.3. by Roberto Lublinerman · 11 years ago
  29. fc0c4e8 Super Dev Mode: fix module page for IE9 by Brian Slesinsky · 11 years ago
  30. 40937c7 Makes Wildcard bound calc. stable regardless of type order. by John Stalcup · 11 years ago
  31. 53639e2 Super Dev Mode: better errors when we haven't compiled yet by Brian Slesinsky · 11 years ago
  32. c6c4527 Turn on incremental by default. by Daniel Kurka · 11 years ago
  33. 5ea45de Fix superDevMode in IE8 by Manuel Carrasco Moñino · 11 years ago
  34. 5a99087 Inline computeScriptBase. by Manuel Carrasco Moñino · 11 years ago
  35. 44cb549 Adding a parameter to DevMode to set the modules folder. by Manuel Carrasco Moñino · 11 years ago
  36. 8d1183e Adding XjsInteropMode and incremental args to SDM. by Manuel Carrasco Moñino · 11 years ago
  37. 3a0c4ae Fixes incorrect linked type order changes after recompile. by John Stalcup · 11 years ago
  38. 5bba5e4 Upgrade cglib to 3.1, fix ASM5 breakages by Ray Cromwell · 11 years ago
  39. ad0af16 Fix failing JDT3.10 test breakage by Ray Cromwell · 11 years ago
  40. c46a026 Upgrade to ASM5.0.3 by Ray Cromwell · 11 years ago
  41. c2dee35 Use Eclipse 4.4/Java8 version of JDT by Ray Cromwell · 11 years ago
  42. 3d213fd Fix asserts in JsInterop by Ray Cromwell · 11 years ago
  43. 8567a6f Add non experimental flag for incremental compiles. by Daniel Kurka · 11 years ago
  44. 22c9f02 Fix handling of fields whose unitialized values can be seen. by Roberto Lublinerman · 11 years ago
  45. 8d847ad Fix CompilerTest due to missing dependency. by Roberto Lublinerman · 11 years ago
  46. 11b1cdc Makes Generator output invalidation more accurate. by John Stalcup · 11 years ago
  47. 0046038 Update Chrome globals to 37.0.2062.94. by Roberto Lublinerman · 11 years ago
  48. b52abb7 Fix UiBinder non determinism. by Roberto Lublinerman · 11 years ago
  49. 204f6cb Update codeserver BUILD file. by Roberto Lublinerman · 11 years ago
  50. fd60156 Super Dev Mode: add user-defined tags to JobEvent by Brian Slesinsky · 11 years ago
  51. 66ef7c7 Make CssResourceGenerator produce stable and correct output. by Daniel Kurka · 11 years ago
  52. d211c2d Super Dev Mode: support standalone apps without precompile by Brian Slesinsky · 11 years ago
  53. bfc6937 Fixed ICE in EqualityNormalizer due to bug in Pruner. by Roberto Lublinerman · 11 years ago
  54. f05741a Reduce the number of classes in the preamble. by Roberto Lublinerman · 11 years ago
  55. 21ebfe2 Small cleanup in MinimalRebuildCache. by Roberto Lublinerman · 11 years ago
  56. 159dd08 Let JDT handle compile-time constants when not doing per file compile. by Roberto Lublinerman · 11 years ago
  57. 3da1527 Fixes UnifyAst.computeOverrides() when loading a partial world. by John Stalcup · 11 years ago
  58. 2f8bd04 Fix error reproting for missing annotation classes. by Roberto Lublinerman · 11 years ago
  59. 2ab4921 Remove mention of -Xincremental from CodeServer options' help by Thomas Broyer · 11 years ago
  60. 972e041 Removing boxed String support. by Goktug Gokdogan · 11 years ago
  61. 13724c6 Super Dev Mode: fix tests to work better with Google by Brian Slesinsky · 11 years ago
  62. 681c92d Extends staleness marking incase of unstable Generator output. by John Stalcup · 11 years ago
  63. 0ebf8dd Fix a regression in EnumOrdinalizer introduced in review 9083. by Roberto Lublinerman · 11 years ago
  64. 990441d Don't inline compile time constants at AST construction and fix coercions. by Roberto Lublinerman · 11 years ago
  65. 8cc99f2 Fix field initialization error in per file compile. by Roberto Lublinerman · 11 years ago
  66. f46f3db Fix EnumOridnalizer codesize regression. by Roberto Lublinerman · 11 years ago
  67. 6c2cc42 Super Dev Mode: remove -Xincremental and add new JobEvent properties by Brian Slesinsky · 11 years ago
  68. eb651f6 Make Enum.values() return a copy of the values array. by Roberto Lublinerman · 11 years ago
  69. 0d4b417 Super Dev Mode: replace public event logging API by Brian Slesinsky · 11 years ago
  70. f3e82bf Cleanup in CompilationUnitTypeOracleUpdater. by Roberto Lublinerman · 11 years ago
  71. d509059 Makes a PersistentUnitCache only for directory -war's. by John Stalcup · 11 years ago
  72. 267ad5e Opts compilePerFile into noPrecompile to avoid >1 permutation. by John Stalcup · 11 years ago
  73. 887749a Super Dev Mode: move RecompileListener event handling to Job by Brian Slesinsky · 11 years ago
  74. 0c874bd Makes JsSourceMaps much faster. by John Stalcup · 11 years ago
  75. b50a7f3 Super Dev Mode: introduce JsonExporter by Brian Slesinsky · 11 years ago
  76. c61db29 Small improvements for SuperDev. by Roberto Lublinerman · 11 years ago
  77. 8e2482b Parallelize parsing of bytecode when updating TypeOracle. by Roberto Lublinerman · 11 years ago
  78. 7ae1b25 Super Dev Mode: clean up module names and show bindings by Brian Slesinsky · 11 years ago
  79. a43aa78 Fixes cascaded generator invalidation for inner classes. by John Stalcup · 11 years ago
  80. cd0143e Keep permutation results in memory for per file compiles. by Roberto Lublinerman · 11 years ago
  81. 9da4d05 Makes SDM+perFileCompile correctly handle switching browsers. by John Stalcup · 11 years ago
  82. 16bc838 Super Dev Mode: rename to Outbox and OutboxTable by Brian Slesinsky · 11 years ago
  83. 78b0b95 Super Dev Mode: introduce compile job tracking by Brian Slesinsky · 11 years ago
  84. f89e575 Remove DiskCache from most places. by Roberto Lublinerman · 11 years ago
  85. 35c892b Remove unnecessary string copy from SelectionScriptLinker. by Roberto Lublinerman · 11 years ago
  86. 89223be Strenghten DeadCodeElimination. by Roberto Lublinerman · 11 years ago
  87. 7d79569 Add 'closure' as option to Enum Obfuscation by Ray Cromwell · 11 years ago
  88. 9490301 Enable JsInterop for CompilePerFile by Ray Cromwell · 11 years ago
  89. 7365570 Marks types generated by invalidated generators as "modified". by John Stalcup · 11 years ago
  90. f0c8068 Fix typo. by Roberto Lublinerman · 11 years ago
  91. 557ed4b Small optimization in Arrays for Object[], String[] and JSO[]. by Roberto Lublinerman · 11 years ago
  92. c9cff41 Ensures Resource pathprefixes are not created with "//" endings. by John Stalcup · 11 years ago
  93. 52f21d6 Honor saveSources in per file compiles. by Roberto Lublinerman · 11 years ago
  94. e4a56db Fixes bug where expressions with side effects might be optimized away. by Roberto Lublinerman · 11 years ago
  95. 61c0af9 Fixes staleness for transitively referenced Generated types. by John Stalcup · 11 years ago
  96. 97212d9 Prevent StringInterningObjectInputStream from interning large strings. by Roberto Lublinerman · 11 years ago
  97. 29767f0 Fix local variable clash resolution to include parameters. by Roberto Lublinerman · 11 years ago
  98. b8e81f4 Replace uses of ObjectInputStream by StringInterningObjectInputStream. by Roberto Lublinerman · 11 years ago
  99. 2a63169 Fixes cascaded Generator staleness marking and adds a test. by John Stalcup · 11 years ago
  100. 11e3084 Removed debug statements accidentally commited. by Roberto Lublinerman · 11 years ago