- 4b08946 Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning. by jlabanca@google.com · 14 years ago
- 4dff4c3 Updating the javadoc on the Anchor() constructor to explain that it does not set the href of the anchor element. Also adding a new constructor Anchor(boolean) to make it easier to add a default HREF without requiring that users call one of the other constructors with an empty string. by jlabanca@google.com · 14 years ago
- a3b1792 Fixing insert/remove bugs in StackLayoutPanel. Insert always appends to the end. Remove does not redraw the panel. Neither adjusted the selectedIndex when inserting/removing at a lower index. This patch also makes StackLayoutPanel implement AnimatedLayout so users can change the default animation duration or force layout. by jlabanca@google.com · 14 years ago
- f7d7b6f Cache Document.get for DevMode. Kills thousands of JSNI calls. by tobyr@google.com · 14 years ago
- f12214c Provides a CachedCompilationUnit class to serialize a CompilationUnit. by zundel@google.com · 14 years ago
- c0d55c8 Adds a lot of missing IsWidget support, especially for UiBinder. by luissolano@gmail.com · 14 years ago
- 6e65fd9 Fix Java 1.6-ism and remove stray @Override. by bobv@google.com · 14 years ago
- 1dd4746 Initial add of JSON-RPC support to RequestFactory. by bobv@google.com · 14 years ago
- 04254f2 Fixing HTMLTable#setWidget() to remove the widget or text when null is passed as the widget. Currently, the widget is not removed. by jlabanca@google.com · 14 years ago
- 07a61db Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates by rchandia@google.com · 14 years ago
- b05aaca Add HTMLPanel.wrap(Element). http://gwt-code-reviews.appspot.com/1360801/show by jlabanca@google.com · 14 years ago
- e2e72e5 Make ListBox's bidi support more robust, allowing subclasses to create option elements without going through ListBox. Such subclasses are currently broken by ListBox bidi support's use of an array, itemTexts, that is assumed to be synchronized with the select's option element descendants. The fix is to drop the array and instead keep the bidi data (when needed) as an attribute on the option elements. by tomerigo@google.com · 14 years ago
- b88482a Added validation jars to all calls to GWTC to provide classes rquired by by rchandia@google.com · 14 years ago
- 4dd4bf2 CollectorNull should not set stack traces when stack stripping is enabled. Throwable.getStackTrace() already handles the case of a null stack trace and constructs an empty array. by cromwellian@google.com · 14 years ago
- ab97b39 Fix Audio and Video elements. by pdr@google.com · 14 years ago
- 6d9f8fd Fixing a bug in DeckLayoutPanel where animating the current widget causes the current widget to disappear. This can happen if the user calls forceLayout() without setting a new widget, or if the user calls setWidget() with the currently visible widget. by jlabanca@google.com · 14 years ago
- 8582e49 Rolling back r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- 342e124 Fix tab char by cromwellian@google.com · 14 years ago
- eacda72 Delegate Html element type lookups to a pluggable factory. by cromwellian@google.com · 14 years ago
- 1dc4d2e Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property, by fredsa@google.com · 14 years ago
- 8174cf0 Sort the top level validator class to handle most specific classes first. by nchalko@google.com · 14 years ago
- 112b879 Fix TestUtil.PathImpl to correctly test for non matching by nchalko@google.com · 14 years ago
- b0f54d3 Fix a NullPointerException in Editor framework when a null sub-Editor is encountered during traversal. by bobv@google.com · 14 years ago
- c99fbc0 Generator Result Caching implementation for ClientBundle by jbrosenberg@google.com · 14 years ago
- b1a9571 AutoBeans improvements. by bobv@google.com · 14 years ago
- a5778cf Provide mechanism to suppress warning dialog when runtime and compile time user.agent propert values disagree, i.e. via by fredsa@google.com · 14 years ago
- 5cd36cf Missing 's' for '%s' specifier in log message. by askumar@google.com · 14 years ago
- fae6937 Relaxing the requirement that users specify a loading indicator image resource. If the image resource is null, the table will not create a default loading indicator. by jlabanca@google.com · 14 years ago
- 136fd8d Make FieldSerializers use reflection directly instead of round-tripping through JSNI. Speeds up DevMode. by tobyr@google.com · 14 years ago
- 311d70a Adding a new DeckLayoutPanel that displays one of many widgets and transitions between them using a horizontal or vertical sliding animation. This is useful for mobile web apps that want to create a slide effect between pages. Integrated DeckLayoutPanel into TabLayoutPanel so both widgets can share the animated transitions. I also replaced the TabPanel Showcase sample with a TabLayoutPanel sample to show off the new feature. by jlabanca@google.com · 14 years ago
- 067ec68 Reduce logging work in STOB. Wrap logging calls with isLoggable and only create .rpc.log during web-compiles or DevMode with DEBUG logging. by tobyr@google.com · 14 years ago
- 486c201 Adding a LoadingStateEvent to CellList and CellTable so users can receive an event when the data is loaded. Previously, LoadingState was a package protected enum used to show the loading indicator in CellTable and empty list message in CellList. Now, LoadingState is a first class citizen (an interface so users can define their own loading state). Both CellList and CellTable now support setting a custom loading indicator Widget and a custom Widget to display when the table is empty. by jlabanca@google.com · 14 years ago
- 4eea3c3 Undeprecating DockPanel because it is still useful and fulfills a purpose that DockLayoutPanel cannot. DockPanel will naturally resize to fit its content, whereas DockLayoutPanel requires the user to specify the dimensions of the content. by jlabanca@google.com · 14 years ago
- 92df54a Update getGeckoVersion() to support beta versions of Firefox. by pdr@google.com · 14 years ago
- 3b7bc6f Turn off a test because of issue 5882. by nchalko@google.com · 14 years ago
- d08baa7 Removes @Override annotation from implemented interface methods. by zundel@google.com · 14 years ago
- 1342167 Handle Validation of Cascaded Generic properties. Make GwtValidators Singletons. by nchalko@google.com · 14 years ago
- d816d76 This change adds couple of things: by meder@google.com · 14 years ago
- 8e2812b Add GeneratorContextExt.isProdMode. Allows generators to specialize output for dev or prod mode. Updates RPC to take advantage of it. by tobyr@google.com · 14 years ago
- 6727aa8 Remove list of JavaScriptException object properties: by fredsa@google.com · 14 years ago
- 56dc457 Remove unnecessary "script src=..." from MediaTest.gwt.xml to avoid virus scanner false positives by pdr@google.com · 14 years ago
- 3afa071 Overhaul Editor framework traversal logic to use a visitor pattern. by bobv@google.com · 14 years ago
- 0a1d088 Speed up DevMode by getting rid of excessive JS to Java calls. by tobyr@google.com · 14 years ago
- 9ae6661 Update plural rules for Gaelic and Welsh. by jat@google.com · 14 years ago
- 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
- 283b8e3 Fix latent bug in this() calls needing synthetic ctor args. by scottb@google.com · 14 years ago
- 5a449bc Rolling back, need to figure out why XsrfToken is excluded by type filter. by meder@google.com · 14 years ago
- c967804 This change adds couple of things: by meder@google.com · 14 years ago
- ccfbab9 Update YEAR_MONTH_WEEKDAY_DAY formats, which were affected by an ICU/CLDR bug. by jat@google.com · 14 years ago
- cc15ce3 Initial version of HTML5 Audio and Video Original patch by rice, updated by pdr. by gwt.mirrorbot@gmail.com · 14 years ago
- 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
- 97457ab Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers. by scottb@google.com · 14 years ago
- 9213945 Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter by rjrjr@google.com · 14 years ago
- 58ddf6b Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationGwtTest by nchalko@google.com · 14 years ago
- 647d4c5 Fixes a javadoc typo in the app generated by WebAppCreator. by rjrjr@google.com · 14 years ago
- 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
- 0c4c311 Public (by t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
- 5e81c15 Change GWT History to work when multiple applications are loaded within the same page. by jhollenbach@google.com · 14 years ago
- 9119d21 In r8817, we landed a patch that allows @Prefix(""), i.e. a by t.broyer@gmail.com · 14 years ago
- 9283f74 Turn off test that is failing in IE by nchalko@google.com · 14 years ago
- 31ea105 Add option to use JSONP in ExternalTextResource by unnurg@google.com · 14 years ago
- 18a946b Add more TCK tests by nchalko@google.com · 14 years ago
- 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
- f10e60e Allows isBoolean() properties to be handled correctly by AutoBeanCodex and RequestFactory. by bobv@google.com · 14 years ago
- 560bbeb Fix missing line in Javadoc. by jat@google.com · 14 years ago
- 169462a If some unrecoverable failure happens during validation, a ValidationException is raised. by nchalko@google.com · 14 years ago
- 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
- d838f3c Remove experimental warning from Canvas and clean up javadoc. by pdr@google.com · 14 years ago
- 34ed857 Throw an IllegalErgumentException if the property name is invalid. by nchalko@google.com · 14 years ago
- 33a7a7f Allow Editor framework to handle primitive types. by bobv@google.com · 14 years ago
- 54814ec Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
- e35204f Updated StackTraceDeobfuscator javadoc in follow up to r9162. by fredsa@google.com · 14 years ago
- e21df1a Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
- 8b507fa Improve canvas for browsers (and permutations) with partial canvas support. by pdr@google.com · 14 years ago
- bb7075b Include class level constraints in the BeanDescriptor. by nchalko@google.com · 14 years ago
- 5e2a76a Optimizations for server-side invocations of CustomFieldSerializers. by mchaston@google.com · 14 years ago
- 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
- 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
- e3c0575 Public(t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
- 95e3bb8 Public (larsenje@gmail.com): Adds the ability to set a DialogBox caption widget. by rjrjr@google.com · 14 years ago
- 2e39a49 Turn on the null groups tests, now that the gwt null varargs bug is fixed. by nchalko@google.com · 14 years ago
- 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
- 154c48a Implement an isDirty() method for Editor framework drivers. by bobv@google.com · 14 years ago
- e97fa57 Fix handling of null passed into varargs. by scottb@google.com · 14 years ago
- 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
- 3674b30 Implement spec section 2.2. Applying multiple constraints of the same type. by nchalko@google.com · 14 years ago
- 92242e6 Rolling back IE bugfix for IFrames due to failed ImageTest by pdr@google.com · 14 years ago
- 8a38343 Make production mode stack traces match JRE spec more closely by fredsa@google.com · 14 years ago
- 7edc5d7 Fix bug on IE where onload events don't fire for IFrames. by pdr@google.com · 14 years ago
- 1798ed4 Mark some test as Failing. Note these test only fail on IE. by nchalko@google.com · 14 years ago
- 6bdc292 Removes a Java 1.6-ism. by rchandia@google.com · 14 years ago
- 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
- 4c81c39 Add a @TestNotCompatible for tests where the test code is not GWT compatible. by nchalko@google.com · 14 years ago
- 09cfc1d Match Classes to validate in the order specified in the GwtValidaiton by nchalko@google.com · 14 years ago
- ad61f1d Move the TCK report task to user/build.xml and delete samples/validationtck by nchalko@google.com · 14 years ago
- 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
- 27c024a Rolling back r9549 due to downstream build breaks. by bobv@google.com · 14 years ago
- 08d4db8 Fix a generics compile error on OSX java 1.6 by nchalko@google.com · 14 years ago
- 219c9d8 Public (by t.broyer): by robertvawter@google.com · 14 years ago
- 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