1. bfa4c1e RequestFactoryJarExtractor intermittently throws exceptions when running by zundel@google.com · 14 years ago
  2. 08b036e Removed unused template file. by rchandia@google.com · 14 years ago
  3. f87c4f3 Another case identified where spam reduction reduced too much and didn't print a relavent by zundel@google.com · 14 years ago
  4. 18d67dd MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Desktop, Mobile and Tablet devices. Uses App Engine as a backend. by rchandia@google.com · 14 years ago
  5. 6701b47 Implement EntryMethodHolder.init in source. by scottb@google.com · 14 years ago
  6. 84a1533 Some Java AST cleanups. by scottb@google.com · 14 years ago
  7. e3b5213 Finishes the job of making EventBus backward compatible, half done in r10023 by rjrjr@google.com · 14 years ago
  8. b5cf73e Modify the version of xalan-2.7.1.jar used to stop including an old version of the Java Cup runtime (version .10). Add java-cup-11a.jar (version .11a) to the tools/lib directory. by jacobr@google.com · 14 years ago
  9. c133c9c Auto-cleanup of com.google.gwt.dev.jjs by scottb@google.com · 14 years ago
  10. 2e82d7a Proposition: Use ConcurrentHashMap to avoid locking when using the by bubble@google.com · 14 years ago
  11. d8a4421 Supress errors when the binary validation.jar file is missing from the by zundel@google.com · 14 years ago
  12. 96a0dfa Remove JAnnotation from GWT AST. by scottb@google.com · 14 years ago
  13. 1f71e0d Make EventBus backward compatible. by rjrjr@google.com · 14 years ago
  14. bdf031e Add @SkipInterfaceValidation to RequestFactory to selectively bypass matching by t.broyer@gmail.com · 14 years ago
  15. 6e4501d Allow ServiceLocator instantiation to be controlled via RequestFactory ServiceLocator. by daniel.r.bell@gmail.com · 14 years ago
  16. 9ccf0ae Suppresses multiple warnings related to validation .jar file and by zundel@google.com · 14 years ago
  17. 7669bfd Restores r10014 (rolls back r10016), Makes EventBus available outside of the gwt by rjrjr@google.com · 14 years ago
  18. 043aaf5 Remove stray reference to ElementFactory by sbrubaker@google.com · 14 years ago
  19. 2d723d0 Rollback of r10014 "Makes EventBus available outside of the gwt package" due to by gwt.mirrorbot@gmail.com · 14 years ago
  20. 6a37ba4 Remove error spam from RPCSuite.gwt.xml; non-existent servlet is referenced. by scottb@google.com · 14 years ago
  21. 150c56b Makes EventBus available outside of the gwt package, in by rjrjr@google.com · 14 years ago
  22. 7e15f1e3 Removing duplicate entries from User.gwt.xml that were added in r9976 due to an undetected merge conflict with r9879, in which the entries were sorted alphabetically. by jlabanca@google.com · 14 years ago
  23. f3a5054 Adds back Util.toHexString() and Util.hex4() as deprecated methods. by zundel@google.com · 14 years ago
  24. 42df519 Change Audio and Video support detection method for Safari3. by pdr@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. 4e6ab26 Fixing a bug in Image where IE throws a native JavaScript exception if an image is attached and detached immediately. The problem occurs when we try to dispatch a synthetic load event on an unattached element, which IE doesn't like. Now, if we detect that the widget is detached, we mark an expando so that we trigger the event the next time the image is attached. by jlabanca@google.com · 14 years ago
  27. 5b0d6a6 Auto-formats the GWT tools projects (excluding api-checker covered in by zundel@google.com · 14 years ago
  28. 04ec0aa Autoformat the api-checker tool source by zundel@google.com · 14 years ago
  29. b0c6186 Clean up the CrossSiteIFrameLoadingStrategy class, removing some dead code, by unnurg@google.com · 14 years ago
  30. 16fcd93 Audio and Video cleanup. by pdr@google.com · 14 years ago
  31. a8f08bf Fixing a bug in CellTree where the Show More button doesn't work for the root node. by jlabanca@google.com · 14 years ago
  32. 5c3b300 Update package of RequestFactoryJreSuite by rice@google.com · 14 years ago
  33. 052cfe0 removes extra source path entry from GWT datetimefmtcreator eclipse project by zundel@google.com · 14 years ago
  34. 9db4208 Include Custom Field Serializers in the HibernateValidator module. by nchalko@google.com · 14 years ago
  35. ec161d0 Users found that the error spam reduction hid too many errors. This change by zundel@google.com · 14 years ago
  36. af283dc Validation serializers should extend CustomSerializer by nchalko@google.com · 14 years ago
  37. 893e7d9 Expose delegate constructor. by meder@google.com · 14 years ago
  38. 61963f6 update EntityProxyChange javadoc by rjrjr@google.com · 14 years ago
  39. 054ddf5 Improving TouchScroller to allow native document level scrolling when appropriate. If the scrollable widget is scrolled as far as it can go in a direction, and the user tries to scroll in that direction, then we defer to document level scrolling. For example, in the Showcase app (which is not a mobile specific app), if you scroll the menu bar to the bottom, then scrolling it again allows the document to scroll down, revealing the rest of the page. It isn't perfect because we cannot disable native scrolling in one direction (as in, allow native horizontal but disable native vertical), but its a drastic improvement and make Showcase usable on mobile. by jlabanca@google.com · 14 years ago
  40. 34b255f Allows the gwt.persistentunitcache property to accept a boolean by zundel@google.com · 14 years ago
  41. 0b775fe Reverting r9985 due to build break caused by use of soft permutation. by jlabanca@google.com · 14 years ago
  42. 73d1cf3 Resubmtiting r9970. by jlabanca@google.com · 14 years ago
  43. 8f61480 Fixes a typo in GWT emulation of java.util.IdentityHashSet that by schenney@google.com · 14 years ago
  44. 9f9c640 Delete partially implemented HtmlElementFactory feature. by rjrjr@google.com · 14 years ago
  45. 04b9790 Escape single characters in SafeHtmlBuilder/SafeHtmlUtils (external issue 6222) by rice@google.com · 14 years ago
  46. 1d56ade Addresses ClassNotFoundException problems when the data structures serialized in by zundel@google.com · 14 years ago
  47. eb1818e Adding SafeStyles interface that represents strings that are safe for use in a by jlabanca@google.com · 14 years ago
  48. 04d0340 Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. by rchandia@google.com · 14 years ago
  49. b4a6286 make it possible to just use devmode on a particular module while allowing the by unnurg@google.com · 14 years ago
  50. 439e1f3 Reverting r9970 due to build break. by jlabanca@google.com · 14 years ago
  51. acbe37d Adds {moz,webkit}RequestAnimationFrame support to animations. by jlabanca@google.com · 14 years ago
  52. 413617d Some small refactors to Css Resource Generation by unnurg@google.com · 14 years ago
  53. 9b9fff9 Some small refactors to Css Resource Generation by unnurg@google.com · 14 years ago
  54. 335c815 Reindented pom.xml files by rchandia@google.com · 14 years ago
  55. fdeb1d0 Changes the eclipse formatter to put a space between [] and { in an by zundel@google.com · 14 years ago
  56. 6890be6 Fixes to cldr eclipse projects in GWT. by zundel@google.com · 14 years ago
  57. a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
  58. 1d9815b Some small refactors to Css Resource Generation by unnurg@google.com · 14 years ago
  59. 1a322d0 Fixing issue 6206 (CellWidget#getValue() is never updated) and 6216 (CellWidget should implement IsEditor<C>). by jlabanca@google.com · 14 years ago
  60. 98828a2 Updating Showcase to use LayoutPanels throughout the hierarchy, thus implementing ProvidesResize down to the examples. This allows the examples to look better, especially examples that implement RequiresResize. Most of the example look the same, but TabLayoutPanel and SplitLayoutPanel now take up a larger area to illustrate how they would be used in most apps. by jlabanca@google.com · 14 years ago
  61. 08ebbab Don't allow constants folding and copy propagation optimizations to perform implicit type conversions. by aizatsky@google.com · 14 years ago
  62. d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
  63. bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
  64. 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
  65. 987d8fb Change RequestFactoryMagic -> RequestFactorySource in comment by rice@google.com · 14 years ago
  66. 32854d0 Adding an empty interface to prevent the Google Plugin for Eclipse from by schenney@google.com · 14 years ago
  67. 0cc8fcd Reformat autobeans package to cut down on diff churn for lazy reification patch. by bobv@google.com · 14 years ago
  68. cd10c90 Temporarily introduces configuration property UiBinder.useSafeHtmlTemplates to by rjrjr@google.com · 14 years ago
  69. e2f829e Fix build break by rice@google.com · 14 years ago
  70. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  71. ee810d4 Adds support for the URL_ATTRIBUTE_ENTIRE parse context to HtmlTemplateParser. by xtof@google.com · 14 years ago
  72. 1772100 Add the beginnings of new HTML5 drag and drop events by fredsa@google.com · 14 years ago
  73. 7ed923c Investigate test flakiness: by gaillard@google.com · 14 years ago
  74. ee03d1a Supress errors when building the Type Oracle. by zundel@google.com · 14 years ago
  75. b697b74 Fixing typo in comments by rchandia@google.com · 14 years ago
  76. 27de4cc by fabiomfv@google.com · 14 years ago
  77. aa44d61 Handle more literal types for anntation values, including Enums. by nchalko@google.com · 14 years ago
  78. 91d1b02 Allows DevMode to respect the -XdisableUpdateCheck option. by zundel@google.com · 14 years ago
  79. 37a8d34 Made UiBinder class lookup more generous. by davidmorgan@google.com · 14 years ago
  80. 360a1d1 Adds a no-op emulation of TestSuite, to prevent error spam (or outright by rjrjr@google.com · 14 years ago
  81. d87bc86 Fix ICE in GenerateJavaAST by scottb@google.com · 14 years ago
  82. b4718e4 Plug memory leak in ResettableEventBus, fix for by akito.nozaki@gmail.com · 14 years ago
  83. a73afb3 Image Resource Test for UiBinderTest by sbrubaker@google.com · 14 years ago
  84. 881d1a5 Fix checkstyle error by skybrian@google.com · 14 years ago
  85. 631f324 Adding table rendering tests to micro benchmarks. Table rendering tests are multiple orders of magnitude slower than the existing basic tests, so I seperated them into a seperate mirco benchmark. I modified WidgetCreation so it could be used for both instead of copying udles of code. You can see the app running at http://jlabanca-testing.appspot.com/. by jlabanca@google.com · 14 years ago
  86. 04d281d tweaked Showcase to make it more testable by skybrian@google.com · 14 years ago
  87. 5b8d184 Add support for {#} to mean the right-most plural argument. Some by jat@google.com · 14 years ago
  88. 5cbc34f Remove newly-output PersistentUnitCache file if nothing was written to it. by scottb@google.com · 14 years ago
  89. 7104b1e Reroll of r9908 (rolled back at r9911): Fixes issue 6189. by rchandia@google.com · 14 years ago
  90. a87b785 Follow up to r9887, to actually sink ended and progress media events in DOMImplStandard by fredsa@google.com · 14 years ago
  91. 3f08a3f Fixes build break - unit test expected non-existent dir to throw an exception by zundel@google.com · 14 years ago
  92. 7973add ie9 bug fixes. by fabiomfv@google.com · 14 years ago
  93. a094993 Add missing CSS_ATTRIBUTE_START case in SafeHtmlTemplates code generator. by xtof@google.com · 14 years ago
  94. 19fddb4 Add tests of nesting semantics for ResettableEventBus by rjrjr@google.com · 14 years ago
  95. b84700b Adds support for the CSS_ATTRIBUTE_START parse context to HtmlTemplateParser. by xtof@google.com · 14 years ago
  96. 87dd93e Roll-back due to test breakage. by rchandia@google.com · 14 years ago
  97. c9792c6 Recursively creates directories for the persistent unit cache. by zundel@google.com · 14 years ago
  98. c16eddd Public Fixes new project template to use 'clean' style. Issue 6208. by rchandia@google.com · 14 years ago
  99. c23a3eb Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath by rchandia@google.com · 14 years ago
  100. efc49a5 Remove stray file from svn rev#9903 and fix spelling mistake. by gwt.mirrorbot@gmail.com · 14 years ago