- c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 15 years ago
- 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
- 116bef8 Update user code to use $entry. by rjrjr@google.com · 15 years ago
- 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
- 981a9a2 Adds TabLayoutPanelParser. Review: http://gwt-code-reviews.appspot.com/81802 by jgw@google.com · 15 years ago
- c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 15 years ago
- ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 15 years ago
- 70bb062 DisclosurePanel now does ImageResource and is nice in UiBinder. by rjrjr@google.com · 15 years ago
- e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
- b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 15 years ago
- f4b8e5b Tree now no longer fires events from left- and middle mouse button clicks. by kprobst@google.com · 15 years ago
- 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
- fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 15 years ago
- e9fb291 Fixes IE bug in ScrollPanel at 100% width; Adds Requires/ProvidesResize. by jgw@google.com · 15 years ago
- acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 15 years ago
- 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
- ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 15 years ago
- 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 15 years ago
- b94f19e Improve error reporting inside of custom at-rules. by bobv@google.com · 15 years ago
- 0b8ac1f Add CssResource interface generator. by bobv@google.com · 15 years ago
- 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 15 years ago
- c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 15 years ago
- 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 15 years ago
- 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 15 years ago
- 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 15 years ago
- a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 15 years ago
- 0eaf782 Revert "Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs," due to web mode test failures in com.google.gwt.user.client.WindowTest.testLocationCreateUrlBuilder by rjrjr@google.com · 15 years ago
- bd3d2c9 Adds LINE_START and LINE_END to DockPanelParser in UiBinder by rjrjr@google.com · 15 years ago
- 449e4a1 Adding a semicolon to the javascript reference in empty Anchor widgets to fix a FF2 bug where Anchor widgets open the error console. by jlabanca@google.com · 15 years ago
- b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 15 years ago
- c660812 Makes Image aware of ImageResource by rjrjr@google.com · 15 years ago
- 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
- 973d4f8 Fix for issue 4111 (comma-decimal-separator bug). by jgw@google.com · 15 years ago
- 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 16 years ago
- b94b986 UiBinder Optimizations by rjrjr@google.com · 16 years ago
- 5a385f9 Fixes various mail issues, primarily on IE: by jgw@google.com · 16 years ago
- 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 16 years ago
- e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 16 years ago
- e6c9937 Fix plurals in i18n sample (and others). There were two problems: by jat@google.com · 16 years ago
- 4e4ac1a Fixes 2 issues: by amitmanjhi@google.com · 16 years ago
- fe79f6c Handle a case where the JSONP request succeeds after the timer has been fired by jat@google.com · 16 years ago
- 540f782 Test batches will be sent to the client as they are executed by JUnitShell if NoBatchingStrategy (the default) is used. This allows users to use test runners that shard test methods across different clients. by jlabanca@google.com · 16 years ago
- 379e70d Update from trunk@6270 by rjrjr@google.com · 16 years ago
- b3b7c26 Fixed a bug in GWTTestCase where it would access JUnitShell from the wrong thread, creating a SWT error when later tests run. by jlabanca@google.com · 16 years ago
- 3fa5c8a Fixing the user agent mapping in RunStyleHtmlUnit so FF3 maps to gecko1_8 instead of gecko. by jlabanca@google.com · 16 years ago
- 670bcce Merge through trunk@6239 by rjrjr@google.com · 16 years ago
- 55bfe8a Add CssResource.ensureInjected(). by bobv@google.com · 16 years ago
- 3a7f07b Reorganize the bulk of the CssResourceGenerator code to move the visitors into the resources.css package. by bobv@google.com · 16 years ago
- 40f432d Fix lack of propagating numClients back to JUnitShell when the RunStyles by jat@google.com · 16 years ago
- 52ac42b Merge up to trunk @r6200. by jat@google.com · 16 years ago
- 9d0b48e Fix remote tests. by jat@google.com · 16 years ago
- 5c932b6 Fixed a possible NPE that can occur if a test times out before any clients retrieve the test. by jlabanca@google.com · 16 years ago
- 5d6223e Submit untested fixes for RunStyleRemoteWeb and RunStyleSelenium to hopefully by jat@google.com · 16 years ago
- f1860b3 Changes served location of UiBinder's xhtml.ent from svn to downloads by rjrjr@google.com · 16 years ago
- d521302 Speed CssResource class selector rewriting. by bobv@google.com · 16 years ago
- 481f92d Fix GC handling for HtmlUnit in development mode. by jat@google.com · 16 years ago
- 8241f73 Updates RichTextArea tests to use InitializeHandler instead of a timer. by zundel@google.com · 16 years ago
- 267e944 Propagating the command-line logLevel to JUnit's logger in headless mode. by amitmanjhi@google.com · 16 years ago
- 32f570a Wraps all calls that affect phsyical and logical attach state to ensure that the physical and logical state of children match the state of their parents. Essentially, this patch handles errors in onLoad/onUnload. by jlabanca@google.com · 16 years ago
- 609a425 Fixing checkstyle errors. by jlabanca@google.com · 16 years ago
- df29357 UiBinderGenerator is not stable and results extra compiles during web app by mmendez@google.com · 16 years ago
- ee29b77 - Adds UiBinder parsers for DockLayoutPanel and StackLayoutPanel. by jgw@google.com · 16 years ago
- 8d2eff9 Change <ui:style source='...'/> to <ui:style src='...'/> for consistency w/HTML by rjrjr@google.com · 16 years ago
- 48cfffe Small fixes to warn and error messages. by rjrjr@google.com · 16 years ago
- 24d9723 Fixes a bug where JUnitShell does not respect @DoNotRunWith annotations. by jlabanca@google.com · 16 years ago
- 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
- e0309fa Allows multiple GWT apps to preview native events in IE. by jlabanca@google.com · 16 years ago
- 3e2e73a Save and restore the state of NativePreviewEvent in case an event is fired while the current event is being previewed. by jlabanca@google.com · 16 years ago
- bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
- 274cddc Fixes a bug in CompileStrategy where it would throw an IllegalArgumentException if tests are run out of module order. by jlabanca@google.com · 16 years ago
- 75689a2 Minor changes (round 1) in response to John's review comments. by amitmanjhi@google.com · 16 years ago
- 24d674a Since UNDEFINED in JS is mapped to null by the Gwt glue glue code, this patch by amitmanjhi@google.com · 16 years ago
- 7622062 Adds a new InitializeEvent and integrates it with the Rich Text Area. The by zundel@google.com · 16 years ago
- bc2b41b Adds a new option (-precompile) to JUnitShell to compile test modules before or during test runs, decreasing overall test time. Also adds the -userAgents option to specify remote browser user agents ahead of time, decreasing the number of permutations that need to be compiled for remote tests. by jlabanca@google.com · 16 years ago
- e6c671f Initialize the timer before adding the script in case it gets run synchronously by jat@google.com · 16 years ago
- 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
- 66a41e0 Introduces inline styles to ui.xml files, completing by rjrjr@google.com · 16 years ago
- b022fed Initial implementations of Stack and Split layout panels, along with a few by jgw@google.com · 16 years ago
- fefb492 All the hard parts of by rjrjr@google.com · 16 years ago
- 97d71a2 We were double escaping the contents of placeholders inside HTML messages. E.g., by rjrjr@google.com · 16 years ago
- ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
- 31bc2c3 Fixes an issue in StyleInjector where it could try to inject more than 30 style sheets in IE if a style sheet already existed. We now look at the total number of style sheets instead of just the number that were injected by StyleInjector. by jlabanca@google.com · 16 years ago
- bdaf175 Lays out the groundwork for by rjrjr@google.com · 16 years ago
- 53f86c2 Checkstyle fixes for DockLayoutPanel. Whoops. by jgw@google.com · 16 years ago
- 5b7a968 Fixes a bug in DOMImplTrident#getTagName() where it does not handle an undefined scope name. by jlabanca@google.com · 16 years ago
- f2f20a5 - Changed Requires/ProvidesLayout => Requires/ProvidesResize; some small doc by jgw@google.com · 16 years ago
- 712dac6 Removing an assertion that introduced a breaking change. by jlabanca@google.com · 16 years ago
- 7ea603a Recommitting r6024, r6022, r6021, and r6020. by jlabanca@google.com · 16 years ago
- f1e5493 Addendum to r6010, adding missing InsertPanel.java by jgw@google.com · 16 years ago
- 712195d Fix for issue 1112 (Add InsertPanel interface) by jgw@google.com · 16 years ago
- 0e85ca6 Revert r6063, "Internal contribution that extends FakeMessagesMaker to by rjrjr@google.com · 16 years ago
- ad7b0e1 Internal contribution that extends FakeMessagesMaker to work with Constants as well. by rjrjr@google.com · 16 years ago
- 866b6b4 Nukes the deprecated and over complicated by rjrjr@google.com · 16 years ago
- c790b61 Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery by rjrjr@google.com · 16 years ago
- faccea5 Safari 4.0 treats CDATA and Text nodes seperately, but it still merges them when Node#normalize() is called, breaking XMLTest. This method fixes the test and adds a comment to Node#normalize() explaining this behavior. by jlabanca@google.com · 16 years ago
- 50b621a Rolling back changes that broke the continuous build. $ svn merge -r6024:6018 . by bobv@google.com · 16 years ago
- 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
- 938a64e Fix a problem on Safari/Chrome where docuemntElement.getFirstChild is not by jat@google.com · 16 years ago
- 1fa7786 Fixes a bug where all Buttons default to submit in safari, causing forms to automatically submit when the button is pressed. This patch introduces a button class for each button type. by jlabanca@google.com · 16 years ago
- 004a14f Fixes a bug where FormPanel does not fire SubmitEvent when using a named frame (as opposed to a generated hidden iframe). by jlabanca@google.com · 16 years ago