1. 510a07b Makes sure all attributes from the PotentialElement can be inherited by rdcastro@google.com · 14 years ago
  2. b867dfc Allow @defs with multiple values by unnurg@google.com · 14 years ago
  3. 33ffa39 Enable FF6 Plugin in MissingPlugin Page. by acleung@google.com · 14 years ago
  4. ea7af33 Add a support for header builder to return row index for multi-row by pengzhuang@google.com · 14 years ago
  5. eec7ad2 Introduces BrowserEvents string constants by rjrjr@google.com · 14 years ago
  6. 2e5325c During row mouseout events, only consider it as row unhovering if the by pengzhuang@google.com · 14 years ago
  7. 1a1b9e3 Fix javadoc for new timezone-aware constructors of DateCell. by yby@google.com · 14 years ago
  8. 4e325ad Allow DateBox to fire events with null date values for invalid and empty input by justinfagnani@google.com · 14 years ago
  9. cb67718 Fixes some errors in the eclipse readme, and fixes some marker files. by rjrjr@google.com · 14 years ago
  10. 5912245 Remove uneeded samples checkstyle exception. by nchalko@google.com · 14 years ago
  11. c8f935e The DynaTable RF and Mobile Web App samples now use requestfactory-apt to by rjrjr@google.com · 14 years ago
  12. bbf0933 Use LinkedHashMap instead of HashMap so that the methods returned by getAllInterfaceMethods() are in their declaration order, so that the generated methods will be in their declaration order. by stephenleung@google.com · 14 years ago
  13. 6f33ea7 Changed the interface used to send metrics to a dashboard application. The by jhumphries@google.com · 14 years ago
  14. 28b57c5 Fixes fake even dispatch in UiRendererEventsTest for IE8 and less by rchandia@google.com · 14 years ago
  15. 36ecc0d Update the checkstule path for validation sample Fix the @NotSupported count by nchalko@google.com · 14 years ago
  16. 5082ee3 Makes the @GwtTransient mechanism work for any annotation with that simple name. by rjrjr@google.com · 14 years ago
  17. b457b24 When -XdisableClassMetadata is used, Class.getName() can return Class$S<seedNumber> as a class name. However, there are other modes where it can return Class$<obfuscated function name>. In some rare cases, these two could collide of if an obfuscated name of a class ended up as something like 'S123'. This patch changes the WebModeClientOracle to treat Class$S123 differently than 'S123' when deobfuscating class names. by cromwellian@google.com · 14 years ago
  18. 0aaa0d5 Converts the validation sample to build with maven. Also delete an by rjrjr@google.com · 14 years ago
  19. 53418e0 Fixes logging and character set warnings for dynatablerf and mobilewebapp samples. by rjrjr@google.com · 14 years ago
  20. b345264 Support older bash interpreter in maven upload script by rchandia@google.com · 14 years ago
  21. 96dc36b Scripts and configuration to upload GWT bits to Maven repos by rchandia@google.com · 14 years ago
  22. 2d82d37 Fix http://code.google.com/p/google-web-toolkit/issues/detail?id=6161 by rjrjr@google.com · 14 years ago
  23. 75f74f2 Fixes ant build of DynatableRf sample by rchandia@google.com · 14 years ago
  24. 93310a8 Convert DynaTableRF to use maven. Clean up the docs in the other two by rjrjr@google.com · 14 years ago
  25. 482091f Add ability to control time zone in DateCell. by yby@google.com · 14 years ago
  26. b0183a1 Update the missing plugin page to stop taunting Safari 5.1 users, and by rjrjr@google.com · 14 years ago
  27. 707941e Event handling support for UiRenderer by rchandia@google.com · 14 years ago
  28. 1b606f5 Ensures that we cleanup CellTree nodes when we are done using them. Currently, some deleted nodes aren't cleaned up, which leads to JS errors when the last node of a CellTree is removed. Even when the errors do not occur, forgetting to cleanup the nodes leaves stale event handlers on the tree. by jlabanca@google.com · 14 years ago
  29. a67d0f7 Updates pom.xml to use new Request Factory libraries by rchandia@google.com · 14 years ago
  30. 3fe71fc Adds requestfactory-apt-src to the RF produced artifacts by rchandia@google.com · 14 years ago
  31. a17d771 Restrict usage of the entryDepth watchdog to script mode. by emmanuelp@google.com · 14 years ago
  32. 4a01375 Add support for additional header styles for CellTable. by pengzhuang@google.com · 14 years ago
  33. 5f565e7 Implementation of a watchdog to monitor entryDepth and take corrective action. by emmanuelp@google.com · 14 years ago
  34. a1ac176 Fix a bug where header/footer events are not fired with the correct parent. by pengzhuang@google.com · 14 years ago
  35. cc81658 Add GWT favicon.ico to default project by fredsa@google.com · 14 years ago
  36. 83ae907 Fixes for MobileWebApp pom.xml by rchandia@google.com · 14 years ago
  37. 0429c82 Fixes DynaTableRF interface validation, and silences quirks mode warning. by rjrjr@google.com · 14 years ago
  38. dc32bb5 Fix a bug where "isUnhover" is fired with the opposite value. by pengzhuang@google.com · 14 years ago
  39. b885abd Fixes and cleanup to expenses sample pom.xml by rchandia@google.com · 14 years ago
  40. 6aea53d Integrating Peng's recent API changes to CellTableBuilder into HeaderCreator. HeaderCreator now includes both the rendering code and the event handling logic, eliminating the HeaderCreator.Helper class completely. This allows for a simpler implementation of HeaderCreator that only supports a single row, or an application specific implementation, either of which could be lighter weight than the default implementation. The API is very similar to CellTableBuilder, but slightly simpler because there is no concept of row values in a header. Note that there are no behavioral changes here, its just a rearrangement of API. by jlabanca@google.com · 14 years ago
  41. 81fec95 Undeprecates the methods in StyleInjector that deal with StyleElement. by rjrjr@google.com · 14 years ago
  42. 314a4b9 Add RowHoverEvent for the CellTable. This can come in handy if the user want to have special handling logic when a row is hovered. For example, the style of only a few cells can be updated, or one cell can show/hide a child element. by pengzhuang@google.com · 14 years ago
  43. 5ca058e Adding some extra capabilities to CountingEventBus so that we can reduce the by danielwhite@google.com · 14 years ago
  44. 8346ccf Firefox 6 DevMode Plugin by acleung@google.com · 14 years ago
  45. 599034c Adding protected field modCount to the GWT version of java.util.AbstractList by ccalabro@google.com · 14 years ago
  46. f4d40ec Trying to generate an ImageResource yields NPE, but not where it should, and by konigsberg@google.com · 14 years ago
  47. 72ea86f Adding a test case that verifies CellTable works even if all image resources are null. Sort icons are only used if a column is sorted (sorting will cause an NPE). Background icons are used in the default styles, and are optional. The sorting icon is specially handled to allow for null. by jlabanca@google.com · 14 years ago
  48. cb32882 Modifying DefaultHeaderCreator to support null sorting indicator images. Until a recent change, CellTable would not throw any errors if the sort indicators in the Resources returned null, as long as the CellTable was never sorted. However, DefaultHeaderCreator aggressively caches the height and width of the icons. While this was never officially supported, its convenient behavior for people trying to reduce code size by removing the inlined image. by jlabanca@google.com · 14 years ago
  49. ed3f065 Make UmbrellaException a bit more convenient to read, and test it. by rjrjr@google.com · 14 years ago
  50. c005509 Addressing a problem with GWT RPC type checking failing to correctly by schenney@google.com · 14 years ago
  51. e70e621 Adding a new HeaderCreator API, which allows custom headers and footers in CellTable. HeaderCreator has one method #buildHeader(Utility) which lets the user build the entire header (or footer) table. The Helper class is used to add a row to the header table, render a Header instance into the header table, or enable column-specific event handling on an element. Headers (which are basically a Cell with a static value) now use the same method as Cells to fire events. We walk up the DOM until we find an attribute added by Utility.renderHeader(), then lookup the header based on the attribute. You can add multiple headers per DOM table cell. by jlabanca@google.com · 14 years ago
  52. 68eb58f Public (emmanuelp@google.com): Fix exception exception reporting. by rjrjr@google.com · 14 years ago
  53. 83910de Another attempt to placate IE. Think I rant the tests right this time. by rjrjr@google.com · 14 years ago
  54. 08c7de8 Save the factory and options in the ValidatorContext by nchalko@google.com · 14 years ago
  55. 145efe9 Address RunStyle TODO by stephen.haberman@gmail.com · 14 years ago
  56. ea0bdb9 Fixes SafeUri tests to work with my good friend IE. by rjrjr@google.com · 14 years ago
  57. cc8494d Prevents double-escaping of characters by keeping Window.createUrlBuilder() consistent with UrlBuilder.buildString(). by slieberman@google.com · 14 years ago
  58. 310759e Revert r10565 due to build break. Review by: rjrjr (TBR) by bobv@google.com · 14 years ago
  59. 4d48c9b Updated header of web.xml files to use XSD version 2.5 by rchandia@google.com · 14 years ago
  60. b69c3e7 Adding an example of creating a Cell that handles events. Also updated the existing Cell example to use SafeHtmlTemplates, which is a better alternative to manually appending HTML strings. Add a comment in the Cell interface explaining that we may modify the Cell API in the future, and users should always extend AbstractCell. by jlabanca@google.com · 14 years ago
  61. 3af358b Collapse deferred-binding property values that depend on collapsed property values. by bobv@google.com · 14 years ago
  62. d124194 Adding integration with m2e 1.0 to MobileWebApp sample by rchandia@google.com · 14 years ago
  63. 20f089a Implements * globbing for RequestFactory with(), the simpler half of by rjrjr@google.com · 14 years ago
  64. fbad1f5 Add bootstrap tests 159 of 257 (61.87%) Pass with 32 Failures and 7 Errors. by nchalko@google.com · 14 years ago
  65. 488bf0d Fix for errors in type checking of GWT LogRecord. The incorrect type by schenney@google.com · 14 years ago
  66. 6bef5d4 Revise CellTableBuilder API. In the earlier version, a Utility class is used to by pengzhuang@google.com · 14 years ago
  67. 3596051 Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 by rchandia@google.com · 14 years ago
  68. b4b0008 Pretty massive refactoring of FieldManager and HtmlTemplates to make by rjrjr@google.com · 14 years ago
  69. a7ee037 Replace RequestFactoryInterfaceValidator with an annotation-processor-based by bobv@google.com · 14 years ago
  70. dc06550 Fixes issue where UiRenderer breaks when a field is referenced more than once by rchandia@google.com · 14 years ago
  71. a1e02f6 Provides an integration test for IsRenderable by rjrjr@google.com · 14 years ago
  72. a2e6f60 Tweak to allow parent ClassLoader at design time. by scheglov@google.com · 14 years ago
  73. b519351 Don't generate bad code for bad field names by rjrjr@google.com · 14 years ago
  74. 3409cfa Fixes problem with datanucleus enhancement and Appengine deployment by rchandia@google.com · 14 years ago
  75. b6d5577 Warn that UiRenderer is subject to change. by rjrjr@google.com · 14 years ago
  76. 3097799 Adding benchmarks to measure the performance of updating existing tables. by jlabanca@google.com · 14 years ago
  77. 7084752 Fix TreeMap.Node.equals() to allow nodes to be equal to other types of Map.Entry. by cpovirk@google.com · 14 years ago
  78. 8a5c876 Autoformat of UiBinderWriter, XMLElement and XMLAttribute in by rjrjr@google.com · 14 years ago
  79. a7b8fe4 Adding configuration booleans to CellTable to refresh headers and footers only when needed. Currently, the headers and footers are refreshed every time the data is redrawn, even though headers and footers are often static or do not depend on the data. Users can now call #setAutoHeader/FooterRefreshDisabled() to disable this feature. Headers and footers will still be redrawn when a column is inserted or removed, but they will not be redrawn on every data update. Users can force the headers/footers to redraw synchronously by calling #redrawHeaders/Footers. by jlabanca@google.com · 14 years ago
  80. 0838063 CachedCompilationUnits were inadvertently writing by zundel@google.com · 14 years ago
  81. 6388c36 Added methods to ColumnSortEvent.ListHandler to set the Handler's list and to retrieve sorting comparators that have been registered to Columns. by smcgruer@google.com · 14 years ago
  82. 1055773 The logic to avoid rewriting compilation units into archived units failed in some build environments where the output of the CompileModule tool does not end up on the classpath. Each resulting .gwtar file contained all compilation units, regardless of whether a nested .gwtar file already contained the units. by zundel@google.com · 14 years ago
  83. dbad827 Adds pre-deserialization type checking for values in GWT RPC messages. by schenney@google.com · 14 years ago
  84. 0b425d4 Deferring updating column widths until the redraw loop executes in a finally command. Currently, every time the user adds or removes a column, we refresh the widths of all columns. This leads to an O(n^2) creation time for the table. Resetting the column widths in the redraw loop reduces that to O(n), and is consistent with the rendering implementation of the table itself. We use a dirty bit to indicate that the column widths need to be updated, to avoid unnecessary work in the redraw loop. When setting or clearing column widths, we update the affectected col element synchronously. by jlabanca@google.com · 14 years ago
  85. 61246d2 Fix a couple of UiBinder tests with the expected text on the wrong side of the assert. by rjrjr@google.com · 14 years ago
  86. 04bd6d1 Adding a missing addAndReplaceElement(IsWidget, Element) to HTMLPanel. by hermes@google.com · 14 years ago
  87. f42e2b0 Add constructor to GwtMessageInterpolator that accepts a by nchalko@google.com · 14 years ago
  88. e0b7695 Reverting behavior in DefaultCellTableBuilder so it renders Cells using Column#render(), if available. CellTableBuilder uses the HasCell interface to define the Cells used in the table. If the HasCell is an instance of Column, we should defer to Column#render() for legacy support instead of calling HasCell#getCell()#render(). Some users override Column#render() to add custom html to the rendered cell. by jlabanca@google.com · 14 years ago
  89. d9c2579 Removing dead code from HasDataPresenter. In the context of the removed code, newPageStart can never be 0. by jlabanca@google.com · 14 years ago
  90. 188b43f Test the German messages in the TCK. by nchalko@google.com · 14 years ago
  91. ce6012e Change AbstractHasData.getValueKey() to be visible to CellTable API users, since this is needed in creating custom CellTableBuilder. by pengzhuang@google.com · 14 years ago
  92. d0b3a62 Reduce the # of Column.getValue() getting called. Sometimes this includes localization logic which could be slow. by pengzhuang@google.com · 14 years ago
  93. 0af1bf4 Fixing a bug in HasDataPresenter where paging to a negative row index causes an IndexOutOfRange exception. We now properly trim the keyboard selected row to a non-negative value. by jlabanca@google.com · 14 years ago
  94. 129c135 Adding more JavaDoc to Cell explaining how a singleton instance of Cell will behave if used in multiple Columns or Cell Widgets. The text comes from a rather brilliant email I recently authored. Also removing some stale JavaDoc about Cell view data from the Column class. Columns were originally responsible for ViewData, but that was changed before the first release of Cell Widgets. by jlabanca@google.com · 14 years ago
  95. 2b64e12 Fixes a recently introduced bug in Cell Widgets where clicking on the first row does not update the SelectionModel when bound to selection. The DefaultKeyboardSelectionHandler has an overly optimistic optimization that ignores the click event if it occurs on the current keyboard selected row. However, the keyboard selected row is initialized to 0, and updating the keyboard selected row triggers selection, so the optimization blocks selection of the 0th row. Removing the optimization check fixes the bug. by jlabanca@google.com · 14 years ago
  96. c0e8308 Remove escaped HTML from devevelopment mode glass panel by fredsa@google.com · 14 years ago
  97. afe477d fixed build to add requestfactory jars to the gwt jar file. Philip thought that by mrrussell@google.com · 14 years ago
  98. e29ec74 Support chained requests where the returned proxy type is not reachable from the canonical RequestContext. by bobv@google.com · 14 years ago
  99. 69d353f Add Traversable Resolver and UnknownProviderBootstrapCompile tests by nchalko@google.com · 14 years ago
  100. 3e06665 Add test for Invalid Constraint Definitions. by nchalko@google.com · 14 years ago