1. 46f52bc Cherry-pick merging /releases/1.6 c4963 into trunk. by scottb@google.com · 16 years ago
  2. e505038 Add support for reporting the use of deprecated types, methods, and fields from within JSNI methods. by bobv@google.com · 16 years ago
  3. 4e7be04 Fix typo in emitted symbol map filename. by bobv@google.com · 16 years ago
  4. a12cbc0 Removed unused imports. by scottb@google.com · 16 years ago
  5. edd93e0 Implements an undocumented symbol-dumping feature. by scottb@google.com · 16 years ago
  6. 005d3d3 Fixes issue 3304. The attempted fix in r4477 opened up some possible by spoon@google.com · 16 years ago
  7. 47a31fc Clean up how tag interfaces are assigned to JavaScriptObject when implemented by SingleJsoImpl types. by bobv@google.com · 16 years ago
  8. ef19e66 Add the permutation's strong name to the HTTP headers of GWT RPC requests. by bobv@google.com · 16 years ago
  9. 617ed41 Fixes broken serializability of StackTraceElement by rjrjr@google.com · 16 years ago
  10. 4c526e4 Build fix: this should have been part of r4936. by scottb@google.com · 16 years ago
  11. 2afa10f Refactor JsParser interface to be a static method; hide internal state. by scottb@google.com · 16 years ago
  12. dbd5b33 When viewing a JsniMethodBody in a debugger, show the JS source. by scottb@google.com · 16 years ago
  13. 037c2b9 Removing JsSourceInfo; no longer needed by scottb@google.com · 16 years ago
  14. 39e8ed0 JModVisitor and JsModVisitor now allow immutable lists to be traversed (provided you don't actually try to modify them). Should also be slightly faster. by scottb@google.com · 16 years ago
  15. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  16. 41b9203 Rolling back r4917 to clear the build for a pending 1.6 -> trunk merge. by scottb@google.com · 16 years ago
  17. 123be3b Allow runAsync to download code using XHR instead of by spoon@google.com · 16 years ago
  18. 4c3d049 Removes an out-of-date comment. by amitmanjhi@google.com · 16 years ago
  19. 19bec45 Added comments to EventTest.testDoubleClickEvent() to explain why IE behavior is expected to be different. by jlabanca@google.com · 16 years ago
  20. e103359 Fixed a bug where IE would synthesize extra click events on a double click. by jlabanca@google.com · 16 years ago
  21. 7e8b053 Added some Api changes to the whitelist after confirming with John. by amitmanjhi@google.com · 16 years ago
  22. 5ad3881 Reversed c4906 because user/src/com/google/gwt/i18n/server is absent in the reference version. by amitmanjhi@google.com · 16 years ago
  23. 9fcbfe7 The file has to be excluded from the new Api. Completes the fix in c4906 to c4905. by amitmanjhi@google.com · 16 years ago
  24. f070ac6 Update to the config file due to John's Runtime locales stuff (r4905) by amitmanjhi@google.com · 16 years ago
  25. abdf77e Add support for runtime locales, update CLDR data. by jat@google.com · 16 years ago
  26. 3e24e89 Fix OOPHM breakage due to JSNI references to class literals, also remove a by jat@google.com · 16 years ago
  27. 03a8030 Fixes issue 3365 by making sure the date value is copied upon the construction of the date value change event. by ecc@google.com · 16 years ago
  28. 9de3ef1 This patch enables Gwt's custom resource-filters to handle patterns that end in by amitmanjhi@google.com · 16 years ago
  29. f1f210f Partial rollback of c4888: we shouldn't, but have some users depending on by fabbott@google.com · 16 years ago
  30. 917a542 Fixes issue r3414 by making date box fire value change events reliably by ecc@google.com · 16 years ago
  31. 080c389 Updated webAppCreator to include a much better error handling message when an RPC error occurs. by jlabanca@google.com · 16 years ago
  32. e00882a In Showcase, gave some buttons a fixed width so they would line up nicely. by jlabanca@google.com · 16 years ago
  33. ca15481 Fix aliasing in AST nodes created by JavaScriptObjectNormalizer by calling CloneExpressionVisitor. by bobv@google.com · 16 years ago
  34. d8c3cda Updating branch-info.txt. by jgw@google.com · 16 years ago
  35. 7d2529a Merging trunk c4889 into this branch. by jgw@google.com · 16 years ago
  36. 6b28ff9 Fixes FlowPanel.clear() on IE (by making it not use innerHTML). by jgw@google.com · 16 years ago
  37. 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
  38. 65e33e4 Fixes issue 3378 by adding getHandlerCount() Review by:rjrjr by ecc@google.com · 16 years ago
  39. 199ab93 Fix MenuItem class doc--it's not a widget by rjrjr@google.com · 16 years ago
  40. f14fe7f Updating the branch-info.txt for cherry pick c4873 from trunk to 1.6 (r4878) by amitmanjhi@google.com · 16 years ago
  41. 0a98422 svn merge -r4872:4873 https://google-web-toolkit.googlecode.com/svn/trunk . by amitmanjhi@google.com · 16 years ago
  42. 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
  43. 079f149 Fix test based on new CLDR data. by jat@google.com · 16 years ago
  44. e014325 Update date/time constants to CLDR 1.6.1. by jat@google.com · 16 years ago
  45. 912a793 Discard the serialized AST before linking, to save memory. by spoon@google.com · 16 years ago
  46. d5f3042 This patch adds identifiers that cause loading of the java plugin in the by amitmanjhi@google.com · 16 years ago
  47. 8185cce Updating branch-info.txt. by jgw@google.com · 16 years ago
  48. ffb71b8 Merging trunk@c4867 into the 1.6 release branch. by jgw@google.com · 16 years ago
  49. 5559149 Merging trunk@c4859 into 1.6 release branch. by jgw@google.com · 16 years ago
  50. 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
  51. a941541 Correct the help text for HostdMode -server argument. by scottb@google.com · 16 years ago
  52. 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
  53. e15b8ee We deprecate ListBox's setMultipleSelect, fixing issue 249. Review by:rjrjr by ecc@google.com · 16 years ago
  54. 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
  55. 3af18e0 Add a doctype to the template for our generated web.xml on new projects. by ajr@google.com · 16 years ago
  56. 2290f02 Fixed hyperlinks to samples in recognition of the new project directory structure. by bruce@google.com · 16 years ago
  57. 9b46bf7 Changed copyright dates to 2009. by bruce@google.com · 16 years ago
  58. 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
  59. b7ad35a This patch fixes the caching logic so that Gwt no longer re-reads and by amitmanjhi@google.com · 16 years ago
  60. d87e37d This patch provides custom implementations for pattern matching of resources by amitmanjhi@google.com · 16 years ago
  61. 2a2d21f Fixes issue 3357; using -validateOnly with I18N caused spurious validation errors because we were trying to rebind every visible class. by scottb@google.com · 16 years ago
  62. 6c565c7 Fixes CheckBox.replaceInputElement() to not reverse the order of the input & by jgw@google.com · 16 years ago
  63. 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
  64. 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
  65. 374d43a Merge web-mode stack trace support. by bobv@google.com · 16 years ago
  66. 458668a General polish: marking a couple of interfaces deprecated to avoid confusion. by scottb@google.com · 16 years ago
  67. dbaddcc Removed deprecated api calls. by scottb@google.com · 16 years ago
  68. af9616d Remove spurious warnings generated by referencing nullField and nullMethod. by scottb@google.com · 16 years ago
  69. b2bd3f5 Allow test parallelization to be set externally. by bobv@google.com · 16 years ago
  70. 87b1e5f General polish. by bruce@google.com · 16 years ago
  71. c6ac19e Fixed DOMRtlTest.testGetAbsolutePositionWhenScrolled(). We now allow the return value of getAbsoluteLeft to be off by 1px, which is possible in FF2 if the element is in a scrollable div. by jlabanca@google.com · 16 years ago
  72. 6cec435 Avoid creating clinit calls for ClassLiteralHolder when constructing the JS AST. by bobv@google.com · 16 years ago
  73. c0e308f Integrate type-removal branch into trunk. by bobv@google.com · 16 years ago
  74. 49b3f1c Disabled the unit test DOMRtlTest.disabledTestGetAbsolutePositionWhenScrolled() to fix the build. I will reenable this test very soon. by jlabanca@google.com · 16 years ago
  75. 0b0d6d4 On Chrome and Safari in RTL mode, getAbsoluteLeft() returns the wrong value if a scrollable div is in the hierarchy because offsetLeft is relative to the left edge of the scrollable div when scrolled all the way to the right, not when scrolled to the left. This patch adds back the difference between the left edge when scrolled to the left and the left edge when scrolled to the right. by jlabanca@google.com · 16 years ago
  76. 431d1d6 Cleanup of JsniChecker per spoon suggestions. by scottb@google.com · 16 years ago
  77. a42900d Adds a native XMLHttpRequest implementation, updates RequestBuilder to use it, by jgw@google.com · 16 years ago
  78. ebef680 Updated gwt-dev Eclipse projects to use updated JDT. Updated weird cast case. by scottb@google.com · 16 years ago
  79. ab5f71c Disable XML validation in internal jetty. by scottb@google.com · 16 years ago
  80. b5e6568 Re-enable servlet tag in DynaTable now that we validate. by scottb@google.com · 16 years ago
  81. 81e5f9a Added a note regarding the unnecessary cast. by scottb@google.com · 16 years ago
  82. d1c2148 Validate servlet tags in GWT modules against the actual web.xml being used. by scottb@google.com · 16 years ago
  83. db3ee00 Added missing copyright. by scottb@google.com · 16 years ago
  84. d7d618d FileUpload now implements HasChangeHandlers, which is fired when a user changes the file in the widget. by jlabanca@google.com · 16 years ago
  85. 45d7592 Fixes broken build introduced in last commit by adding a seemingly unnecessary cast; JDT doesn't need it, but javac breaks without it. This needs Scott to come back and verify the change. by bruce@google.com · 16 years ago
  86. f6d106c Adds a warning to JsniChecker to detect references to anonymous classes. by scottb@google.com · 16 years ago
  87. 43f6abe Allow GWTProblems to generate warning log messages. by scottb@google.com · 16 years ago
  88. 052ba86 Fixed binary type name resolution order, only generate binary names from already-compiled units. by scottb@google.com · 16 years ago
  89. b59a39d Format. by scottb@google.com · 16 years ago
  90. 1cff3b3 Update WebAppCreator to make for friendlier build files. Tweak DynaTable's web.xml to have a nice welcome file. by scottb@google.com · 16 years ago
  91. 7143e54 Adds some more visual tests and some helper methods to create more visual visual by ecc@google.com · 16 years ago
  92. a0b658b Fixes issue 1938 by preventing window resize events from being fired with duplicate height and width values. by ecc@google.com · 16 years ago
  93. 036eacc Updated the default app created by WebAppCreator so it looks a little better, is a little less complicated, and show how to add GWT functionality to an existing page. by jlabanca@google.com · 16 years ago
  94. 57e3c80 Adds a redirect to the deprecation on HasKeyPreview by rjrjr@google.com · 16 years ago
  95. b85b6c3 Update help text to not mention Tomcat specifically. by scottb@google.com · 16 years ago
  96. 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
  97. 44e138f Removing deprecated HasHandlers interface in the logical package. (Second attempt) by ecc@google.com · 16 years ago
  98. b3806ff Updates branch-info.txt to reflect that r4695 should not be merged to trunk. by spoon@google.com · 16 years ago
  99. 589bad2 Cleans up logging structure in hosted mode. A lot of stuff was appearing in the shell's top logger directly. This adds nesting levels in certain places to make the logging much more clear. Compare before and after with -logLevel SPAM to see what I'm talking about. by scottb@google.com · 16 years ago
  100. 170d878 Mostly superficial/aesthetic improvements to the doc build and javadoc content: by bruce@google.com · 16 years ago