1. c2dde22 Rewrite SafeUriHostedModeUtils#isValid without regexp to workaround what looks by jlabanca@google.com · 14 years ago
  2. 31aab0d Adds setTagName to PotentialElement, so that PotentialElement instances can be passed to the as() method of Element subclasses (it's nicer than blindly calling .cast(), I think). Let me know if this looks clearner to you guys. by rdcastro@google.com · 14 years ago
  3. d2d7941 Clean up RequestFactoryInterfaceValidator and Deobfuscator to simplify by bobv@google.com · 14 years ago
  4. fcc5c03 Fixes a problem where inheriting LoggingDisabled (like RequestFactory does) clobbers the value of gwt.logging.enabled for downstream modules. by rjrjr@google.com · 14 years ago
  5. c4ff050 Suport polymorphic return and parameter values in RequestFactory. by bobv@google.com · 14 years ago
  6. a2ba25e Add ServerFailure.getRequestContext(). by bobv@google.com · 14 years ago
  7. b724a46 Resolve PotentialElement children before inserting them into a container. by juliog@google.com · 14 years ago
  8. 8af231d Support RequestContext composition (issue 6234) and mix-in (issue 6035). by bobv@google.com · 14 years ago
  9. a75a037 Adding Column#set/getCellStyleNames() to specify style names to apply to individual cells of a CellTable/DataGrid. Users can set a general style name to apply to the column, or override getCellStyleNames() to provide style names based on the row/cell value. by jlabanca@google.com · 14 years ago
  10. dbcf99d Better error message for ui:attribute by rjrjr@google.com · 14 years ago
  11. e3ad6a8 Exercise RunAsyncCode class for prefetching fragments. by zundel@google.com · 14 years ago
  12. 1479ce6 Rollback 100 column format changes (issue 1450808 and issue 1447822) by pdr@google.com · 14 years ago
  13. 33506d7 HTML5 Geolocation support in GWT by jasonhall@google.com · 14 years ago
  14. c0a2ce3 CompileModule creates a serialized set of compilation units to represent by zundel@google.com · 14 years ago
  15. c6e1aba I don't believe in magic, but as Scott points out, there are consistent by zundel@google.com · 14 years ago
  16. f8cd477 Autoformat of Widget in preparation for some new additions. by rjrjr@google.com · 14 years ago
  17. 150d23d Introduces the HasVisibility characteristic interface, due to popular demand. by rjrjr@google.com · 14 years ago
  18. d36c0a9 Formatting update for com/google/gwt/user/rebind/rpc/* by jbrosenberg@google.com · 14 years ago
  19. 0575333 Fixes a bug in StackTraceDeobfuscator where line numbers from the symbol map were being used in resymbolization only if the line number from StackTraceElement is 0, where it should be used if the line number is -1, per StackTraceElement's javadoc: http://download.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html by ahumesky@google.com · 14 years ago
  20. 0e57ffc Merges RenderableComposite into Composite. Version that adds a setResolver method to PotentialElement. by rdcastro@google.com · 14 years ago
  21. a7a210f Revert "Extracts AbstractComposite<W> out of Composite, to allow type safe" by rjrjr@google.com · 14 years ago
  22. 62a0cb0 Extracts AbstractComposite<W> out of Composite, to allow type safe by rjrjr@google.com · 14 years ago
  23. 11d7ebf Support is/has methods in Editor framework. by bobv@google.com · 14 years ago
  24. 86a1789 Disable regex checking of URLs in SafeUriHostedModeUtils; this regex appears to by xtof@google.com · 14 years ago
  25. 77f5cee Makes sure RenderableComposite resolves PotentialElement. by rdcastro@google.com · 14 years ago
  26. 3cac5f0 Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. by t.broyer@gmail.com · 14 years ago
  27. 16ec246 Changing lazy widgets strategy to die in case a given @UiField attribute by hermes@google.com · 14 years ago
  28. ad70207 Introduce PotentialElement to help with the implementation of IsRenderable widgets. by rdcastro@google.com · 14 years ago
  29. 43ed72b Making media events bitless, freeing up a few event bits, since modern, by fredsa@google.com · 14 years ago
  30. 9031382 Make private two new methods accidentally exposed in ActivityManager by rjrjr@google.com · 14 years ago
  31. 64a673f Add armor for exceptions thrown by Activity#onCancel by rjrjr@google.com · 14 years ago
  32. 82e1b8b Mass auto-format of RequestFactory code before landing a big patch. by bobv@google.com · 14 years ago
  33. aaeafde Re-rolling "Re-implement runAsync to improve code size." Take 3. by scottb@google.com · 14 years ago
  34. 5d53446 A SupportValidation class to make it easy to define a RPC method by nchalko@google.com · 14 years ago
  35. cbdff88 Add a way to disable image inlining on a per-image basis. by bobv@google.com · 14 years ago
  36. df4885b Adds ability to query the generator context whether a rebind rule exists for a given type by jbrosenberg@google.com · 14 years ago
  37. efc7e5a Removed an extraneous copy of the columns variable in CellTable. CellTable now uses getColumnCount to set the colspan of the empty-table widget. by mszal@google.com · 14 years ago
  38. dc31eea Adding a couple of useful methods to AbstractCellTable. getColumnWidth() can be used to access the width of a column set using setColumnWidth(). flush() will immediately flush pending changes into the view. by jlabanca@google.com · 14 years ago
  39. b20c496 Add a test to RequestFactoryInterfaceValidator that the findFoo() domain by bobv@google.com · 14 years ago
  40. 755e69e Resubmitting r9970 again (again) - updating Animation to use the native requestAnimationFrame, which generally results in optimal performance versus using timer based animations. I did away with the soft permutation in this version. Basing the impl on user agent leads to a smaller code footprint versus a soft perm because a soft perm includes all implementations, whereas we now only include the native and timer backup implementations in any permutation. by jlabanca@google.com · 14 years ago
  41. 2717377 Use identity semantics when canonicalizing JsonSplittable instances. by bobv@google.com · 14 years ago
  42. 73fd6e8 GWT support for Chrome Frame by fabiomfv@google.com · 14 years ago
  43. 73810fe IsRenderable should not extend SafeHtmlRenderer anymore. by rdcastro@google.com · 14 years ago
  44. 247bc69 Fix UiBinder default values for missing array-valued attributes, by jat@google.com · 14 years ago
  45. caa8349 Tell people we use jdk 1.6 by rjrjr@google.com · 14 years ago
  46. 39ef8ac Reverted due to failures in client code by unnurg@google.com · 14 years ago
  47. c3599be Add RequestContext.find() to support chained requests. by bobv@google.com · 14 years ago
  48. 7bf010e Add BatchedRequestScope utility class to aggregate all requests made within a single tick of the event loop. by bobv@google.com · 14 years ago
  49. 6df4d31 Re-rolling "Re-implement runAsync to improve code size." by scottb@google.com · 14 years ago
  50. 64d0d60 Reformatting in advance of forthcoming patch by jbrosenberg@google.com · 14 years ago
  51. 5b212c4 Adding new DataGrid widget. DataGrid is a variation of CellTable that supports a fixed header and footer with a scrollable data area. Most of the CellTable implementation has been hoisted up to a shared abstract class AbstractCellTable, so switching from CellTable to DataGrid is easy. Data Grid uses HeaderPanel to position the header and footer tables above and below the data portion. By default, the tables take 100% width, so there is no horizontal scrollbar. However, DataGrid provides setTableWidth/setMinimumTableWidth so users can use horizontal scrollbars if needed. by jlabanca@google.com · 14 years ago
  52. 931f226 Fix several @Select issues, adding tests for them: by jat@google.com · 14 years ago
  53. 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
  54. 8fb3b37 Attachable -> IsRenderable step 3: Renaming AttachableHTMLPanel to RenderablePanel. This guys has its days counted, as it will eventually be merged into HTMLPanel. by rdcastro@google.com · 14 years ago
  55. 66c1602 Detaching the table section in CellTable before setting the innerHTML to replace the rows. This is a well known performance enhancement that CellTable isn't taking advantage of. by gwt.mirrorbot@gmail.com · 14 years ago
  56. f80e588 Adds a ui:safehtml tag to UiBinder by sbrubaker@google.com · 14 years ago
  57. 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
  58. 61244f3 Attachable->IsRenderable step 2: Renaming AttachableComposite to RenderableComposite. by rdcastro@google.com · 14 years ago
  59. fbeef01 Public (stephenh@gmail.com): by rjrjr@google.com · 14 years ago
  60. ecc65de Rollback Issue 1442804. Causes build breakage. by rchandia@google.com · 14 years ago
  61. cb17d3a Add a ServletContext ThreadLocal to RequestFactoryServlet. by larsenje@gmail.com · 14 years ago
  62. edd7f4b SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 by rchandia@google.com · 14 years ago
  63. 4a2a9d3 Fixing checkstyle errors... for realz this time. by jlabanca@google.com · 14 years ago
  64. 339109c Add the method name to the message of InvocationService to make it easier to by gaillard@google.com · 14 years ago
  65. 5463a85 Fixing checkstyle error. by jlabanca@google.com · 14 years ago
  66. 32eecfa Attachable->IsRenderable rename step 1: Renaming the base interface. by rdcastro@google.com · 14 years ago
  67. 9651ae5 - Modify the default HTML template to indicate that quirks mode is not supported by fredsa@google.com · 14 years ago
  68. 3acd46c Fix AutoBean VM memory leak due to circular references between the by bobv@google.com · 14 years ago
  69. e732bb8 Better home for ImageResourceRenderer by rjrjr@google.com · 14 years ago
  70. cb89317 Add baseInterface support to UiBinder. by jat@google.com · 14 years ago
  71. 0b893ad Improving the user experience and fixing some bugs. by brianpark@google.com · 14 years ago
  72. 4fd7fa0 Updating CellTable doc. by jlabanca@google.com · 14 years ago
  73. e31f1cc Auto code cleanup. by scottb@google.com · 14 years ago
  74. 31fdcff Fix some warnings. by rjrjr@google.com · 14 years ago
  75. 19e78d9 Record strong name header in RequestFactory Logging class. by bobv@google.com · 14 years ago
  76. dd61a42 SelectionChangeEvent currently is tightly coupled with SelectionModel. There is no way to fire a SelectionChangeEvent outside of something that implements SelectionModel. This patch fixes that and resuses the HasFooHandlers pattern that is seen in most other gwt events. by jlabanca@google.com · 14 years ago
  77. 9187780 Attachable elements in UiBinder: always run logicalAdd(Attachable) for by juliog@google.com · 14 years ago
  78. 248d3ab Fix checkstyle 'info' warnings by rice@google.com · 14 years ago
  79. 6d60fbc Add styleName attribute to Grid by tfischer@google.com · 14 years ago
  80. 3f6c104 Step one in making mobilewebapp more DI friendly. The goal is to by rjrjr@google.com · 14 years ago
  81. 6852206 Make debugging the new linker bootstrap a little easier by unnurg@google.com · 14 years ago
  82. 8a528b5 Mark all validaiton classes as Experimental by nchalko@google.com · 14 years ago
  83. 8b0e869 AttachableHTMLPanel.logicalAdd() should receive an Attachable instead of a Widget. by rdcastro@google.com · 14 years ago
  84. 433e19b Make AttachableComposite delegate setStyleName to the wrapped Widget. by rdcastro@google.com · 14 years ago
  85. 992d83d Works around a Sun javac bug which presents as: by rjrjr@google.com · 14 years ago
  86. 6de0395 Give the UiBinder safehtml warning once per compile. by rjrjr@google.com · 14 years ago
  87. fb62152 Chrome 11 mangles more Unicode characters, so we quote them. by jat@google.com · 14 years ago
  88. d28579d Add runtime-locale support for Localizable subtypes. by jat@google.com · 14 years ago
  89. d4ab196 Fix error in usage of newly-creted helper method in AttachableHTMLPanel, correct double-calling of wrapElement in exceptional case, and fix the documentation. by rdcastro@google.com · 14 years ago
  90. 8c789cf Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of templates. Users can drag a template over the edit form to populate the fields. by jlabanca@google.com · 14 years ago
  91. 47e49e9 Adds ability to include SafeHtml objects in dom based UI's if the lazy by rjrjr@google.com · 14 years ago
  92. bd4f2ca Tweak javadoc on LazyDomElement by rjrjr@google.com · 14 years ago
  93. 98b4a07 Add a convenience base class for value type locators by rice@google.com · 14 years ago
  94. f29338e Promoting LazyDomElement to be used externally. LazyDomElement can be by hermes@google.com · 14 years ago
  95. a9e43b9 Improve runtime locales support, so runtime locales that are under a by jat@google.com · 14 years ago
  96. 4e408c4 Introducing FieldTypeWriter, an enum that identifies field writers and by hermes@google.com · 14 years ago
  97. f69d3a6 Makes some private info from AttachableHTMLPanel accessible to subclasses. by rdcastro@google.com · 14 years ago
  98. 44837cb Fix Attachable for those poor fellows who don't have the bliss of SafeHtml enabled (yet). by rdcastro@google.com · 14 years ago
  99. fe85429 Implementation of a RecordingEventBus, which is useful for writing by bduff@google.com · 14 years ago
  100. c2ce2f5 Adding the SourceElement for use with Audio and Video, and adding convenience methods in those widgets to use the element. Multiple SourceElements can be specified for an AudioElement/VideoElement widget, and the browser will choose and download one of the sources that it can play. This is convenient and easier than doing a runtime check in user code to figure out the best source file. by jlabanca@google.com · 14 years ago