- 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
- c568e6a Add Integer.TYPE, etc. by rdayal@google.com · 13 years ago
- 2265e62 Use one common implementation of UserAgentProperty when runtime by mdempsky@google.com · 13 years ago
- bebd3e8 Fix issue #6724 - clearOpacity doesn't clear the "filter" property in IE8. by rdayal@google.com · 13 years ago
- f7f9f99 Fix gateway timeout typo - issue #4930. by rdayal@google.com · 13 years ago
- b807718 Fix for: by rdayal@google.com · 13 years ago
- 7c9c31c Add support for soft permutations to SingleScriptLinker. by mdempsky@google.com · 13 years ago
- d256135 Add support for @font-face CSS declarations. by acleung@google.com · 13 years ago
- f85a1ce Make HasScrollHandlers extend HasHandlers. by rdayal@google.com · 13 years ago
- 5a9e6e0 Make form event getTypes public. by rdayal@google.com · 13 years ago
- 8254ab8 Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. by rdayal@google.com · 13 years ago
- 88606dd Added method to suggest box so that suggestions can be programmatically refreshed. by dhawkey@google.com · 13 years ago
- ae7e821 Update GWT to CLDR v21 (with Google modifications). by jat@google.com · 13 years ago
- 096bcc7 Manually adding missing currency code from CLDR (South Sudanese Pound - SSP) to by lararennie@google.com · 13 years ago
- ff80617 Added new SafeImageCell class wich uses SafeUris instead of Strings. by mruppaner@google.com · 13 years ago
- 653113a Increase V8's stack trace limit for GWT from 10 to 128. by cromwellian@google.com · 13 years ago
- 0d54fd9 Adds support for aria-hidden to UIObject.setVisible(). by gryder@google.com · 13 years ago
- e107abb Optimizes new HTMLPanel(tag, "") by gryder@google.com · 13 years ago
- a4f6273 - Deprecate Accessibility.java by atincheva@google.com · 13 years ago
- 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
- 0ac1fce Un-rollback entry() handler catching Throwable instead of RuntimeException. by cromwellian@google.com · 13 years ago
- 1c0b2c4 Add convenience static methods for getting a CommonAttributeType Tristate, BooleanAndUndefined,IdReference and IdReferenceList by atincheva@google.com · 13 years ago
- be281e9 When we generate an output file in a client bundle, use by skybrian@google.com · 13 years ago
- cd3c235 Swapping the LEFT/RIGHT placement of text in the SimplePager. The location is currently backward. by jlabanca@google.com · 13 years ago
- aca624f Modified the implementation of GWT.getModuleBaseURL() so that it will by skybrian@google.com · 13 years ago
- c8c756c Introduced PagerFactory to allow easy swap of pagers for CellBrowser. by rkj@google.com · 13 years ago
- 9c33074 Introduced Builder pattern for CellBrowser creation. by rkj@google.com · 13 years ago
- 8fa3afc Permutation Specific SymbolMap by acleung@google.com · 13 years ago
- d5cf524 Emulate System.getProperty(key, default) by always returning the by jasonmheim@google.com · 13 years ago
- b4fb353 Added a method to allow 'snap closed' behavior in SplitLayoutPanel. by dotaguro@google.com · 13 years ago
- 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
- 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
- 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
- 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
- 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
- 74c0942 Fix ListBox UiBinder parsing. by iteratee@google.com · 13 years ago
- 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
- ae626a3 Fix GWT constraint generator so that it works with JDK7. by skybrian@google.com · 13 years ago
- 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
- 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
- 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
- 043e4a8 Fix error in format argument specifiers. by andrewbachmann@google.com · 13 years ago
- 0db32c1 A previous change broke some backward-compatibility with RowHoverEvent by isoos@google.com · 13 years ago
- 6883fe7 CellTable performance is very slow on IE8. Internally, AbstractCellTable detects by isoos@google.com · 13 years ago
- 72a3b69 Defines API containing definition of ARIA attributes as defined by the W3C ARIA by gwt.mirrorbot@gmail.com · 13 years ago
- 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
- 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
- 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
- 837289c Fix internal build break. by jat@google.com · 13 years ago
- c344da9 Fix issue 6834. by rdayal@google.com · 13 years ago
- a5f27fa Fix potential XSS in MultiWordSuggestOracle by properly escaping in setDefaultSuggestionsFromText. by ehwang@google.com · 13 years ago
- 40cc803 Emulate Float.intBitsToFloat, Float.floatToIntBits, Double.longBitsToDouble, and Double.doubleToLongBits by rice@google.com · 13 years ago
- 80bd69e Typed arrays implementation that supports use in shared code and emulation of missing pieces where necessary. by jat@google.com · 13 years ago
- f908cd4 Add sourcemap support to super dev mode. Source files work in Chrome canary by skybrian@google.com · 13 years ago
- 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
- febebe1 Only produce the RPC log when the logLevel is DEBUG, to improve force cachability. by johnlenz@google.com · 13 years ago
- 1f4b33e encode the history token before putting it in the href for Hyperlink. by andrewbachmann@google.com · 13 years ago
- 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
- e5a47d7 Order the contents of cssmap to stablize the compiler's output by johnlenz@google.com · 13 years ago
- f73ad11 ColumnSortList can grow indefintely, but some users would like to have only a by isoos@google.com · 13 years ago
- 7185818 Fixes a memory leak in ScrollImplTrident by removing references from elements to GWT code. by jlabanca@google.com · 13 years ago
- 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
- 1c78577 Disable lazy widget builders on design time. by scheglov@google.com · 13 years ago
- c30f465 Deal with null (but defined) localStorage and sessionStorage objects. by pdr@google.com · 13 years ago
- b3bdc9e Broken tests. by acleung@google.com · 13 years ago
- f9c7f60 enhance history test to test initial hash parsing for token. by andrewbachmann@google.com · 13 years ago
- e25789c Bump delay in AnimationTest temporarily to resolve flakyness. by cromwellian@google.com · 13 years ago
- 3194a93 Properly encode request parameters that use Collections when in JSON-RPC mode. by rdayal@google.com · 13 years ago
- a42c1ae Fix Window.Location.getHash() for Mozilla so that it returns the unescaped hash, consistent with other platforms. by andrewbachmann@google.com · 13 years ago
- ee95433 Adding an option to change the debug id property and prefix. Some users prefer to use a random attribute instead of the element ID, or they do not want the "gwt-debug-" prefix. I added two static methods, DebugInfo#setDebugIdAttribute() and DebugInfo#setDebugIdPrefix(), to make it easy to configure these settings. by jlabanca@google.com · 13 years ago
- ed17a82 Reducing the unsafe URI log warning to an info. If you use a String in a URI context, we sanitize the string, so it is not a security risk and should not generate a warning. However, we still log an info message so users know they can use SafeUri instead if they do not want the URI sanitized. by jlabanca@google.com · 13 years ago
- af1c736 Switch more gwt-user code to use SafeHtml. by mdempsky@google.com · 13 years ago
- fa1d8a0 Fix SafeHtml API misuse (calling SafeHtmlUtils.fromSafeConstant(String) by mdempsky@google.com · 13 years ago
- b049ad3 Fix docs for getOffsetWidth/Height. by rdayal@google.com · 13 years ago
- 7a30184 Fixing a bug in SafeStylesUtils where zIndex is specified in camelCase form instead of hyphenated form. by jlabanca@google.com · 13 years ago
- 49beb41 Introduce a new method onPreviewColumnSortEvent to Header. An AbstractCellTable checks this method before firing column sort event and will not fire the event if the method returns false. This gives users an option to disable column sort if the header cell actually consume the click event (e.g., a tooltip), and to disable column sort for header/footer sections. by pengzhuang@google.com · 13 years ago
- 5009f55 Don't allow SafeHtml strings to end in a <script> or <style> context. by mdempsky@google.com · 13 years ago
- b471132 Avoid bottlenecks by using ConcurrentHashMap instead of a synchronized IdentityHashMap. by rdayal@google.com · 13 years ago
- 3888f79 Add assert for null provided fields, fixes #7024 by rchandia@google.com · 13 years ago
- bcbce26 Change SafeHtmlHostedModeUtils.isCompleteHtml() to public. by mdempsky@google.com · 13 years ago
- a5b2a61 Change Timer.java to allow 0ms delay for single shot timers. by iteratee@google.com · 13 years ago
- 3bcfbb5 Add exception class name to serialized/deserialized throwable. by cromwellian@google.com · 13 years ago
- c540246 Encoding the line and column of a stack trace frame into the line number can exceed the size of 'int' and break StackTraceElement serialization. This patch changes the StackTraceCreator/Deobfuscator to instead, encode the column number of the exception in the JS filename. by cromwellian@google.com · 13 years ago
- c5ba924 Update ISO-8601 format to accept a timezone of a literal "Z" to mean GMT+0. by jat@google.com · 13 years ago
- 9e15e21 Update time zone data based on latest data provided by pytz2011n. by shanjian@google.com · 13 years ago
- f6713c7 Add a "FakeCssMaker" for CSS resources similar to FakeMessagesMaker. by jasonmheim@google.com · 13 years ago
- 318a3a1 Fix GWT emulated Logger behavior to match java.util.logging.Logger by baker@google.com · 13 years ago
- 7b8f95b This the 2nd try to update NumberConstantsImpl* to CLDR2.0.1. by shanjian@google.com · 13 years ago
- 3d7ead7 Add NoSuchMethodException for compatibility. by jat@google.com · 13 years ago
- 172fd90 Fix instance of javac's empty warning. by eaftan@google.com · 13 years ago
- 39341aa Re-rolling sourcemap support after rollback. Jar-jared sourcemap.jar dependency and reverted regression in StackTraceCollector.splice(). by cromwellian@google.com · 13 years ago
- b7b4d71 Roll back Source Map support for GWT due to breakages seen by various teams by unnurg@google.com · 13 years ago
- 2240765 Add SourceMap support to GWT by cromwellian@google.com · 13 years ago
- c702abf Add bytecode rewriting for the LogManager.getLoggerNames() function so this works correctly in DevMode by unnurg@google.com · 13 years ago
- 89047e3 Add the ability to override the number of fractional digits of a by jat@google.com · 13 years ago
- 6e8d9a2 Add an option to compile out all logging calls below the SEVERE or WARNING by unnurg@google.com · 13 years ago
- b48b525 rollback of previous change to CLDR 2.0.1 update by shanjian@google.com · 13 years ago
- 2948a86 Regenerate number format constants based on CLDR 2.0.1. Also added 2 new patterns, by shanjian@google.com · 13 years ago
- 5260c88 Upgrade GWT's htmlunit dependencies. by cromwellian@google.com · 13 years ago
- 3acc629 Re-roll simple/global currency pattern change after fixing internal by jat@google.com · 13 years ago