1. f1f210f Partial rollback of c4888: we shouldn't, but have some users depending on by fabbott@google.com · 16 years ago
  2. ca15481 Fix aliasing in AST nodes created by JavaScriptObjectNormalizer by calling CloneExpressionVisitor. by bobv@google.com · 16 years ago
  3. 6b28ff9 Fixes FlowPanel.clear() on IE (by making it not use innerHTML). by jgw@google.com · 16 years ago
  4. 9972eb1 Use a local variable to record the RPC request id number instead of using the global variable. by bobv@google.com · 16 years ago
  5. 1e0e646 Fix web-mode compilation of SingleJsoImpl types when the implementing JSO type is never explicitly referenced by client code. by bobv@google.com · 16 years ago
  6. 912a793 Discard the serialized AST before linking, to save memory. by spoon@google.com · 16 years ago
  7. d5f3042 This patch adds identifiers that cause loading of the java plugin in the by amitmanjhi@google.com · 16 years ago
  8. 06e80c26 Disables the popup scrollbar hack for FF3 and later on Mac OS X, where it is no by jgw@google.com · 16 years ago
  9. d435487 Fixed a bug in DOMImplIE.getAbsoluteLeft() where the wrong value can be returned in strict mode if the user sets a width on the body element. by jlabanca@google.com · 16 years ago
  10. b8dc095 Remove the need for an explicit SingleJsoImpl annotation. The single-JSO-ness of interfaces will be automatically calculated. by bobv@google.com · 16 years ago
  11. 35a35dd Fix test breaks on Linux hosted-mode browser running in web mode; sometimes a function's toString() will start with spaces. by bobv@google.com · 16 years ago
  12. b7ad35a This patch fixes the caching logic so that Gwt no longer re-reads and by amitmanjhi@google.com · 16 years ago
  13. d87e37d This patch provides custom implementations for pattern matching of resources by amitmanjhi@google.com · 16 years ago
  14. 6c565c7 Fixes CheckBox.replaceInputElement() to not reverse the order of the input & by jgw@google.com · 16 years ago
  15. 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
  16. 4017786 Fix null derefenece in Mozilla browsers if we attempt to create a JavaScriptException after encountering a "throw null;" scenario. by bobv@google.com · 16 years ago
  17. 374d43a Merge web-mode stack trace support. by bobv@google.com · 16 years ago
  18. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  19. 6cec435 Avoid creating clinit calls for ClassLiteralHolder when constructing the JS AST. by bobv@google.com · 16 years ago
  20. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  21. a42900d Adds a native XMLHttpRequest implementation, updates RequestBuilder to use it, by jgw@google.com · 16 years ago
  22. d7d618d FileUpload now implements HasChangeHandlers, which is fired when a user changes the file in the widget. by jlabanca@google.com · 16 years ago
  23. ee8a4a9 Reduced the log level of ReplaceRunAsyncs and STOB from INFO down to DEBUG. INFO is the default log level and users were (rightly) complaining about spammy consoles during builds. by bruce@google.com · 16 years ago
  24. 61ff7c8 Fixes issue 3277. The lightweight metrics for runAsync() work again. by spoon@google.com · 16 years ago
  25. d076b63 This patch improves the way runAsync calls its callbacks in two by spoon@google.com · 16 years ago
  26. 405a1ba Commit SingleJsoImpl branch to trunk. by bobv@google.com · 16 years ago
  27. 4301639 Stashing drtool in the build-tools directory, in case somebody else needs to by ajr@google.com · 16 years ago
  28. 362654b Disables jarjar from the build entirely. This fixes the HostedMode entry point. by spoon@google.com · 16 years ago
  29. c8455c0 Fix for hosted.html breakage on non-Mozilla browsers. by jgw@google.com · 16 years ago
  30. a8da490 Merge of r4669 from releases/1.6 to fix broken build. by jgw@google.com · 16 years ago
  31. e11cc57 Simple patch to fix the trunk build breakage. by amitmanjhi@google.com · 16 years ago
  32. 2b76399 Clean up checkstyle warnings and formatting. by jat@google.com · 16 years ago
  33. f058b7d Merge OOPHM hosted.html into standard one. by jat@google.com · 16 years ago
  34. 3b529cf Fixes OOPHM build breakage. Patch by: jgw, jat Review by: jat (Desk check) by jgw@google.com · 16 years ago
  35. 399b564 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  36. a838baf Fix build breakage introduced by 1.6 merge. by jgw@google.com · 16 years ago
  37. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  38. bff89a8 Merge of c4609 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  39. 47bb29e Whitelisting the new event packages for javadoc. (This should be a by fabbott@google.com · 16 years ago
  40. 368ca39 Ignore duplicate classpath entries, and share classpaths generated from the same URLClassLoader. by jat@google.com · 16 years ago
  41. 49a123d Undo change r4586 due to an interaction with the api checker that breaks the continuous build. by bobv@google.com · 16 years ago
  42. 62773b1 Adds a -draftCompile flag to the compiler. by bobv@google.com · 16 years ago
  43. 2c2bdbd Temporary hack to allow forcible removal of class-literal strings by inheriting by jgw@google.com · 16 years ago
  44. 1516ac6 Fix NullPointerException in RPCRequest.toString(). by bobv@google.com · 16 years ago
  45. 9263b4f patches for legacy option and property support... these things should go away "soon," but we need to provide some grace period first. by fabbott@google.com · 16 years ago
  46. 7ad09d4 by rjrjr@google.com · 16 years ago
  47. 83f840f Catch the case of a failure to start the browser listener and avoid NPE, so the by jat@google.com · 16 years ago
  48. 349dabd upmerge of buildbreak fix for XSLinker and StandaloneScriptLinker by fabbott@google.com · 16 years ago
  49. 8b5d293 Merged a fix to tmpdir creation, so the gwt-tmp layer can't create by fabbott@google.com · 16 years ago
  50. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  51. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  52. a87b27d Fixes issue 3064. A virtual method call through an interface type by spoon@google.com · 16 years ago
  53. 67d0a53 Adds @GwtTransient, an annotation that tells GWT RPC by spoon@google.com · 16 years ago
  54. 8eecc1f Run jarjar on gwt-dev-platform.jar, for all three platforms, so that by spoon@google.com · 16 years ago
  55. fac1759 Remove missing plugin warnings with XPCOM, fix reference to external.initModule by jat@google.com · 16 years ago
  56. cbae25e Merging releases/1.6@4366 :4385 into trunk. by jat@google.com · 16 years ago
  57. 93f3776 Fix OOPHM breakage from latest merge. by jat@google.com · 16 years ago
  58. a5f43bd Making dependency display optional. by kprobst@google.com · 16 years ago
  59. 6b91ec7 Updated dashboard to include method-level control-flow dependencies by kprobst@google.com · 16 years ago
  60. 946c97a Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
  61. e5d2854 Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
  62. e77fd12 Add test for percent. by jat@google.com · 16 years ago
  63. b4c03e2 A couple of pieces left out of the previous commit. by jat@google.com · 16 years ago
  64. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  65. 310dbfd Have ControlFlowAnalyzer record fields that are written. Previously, by spoon@google.com · 16 years ago
  66. 8d41815 When runAsync is not used, don't emit a __gwtStartLoadingFragment() by spoon@google.com · 16 years ago
  67. a9365de Initial add of the AsyncProxy type to support deferred construction and method invocation for "command-style" APIs. by bobv@google.com · 16 years ago
  68. 278b479 Add a compiler flag -XdisableRunAsync to disable code-splitting on a per-compile basis. by bobv@google.com · 16 years ago
  69. f7955ea Added functionality to map runAsync split points and fragment numbers to the methods that they are placed in. This information is accessed by SOYC and displayed in the SOYC dashboard. by kprobst@google.com · 16 years ago
  70. 46e3cae Added some css styling. by kprobst@google.com · 16 years ago
  71. f09444b Removing a build-breaking test that was merged in my cherrypick at by fabbott@google.com · 16 years ago
  72. 4acc48f Also cherry picked, for a build break, c4269, for a sporadic apicheck bug. by fabbott@google.com · 16 years ago
  73. 29c9b72 Cherrypick merges of 1.6 c4298 and c4299. by fabbott@google.com · 16 years ago
  74. 412c9ea Windows should have <zipfileset>, not <tarfileset>, though Ant 1.7 doesn't by fabbott@google.com · 16 years ago
  75. ac93662 Fix a ClassCircularityError caused by a supertype having a JSNI reference to a subtype. by bobv@google.com · 16 years ago
  76. 5056838 Small change to cut out runAsync display until we (Lex, I) decide on how runAsync and SOYC should be integrated. by kprobst@google.com · 16 years ago
  77. 0c0a29e Including gwt-soyc-vis.jar in the distribution. by fabbott@google.com · 16 years ago
  78. c89f0ae Allowing dashboard to read gzipped input, since that's what we emit. by fabbott@google.com · 16 years ago
  79. 2762932 typo correction; the ListenerWrapper for Trees should fire a StateChange rather than Selection for node open. (Node close was correct.) by fabbott@google.com · 16 years ago
  80. 65b2f4f Modifies the IFrame linker so that any deferred-loaded JavaScript by spoon@google.com · 16 years ago
  81. c746465 Remove JDK 1.6 dependency from OOPHM shell. by jat@google.com · 16 years ago
  82. 3ac2cc7 OOPHM Checkstyle warning removal. by jat@google.com · 16 years ago
  83. ab927e5 Added dummy test and checkstyle targets so that the build does not break. by kprobst@google.com · 16 years ago
  84. d1208bc Fix distro build file for Windows. by jat@google.com · 16 years ago
  85. d092019 - now displaying dependencies at the class level - improved table layout by kprobst@google.com · 16 years ago
  86. 9544d4f Removing bad import, desk check by spoon. by ecc@google.com · 16 years ago
  87. 9e79481 SOYC Dashboard by kprobst@google.com · 16 years ago
  88. 8403666 Added SOYC Dashboard visualization to trunk/tools. See README in trunk/tools/soyc-vis for information on how to compile & run. by kprobst@google.com · 16 years ago
  89. 855126e Bump memory when building javadoc to see if this will fix breakage on continuous build. by bobv@google.com · 16 years ago
  90. e37bfbe Merge SOYC report branch into trunk. by bobv@google.com · 16 years ago
  91. 443691f Fix unreliable test -- it checks for implementation details that vary between by jat@google.com · 16 years ago
  92. 003f7a6 Replace use of RandomAccessFile with FileOutputStream, which avoids by jat@google.com · 16 years ago
  93. 4e209a0 Change hosted.html to get its gwt.hosted parameter from the outer frame rather by jat@google.com · 16 years ago
  94. 5478bc5 Does a better job of code splitting for static fields. Previously, by spoon@google.com · 16 years ago
  95. cd3a1a9 Checkstyle warnings + removing .settings folder until we can make an across-the-board decision. by scottb@google.com · 16 years ago
  96. 62d0a72 Missing file from r4201. by jat@google.com · 16 years ago
  97. 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
  98. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
  99. 47154ac Added more tests for date/time formatting in the en locale. by ajr@google.com · 16 years ago
  100. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago