1. 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
  2. a9aefda AppEngine uploads were choking on massive cache files written into war/WEB-INF by zundel@google.com · 14 years ago
  3. 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
  4. a13e660 Pruner runs only once. by scottb@google.com · 14 years ago
  5. 7cd7c4c Enables on the persistent unit cache by default. by zundel@google.com · 14 years ago
  6. e31f1cc Auto code cleanup. by scottb@google.com · 14 years ago
  7. ef7da40 Use glass panel isntead of alert() when displaying dev mode connection failures, by fredsa@google.com · 14 years ago
  8. 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
  9. 1fd77fa Changed formatting of SOYC compiler report to use large number grouping (ex: 7,923,764), by dconnelly@google.com · 14 years ago
  10. 8a4e67e In PRETTY and DETAILED, generate symbolic type queries for readability. by scottb@google.com · 14 years ago
  11. 5db6676 Salvage useful bits from overrides work. by scottb@google.com · 14 years ago
  12. d563636 Prepares SAXParserFactory one time, so avoids expensive ClassLoader lokups. by scheglov@google.com · 14 years ago
  13. 49f090e This change works around a problem found in GWT Designer testing. by zundel@google.com · 14 years ago
  14. b4a6a35 Decentralize nullmethod/nullfield. by scottb@google.com · 14 years ago
  15. 248d3ab Fix checkstyle 'info' warnings by rice@google.com · 14 years ago
  16. 2bc59d5 Rescues cached entries from jar files that are the same, save for the timestamp. by zundel@google.com · 14 years ago
  17. 11a2e2b Misc gwtc cleanups. by scottb@google.com · 14 years ago
  18. a0f5913 Auto format pass of some files before review by zundel@google.com · 14 years ago
  19. a0cd94e Minor refactoring of "dashboard" interfaces in GWT. I'd made these changes this by jhumphries@google.com · 14 years ago
  20. 7c541e5 Remove JProgram.jsniMap in favor of local accounting. by scottb@google.com · 14 years ago
  21. f7d38d1 See http://code.google.com/p/google-web-toolkit/issues/detail?id=6015 by zundel@google.com · 14 years ago
  22. a5f017a Calculates result of getSourceName() one time, so reuse because of CU cache. by scheglov@google.com · 14 years ago
  23. 6852206 Make debugging the new linker bootstrap a little easier by unnurg@google.com · 14 years ago
  24. d2cd496 Phase 1 of GWT Dashboard. This includes an interface in gwt-dev for posting to a dashboard (default implementation is a no-op). Added calls to this interface in a couple of places. Created factory class that can provide the no-op implementation or a real implementation (based on system property). Updated unit test for SpeedTracerLogger to include a test that verifies that it is posting events to dashboard as expected. by jhumphries@google.com · 14 years ago
  25. 2cb5bf7 Improving SimpleAppCacheLinker noise. by rchandia@google.com · 14 years ago
  26. 4c89490 Add an option that helps teams that rely on the body being loaded in onModuleLoade by unnurg@google.com · 14 years ago
  27. 93cba50 StringKey hashCode inconsistent across VMs. by scottb@google.com · 14 years ago
  28. 48d73ec Update the flute jar to accept double colon notation in css selectors, rename by unnurg@google.com · 14 years ago
  29. 9faaf27 Re-revert the re-roll of "Re-architect how overrides are handled." by scottb@google.com · 14 years ago
  30. 8d2d887 Re-roll r10106 "Re-architect how overrides are handled." by scottb@google.com · 14 years ago
  31. 47e49e9 Adds ability to include SafeHtml objects in dom based UI's if the lazy by rjrjr@google.com · 14 years ago
  32. ad89924 Adds HTML5 App Cache support to MobileWebApp sample. by rchandia@google.com · 14 years ago
  33. f997310 Allows enum ordinalization to proceed for enums with static methods/fields by jbrosenberg@google.com · 14 years ago
  34. 7ed713a Discards the jar file name in the resource location. It isn't necessary, and by zundel@google.com · 14 years ago
  35. 15241e6 Do not remove type information before final prune. by scottb@google.com · 14 years ago
  36. 7b74f44 Revert r10106 "Re-architect how overrides are handled." by scottb@google.com · 14 years ago
  37. b9d2a77 Allows CompileOnePerm and ComponePerms to accept all of Precompile's Options by zundel@google.com · 14 years ago
  38. cd5b756 Re-architect how overrides are handled. by scottb@google.com · 14 years ago
  39. 4cef554 Changes the policy for how to behave when the persistent unit cache can't by zundel@google.com · 14 years ago
  40. 1699aee EnumOrdinalizer cleanup, and fix ICE on empty enums. by scottb@google.com · 14 years ago
  41. f6ef034 Handle ClassFormatException in JDTCompiler when creating NameEnvironmentAnswer objects. by zundel@google.com · 14 years ago
  42. ead8ebd Model JGwtCreate/JReboundEntryPoint request/result types as strings. by scottb@google.com · 14 years ago
  43. 7950679 Fix a class of compiler bugs related to staticImpl. by scottb@google.com · 14 years ago
  44. b12b384 Adds cache of CollectClassData to make refresh faster. by scheglov@google.com · 14 years ago
  45. 7d2ec03 Removed unecessary @Override by zundel@google.com · 14 years ago
  46. 7adf994 Fix build break introduced by previous change by rice@google.com · 14 years ago
  47. 75be7be Wrap low-priority log calls with an 'if' test to avoid unnecessary calls by rice@google.com · 14 years ago
  48. 776ed93 Autoformats a few files before patch by zundel@google.com · 14 years ago
  49. cc07ec1 Treats last modified time of jar file entries differently for purposes of computing staleness in the Compilation Unit Caches. The timestamp of the .jar file is now used instead of the entries timestamps in the zip file format. Some environments return time values out of sync with the local clock, foiling the staleness computation. by zundel@google.com · 14 years ago
  50. 287ecb3 Move single jso logic from BasicWebModeCompiler to JavaToJavaScriptCompiler. by scottb@google.com · 14 years ago
  51. 86f7543 Added small generator testing framework that allows developers to by schmitt@google.com · 14 years ago
  52. e8fd691 Remove the ability to deduce the script base using the marker script in the xsiframe linker since it doesn't work in FF3.5 and we can't make it work by unnurg@google.com · 14 years ago
  53. 6701b47 Implement EntryMethodHolder.init in source. by scottb@google.com · 14 years ago
  54. 84a1533 Some Java AST cleanups. by scottb@google.com · 14 years ago
  55. b5cf73e Modify the version of xalan-2.7.1.jar used to stop including an old version of the Java Cup runtime (version .10). Add java-cup-11a.jar (version .11a) to the tools/lib directory. by jacobr@google.com · 14 years ago
  56. c133c9c Auto-cleanup of com.google.gwt.dev.jjs by scottb@google.com · 14 years ago
  57. d8a4421 Supress errors when the binary validation.jar file is missing from the by zundel@google.com · 14 years ago
  58. 96a0dfa Remove JAnnotation from GWT AST. by scottb@google.com · 14 years ago
  59. 9ccf0ae Suppresses multiple warnings related to validation .jar file and by zundel@google.com · 14 years ago
  60. f3a5054 Adds back Util.toHexString() and Util.hex4() as deprecated methods. by zundel@google.com · 14 years ago
  61. ec161d0 Users found that the error spam reduction hid too many errors. This change by zundel@google.com · 14 years ago
  62. 34b255f Allows the gwt.persistentunitcache property to accept a boolean by zundel@google.com · 14 years ago
  63. 1d56ade Addresses ClassNotFoundException problems when the data structures serialized in by zundel@google.com · 14 years ago
  64. b4a6286 make it possible to just use devmode on a particular module while allowing the by unnurg@google.com · 14 years ago
  65. a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
  66. 08ebbab Don't allow constants folding and copy propagation optimizations to perform implicit type conversions. by aizatsky@google.com · 14 years ago
  67. d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
  68. bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
  69. 7ed923c Investigate test flakiness: by gaillard@google.com · 14 years ago
  70. ee03d1a Supress errors when building the Type Oracle. by zundel@google.com · 14 years ago
  71. 91d1b02 Allows DevMode to respect the -XdisableUpdateCheck option. by zundel@google.com · 14 years ago
  72. d87bc86 Fix ICE in GenerateJavaAST by scottb@google.com · 14 years ago
  73. 5cbc34f Remove newly-output PersistentUnitCache file if nothing was written to it. by scottb@google.com · 14 years ago
  74. 3f08a3f Fixes build break - unit test expected non-existent dir to throw an exception by zundel@google.com · 14 years ago
  75. c9792c6 Recursively creates directories for the persistent unit cache. by zundel@google.com · 14 years ago
  76. efc49a5 Remove stray file from svn rev#9903 and fix spelling mistake. by gwt.mirrorbot@gmail.com · 14 years ago
  77. 0dc5b09 LongLibBase improperly stomps on global 'a' variable. This patch reuses globalTemp (_) instead. by cromwellian@google.com · 14 years ago
  78. 3e972a5 Add a buffered input stream when reading persistent unit cache by zundel@google.com · 14 years ago
  79. 6ffa15e Operations like i += d where i is an int and d is a double are not properly by cromwellian@google.com · 14 years ago
  80. 0be5b49 Removing a stray junit dep missed in r9870. by fabbott@google.com · 14 years ago
  81. 4c9af5e Serialize GWT ASTs with CompilationUnits. by scottb@google.com · 14 years ago
  82. 7264baf DiskCacheToken wrapper type for easier serialization. by scottb@google.com · 14 years ago
  83. 24a3949 Add missing tests to JavaCompilationSuite by scottb@google.com · 14 years ago
  84. 57a2265 Adds flag to enable EnumOrdinalizer result stats by jbrosenberg@google.com · 14 years ago
  85. 88cad35 Better error handling when the cache is initialized with a directory by zundel@google.com · 14 years ago
  86. a5eb570 Adds a cache (PersistenUnitCache) to store CompilationUnits by zundel@google.com · 14 years ago
  87. 87dc53e Start at adding media events for audio/video elements. Note, the underlying implementation for HTML5 media by fredsa@google.com · 14 years ago
  88. cc32dae Using cached ZipFileClassPathEntry objects. by scheglov@google.com · 14 years ago
  89. ddb956e Fix docs/warnings by rice@google.com · 14 years ago
  90. 4f6b2a0 Moving UnitTestTreeLogger from dev/core/src to dev/core/tests, so gwt-dev by fabbott@google.com · 14 years ago
  91. ecbd017 This change is mostly resources related. by scheglov@google.com · 14 years ago
  92. f0b46f5 Make devmode.js have a module specific filename by unnurg@google.com · 14 years ago
  93. 29e20c1 Fix the worst concurrent modification problems in compiler memory-light set/map. by scottb@google.com · 14 years ago
  94. 2cc85fb Rolling back jsinliner patch, issues have been identified by jbrosenberg@google.com · 14 years ago
  95. ac97c8b Reintroduces JsInliner patch with minor tweaks, addresses issue 5707 (previously submitted by by jbrosenberg@google.com · 14 years ago
  96. 15f6757 Overhaul overlay types. by cromwellian@google.com · 14 years ago
  97. b5d8523 Provides a wrapper around transforming a resource name (filename or URL) by zundel@google.com · 14 years ago
  98. 212c2da Fixing newline characters in GwtAstBuilder.java and ReferenceMapper.java. by jlabanca@google.com · 14 years ago
  99. 92dd993 CompileModule / GwtAstBuilder by scottb@google.com · 14 years ago
  100. 4bcc06f IE9 support (BETA) - 3/3. by fabiomfv@google.com · 14 years ago