gwt /
gwt /
f10e60ed732f71433f1569e8cccc22062b5dcaf9 - 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
- 7ce6b7f Add Windows support to the FF4 plugin. by conroy@google.com · 14 years ago
- 20638f6 In the LoadModuleMessage, send the application supplied URL rather than the plugin's view of the URL. by conroy@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
- eebaf34 Updates DTRF to show the use of ServiceLocators and Locators. by rchandia@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
- ee5778c Update MissingPlugin.html for FF4 support by conroy@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
- ee457f8 Support for IE9 GWT Developer Mode plugin. by fabiomfv@google.com · 14 years ago
- 15c6922 Some fixes to "Only JClassTypes should have a super class". by scottb@google.com · 14 years ago
- e3153e5 Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for by conroy@google.com · 14 years ago
- 6e27014 Only JClassTypes should have a super class. by scottb@google.com · 14 years ago
- 36b8803 Fix inadvertent commenting of Showcase locales. by jat@google.com · 14 years ago
- 06d163e Make maven_script.sh more flexible by rjrjr@google.com · 14 years ago
- 6b8efed Decentralize JNonNullType from JProgram. by scottb@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
- e779ab5 Optimize redundant 'switch' statements by rice@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
- eec88e6 Code cleanup after "Fix handling of null passed into varargs." by scottb@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
- 44b293d Rolling back by rice@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
- 6374ed5 Optimize redundant 'switch' statements by rice@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
- 43c7d8a Public (by t.broyer): by robertvawter@google.com · 14 years ago
- 5dfac3f Public (by t.broyer): by robertvawter@google.com · 14 years ago
- abd946b Fixes a bug in JavaScriptObject support in DevMode that prevents dispatching by knorton@google.com · 14 years ago
- 0eaff10 Adds a hook to invalidate a rebind within dev mode (from Alexander Mitin) by jbrosenberg@google.com · 14 years ago
- 3be387d Cache ModuleDefs by context ClassLoader. by scottb@google.com · 14 years ago
- c57faee Public (t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
- 0efd539 Add TCK jars to user .classpath by nchalko@google.com · 14 years ago
- 31a10fe Tone down the experimental api warning. by pdr@google.com · 14 years ago
- 7771b37 Handle validation of cascaded Arrays, Iterables and Maps. by nchalko@google.com · 14 years ago
- 60e05a1 ColumnSortEvent#isAscending was misspelled. Fixes by rjrjr@google.com · 14 years ago
- 36cf748 Update the xpcom plugin for Gecko 2.0 (FF4). Only tested on Linux so far. by conroy@google.com · 14 years ago
- cc2a4fc fix for NPVariant numbers. (new webkit v8 bindings give us doubles for ints) by conroy@google.com · 14 years ago
- 6694f74 Adds some documentation on TypeOracle and JType by zundel@google.com · 14 years ago
- 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
- c58105f Give more explanation in the script tag failure and also provide a way to override it for projects that do not control by unnurg@google.com · 14 years ago
- a177ae0 Move the validation test cases that depend on reflection out of a client-scoped package. by bobv@google.com · 14 years ago
- 76f6ca4 TreeTest got upset by Safari 3 too. by rjrjr@google.com · 14 years ago
- 3682fcd TreeItemTest got upset by Safari 3. by rjrjr@google.com · 14 years ago
- 7dbe3e3 Adds a unit test for the TypeOracleMediator that feeds byte code instead of source. by zundel@google.com · 14 years ago
- 4ddc498 Follow-up to tobyr feedback on r9509. by scottb@google.com · 14 years ago
- 0288de0 DevMode generates a default web.xml when <servlet> tags are present and no web.xml exists. by scottb@google.com · 14 years ago
- dc0a38b Adding support for setting column widths in CellTable, and for allowing CellTable to use fixed table-layout for more precise control over column widths. I also updated the CellTable example in Showcase and the DynaTableRf sample with the new feature so that columns do not resize when paging. by jlabanca@google.com · 14 years ago
- 8a5c5b2 Pre-initialize ResourceOracleImpl's classpaths in parallel with other startup by scottb@google.com · 14 years ago
- d643115 Make the logging framework provide a default uncaught exception by rjrjr@google.com · 14 years ago
- d1c2112 Public (Konstantin.Scheglov@gmail.com): by rjrjr@google.com · 14 years ago
- 4c51d5d ModuleDef's resource oracles really should be lazy. by scottb@google.com · 14 years ago
- 94601de Rolling back r9505 due to CellViewSuite test breakages. by fmalita@google.com · 14 years ago
- 3cebe4d Fix a bug in Timestamp.compareTo where the result could be wrong if by jat@google.com · 14 years ago
- 2937577 Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
- 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
- 6b1eceb Re-enable XML parse test, which was previously failing in one Safari configuration in Production Mode in the 1.5 release branch by fredsa@google.com · 14 years ago
- c46faf5 For easier code archeology in the future: by conroy@google.com · 14 years ago
- a75fb5f For easier code archeology in the future: by conroy@google.com · 14 years ago
- 04144a6 Adding an Async SortHandler that can be used with AsyncDataProvider. When a table is sorted, it called the setVisibleRangeAndClear() method to clear the current data and send an event to the AsyncDataProvider to provide new information. by jlabanca@google.com · 14 years ago
- 6e4bd8f Re-enable a few style tests now that old linux hosted mode is gone by fredsa@google.com · 14 years ago
- f30ddd4 Fix inadvertent commit by mixing changes in one workspace. by jat@google.com · 14 years ago
- b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
- 253a8b0 Limit SplitLayoutPanel dragging by available container space. by fmalita@google.com · 14 years ago
- 84ac23f Issue 5582 by zhuyi@google.com · 14 years ago
- d4f8501 Move all tests to org/hibernate/jsr303/tck by nchalko@google.com · 14 years ago
- 0fb02d1 Adding column sorting support to CellTable. Clicking on a header of a sortable Column in CellTable adds a sort icon to the Header and fires a ColumnSortEvent, which user can catch to handle sorting. By default and for backward compatibility, Columns are not sortable. We provide ColumnSortEvent.ListHandler as a default implementation to sort java.util.Lists by mapping Columns to Comparators. by jlabanca@google.com · 14 years ago
- 0867340 Update checkstyle rules to allow for copyright years up to 2029 by pdr@google.com · 14 years ago
- 829d4c0 Patch MethodBinding.collectMissingTypes for IOOBE by conroy@google.com · 14 years ago
- b91f430 Mark test as Failing or NotSupported by nchalko@google.com · 14 years ago
- 30b019a fix DateTest by moving FUTURE to 2030 by conroy@google.com · 14 years ago
- e789689 Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo. by fmalita@google.com · 14 years ago
- f57b46e Use instanceof to find the right top level GwtSpecificValidator. by nchalko@google.com · 14 years ago
- d0ce5ed Add support for selecting messages based on arbitrary values, such by jat@google.com · 14 years ago