1. ca5a60b Removed use of a global table (typeIdArray) for testing castability between types. This information is now stored per class prototype as a castableMap. by jbrosenberg@google.com · 15 years ago
  2. a01bbf4 Re-rolling r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
  3. c2439e4 Submitting a fix for the NPE introduced by by amitmanjhi@google.com · 15 years ago
  4. bb37882 Add mouse position information to ClickEvent and DoubleClickEvent. Manually verified that this by fredsa@google.com · 15 years ago
  5. 3d1c304 Adds partial support for related fields to RequestFactory. Right now, getters of such fields always return null. by cromwellian@google.com · 15 years ago
  6. b6b81be Split BigDecimal/BigInteger tests out of EmulSuite. by jat@google.com · 15 years ago
  7. 65bea9e Incorporated Ray's feedback on http://code.google.com/p/google-web-toolkit/source/detail?r=8533 by amitmanjhi@google.com · 15 years ago
  8. 40adf9c Removes vestiges of TypeOracle support for local types. by scottb@google.com · 15 years ago
  9. e2918ba Override annotation and formatting by amitmanjhi@google.com · 15 years ago
  10. b1077dc Public: Fix gwt compile errors in javax.validation. by nchalko@google.com · 15 years ago
  11. 5817cf8 Fix the equals method for RecordKey. Forgot to make this change in the just by amitmanjhi@google.com · 15 years ago
  12. 27b8c08 Fixed the create bug that was being caused by server ids and futureIds by using the futureId field in RecordKey and RecordImpl by amitmanjhi@google.com · 15 years ago
  13. 6aff3fc Adds (unused by this patch, but needed in forthcoming history code) by rjrjr@google.com · 15 years ago
  14. 07a8540 This patch allow empty row data lists that start on the pageStart to pass through the AbstractListViewAdapter and HasDataPresenter down to the HasData implementation (such as CellList). This ensures that Cell Widgets clear the view when the row count goes to 0. Before this change, setting the rowCount to zero would redraw with the empty list, but the empty list was considered "out of range." by jlabanca@google.com · 15 years ago
  15. 35069b7 Extends DynaTableRF with a client call to Person#persist. by rjrjr@google.com · 15 years ago
  16. de99bd3 Removes CompilationUnit.isCompiled(). by scottb@google.com · 15 years ago
  17. ef5cb97 Rollingback r8521: Lazily generate LocaleInfoImpl (rebase from superdevmode) since htmlunit is failing. by conroy@google.com · 15 years ago
  18. baf5542 Lazily generate LocaleInfoImpl (rebase from superdevmode) by conroy@google.com · 15 years ago
  19. 2778c04 Add @Override tags in order to be able to enable Eclipse warnings without being drowned by rice@google.com · 15 years ago
  20. ad28ffa More DeltaValueStore cleanup. by amitmanjhi@google.com · 15 years ago
  21. 77d1073 Enables setter methods to be directly called on Record/proxy objects, instead of by amitmanjhi@google.com · 15 years ago
  22. 860d8b4 PUBLIC: Fix compile errors in user/build.xml compile.tests target. by nchalko@google.com · 15 years ago
  23. 262d04d Revert DeferredCommand deprecation due to reports of test failures. by bobv@google.com · 15 years ago
  24. b73a0ec Better error message on garbage in text. by rjrjr@google.com · 15 years ago
  25. c77d572 ListView and PagingListView are now HasData, with a parent interface of HasRows. ListView.Delegate/Pager have been replaced by a combination of HasRows#addRangeChangeHandler() and HasRows#addRowCountChangeHandler(). Pagers (note that there is no longer a Pager interface) no longer take views in their constructors. Instead, they are passed into AbstractPager#setView(), making them more UiBinder friendly. CellList and CellTable now have a common superclass AbstractHasData, which makes it much easier for us and users to create new Cell based widgets. by jlabanca@google.com · 15 years ago
  26. c3dca8b Recommiting the new CrossSiteIframeLinker. by spoon@google.com · 15 years ago
  27. 026e8ed Deprecate the DeferredCommand API. Patch by: bobv Review by: rjrjr by bobv@google.com · 15 years ago
  28. c67f5c8 Public: Simple implementation of ConstraintViolation, ConstraintDescriptor, Path and Node. by nchalko@google.com · 15 years ago
  29. 7f8da95 Refactor SelectionModel.SelectionEvent into its own class with associated Handler by rice@google.com · 15 years ago
  30. 322749a Fix datatype renderers to handle nulls properly for some primitive by rjrjr@google.com · 15 years ago
  31. bd0f8a1 Treat undefined Record properties on JSOs as nulls by cromwellian@google.com · 15 years ago
  32. bbaa307 Remaining changes to bikeshed/scaffold app as a result of using Long ids instead of String ids. by amitmanjhi@google.com · 15 years ago
  33. 9760fb8 Removed the RequestDataManager class that is no longer used. by amitmanjhi@google.com · 15 years ago
  34. 850897c Fixing a couple of typos in JavaDoc. by jlabanca@google.com · 15 years ago
  35. e7a3627 "De-bounce" built-in selection models by rice@google.com · 15 years ago
  36. 5e4dfd1 We write to JDK 1.5, so you can't put @Override when you implement by rjrjr@google.com · 15 years ago
  37. d7b26f6 Add missing .css files for CellTable by rice@google.com · 15 years ago
  38. 4640f11 Another step towards making instance methods real. The interface on the client is pretty much what it needs to be. by amitmanjhi@google.com · 15 years ago
  39. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  40. c980e2f Fix RPC charset parameter tests to be consistent with ServletResponse#getCharacterEncoding(), by fredsa@google.com · 15 years ago
  41. 8268509 Removed trim in ValueBoxBase, forcing parsers to handle trim()ing. by pdr@google.com · 15 years ago
  42. 5fd6191 First pass at keyboard navigation (currently only for CellTable) by rice@google.com · 15 years ago
  43. 7a10096 Moved the create method from DeltaValueStore, used Long futureIds. Deleted ValueStore interface and made ValueStoreJsonImpl non-public. by amitmanjhi@google.com · 15 years ago
  44. 4beb3d2 Allowing DefaultSuggestionDisplay to stay open even when empty (no suggestions). by portersi@google.com · 15 years ago
  45. bcba2ae Fix support for null fields and Boolean type types in RequestFactory. by cromwellian@google.com · 15 years ago
  46. dbca117 Add logging to scaffold and expenses apps by unnurg@google.com · 15 years ago
  47. 4a476f3 Fix authentication redirection by unnurg@google.com · 15 years ago
  48. 563cebf Add two new ClientBundle DataResource annotations: by fredsa@google.com · 15 years ago
  49. ee040e7 Made the error messages thrown in case of GWTTestCase timeouts more informative, as requested in by amitmanjhi@google.com · 15 years ago
  50. c92c95c Enhancement for issue 4870 by drfibonacci@google.com · 15 years ago
  51. 16bc013 Always show "more" link when pager's list view has an inexact item count. More should set a range beyond the current datasize if the count is inexact. by digi@google.com · 15 years ago
  52. eed4410 Rollback of: by unnurg@google.com · 15 years ago
  53. 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
  54. cb6e862 Split LogManager class into an set of Impl classes so that any LogManager calls by spoon@google.com · 15 years ago
  55. 1a5bcc8 Add the ability to change the size of a widget in the by toms@google.com · 15 years ago
  56. f055584 Fix for issue 1813: RootPanel.get(id) fails to set 'position:relative' and 'overflow:hidden' by fredsa@google.com · 15 years ago
  57. 8f3aa88 Change RequestFactory based requests: by fredsa@google.com · 15 years ago
  58. ad144ac Fixes UiBinder MenuBar parser to allow MenuItemSeparator, and custom by rjrjr@google.com · 15 years ago
  59. 37d0cd7 Change the way we include the User Auth files, keeping more of them by unnurg@google.com · 15 years ago
  60. f2ae45a Disabling part of HTMLTest because it fails cross browser. by jlabanca@google.com · 15 years ago
  61. d7cf556 Fixing HTMLTest so that it doesn't assume tag names returned from getInnerHtml are lowercase. IE automatically converts tag names to uppercase. by jlabanca@google.com · 15 years ago
  62. 8b8e7b2 Adding support for non-propagating events in Cell based widgets. In modern browsers, we make the widget's outer element the capture element, which allows us to catch and dispatch non-bubbling events from the cells. by jlabanca@google.com · 15 years ago
  63. acd753e Fixes many compiler warnings in JsonRequestProcessor. by rjrjr@google.com · 15 years ago
  64. c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
  65. 309cb42 Adds integral BiDi support to Label.java and its descendants. Introduces a new interface, HasAutoHorizontalAlignment. by tomerigo@google.com · 15 years ago
  66. acc1af8 Implement ROO-933 and ROO-935. Handle java.lang.{Byte/Short/Character/Integer/Long/BigDecimal/BigInteger/Date/Float/Double} as return types in RequestFactory as well as enums, which must be in a shared package. by cromwellian@google.com · 15 years ago
  67. d3307cf Rolling back the following change due to failing tests by fredsa@google.com · 15 years ago
  68. 0c9d5f5 Add two new ClientBundle DataResource annotations: by fredsa@google.com · 15 years ago
  69. 26ddb97 No longer require RPCs to contain a 'Content-Length' HTTP request header, thus by fredsa@google.com · 15 years ago
  70. b87b847 Fixed 2 TODOs: (a) removed the RequestFactory variable from AbstractRecordEditActivity, by amitmanjhi@google.com · 15 years ago
  71. 31c333f Fix warnings and checkstyle errors by rice@google.com · 15 years ago
  72. 2aaa262 Re-introduces UiBinder parser for AbsolutePanel, now backward by rjrjr@google.com · 15 years ago
  73. d01e52e Refactoring to one top level class per .java file, since some by fabbott@google.com · 15 years ago
  74. 656d99a Partial commit towards making instance methods real. Merged the execution paths by amitmanjhi@google.com · 15 years ago
  75. 3b6ef4f Turn off logging in bikeshed, till Unnur commits her bytecode rewriting fix. At by amitmanjhi@google.com · 15 years ago
  76. 5241460 Rolls back UiBinder AbsolutePanelParser due to breakage of existing code. by rjrjr@google.com · 15 years ago
  77. 90f14a0 Make javax.validation available to gwt clients. by nchalko@google.com · 15 years ago
  78. 9517473 Adds UiBinder parser for AbsolutePanel. by rjrjr@google.com · 15 years ago
  79. 2031af7 Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the browser is properly formatted. by bobv@google.com · 15 years ago
  80. dcdb628 Resubmitting this change because I accidentally included changes from another patch the first time I submitted. by jlabanca@google.com · 15 years ago
  81. 538cba3 Rolling back this change because it included changes from a different patch. by jlabanca@google.com · 15 years ago
  82. 0bf59de Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size. We now cache the data size and pass it to views as they are added. by jlabanca@google.com · 15 years ago
  83. fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
  84. 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
  85. 3b14f5d Replacing Cell#consumesEvents() with Cell#getConsumedEvents(), and using the return value to sink only the required events for each Cell Widget. by jlabanca@google.com · 15 years ago
  86. dddc600 Updated javadoc for Window#setStatus() by fredsa@google.com · 15 years ago
  87. f1c256e Add basic logging to Scaffold app by unnurg@google.com · 15 years ago
  88. ca3655b Fixes a bug in the finally handling of doExecuteCommands which unilaterally squashes exceptions. (Early returns from a finally block via return statements or exceptions override pending exceptions). by tobyr@google.com · 15 years ago
  89. 95c372d Fix external issue 5062 - DateTimeFormat#formatFractionalSeconds incorrect for date before 1970 with 0 fractionalSecond by rice@google.com · 15 years ago
  90. d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago
  91. e6fc013 Rolling back the cross-site linker using an iframe. It's not clear this is a safe change for all apps. by spoon@google.com · 15 years ago
  92. d7df07e Narrows DesignTime knowledge to XMLElement, and eradicates statics for by rjrjr@google.com · 15 years ago
  93. d171785 Add support for authentication by unnurg@google.com · 15 years ago
  94. 4e996fe Modifies the cross-site linker to put its code in an iframe by spoon@google.com · 15 years ago
  95. 45c0555 Rolls back r8394, allow RPC for unmodifiable collections, due by rjrjr@google.com · 15 years ago
  96. c881729 Make the deRPC server code compatible with servlet filters that alter the HTTP by bobv@google.com · 15 years ago
  97. 16c961d Fixing WindowImplIE.getQueryString to look for the first occurence of a ? instead of the last. Similarly fixing WindowImplIE.getHash to look for the first occurence of # instead of the last. This makes IE consistent with the standards and other browsers. by jlabanca@google.com · 15 years ago
  98. 343241f Re-re-reintroduces GridParser. Now we are careful not to emit a call by rjrjr@google.com · 15 years ago
  99. ea83719 Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
  100. 63fee7a Support composition as well as extension. by topher@google.com · 15 years ago