1. bffd8d6 Handling errors more from user code more gracefully in HasDataPresenter. If Cells, Cell Widgets, or the SelectionModel throw exceptions during the rendering loop, we no longer lock the presenter's rendering loop indefinitely. by jlabanca@google.com · 14 years ago
  2. 283b8e3 Fix latent bug in this() calls needing synthetic ctor args. by scottb@google.com · 14 years ago
  3. 5a449bc Rolling back, need to figure out why XsrfToken is excluded by type filter. by meder@google.com · 14 years ago
  4. c967804 This change adds couple of things: by meder@google.com · 14 years ago
  5. ccfbab9 Update YEAR_MONTH_WEEKDAY_DAY formats, which were affected by an ICU/CLDR bug. by jat@google.com · 14 years ago
  6. 659300c Improvements to JsniChecker. by scottb@google.com · 14 years ago
  7. cc15ce3 Initial version of HTML5 Audio and Video Original patch by rice, updated by pdr. by gwt.mirrorbot@gmail.com · 14 years ago
  8. 420f661 Setting the line-height of the splitter in Vertical/HorizontalSplitPanel to 0px so the font size does not affect the splitter height, which causes odd rendering effects. by jlabanca@google.com · 14 years ago
  9. 97457ab Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers. by scottb@google.com · 14 years ago
  10. c40aa5a Add mnemonics for DevMode swing UI. by jat@google.com · 14 years ago
  11. 64419ad bump version for redploy of windows fix crx by conroy@google.com · 14 years ago
  12. 9213945 Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter by rjrjr@google.com · 14 years ago
  13. 58ddf6b Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationGwtTest by nchalko@google.com · 14 years ago
  14. 647d4c5 Fixes a javadoc typo in the app generated by WebAppCreator. by rjrjr@google.com · 14 years ago
  15. eeeca17 At application startup, assert that the specified user.agent selection property value indeed matches the expected value for the executing browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser. In other words, this patches saves you from pulling your hair out. by fredsa@google.com · 14 years ago
  16. 1d54a19 Sort & format some files. by scottb@google.com · 14 years ago
  17. 7c8d59f Fix the mac build for leopard users of the npapi/xpcom plugins. by conroy@google.com · 14 years ago
  18. 0c4c311 Public (by t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  19. c7788e4 Fix Windows DLL binary for recent Chrome plugin update. by conroy@google.com · 14 years ago
  20. 5e81c15 Change GWT History to work when multiple applications are loaded within the same page. by jhollenbach@google.com · 14 years ago
  21. 5a663b5 Warn users of JRE 1.5 that their days are numbered by rjrjr@google.com · 14 years ago
  22. 9119d21 In r8817, we landed a patch that allows @Prefix(""), i.e. a by t.broyer@gmail.com · 14 years ago
  23. 1c8fa21 Adds accessibility to certain GWT AST nodes. by scottb@google.com · 14 years ago
  24. 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
  25. de6b726 Add JREIndex optimization to JdtCompiler. by scottb@google.com · 14 years ago
  26. dffcd80 Add SSL support to DevMode. by jat@google.com · 14 years ago
  27. 8ea6b76 Add validation jars to the expenses sample build.xml by nchalko@google.com · 14 years ago
  28. 9283f74 Turn off test that is failing in IE by nchalko@google.com · 14 years ago
  29. 298ed59 Bump pom.xml version, and fix NPE in samples/expenses by rjrjr@google.com · 14 years ago
  30. 31ea105 Add option to use JSONP in ExternalTextResource by unnurg@google.com · 14 years ago
  31. 18a946b Add more TCK tests by nchalko@google.com · 14 years ago
  32. 0c8ad8e Fixing a bug in CellBrowser where the user must click on an element twice to focus on it and enable keyboard support. The problem is that Element.getTabIndex() returns 0 for non-focusable divs, which causes us to assume that the div is focusable. Other browsers return -1 for non-focusable divs. Unfortunately, there is no good way to fix the bug in Element.getTabIndex() because the only way to determine if an element is natively focusable, such as a text box, is to compare the element tagName to a list of known natively focusable element, which isn't scalable. For now, I worked around it in CellBasedWidgetImpl. by jlabanca@google.com · 14 years ago
  33. f10e60e Allows isBoolean() properties to be handled correctly by AutoBeanCodex and RequestFactory. by bobv@google.com · 14 years ago
  34. 560bbeb Fix missing line in Javadoc. by jat@google.com · 14 years ago
  35. 7ce6b7f Add Windows support to the FF4 plugin. by conroy@google.com · 14 years ago
  36. 20638f6 In the LoadModuleMessage, send the application supplied URL rather than the plugin's view of the URL. by conroy@google.com · 14 years ago
  37. 169462a If some unrecoverable failure happens during validation, a ValidationException is raised. by nchalko@google.com · 14 years ago
  38. c58e808 Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing a bug where disabled buttons were still clickable. by jlabanca@google.com · 14 years ago
  39. d838f3c Remove experimental warning from Canvas and clean up javadoc. by pdr@google.com · 14 years ago
  40. eebaf34 Updates DTRF to show the use of ServiceLocators and Locators. by rchandia@google.com · 14 years ago
  41. 34ed857 Throw an IllegalErgumentException if the property name is invalid. by nchalko@google.com · 14 years ago
  42. 33a7a7f Allow Editor framework to handle primitive types. by bobv@google.com · 14 years ago
  43. 54814ec Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
  44. ee5778c Update MissingPlugin.html for FF4 support by conroy@google.com · 14 years ago
  45. e35204f Updated StackTraceDeobfuscator javadoc in follow up to r9162. by fredsa@google.com · 14 years ago
  46. e21df1a Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  47. 8b507fa Improve canvas for browsers (and permutations) with partial canvas support. by pdr@google.com · 14 years ago
  48. bb7075b Include class level constraints in the BeanDescriptor. by nchalko@google.com · 14 years ago
  49. ee457f8 Support for IE9 GWT Developer Mode plugin. by fabiomfv@google.com · 14 years ago
  50. 15c6922 Some fixes to "Only JClassTypes should have a super class". by scottb@google.com · 14 years ago
  51. e3153e5 Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for by conroy@google.com · 14 years ago
  52. 6e27014 Only JClassTypes should have a super class. by scottb@google.com · 14 years ago
  53. 36b8803 Fix inadvertent commenting of Showcase locales. by jat@google.com · 14 years ago
  54. 06d163e Make maven_script.sh more flexible by rjrjr@google.com · 14 years ago
  55. 6b8efed Decentralize JNonNullType from JProgram. by scottb@google.com · 14 years ago
  56. 5e2a76a Optimizations for server-side invocations of CustomFieldSerializers. by mchaston@google.com · 14 years ago
  57. f6557f3 Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated notation. by jlabanca@google.com · 14 years ago
  58. ced4cde Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older versions of Safari, which causes an infinite loop. by jlabanca@google.com · 14 years ago
  59. e779ab5 Optimize redundant 'switch' statements by rice@google.com · 14 years ago
  60. e3c0575 Public(t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  61. 95e3bb8 Public (larsenje@gmail.com): Adds the ability to set a DialogBox caption widget. by rjrjr@google.com · 14 years ago
  62. eec88e6 Code cleanup after "Fix handling of null passed into varargs." by scottb@google.com · 14 years ago
  63. 2e39a49 Turn on the null groups tests, now that the gwt null varargs bug is fixed. by nchalko@google.com · 14 years ago
  64. cafd96f Adding a new widget ResizeLayoutPanel that can trigger a resize event when it changes size. The widget uses hidden scrollable divs to detect resize on non-IE browsers. This allow users to embed widgets that RequireResize in their app without having an unbroken chain of ProvidesResize up to the RootLayoutPanel. by jlabanca@google.com · 14 years ago
  65. 154c48a Implement an isDirty() method for Editor framework drivers. by bobv@google.com · 14 years ago
  66. e97fa57 Fix handling of null passed into varargs. by scottb@google.com · 14 years ago
  67. 44b293d Rolling back by rice@google.com · 14 years ago
  68. 551ef31 Fixing HasWidgetsTester#testAll to actually call testDoDetachChildrenWithError. Currently, it calls testDoAttachChildrenWithError twice. HTMLTableTestBase needs to be modified to work with the test. by jlabanca@google.com · 14 years ago
  69. 3674b30 Implement spec section 2.2. Applying multiple constraints of the same type. by nchalko@google.com · 14 years ago
  70. 92242e6 Rolling back IE bugfix for IFrames due to failed ImageTest by pdr@google.com · 14 years ago
  71. 8a38343 Make production mode stack traces match JRE spec more closely by fredsa@google.com · 14 years ago
  72. 7edc5d7 Fix bug on IE where onload events don't fire for IFrames. by pdr@google.com · 14 years ago
  73. 6374ed5 Optimize redundant 'switch' statements by rice@google.com · 14 years ago
  74. 1798ed4 Mark some test as Failing. Note these test only fail on IE. by nchalko@google.com · 14 years ago
  75. 6bdc292 Removes a Java 1.6-ism. by rchandia@google.com · 14 years ago
  76. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  77. 4c81c39 Add a @TestNotCompatible for tests where the test code is not GWT compatible. by nchalko@google.com · 14 years ago
  78. 09cfc1d Match Classes to validate in the order specified in the GwtValidaiton by nchalko@google.com · 14 years ago
  79. ad61f1d Move the TCK report task to user/build.xml and delete samples/validationtck by nchalko@google.com · 14 years ago
  80. b74dff4 Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored. by bobv@google.com · 14 years ago
  81. 27c024a Rolling back r9549 due to downstream build breaks. by bobv@google.com · 14 years ago
  82. 08d4db8 Fix a generics compile error on OSX java 1.6 by nchalko@google.com · 14 years ago
  83. 219c9d8 Public (by t.broyer): by robertvawter@google.com · 14 years ago
  84. 455f5bc Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to its child. This is useful when an application needs a content container to hold a Widget that RequiresResize. by jlabanca@google.com · 14 years ago
  85. 43c7d8a Public (by t.broyer): by robertvawter@google.com · 14 years ago
  86. 5dfac3f Public (by t.broyer): by robertvawter@google.com · 14 years ago
  87. abd946b Fixes a bug in JavaScriptObject support in DevMode that prevents dispatching by knorton@google.com · 14 years ago
  88. 0eaff10 Adds a hook to invalidate a rebind within dev mode (from Alexander Mitin) by jbrosenberg@google.com · 14 years ago
  89. 3be387d Cache ModuleDefs by context ClassLoader. by scottb@google.com · 14 years ago
  90. c57faee Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
  91. 0efd539 Add TCK jars to user .classpath by nchalko@google.com · 14 years ago
  92. 31a10fe Tone down the experimental api warning. by pdr@google.com · 14 years ago
  93. 7771b37 Handle validation of cascaded Arrays, Iterables and Maps. by nchalko@google.com · 14 years ago
  94. 60e05a1 ColumnSortEvent#isAscending was misspelled. Fixes by rjrjr@google.com · 14 years ago
  95. 36cf748 Update the xpcom plugin for Gecko 2.0 (FF4). Only tested on Linux so far. by conroy@google.com · 14 years ago
  96. cc2a4fc fix for NPVariant numbers. (new webkit v8 bindings give us doubles for ints) by conroy@google.com · 14 years ago
  97. 6694f74 Adds some documentation on TypeOracle and JType by zundel@google.com · 14 years ago
  98. 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
  99. c58105f Give more explanation in the script tag failure and also provide a way to override it for projects that do not control by unnurg@google.com · 14 years ago
  100. a177ae0 Move the validation test cases that depend on reflection out of a client-scoped package. by bobv@google.com · 14 years ago