1. 26400bd FF12 Plugin by acleung@google.com · 13 years ago
  2. 65a8602 rollback: CompositeEditor and ListEditor optimizations. by skybrian@google.com · 13 years ago
  3. 7bbb9ce Resubmission for internal commit. Thanks tbroyer! by gwt.mirrorbot@gmail.com · 13 years ago
  4. db79520 CompositeEditor and ListEditor optimizations. Contributed by tbroyer. by skybrian@google.com · 13 years ago
  5. 6f8a791 Improve performance when using many ValueProxies with RequestFactory. by skybrian@google.com · 13 years ago
  6. 3df95e6 Let AutoBean accept numbers for dates and longs. Contributed by tbroyer. by skybrian@google.com · 13 years ago
  7. 686a3b5 Rendering a blank space in an empty EditTextCell to force the element to have a height. Otherwise, the EditTextCell is not clickable if it is empty, and the user cannot select it to switch to edit mode. by jlabanca@google.com · 13 years ago
  8. 43e4c95 also parse: DEFAULT, LOCALE_START, LOCALE_END, ALIGN_DEFAULT, ALIGN_LOCALE_START, ALIGN_LOCALE_END, by andrewbachmann@google.com · 13 years ago
  9. 154d182 Adds a "moduleBase" attribute to the module registry at by skybrian@google.com · 13 years ago
  10. d0152a3 Fix handling of argument names in the presence of long/double args by rice@google.com · 13 years ago
  11. 22b7b5e Re-roll of r10955 after fixing internal build breakage. by jat@google.com · 13 years ago
  12. 3495ec7 Improves failure messages generated by GwtTests. by wan@google.com · 13 years ago
  13. 1761e0c Adding a method to DockLayoutPanel to get the size of a child widget. by jlabanca@google.com · 13 years ago
  14. da5ae0c Webkit events sometimes target the text node inside of an element instead of the element itself. This can break GWT code that checks if the event target is an Element (PopupPanel does this for example). We now get the parent element if the event target is a text node. by jlabanca@google.com · 13 years ago
  15. 87c13e2 Rollback of r10955 because it broke internal tests -- will re-roll by jat@google.com · 13 years ago
  16. 3a1afe1 Replace deprecated Command usage. by jat@google.com · 13 years ago
  17. 639bf8a Fix typo in comment. by jat@google.com · 13 years ago
  18. f877658 Make GWT.create/etc usable on server. by jat@google.com · 13 years ago
  19. 86c0767 Fix GWT's implementation of Md5Digest. by syliao@google.com · 13 years ago
  20. 6d12f75 Allowed different Map implementaion in MultiSelectionModel. by rkj@google.com · 13 years ago
  21. fa616b0 Adding <threadsafe>false</threadsafe> to all appengine-web.xml files that by rsk@google.com · 13 years ago
  22. f5c41a4 Rollback patch to fix DefaultProxyStore.nextId(). It broke internal tests. by rdayal@google.com · 13 years ago
  23. 46dd28f Roll back addition of fields for primitive types. This breaks internal tests. by rdayal@google.com · 13 years ago
  24. 84217a3 Rollback fix for this->window confusion in DevMode (issue #3609). It broke a bunch of tests. by rdayal@google.com · 13 years ago
  25. c580015 DefaultProxyStore violated ProxyStore#nextId contract. by rdayal@google.com · 13 years ago
  26. 8637c2b ValidationTool now marks non-public domain methods as errors (issue 7220). Also switch domainMethodWrongModifier error to method level. by rdayal@google.com · 13 years ago
  27. c568e6a Add Integer.TYPE, etc. by rdayal@google.com · 13 years ago
  28. 645a419 Remove unused/broken constructors. by rdayal@google.com · 13 years ago
  29. 6e4351e Fix this->window confusion in DevMode (issue #3069). by rdayal@google.com · 13 years ago
  30. 2265e62 Use one common implementation of UserAgentProperty when runtime by mdempsky@google.com · 13 years ago
  31. a553886 Check that location.href is sane before using it, to avoid by skybrian@google.com · 13 years ago
  32. bebd3e8 Fix issue #6724 - clearOpacity doesn't clear the "filter" property in IE8. by rdayal@google.com · 13 years ago
  33. f7f9f99 Fix gateway timeout typo - issue #4930. by rdayal@google.com · 13 years ago
  34. b807718 Fix for: by rdayal@google.com · 13 years ago
  35. 7c9c31c Add support for soft permutations to SingleScriptLinker. by mdempsky@google.com · 13 years ago
  36. 4a343b2 Fix dtd for collapse-property. by rdayal@google.com · 13 years ago
  37. d256135 Add support for @font-face CSS declarations. by acleung@google.com · 13 years ago
  38. f85a1ce Make HasScrollHandlers extend HasHandlers. by rdayal@google.com · 13 years ago
  39. 5a9e6e0 Make form event getTypes public. by rdayal@google.com · 13 years ago
  40. 8254ab8 Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. by rdayal@google.com · 13 years ago
  41. 88606dd Added method to suggest box so that suggestions can be programmatically refreshed. by dhawkey@google.com · 13 years ago
  42. 3e27069 Check that location.href is sane before using it, to avoid obscure browser bugs. by skybrian@google.com · 13 years ago
  43. ae7e821 Update GWT to CLDR v21 (with Google modifications). by jat@google.com · 13 years ago
  44. 096bcc7 Manually adding missing currency code from CLDR (South Sudanese Pound - SSP) to by lararennie@google.com · 13 years ago
  45. ff80617 Added new SafeImageCell class wich uses SafeUris instead of Strings. by mruppaner@google.com · 13 years ago
  46. 653113a Increase V8's stack trace limit for GWT from 10 to 128. by cromwellian@google.com · 13 years ago
  47. d484529 FF11 Devmode Plugin by acleung@google.com · 13 years ago
  48. 8e90e9b Update cldr-import to use CLDR v21. by jat@google.com · 13 years ago
  49. 0d54fd9 Adds support for aria-hidden to UIObject.setVisible(). by gryder@google.com · 13 years ago
  50. e107abb Optimizes new HTMLPanel(tag, "") by gryder@google.com · 13 years ago
  51. a4f6273 - Deprecate Accessibility.java by atincheva@google.com · 13 years ago
  52. f3718b0 Deprecating TreeItem.addItem/insertItem(String html) in favor of methods that take SafeHtml. The current versions are misleading because they claim to take itemText but actually set innerHTML. The javadoc of the deprecated methods has been updated to indicate that they take HTML, not text. by jlabanca@google.com · 13 years ago
  53. 58a8ab7 add the "canRedirect" property to the appropriate module entry by skybrian@google.com · 13 years ago
  54. 05218ec Update server-side linker script to match properties.js. by skybrian@google.com · 13 years ago
  55. 0ac1fce Un-rollback entry() handler catching Throwable instead of RuntimeException. by cromwellian@google.com · 13 years ago
  56. 1c0b2c4 Add convenience static methods for getting a CommonAttributeType Tristate, BooleanAndUndefined,IdReference and IdReferenceList by atincheva@google.com · 13 years ago
  57. fa7ef3e scheglov pointed out a leak in compilation units in dev mode after a refresh by zundel@google.com · 13 years ago
  58. be281e9 When we generate an output file in a client bundle, use by skybrian@google.com · 13 years ago
  59. 8c598ae Adds extra optimization pass to eliminate more types in draftCompile. This is needed for some libraries that depend on JSO devirtualization to always be resolved from an interface to a SingleJsoImpl. by cromwellian@google.com · 13 years ago
  60. cd3c235 Swapping the LEFT/RIGHT placement of text in the SimplePager. The location is currently backward. by jlabanca@google.com · 13 years ago
  61. aca624f Modified the implementation of GWT.getModuleBaseURL() so that it will by skybrian@google.com · 13 years ago
  62. c8c756c Introduced PagerFactory to allow easy swap of pagers for CellBrowser. by rkj@google.com · 13 years ago
  63. 9c33074 Introduced Builder pattern for CellBrowser creation. by rkj@google.com · 13 years ago
  64. 8fa3afc Permutation Specific SymbolMap by acleung@google.com · 13 years ago
  65. d5cf524 Emulate System.getProperty(key, default) by always returning the by jasonmheim@google.com · 13 years ago
  66. b4fb353 Added a method to allow 'snap closed' behavior in SplitLayoutPanel. by dotaguro@google.com · 13 years ago
  67. cc72467 Improving the JavaDoc of ListDataProvider to explain that the wrapped list should not be modified, and that mutations to the items within the list cannot be detected without called List#set() or ListDataProvider#refresh(). by jlabanca@google.com · 13 years ago
  68. 31d988c Fixing a bug in CellWidget where the cell isn't rendered if the initial value is null. We were checking that the value actually changed in setValue(), but this.value defaults to null. We no longer do an equality check when setting the value in the constructor. by jlabanca@google.com · 13 years ago
  69. c838d70 Adds an option to SplitLayoutPanel to hide a widget when its splitter is double clicked. We set the width to 0 instead of hiding the widget because hiding a widget can cause issues with flash components. by jlabanca@google.com · 13 years ago
  70. 4138802 Ensuring that DeckLayoutPanel properly attaches/detaches its layout when it is attached/detached from the DOM. Also changing other layout panels to attach/detach their layout implementation in onAttach/onDetach instead of onLoad/onUnload. by jlabanca@google.com · 13 years ago
  71. 9877f89 Setting the cursor style to pointer for gwt-Hyperlinks in the GWT style themes. Hyperlink wrap the anchor element with a div element that has a larger clickable area than the link itself. by jlabanca@google.com · 13 years ago
  72. e16790f Let Closure Compiler knows CodeSplitter2 shuffled the fragment ordering by acleung@google.com · 13 years ago
  73. 12813ac Reintroduce super-dev-mode multimodule code. by cromwellian@google.com · 13 years ago
  74. 74c0942 Fix ListBox UiBinder parsing. by iteratee@google.com · 13 years ago
  75. 80e57f1 Remapping the "tabindex" ARIA attribute to "tabIndex" because browsers implement the latter, even though the ARIA spec specifies the former. by jlabanca@google.com · 13 years ago
  76. ae626a3 Fix GWT constraint generator so that it works with JDK7. by skybrian@google.com · 13 years ago
  77. 570f633 Workaround for 64KB string limit for RPC responses in GWT Hosted Mode client due to Rhino library limitation. by dhawkey@google.com · 13 years ago
  78. 0fdf7fc Fix flakiness of test. Some browsers set the tabindex by default and that caused the test to fail. Remove the check before explicitly setting the tabindex. by atincheva@google.com · 13 years ago
  79. 227d10c Fix for bad association of errors generated by client-side JSR-303 when using nested, validated beans. by danielwhite@google.com · 13 years ago
  80. 3d605ce Rollback due to breakage by cromwellian@google.com · 13 years ago
  81. 4b801d2 Add multimodule support to super-dev-mode. by cromwellian@google.com · 13 years ago
  82. f01f852 Add a missing comparator that prevents a test from working using JDK7. by skybrian@google.com · 13 years ago
  83. ac11de6 Fix Firefox 3.6 devmode plugin infinite install loop. by acleung@google.com · 13 years ago
  84. e35da8d *** Reason for rollback *** by acleung@google.com · 13 years ago
  85. 4ea551d *** Reason for rollback *** by acleung@google.com · 13 years ago
  86. efe95a3 Updates Missing Plugin Page by acleung@google.com · 13 years ago
  87. 7f15cee Fix Closure backend with JsNumericEntry by acleung@google.com · 13 years ago
  88. 61ba4c5 Make splitpoint.xml CodeSplitter2 aware. by acleung@google.com · 13 years ago
  89. 63336c5 Change how source map filenames get calculated. This is now controlled\nby CompilationUnitBuilder.getSourceMapPath(). Filenames in source maps\nare now relative to the classpath, except in the case of files created\nby generators, which have filenames in a synthetic gen/ directory.\nFilenames under the gen/ directory should correspond to what the\nfilename would be in a -gen directory, regardless of whether the user\npasses the -gen option to the compiler.\n\nI\'m not changing the filenames in the JDT for now, so filenames in\nmost error messages are unaffected and sometimes will be different\nfrom the name in the source map. (I don\'t understand the consequences\nof making that change, so it\'s safer to do it separately.)\n by gwt.mirrorbot@gmail.com · 13 years ago
  90. 48260f8 Testing SVN #2 by gwt.mirrorbot@gmail.com · 13 years ago
  91. 7f77331 Testing SVN by gwt.mirrorbot@gmail.com · 13 years ago
  92. 45bbe79 Change how source map filenames get calculated. This is now controlled by gwt.mirrorbot@gmail.com · 13 years ago
  93. 7ffdec4 Clean rebuild of the plugin. by acleung@google.com · 13 years ago
  94. 5531884 Firefox 10 DevMode Plugin by acleung@google.com · 13 years ago
  95. 043e4a8 Fix error in format argument specifiers. by andrewbachmann@google.com · 13 years ago
  96. 50767ab Applying our diffs to the base 3.4.2_r894 version of SourceTypeBinding.java. by rdayal@google.com · 13 years ago
  97. b95ce09 Update JDT from 3.4.2 to 3.4.2_r894. by rdayal@google.com · 13 years ago
  98. 0db32c1 A previous change broke some backward-compatibility with RowHoverEvent by isoos@google.com · 13 years ago
  99. 488de49 Working CodeSplitter2. by acleung@google.com · 13 years ago
  100. 6883fe7 CellTable performance is very slow on IE8. Internally, AbstractCellTable detects by isoos@google.com · 13 years ago