1. 645a419 Remove unused/broken constructors. by rdayal@google.com · 13 years ago
  2. 6e4351e Fix this->window confusion in DevMode (issue #3069). by rdayal@google.com · 13 years ago
  3. 2265e62 Use one common implementation of UserAgentProperty when runtime by mdempsky@google.com · 13 years ago
  4. a553886 Check that location.href is sane before using it, to avoid by skybrian@google.com · 13 years ago
  5. bebd3e8 Fix issue #6724 - clearOpacity doesn't clear the "filter" property in IE8. by rdayal@google.com · 13 years ago
  6. f7f9f99 Fix gateway timeout typo - issue #4930. by rdayal@google.com · 13 years ago
  7. b807718 Fix for: by rdayal@google.com · 13 years ago
  8. 7c9c31c Add support for soft permutations to SingleScriptLinker. by mdempsky@google.com · 13 years ago
  9. 4a343b2 Fix dtd for collapse-property. by rdayal@google.com · 13 years ago
  10. d256135 Add support for @font-face CSS declarations. by acleung@google.com · 13 years ago
  11. f85a1ce Make HasScrollHandlers extend HasHandlers. by rdayal@google.com · 13 years ago
  12. 5a9e6e0 Make form event getTypes public. by rdayal@google.com · 13 years ago
  13. 8254ab8 Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. by rdayal@google.com · 13 years ago
  14. 88606dd Added method to suggest box so that suggestions can be programmatically refreshed. by dhawkey@google.com · 13 years ago
  15. 3e27069 Check that location.href is sane before using it, to avoid obscure browser bugs. by skybrian@google.com · 13 years ago
  16. ae7e821 Update GWT to CLDR v21 (with Google modifications). by jat@google.com · 13 years ago
  17. 096bcc7 Manually adding missing currency code from CLDR (South Sudanese Pound - SSP) to by lararennie@google.com · 13 years ago
  18. ff80617 Added new SafeImageCell class wich uses SafeUris instead of Strings. by mruppaner@google.com · 13 years ago
  19. 653113a Increase V8's stack trace limit for GWT from 10 to 128. by cromwellian@google.com · 13 years ago
  20. d484529 FF11 Devmode Plugin by acleung@google.com · 13 years ago
  21. 8e90e9b Update cldr-import to use CLDR v21. by jat@google.com · 13 years ago
  22. 0d54fd9 Adds support for aria-hidden to UIObject.setVisible(). by gryder@google.com · 13 years ago
  23. e107abb Optimizes new HTMLPanel(tag, "") by gryder@google.com · 13 years ago
  24. a4f6273 - Deprecate Accessibility.java by atincheva@google.com · 13 years ago
  25. 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
  26. 58a8ab7 add the "canRedirect" property to the appropriate module entry by skybrian@google.com · 13 years ago
  27. 05218ec Update server-side linker script to match properties.js. by skybrian@google.com · 13 years ago
  28. 0ac1fce Un-rollback entry() handler catching Throwable instead of RuntimeException. by cromwellian@google.com · 13 years ago
  29. 1c0b2c4 Add convenience static methods for getting a CommonAttributeType Tristate, BooleanAndUndefined,IdReference and IdReferenceList by atincheva@google.com · 13 years ago
  30. fa7ef3e scheglov pointed out a leak in compilation units in dev mode after a refresh by zundel@google.com · 13 years ago
  31. be281e9 When we generate an output file in a client bundle, use by skybrian@google.com · 13 years ago
  32. 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
  33. cd3c235 Swapping the LEFT/RIGHT placement of text in the SimplePager. The location is currently backward. by jlabanca@google.com · 13 years ago
  34. aca624f Modified the implementation of GWT.getModuleBaseURL() so that it will by skybrian@google.com · 13 years ago
  35. c8c756c Introduced PagerFactory to allow easy swap of pagers for CellBrowser. by rkj@google.com · 13 years ago
  36. 9c33074 Introduced Builder pattern for CellBrowser creation. by rkj@google.com · 13 years ago
  37. 8fa3afc Permutation Specific SymbolMap by acleung@google.com · 13 years ago
  38. d5cf524 Emulate System.getProperty(key, default) by always returning the by jasonmheim@google.com · 13 years ago
  39. b4fb353 Added a method to allow 'snap closed' behavior in SplitLayoutPanel. by dotaguro@google.com · 13 years ago
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. e16790f Let Closure Compiler knows CodeSplitter2 shuffled the fragment ordering by acleung@google.com · 13 years ago
  46. 12813ac Reintroduce super-dev-mode multimodule code. by cromwellian@google.com · 13 years ago
  47. 74c0942 Fix ListBox UiBinder parsing. by iteratee@google.com · 13 years ago
  48. 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
  49. ae626a3 Fix GWT constraint generator so that it works with JDK7. by skybrian@google.com · 13 years ago
  50. 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
  51. 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
  52. 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
  53. 3d605ce Rollback due to breakage by cromwellian@google.com · 13 years ago
  54. 4b801d2 Add multimodule support to super-dev-mode. by cromwellian@google.com · 13 years ago
  55. f01f852 Add a missing comparator that prevents a test from working using JDK7. by skybrian@google.com · 13 years ago
  56. ac11de6 Fix Firefox 3.6 devmode plugin infinite install loop. by acleung@google.com · 13 years ago
  57. e35da8d *** Reason for rollback *** by acleung@google.com · 13 years ago
  58. 4ea551d *** Reason for rollback *** by acleung@google.com · 13 years ago
  59. efe95a3 Updates Missing Plugin Page by acleung@google.com · 13 years ago
  60. 7f15cee Fix Closure backend with JsNumericEntry by acleung@google.com · 13 years ago
  61. 61ba4c5 Make splitpoint.xml CodeSplitter2 aware. by acleung@google.com · 13 years ago
  62. 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
  63. 48260f8 Testing SVN #2 by gwt.mirrorbot@gmail.com · 13 years ago
  64. 7f77331 Testing SVN by gwt.mirrorbot@gmail.com · 13 years ago
  65. 45bbe79 Change how source map filenames get calculated. This is now controlled by gwt.mirrorbot@gmail.com · 13 years ago
  66. 7ffdec4 Clean rebuild of the plugin. by acleung@google.com · 13 years ago
  67. 5531884 Firefox 10 DevMode Plugin by acleung@google.com · 13 years ago
  68. 043e4a8 Fix error in format argument specifiers. by andrewbachmann@google.com · 13 years ago
  69. 50767ab Applying our diffs to the base 3.4.2_r894 version of SourceTypeBinding.java. by rdayal@google.com · 13 years ago
  70. b95ce09 Update JDT from 3.4.2 to 3.4.2_r894. by rdayal@google.com · 13 years ago
  71. 0db32c1 A previous change broke some backward-compatibility with RowHoverEvent by isoos@google.com · 13 years ago
  72. 488de49 Working CodeSplitter2. by acleung@google.com · 13 years ago
  73. 6883fe7 CellTable performance is very slow on IE8. Internally, AbstractCellTable detects by isoos@google.com · 13 years ago
  74. 72a3b69 Defines API containing definition of ARIA attributes as defined by the W3C ARIA by gwt.mirrorbot@gmail.com · 13 years ago
  75. 7651776 In cases where sourcemaps were turned off, or Safari is used, the StackTraceDeobfuscator would report the raw JS line number as the Java line number. This change does two things: by cromwellian@google.com · 13 years ago
  76. 30d3bd9 Fix off by 1 error in StackTraceDeobfuscator and fix line number issue when no sourcemap is present. by cromwellian@google.com · 13 years ago
  77. 2ce5048 In CompositeCell, consumed events are determined as an union of all sub cells' consumed events. However, during event handling, an event may be fired to a sub-cell that doesn't actually consume this event. This is problematic if the cell doesn't check consumed events itself (which in most cases they don't). by pengzhuang@google.com · 13 years ago
  78. 837289c Fix internal build break. by jat@google.com · 13 years ago
  79. c344da9 Fix issue 6834. by rdayal@google.com · 13 years ago
  80. c5b5dec Add the missing plugins/xpcom/prebuilt/ff90/include/IOOPHM. by acleung@google.com · 13 years ago
  81. a5f27fa Fix potential XSS in MultiWordSuggestOracle by properly escaping in setDefaultSuggestionsFromText. by ehwang@google.com · 13 years ago
  82. 2020aed Fix an off-by-one error in sourcemaps created by the GWT compiler. by skybrian@google.com · 13 years ago
  83. 40cc803 Emulate Float.intBitsToFloat, Float.floatToIntBits, Double.longBitsToDouble, and Double.doubleToLongBits by rice@google.com · 13 years ago
  84. 80bd69e Typed arrays implementation that supports use in shared code and emulation of missing pieces where necessary. by jat@google.com · 13 years ago
  85. 061738f In obfuscated code, JSO detection looks for object.tM == nullMethod. If nullMethod is obfuscated as function tM(){}, and someone uses global 'this' (Window or Self object for webworkers), then this.tM == tM even though 'this' isn't a Java object. This is caused by global scope functions appearing as properties in window/self. by cromwellian@google.com · 13 years ago
  86. cd201b7 Firefox 9 DevMode Plugin by acleung@google.com · 13 years ago
  87. f908cd4 Add sourcemap support to super dev mode. Source files work in Chrome canary by skybrian@google.com · 13 years ago
  88. fa3a2e2 When encoding the payload, make sure that we're using the JSONified version of the object with non-collection encodes; otherwise we'll end up encoding a String as [Object] in web mode. by rdayal@google.com · 13 years ago
  89. dd98e83 SoYC method dependency dashboard produces invalid dependency nesting. by michschn@google.com · 13 years ago
  90. febebe1 Only produce the RPC log when the logLevel is DEBUG, to improve force cachability. by johnlenz@google.com · 13 years ago
  91. 1f4b33e encode the history token before putting it in the href for Hyperlink. by andrewbachmann@google.com · 13 years ago
  92. 083dd12 Add system property to optionally strip comments generated in resource bundles used for debugging purposes. This causes build instabilities in some cases, where the source code doesn't change, but the comment does. by cromwellian@google.com · 13 years ago
  93. 8f089c1 Fix single module support when compiling with the Closure Compiler backend. by johnlenz@google.com · 13 years ago
  94. bb88068 Prune dead code. by mdempsky@google.com · 13 years ago
  95. e5a47d7 Order the contents of cssmap to stablize the compiler's output by johnlenz@google.com · 13 years ago
  96. 9a7fd6a Compiler metrics prevent Forge caching disable them by default. by johnlenz@google.com · 13 years ago
  97. f73ad11 ColumnSortList can grow indefintely, but some users would like to have only a by isoos@google.com · 13 years ago
  98. 0496fa8 In non-pretty mode, adds interning for castable-type-map literals. For any castmap occuring more than once, or occuring on an array type, it is hoisted to a top level variable, and it is referred to by name. by cromwellian@google.com · 13 years ago
  99. 7185818 Fixes a memory leak in ScrollImplTrident by removing references from elements to GWT code. by jlabanca@google.com · 13 years ago
  100. 3e1c49f Passing the row index to the FieldUpdater for a CompositeCell instead of passing -1 all the time. by jlabanca@google.com · 13 years ago