1. e84ab41 Refactor LoadingStrategy for xsiframe linker and rename it to ScriptLoadingStrategy since it is not inherently tied to the xsiframe linker. by unnurg@google.com · 14 years ago
  2. 7ad2317 Cleans up the mobile web app sample for 2.4. by rchandia@google.com · 14 years ago
  3. d59523d Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties supported by Style. For most properies, the name is defined in SafeStylesUtils, and the value comes from an enum in Style or a primitive type, so we know that the combination of the name and value produces a string that satisfies the constraints of SafeStyles. by jlabanca@google.com · 14 years ago
  4. 8af231d Support RequestContext composition (issue 6234) and mix-in (issue 6035). by bobv@google.com · 14 years ago
  5. a7a210f Revert "Extracts AbstractComposite<W> out of Composite, to allow type safe" by rjrjr@google.com · 14 years ago
  6. 62a0cb0 Extracts AbstractComposite<W> out of Composite, to allow type safe by rjrjr@google.com · 14 years ago
  7. 3cac5f0 Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. by t.broyer@gmail.com · 14 years ago
  8. 43ed72b Making media events bitless, freeing up a few event bits, since modern, by fredsa@google.com · 14 years ago
  9. aaeafde Re-rolling "Re-implement runAsync to improve code size." Take 3. by scottb@google.com · 14 years ago
  10. 7954146 Convert samples/mobilewebapp to use maven. This paves the way to converting the sample to use GIN and Objectify. by rjrjr@google.com · 14 years ago
  11. 39ef8ac Reverted due to failures in client code by unnurg@google.com · 14 years ago
  12. 6df4d31 Re-rolling "Re-implement runAsync to improve code size." by scottb@google.com · 14 years ago
  13. 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
  14. 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
  15. 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
  16. 0e4aa7d Updating apichecker for GWT 2.4. by jlabanca@google.com · 14 years ago
  17. 993e258 Include all needed javax.validation classes for the api checker. by nchalko@google.com · 14 years ago
  18. df0829a Introducing CustomScrollPanel, a subclass of ScrollPanel that lets users define their own scrollbars. By default, we use NativeVerticalScrollbar and NativeHorizontalScrollbar, but in the future we might introduce thin scrollbars for mobile devices. The scrollbars are semi-transparent until the user hovers them, at which time they transition to 100% opacity (on browsers that do not support CSS transitions, they immediately become opaque). In RTL, the vertical scrollbar appears on the left side (many browsers get this wrong natively). by jlabanca@google.com · 14 years ago
  19. 05bf5aa Move Date-related classes to shared, so they can be used by by jat@google.com · 14 years ago
  20. 9f3cb7b First step of isolating a bunch of code that is used for generating by jat@google.com · 14 years ago
  21. 86f7543 Added small generator testing framework that allows developers to by schmitt@google.com · 14 years ago
  22. 7669bfd Restores r10014 (rolls back r10016), Makes EventBus available outside of the gwt by rjrjr@google.com · 14 years ago
  23. 2d723d0 Rollback of r10014 "Makes EventBus available outside of the gwt package" due to by gwt.mirrorbot@gmail.com · 14 years ago
  24. 150c56b Makes EventBus available outside of the gwt package, in by rjrjr@google.com · 14 years ago
  25. b0068d7 Move AutoBean package to com.google.web.bindery.autobean package. by bobv@google.com · 14 years ago
  26. 5b0d6a6 Auto-formats the GWT tools projects (excluding api-checker covered in by zundel@google.com · 14 years ago
  27. 04ec0aa Autoformat the api-checker tool source by zundel@google.com · 14 years ago
  28. 16fcd93 Audio and Video cleanup. by pdr@google.com · 14 years ago
  29. a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
  30. d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
  31. bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
  32. 6b63f2e Fixing a few Cell Widget bugs. I combined these bugs because they are all quick fixes and fairly straightforward. by jlabanca@google.com · 14 years ago
  33. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  34. ee03d1a Supress errors when building the Type Oracle. by zundel@google.com · 14 years ago
  35. 618aafc Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. by fabbott@google.com · 14 years ago
  36. c7328eb Improve AutoBean code generation by reducing the total number of types declared by the generated code. by bobv@google.com · 14 years ago
  37. cf9ddb4 Adding an example of StackLayoutPanel to the Showcase sample. The translations by jlabanca@google.com · 14 years ago
  38. 4b08946 Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning. by jlabanca@google.com · 14 years ago
  39. b88482a Added validation jars to all calls to GWTC to provide classes rquired by by rchandia@google.com · 14 years ago
  40. 6a8aa29 Bump samples/expenses/pom.xml version number by rjrjr@google.com · 14 years ago
  41. a6f0b44 Fix bad gwt-servlet dep problem described in http://code.google.com/p/google-web-toolkit/issues/detail?id=5918 by rjrjr@google.com · 14 years ago
  42. 31ea105 Add option to use JSONP in ExternalTextResource by unnurg@google.com · 14 years ago
  43. 06d163e Make maven_script.sh more flexible by rjrjr@google.com · 14 years ago
  44. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  45. 7e11857 Add property provider generators, take 2. by jat@google.com · 14 years ago
  46. b52b171 Refactors TypeOracleMediator to avoid CompiledClass references. This way, we will be able to throw in byte by zundel@google.com · 14 years ago
  47. 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
  48. ad6d70a Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config. by rjrjr@google.com · 14 years ago
  49. c2de01f Update maven script and expenses/pom.xml for 2.1.1-rc1 by conroy@google.com · 14 years ago
  50. aaf7190 Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up by rjrjr@google.com · 14 years ago
  51. 2344766 Change Activity to an abstract class, to allow its api to evolve. by rjrjr@google.com · 14 years ago
  52. 78109e8 (Issue 5564) RF has bad handling of SC_UNAUTHORIZED by rjrjr@google.com · 14 years ago
  53. d11fb3c Bidi support for ListBox by tomerigo@google.com · 14 years ago
  54. afbfc69 Support up-casting subclasses of java.util.Date (e.g. java.sql.Date). by bobv@google.com · 14 years ago
  55. 2cc0b02 Passing the Cell Context, which includes the row index and column index, to Cell methods. Currently, the row index is not passed, making some fairly common use cases difficult. For example, its hard for a Cell to update a backing data provider without the index of the value on which an action occurred. by jlabanca@google.com · 14 years ago
  56. 953bc13 Remove the implementation from GWTTestCase checkpoints. by scottb@google.com · 14 years ago
  57. 6c494a8 Rolling back "Add property provider generators" due to broken internal builds. by jat@google.com · 14 years ago
  58. 3172139 Add property provider generators. by jat@google.com · 14 years ago
  59. 7dbefdc Making Column implement HasAlignment so users can specify the default alignment of cells in a column. In the future, we may add a way to specify the alignment of specific Cells. by jlabanca@google.com · 14 years ago
  60. 5479a90 Add Locator API to allow arbitrary domain types to be used with RequestFactory. by bobv@google.com · 14 years ago
  61. 23d3091 Add SafeHtml support to DirectionEstimator by tomerigo@google.com · 14 years ago
  62. 7d63105 Removing references to gecko user agent in favor of gecko1_8. gecko refers to very old versions of Mozilla, while gecko1_8 refers to all modern versions, including all versions of Firefox 2.0 and later. gecko was used to support the old version of hosted mode on Linux, which has long since been replaced by the dev mode plugin for Firefox. by jlabanca@google.com · 14 years ago
  63. f7a0c58 Updates the reference api for Api Checker to 2.1. Fixes 2 small bugs in Api Checker. by amitmanjhi@google.com · 14 years ago
  64. c7e0ba6 This patch makes three changes: by amitmanjhi@google.com · 14 years ago
  65. c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
  66. 77680b6 Updated the script to install the artifacts to the correct maven location by amitmanjhi@google.com · 14 years ago
  67. 0dec886 Add CLDR import for region names. by jat@google.com · 14 years ago
  68. c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 14 years ago
  69. a40ec24 This is a first-pass at adding SafeHtml support to a subset of the widgets. In cases where the class implements HasHTML, HasSafeHtml has been implemented as well. In constructors that accept a string that can be parsed as Html, a SafeHtml constructor has been added. In cases where a method accepts a string that can be parsed as Html, a corresponding SafeHtml method has been added. by pdr@google.com · 15 years ago
  70. 31b85fa Allow RPC stats system extensions. by pmuetschard@google.com · 15 years ago
  71. 0d848f8 Add streaming HTML parser library to tools/lib, as well as the guava library it depends on. by xtof@google.com · 15 years ago
  72. 6cdbfdd JUnit ought to just serialize exceptions. by scottb@google.com · 15 years ago
  73. b26f928 Rollback of 847801 by pdr@google.com · 15 years ago
  74. 14dcd74 Add SafeHtml support to UI widgets (2) by pdr@google.com · 15 years ago
  75. 0aab8f6 CurrencyList now uses pure Java in dev mode. by scottb@google.com · 15 years ago
  76. 4e8d28a Update the maven script to push to the snapshot version. by rjrjr@google.com · 15 years ago
  77. 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
  78. 75cc152 Update the script to target M3 in response to Roo's commit 476ec5f35a3d8fc65b66834527ca1 by amitmanjhi@google.com · 15 years ago
  79. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  80. 7b856a0 Add first-class support for [array].length in the compiler. by tobyr@google.com · 15 years ago
  81. cb89065 Updated the target in maven repo to M2. by amitmanjhi@google.com · 15 years ago
  82. 98b5297 Moved the maven_script.sh from bikeshed/scripts to tools/scripts by amitmanjhi@google.com · 15 years ago
  83. 7bc436e Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  84. 569d591 Rollback of date/time format changes due to failing internal tests. by jat@google.com · 15 years ago
  85. b580c91 Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
  86. bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
  87. 150a058 Revert "Re-working @UiField and Widget replacement to use DOM walking rather then IDs." by rjrjr@google.com · 15 years ago
  88. 1f8aead Re-working @UiField and Widget replacement to use DOM walking rather then IDs. by tstanis@google.com · 15 years ago
  89. d960884 Adds a Precompress linker that can be used to compress public artifacts by spoon@google.com · 15 years ago
  90. 7e7d5cd HTTPRequest has been deprecated since GWT 1.5 in exchange for RequestBuilder. This patch removes it completely. by jlabanca@google.com · 15 years ago
  91. 8836122 Update API Checker for GWT 2.1. http://gwt-code-reviews.appspot.com/139803/show by jlabanca@google.com · 15 years ago
  92. 7dde137 Fix API checker change made in the wrong place. by jat@google.com · 15 years ago
  93. c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
  94. 34591c2 Fix API configs for NumberFormat changes. by jat@google.com · 15 years ago
  95. 4f6bdeb Fix benchmark viewer. by jat@google.com · 15 years ago
  96. b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
  97. 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
  98. a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
  99. e9b6909 Format ApiCompatibilityChecker by scottb@google.com · 15 years ago
  100. 75e1d81 Looks massive, but it's all moves, to finish isolating concrete by rjrjr@google.com · 15 years ago