1. 162ccc9 Remove -XenableClosureCompiler. by Roberto Lublinerman · 9 years ago
  2. 139b782 Fix MimimalRebuildCache leak when compiling multiple modules. by Roberto Lublinerman · 9 years ago
  3. 5256765 Use same logic for -bindAddress in CodeServer and DevMode by Thomas Broyer · 9 years ago
  4. 537998e Change "OutboxTable outboxes" to "OutboxTable outboxTable" by Michael Zhou · 9 years ago
  5. f187d80 Make CodeServer force next recompile after clearing cache. by David Becker · 9 years ago
  6. 82259c2 Allow launcherDir to be created when starting CodeServer by Artur Signell · 9 years ago
  7. 8c52eb6 Adding missing Ant properties when disabling tests by Manuel Carrasco Moñino · 9 years ago
  8. e290623 Bump Jetty version to 9.2 including transitive dependencies by David Ostrovsky · 11 years ago
  9. dd141d6 Remove legacy JsInterop. by Roberto Lublinerman · 9 years ago
  10. 0a7b1bd Enables JsInterop by default & introduces -generateJsInteropExports. by Roberto Lublinerman · 9 years ago
  11. cd24824 Removes cast-check removal logic from compiler. by Goktug Gokdogan · 10 years ago
  12. de37a79 Change a date from invalid to valid. by Daniel Kurka · 10 years ago
  13. beb0277 Let SDM expose symbol maps via http. by Daniel Kurka · 10 years ago
  14. 7d65940 Flag cleanup by Goktug Gokdogan · 10 years ago
  15. cfd26f1 Fix -setProperty handler. by Goktug Gokdogan · 10 years ago
  16. b2d397f Restore -style PRETTY as a default for regular superdevmode. by Roberto Lublinerman · 10 years ago
  17. c256184 Make -style [OBFUSCATED,PRETTY,DETAILED] work in SDM. by Roberto Lublinerman · 10 years ago
  18. 5f693b7 Remove optimization during precompile phase. by Roberto Lublinerman · 10 years ago
  19. db93c02 Renames BindingProps, ConfigProps, PermProps, etc. by Roberto Lublinerman · 10 years ago
  20. df6110c Sync dev/codeserver/BUILD. by Roberto Lublinerman · 10 years ago
  21. 519e16b Revert "Remove rebasing for guava, closure and gss & upgrade versions." by Daniel Kurka · 10 years ago
  22. 77c7d4c Remove rebasing for guava, closure and gss & upgrade versions. by Daniel Kurka · 10 years ago
  23. d174544 Fixes ignored module property value changes in SDM. by John Stalcup · 10 years ago
  24. 8cfae1a Fixes complex property restriction in SDM. by John Stalcup · 10 years ago
  25. 26a9964 Fix typos in javadocs and comments. by Jakob Jarosch · 10 years ago
  26. 1afb579 Fixes a test and removes more library code. by John Stalcup · 10 years ago
  27. 7a8254b Deletes library compilation support. by John Stalcup · 10 years ago
  28. 6fa611c Support translation of runtime type literals to closure id generators by Ray Cromwell · 10 years ago
  29. f009dc2 Revert "Support translation of runtime type literals to closure id generators" by Ray Cromwell · 10 years ago
  30. 2130b49 Support translation of runtime type literals to closure id generators by Ray Cromwell · 10 years ago
  31. d4f4f42 Allow property values to be restricted via command line flag. by Ye Wang · 10 years ago
  32. d029b83 Removes deprecated aggressiveOptimizations flag. by Goktug Gokdogan · 10 years ago
  33. b605257 Reuses caches on SDM relaunch, makes first compile ~4x faster. by John Stalcup · 10 years ago
  34. 1379688 Introduce MetricMap as a way of exporting compiler metrics by Brian Slesinsky · 10 years ago
  35. 7bd6973 Keeps recompile.js fresh at all times. by John Stalcup · 10 years ago
  36. 56dd298 Super Dev Mode: fix error log for invalid .gwt.xml files by Brian Slesinsky · 10 years ago
  37. 28ee953 Fix ModuleBaseURL in SDM when having a QS. by Manuel Carrasco Moñino · 10 years ago
  38. 3129c338 Adds an argument handler for an option backed by an enum. by Roberto Lublinerman · 10 years ago
  39. 77525aa Sync-back BUILD files by Goktug Gokdogan · 10 years ago
  40. dc29057 Fixes nits, codestyle and an issue from review 9913. by Roberto Lublinerman · 10 years ago
  41. ce889c0 Cleanup for the MethodNameDisplayMode. by Roberto Lublinerman · 10 years ago
  42. 32116e1 Display Java method and class names in chrome dev tools. by Daniel Kurka · 10 years ago
  43. 18b7776 Clean up scope for property providers. by Daniel Kurka · 10 years ago
  44. 8e25a5d Super Dev Mode: expose output module and sourcemap locations by Brian Slesinsky · 10 years ago
  45. 963e1b9 Restore Java6 compatibility. by Daniel Kurka · 10 years ago
  46. 0dbb739 Ask the user to reload the app if codeserver was down by Manuel Carrasco Moñino · 10 years ago
  47. 098014c Super Dev Mode: skip directory if unable to create it by Brian Slesinsky · 10 years ago
  48. a8d6b21 Make SDM compute the base url correctly by Daniel Kurka · 10 years ago
  49. ccab656 Super Dev Mode: copy GWT-RPC policies to launcherDir by Brian Slesinsky · 10 years ago
  50. bbb8613 Make SDM use callbacks correctly. by Daniel Kurka · 10 years ago
  51. 8f869fb Change loops to not rely on out of bounds access on arrays. by Daniel Kurka · 10 years ago
  52. d846ea3 Address gwt-dev checkstyle errors. by Daniel Kurka · 10 years ago
  53. a926f5e Always use generated recompile.nocache.js by Daniel Kurka · 10 years ago
  54. 87f7428 Fix broken test by Manuel Carrasco Moñino · 10 years ago
  55. 1137990 Super Dev Mode: add -launcherDir flag by Brian Slesinsky · 10 years ago
  56. 96a3bae Set module base url to make GWT RPC work with -superDevMode by Daniel Kurka · 10 years ago
  57. b6666df Add deps for CodeServer unit tests. by Daniel Kurka · 10 years ago
  58. 88e43f5 Use load event instead of DOMContentLoaded by Daniel Kurka · 10 years ago
  59. e90328c Fix locale provider when using devmode with -superDevMode by Daniel Kurka · 10 years ago
  60. ddb4e4a Defer injection of recompile.nocache.js until document has loaded. by Daniel Kurka · 10 years ago
  61. ef91f27 Defer starting compiles until body is available. by Daniel Kurka · 10 years ago
  62. 556d955 Split SDM's JavaScript into a lib that can be tested. by Daniel Kurka · 10 years ago
  63. f0a054a Remove console messages that may be confusing to the user by Manuel Carrasco Moñino · 10 years ago
  64. 9536fe3 Super Dev Mode: lots of I/O cleanup by Brian Slesinsky · 10 years ago
  65. b50f30f Clean unused imports. by Daniel Kurka · 10 years ago
  66. d468c48 Unrestrict permutation before generating providers. by Daniel Kurka · 10 years ago
  67. 22ab774 Adds a missing Ant RecompilerTest dependency. by John Stalcup · 10 years ago
  68. 5088783 Recompile current module on reload if started through dev mode. by Daniel Kurka · 11 years ago
  69. 6cdfe15 Fixes a missing BUILD file reference. by John Stalcup · 10 years ago
  70. 5486a48 Makes SDM MinimalRebuildCache updates transactional. by John Stalcup · 10 years ago
  71. ab4f599 Replace occurrences of perFileCompile with incrementalCompile by Goktug Gokdogan · 10 years ago
  72. fc0c4e8 Super Dev Mode: fix module page for IE9 by Brian Slesinsky · 11 years ago
  73. 53639e2 Super Dev Mode: better errors when we haven't compiled yet by Brian Slesinsky · 11 years ago
  74. c6c4527 Turn on incremental by default. by Daniel Kurka · 11 years ago
  75. 5ea45de Fix superDevMode in IE8 by Manuel Carrasco Moñino · 11 years ago
  76. 5a99087 Inline computeScriptBase. by Manuel Carrasco Moñino · 11 years ago
  77. 8d1183e Adding XjsInteropMode and incremental args to SDM. by Manuel Carrasco Moñino · 11 years ago
  78. 8567a6f Add non experimental flag for incremental compiles. by Daniel Kurka · 11 years ago
  79. 204f6cb Update codeserver BUILD file. by Roberto Lublinerman · 11 years ago
  80. fd60156 Super Dev Mode: add user-defined tags to JobEvent by Brian Slesinsky · 11 years ago
  81. 66ef7c7 Make CssResourceGenerator produce stable and correct output. by Daniel Kurka · 11 years ago
  82. d211c2d Super Dev Mode: support standalone apps without precompile by Brian Slesinsky · 11 years ago
  83. 159dd08 Let JDT handle compile-time constants when not doing per file compile. by Roberto Lublinerman · 11 years ago
  84. 2ab4921 Remove mention of -Xincremental from CodeServer options' help by Thomas Broyer · 11 years ago
  85. 13724c6 Super Dev Mode: fix tests to work better with Google by Brian Slesinsky · 11 years ago
  86. 6c2cc42 Super Dev Mode: remove -Xincremental and add new JobEvent properties by Brian Slesinsky · 11 years ago
  87. 0d4b417 Super Dev Mode: replace public event logging API by Brian Slesinsky · 11 years ago
  88. d509059 Makes a PersistentUnitCache only for directory -war's. by John Stalcup · 11 years ago
  89. 267ad5e Opts compilePerFile into noPrecompile to avoid >1 permutation. by John Stalcup · 11 years ago
  90. 887749a Super Dev Mode: move RecompileListener event handling to Job by Brian Slesinsky · 11 years ago
  91. b50a7f3 Super Dev Mode: introduce JsonExporter by Brian Slesinsky · 11 years ago
  92. c61db29 Small improvements for SuperDev. by Roberto Lublinerman · 11 years ago
  93. 7ae1b25 Super Dev Mode: clean up module names and show bindings by Brian Slesinsky · 11 years ago
  94. 9da4d05 Makes SDM+perFileCompile correctly handle switching browsers. by John Stalcup · 11 years ago
  95. 16bc838 Super Dev Mode: rename to Outbox and OutboxTable by Brian Slesinsky · 11 years ago
  96. 78b0b95 Super Dev Mode: introduce compile job tracking by Brian Slesinsky · 11 years ago
  97. 3a215f1 oops, unused import by Brian Slesinsky · 11 years ago
  98. a6c2514 Adding missing dependency by Manuel Carrasco Moñino · 11 years ago
  99. 780ec58 Super Dev Mode: sourcemap URL fixes by Brian Slesinsky · 11 years ago
  100. 29f6011 Super Dev Mode: display warning when -XcompilePerFile is on by Brian Slesinsky · 11 years ago