Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gwtproject/gwt

GWT Open Source Project
https://github.com/gwtproject/gwt

Add more TCK tests

[JSR 303 TCK Result] 90 of 257 (35.02%) Pass with 29 Failures and 12 Errors.

Review at http://g...

18a946b15717bfac3f2b8a92957081501dbec5c6 authored almost 14 years ago
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.

Issue: 5916

Review at http://gwt-code-reviews.appspot.com/1290803

Review by: [email protected]...

0c8ad8e5721775bf03c8cfb4f1e4ffff6dda32ac authored almost 14 years ago
Allows isBoolean() properties to be handled correctly by AutoBeanCodex and RequestFactory.

Issue 5902.
Moves all method-to-property computations into BeanMethod and JBeanMethod utiliy enum...

f10e60ed732f71433f1569e8cccc22062b5dcaf9 authored almost 14 years ago
Fix missing line in Javadoc.

Issue: 5615
Suggested by: xerces9
Patch by: jat
Review by: conroy

git-svn-id: https://google-w...

560bbeb8ee0730b8eb4c66e455ef7a81e5c8dfda authored almost 14 years ago
Add Windows support to the FF4 plugin.

Also, fixup existing projects to align with our new GECKO_VERSION definition.

Patch is really m...

7ce6b7fa971312d8bb4c48728533ce35d9e6263e authored almost 14 years ago
In the LoadModuleMessage, send the application supplied URL rather than the plugin's view of the URL.

This fixes the devmode tab title to display 'NewWebApp' or equivalent instead of 'hosted'.
http:...

20638f652ac4d14fdd15feb779083bcbe7ee343c authored almost 14 years ago
If some unrecoverable failure happens during validation, a ValidationException is raised.

[JSR 303 TCK Result] 66 of 257 (25.68%) Pass with 25 Failures and 3 Errors.

Review at http://gw...

169462ace281e0da1b1f1d317ece28a0db32c8a5 authored almost 14 years ago
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.

Review at http://gwt-code-reviews.appspot.com/1325801

Review by: [email protected]

git-svn-id: ...

c58e808566f15915b814aa202b3da12f20b4bec8 authored almost 14 years ago
Remove experimental warning from Canvas and clean up javadoc.

Review at http://gwt-code-reviews.appspot.com/1286802

Review by: [email protected]

git-svn-id: ...

d838f3ccc00f3c839826abd890adadfbcf95a5eb authored almost 14 years ago
Updates DTRF to show the use of ServiceLocators and Locators.

- Added editors to modify person schedules
- Schedule is now a RF Entity and TimeSlot is now a VO...

eebaf342772866d60b5a5012ccc10c27b35b12e1 authored almost 14 years ago
Throw an IllegalErgumentException if the property name is invalid.

[JSR 303 TCK Result] 66 of 257 (25.68%) Pass with 25 Failures and 3 Errors.

Review at http://gw...

34ed85720330ce0615fb678a6424558ca1c65350 authored almost 14 years ago
Allow Editor framework to handle primitive types.

Issue 5864.
Patch by: bobv
Review by: rjrjr

Review at http://gwt-code-reviews.appspot.com/131280...

33a7a7ff684092006a05dc4ebcf58a29ada42248 authored almost 14 years ago
Handle deferred layout updates gracefully in SplitLayoutPanel resize logic.

Resubmitting with fixes for the CellViewSuite test breakage.

Review at http://gwt-code-reviews....

54814ecc7a87fe4e71aee4ec96ed8be72a7962bf authored almost 14 years ago
Update MissingPlugin.html for FF4 support

Review at http://gwt-code-reviews.appspot.com/1322802

git-svn-id: https://google-web-toolkit.g...

ee5778c91f26559d00bf84b4bb9689071f58a5a7 authored almost 14 years ago
Updated StackTraceDeobfuscator javadoc in follow up to r9162.

Fixes issues: 5923

Review at http://gwt-code-reviews.appspot.com/1321801

Review by: unnurg@goo...

e35204f3440ce3a41b811205b7b60b0cafd12d54 authored almost 14 years ago
Public ([email protected]):

Addresses http://code.google.com/p/google-web-toolkit/issues/detail?id=5563

For GIN friendlines...

e21df1a76d2491d1006f3d581696baa915fbbfa0 authored almost 14 years ago
Improve canvas for browsers (and permutations) with partial canvas support.

Review at http://gwt-code-reviews.appspot.com/1296801

git-svn-id: https://google-web-toolkit.g...

8b507faf0c4c7340d081db19d5245c13a3776a15 authored almost 14 years ago
Include class level constraints in the BeanDescriptor.

All BeanDescriptor TCK tests now pass.

[JSR 303 TCK Result] 65 of 257 (25.29%) Pass with 25 Fail...

bb7075b27e97a88a6856b337407e60d77558f3c4 authored almost 14 years ago
Support for IE9 GWT Developer Mode plugin.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9599 8db76d5a-ed1c-0410-87a9-c1...

ee457f8219b875ff0a322f3edfb4eb9464372924 authored almost 14 years ago
Some fixes to "Only JClassTypes should have a super class".

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9598 8db76d5a-ed1c-0410-87a9-c1...

15c6922c20e0689c902806856cc5b1b50b77d1f6 authored almost 14 years ago
Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for

mac: ppc+i386 to i386+x86_64 to mirror Firefox's platform shift.

Also, fixup the linux libxul li...

e3153e568c7fd3f2f85e0ed83927ed150d56f690 authored almost 14 years ago
Only JClassTypes should have a super class.

http://gwt-code-reviews.appspot.com/1312801/show

git-svn-id: https://google-web-toolkit.google...

6e270148a36d597e03a576580cafe0bf1ca22ec0 authored about 14 years ago
Fix inadvertent commenting of Showcase locales.

Patch by: jat
Review by: jlabanca (TBR)

git-svn-id: https://google-web-toolkit.googlecode.com/...

36b8803cc8e57dc6458f2429b7d5a44fb04f4226 authored about 14 years ago
Make maven_script.sh more flexible

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9594 8db76d5a-ed1c-0410-87a9-c1...

06d163e6a1b196c1747422e6020127753700bddd authored about 14 years ago
Decentralize JNonNullType from JProgram.

http://gwt-code-reviews.appspot.com/1317801

Review by: [email protected]

git-svn-id: http...

6b8efed0c323cfea373f016033afd6a8f362dc7b authored about 14 years ago
Optimizations for server-side invocations of CustomFieldSerializers.

Review at http://gwt-code-reviews.appspot.com/1273801

Patch by: mchaston
Review by: jat

git-s...

5e2a76aad4302a3b5b3e63dc61bae7544f92fb52 authored about 14 years ago
Fixing the overflow-x and overflow-y properties in Style to use camelCase instead of hyphenated notation.

Review at http://gwt-code-reviews.appspot.com/1315801

Review by: [email protected]

git-svn-id: ht...

f6557f3109afefb253f4b1cc0dcd77a0cb74a1fa authored about 14 years ago
Fixing a bug in ResizeLayoutPanel where moving the scroll bars triggers a scroll event on older versions of Safari, which causes an infinite loop.

http://gwt-code-reviews.appspot.com/1314801

Review by: [email protected]

git-svn-id: https://googl...

ced4cde9e9584f84c68517e48aebc175ab808b56 authored about 14 years ago
Optimize redundant 'switch' statements

Fix bug caused by using short idents when matching case bodies

Review at http://gwt-code-reviews...

e779ab57ce3a2108f32feb97c71e6e19ca5a13e1 authored about 14 years ago
Public([email protected]):

Adds a unit-test to explicitly check that redundant calls to
showActivityWidget are okay. The te...

e3c057578a1b3318339cdbc26afd61be4c7617bf authored about 14 years ago
Public ([email protected]):

Adds the ability to set a DialogBox caption widget.

Review by [email protected], [email protected]...

95e3bb88faaa7d603cc3d034bcce134c083890be authored about 14 years ago
Code cleanup after "Fix handling of null passed into varargs."

http://gwt-code-reviews.appspot.com/1309801/show

Review by: [email protected]

git-svn-id:...

eec88e6c300fe9bf78f86be460881188987f4483 authored about 14 years ago
Turn on the null groups tests, now that the gwt null varargs bug is fixed.

[JSR 303 TCK Result] 64 of 257 (24.90%) Pass with 26 Failures and 4 Errors.

Review at http://gw...

2e39a49b8f9e950875294ec5c510cfff10570543 authored about 14 years ago
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.

Also adding a new widget HeaderPanel that uses the same resize implementation to layout content ...

cafd96f4dd475708e4f045179664855f907bd2e9 authored about 14 years ago
Implement an isDirty() method for Editor framework drivers.

Issue 5881.
Patch by: bobv
Review by: rjrjr

Review at http://gwt-code-reviews.appspot.com/130680...

154c48a4aaa48181e7dca8c22e2fba671e9241e6 authored about 14 years ago
Fix handling of null passed into varargs.

Fixes a bug where passing null into a varargs method in web mode would create a 1-length array c...

e97fa578cc055a1d26b093cc015eae20276e99a0 authored about 14 years ago
Rolling back

*** Reason for rollback ***

Causing test failures

*** Original change description ***

Optimiz...

44b293d42172bcb17180e386a806cdb09d0ca56a authored about 14 years ago
Fixing HasWidgetsTester#testAll to actually call testDoDetachChildrenWithError. Currently, it calls testDoAttachChildrenWithError twice. HTMLTableTestBase needs to be modified to work with the test.

Review at http://gwt-code-reviews.appspot.com/1300801

Review by: [email protected]

git-svn-id: ht...

551ef31102f0dc50955627d3e7d2379f6dab4959 authored about 14 years ago
Implement spec section 2.2. Applying multiple constraints of the same type.

[JSR 303 TCK Result] 64 of 257 (24.90%) Pass with 26 Failures and 4 Errors.

Review at http://gw...

3674b30127cda6597890e2f6cf24b21903d1ddca authored about 14 years ago
Rolling back IE bugfix for IFrames due to failed ImageTest

*** Original change description ***

Fix bug on IE where onload events don't fire for IFrames.

...

92242e6604e628fc7cd0e77c0367b77c40e03197 authored about 14 years ago
Make production mode stack traces match JRE spec more closely

- Fix StackTraceElement#getFileName(), so that it returns null instead of "Unknown Source"
- Fix ...

8a38343ef33c35e509da2b2720ba94dd72b3e4f2 authored about 14 years ago
Fix bug on IE where onload events don't fire for IFrames.

This is a bugfix for http://code.google.com/p/google-web-toolkit/issues/detail?id=1720

Review a...

7edc5d735d66cf81e3b3d6691240ce915fe6d86d authored about 14 years ago
Optimize redundant 'switch' statements

Review at http://gwt-code-reviews.appspot.com/1286801

Review by: [email protected]

git-svn-id:...

6374ed5fa425f9a61f9c91339f7be2a87e6983c5 authored about 14 years ago
Mark some test as Failing. Note these test only fail on IE.

See
http://code.google.com/p/google-web-toolkit/issues/detail?id=5882

Review at http://gwt-code-...

1798ed44d840c5dcb229edb776960335e6a0a10e authored about 14 years ago
Removes a Java 1.6-ism.

Review at http://gwt-code-reviews.appspot.com/1304801

Review by: [email protected]

git-svn-id...

6bdc292bcc3644c1707223361ba085625d833f2f authored about 14 years ago
Add support for mapping ConstraintViolation objects into SimpleBeanEditor.

Patch by: bobv
Review by: rjrjr

Review at http://gwt-code-reviews.appspot.com/1260801

git-svn-...

5b7a2bfb6f3d32dbfbdac15df9424f83a89f873a authored about 14 years ago
Add a @TestNotCompatible for tests where the test code is not GWT compatible.

[JSR 303 TCK Result] 62 of 257 (24.12%) Pass with 27 Failures and 5 Errors.

Review at http://gw...

4c81c39ce765d74638ef19a3b84fe5136a04c351 authored about 14 years ago
Match Classes to validate in the order specified in the GwtValidaiton

Annotation.

[JSR 303 TCK Result] 62 of 258 (24.03%) Pass with 27 Failures and 5 Errors.

Review ...

09cfc1dce78fd2f7b58e9abc9f14454f8885a8a9 authored about 14 years ago
Move the TCK report task to user/build.xml and

delete samples/validationtck

Review at http://gwt-code-reviews.appspot.com/1288801

Review by: r...

ad61f1dfb0caa7283c1020bb2f02266b184b901e authored about 14 years ago
Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored.

Patch by: t.broyer, bobv
Review by: bobv, rjrjr

Review at http://gwt-code-reviews.appspot.com/12...

b74dff4c8975539787dc331c491bcd5a51f4ff6a authored about 14 years ago
Rolling back r9549 due to downstream build breaks.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9552 8db76d5a-ed1c-0410-87a9-c1...

27c024a50d3dff9117b51d86d2846a1595527ae9 authored about 14 years ago
Fix a generics compile error on OSX java 1.6

Review at http://gwt-code-reviews.appspot.com/1289801

Review by: [email protected]

git-svn-i...

08d4db8812cd6dfaa46c9acb84e90e031c0130c9 authored about 14 years ago
Public (by t.broyer):

Ensure that Editor framework descends into LeafValueEditors that require delegates.
Issue 5795.
h...

219c9d8772e315f921e10092b46f2011aa1b03db authored about 14 years ago
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.

Issue: 5501

Review at http://gwt-code-reviews.appspot.com/1291801

Review by: [email protected]
...

455f5bcbf4f6f47fe877484571a2ef644b1d5c81 authored about 14 years ago
Public (by t.broyer):

Don't flush RequestFactoryEditorDelegate when its associated request is locked.
Issue 5752.
http:...

43c7d8a6c39edeeb6782263cbe7d92ed0d7c9d3e authored about 14 years ago
Public (by t.broyer):

Don't allow exceptions escaping from RequestFactory Receiver callback methods to prevent other ca...

5dfac3f14ee24311c9d328eeba13acd4dc7befbd authored about 14 years ago
Fixes a bug in JavaScriptObject support in DevMode that prevents dispatching

through an interface to a method defined in a super-interface. The change
also includes a new tes...

abd946b42ae2b2c2725961d80cd5779b847fbfdb authored about 14 years ago
Adds a hook to invalidate a rebind within dev mode (from Alexander

Mitin)

Review at http://gwt-code-reviews.appspot.com/1275801

Review by: [email protected]

git-s...

0eaff106b19746e445c9ffcaf39f63245ed96803 authored about 14 years ago
Public ([email protected]):

Uses the java.beans.Introspector#decapitalize instead of "manual
decapitalization" of setter-meth...

c57faee55676fc83f1da7c19ab566ce77c700eb2 authored about 14 years ago
Cache ModuleDefs by context ClassLoader.

GWT Designer need separated class loader for every open project.

http://gwt-code-reviews.appspo...

3be387dceaaf1ad463ebeb62f3a2eff6d804c701 authored about 14 years ago
Add TCK jars to user .classpath

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9...

0efd539677af73908f6b4945b227c832525d245b authored about 14 years ago
Tone down the experimental api warning.

Review at http://gwt-code-reviews.appspot.com/1285801

git-svn-id: https://google-web-toolkit.g...

31a10fe538f29f734654f903cb11380baa4fce58 authored about 14 years ago
Handle validation of cascaded Arrays, Iterables and Maps.

[JSR 303 TCK Result] 62 of 258 (24.03%) Pass with 27 Failures and 5 Errors.

Review at http://gwt...

7771b372a3c1f2a58a62bddf286fd8d9db8826a3 authored about 14 years ago
ColumnSortEvent#isAscending was misspelled. Fixes

http://code.google.com/p/google-web-toolkit/issues/detail?id=5869

Review at http://gwt-code-revi...

60e05a12eb14fd34076d9ee76c03342c2e0f3bc4 authored about 14 years ago
Update the xpcom plugin for Gecko 2.0 (FF4). Only tested on Linux so far.

Review at http://gwt-code-reviews.appspot.com/1269801

git-svn-id: https://google-web-toolkit.g...

36cf748611bcb8594228c4e2cb03d51582220038 authored about 14 years ago
fix for NPVariant numbers. (new webkit v8 bindings give us doubles for ints)

Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5778
Breaking WebKit change:...

cc2a4fc2bc82228942013bd6fdd801288714c5e2 authored about 14 years ago
Adds some documentation on TypeOracle and JType

Review at http://gwt-code-reviews.appspot.com/1268801

git-svn-id: https://google-web-toolkit.g...

6694f7433ef10824eef89e1474305a308c85d515 authored about 14 years ago
Move all TCK test to users/test so they are run by the continuos build.

Review at http://gwt-code-reviews.appspot.com/1267801

Review by: [email protected]

git-svn-...

004570199c91d947ebf28ddc76a42b2d81f926c5 authored about 14 years ago
Give more explanation in the script tag failure and also provide a way to override it for projects that do not control

the gwt.xml file which is adding the script tag

git-svn-id: https://google-web-toolkit.googleco...

c58105fc611f5f2f9443ebd87400e7fbedce4b1e authored about 14 years ago
Move the validation test cases that depend on reflection out of a client-scoped package.

This will remove a spurious compile error.
Fix MinValidatorForStringTest.
Patch by: bobv
Review b...

a177ae095ec99298b41e072e7672d2b71e36e9b2 authored about 14 years ago
TreeTest got upset by Safari 3 too.

Review at http://gwt-code-reviews.appspot.com/1271801

Review by: [email protected]

git-svn-id:...

76f6ca4fa6a5bead3a9e5047f3918d8153357026 authored about 14 years ago
TreeItemTest got upset by Safari 3.

Review at http://gwt-code-reviews.appspot.com/1270801

Review by: [email protected]

git-svn-id: ...

3682fcdd1a261790c241e46406ef100f0efab08e authored about 14 years ago
Adds a unit test for the TypeOracleMediator that feeds byte code instead of source.

Review at http://gwt-code-reviews.appspot.com/1254801

git-svn-id: https://google-web-toolkit.g...

7dbe3e31cafb26cfa04ca6b43b8a987bd199e9aa authored about 14 years ago
Follow-up to tobyr feedback on r9509.

http://gwt-code-reviews.appspot.com/1264801/show

Review by: [email protected]

git-svn-id: https...

4ddc498e6a0c619dc734f40bec7637fd4b06d157 authored about 14 years ago
DevMode generates a default web.xml when <servlet> tags are present and no web.xml exists.

http://gwt-code-reviews.appspot.com/1266801/show

Review by: [email protected]

git-svn-id: https...

0288de0f61c18e675f865109f0b6bde351c08c2f authored about 14 years ago
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.

https://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/46bd604e1109...

dc0a38b82c74e1ddb13368eb46cb341051e95781 authored about 14 years ago
Pre-initialize ResourceOracleImpl's classpaths in parallel with other startup

tasks.

http://gwt-code-reviews.appspot.com/1265801/show

Review by: [email protected]

git-svn-i...

8a5c5b2e2f3fb6849672a675afd26bc3149ddd8b authored about 14 years ago
Make the logging framework provide a default uncaught exception

handler. Note that this only effects production code. Dev mode
already installs a default uncaug...

d64311551c9799b11bab23a874e86f071931ef9c authored about 14 years ago
Public ([email protected]):

Introduces HasTreeItems interface for Tree and TreeItem, and adds UiBinder
support for building t...

d1c2112b285bc718e087477f04f8bc8a7e57ea70 authored about 14 years ago
ModuleDef's resource oracles really should be lazy.

http://gwt-code-reviews.appspot.com/1264801/show
Review by: [email protected]

git-svn-id: http...

4c51d5d9d3244d2e5f82be441174b59a6d4be290 authored about 14 years ago
Rolling back r9505 due to CellViewSuite test breakages.

Review at http://gwt-code-reviews.appspot.com/1262801

Review by: [email protected]

git-svn-id:...

94601dee797f8a80aeb7c742243948c210dd5c32 authored about 14 years ago
Fix a bug in Timestamp.compareTo where the result could be wrong if

the timestamps differed by more than 2^31 milliseconds.

Patch by: jat
Review by: jimbrooks

git...

3cebe4d36e34a6fda0068a33dc1f6b5bcd71e4fc authored about 14 years ago
Handle deferred layout updates gracefully in SplitLayoutPanel resize logic.

Review at http://gwt-code-reviews.appspot.com/1262801

git-svn-id: https://google-web-toolkit.g...

2937577d5a1c7aa9b9861befdb725196a8567466 authored about 14 years ago
Test the type of a value before casting it.

[JSR 303 TCK Result] 57 of 258 (22.09%) Pass with 32 Failures and 5 Errors.

Review at http://gw...

642435167e02ed4326f96fa52cb0dfb8cb0850be authored about 14 years ago
Re-enable XML parse test, which was previously failing in one Safari configuration in Production Mode in the 1.5 release branch

Review at http://gwt-code-reviews.appspot.com/1229801

Review by: [email protected]

git-svn-id:...

6b1eceb256d7acd769874522bbead4750b084b22 authored about 14 years ago
For easier code archeology in the future:

Step 2 of 2: Patch MethodBinding for IOOBE
Original Review: http://gwt-code-reviews.appspot.com/...

c46faf5fb7fd474733eb3a17e79e870e4b8bd799 authored about 14 years ago
For easier code archeology in the future:

Step 1 of 2: revert MethodBinding.java to its original (unpatched) state.

git-svn-id: https://g...

a75fb5f1e9045c71f669a2934bbb85b551586c56 authored about 14 years ago
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.

Review at http://gwt-code-reviews.appspot.com/1258801

Review by: [email protected]

git-svn-id: ht...

04144a6ad714808ab56ab7ae17276e1746f93ced authored about 14 years ago
Re-enable a few style tests now that old linux hosted mode is gone

Review at http://gwt-code-reviews.appspot.com/1228801

Review by: [email protected]

git-svn-id:...

6e4bd8ff2235a6d6d6c5520f31d58097dc17ba2d authored about 14 years ago
Fix inadvertent commit by mixing changes in one workspace.

Patch by: jat
Review by: conroy

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trun...

f30ddd46ce44ca3bfd5a7ce1393ba44b37efa5db authored about 14 years ago
Expose the locale.queryparam and locale.cookie config params to client

code. This allows things like a locale selector widget that is
automatically configured based on...

b3cd320a623fa63ad787f4eed9834d54226f14d2 authored about 14 years ago
Limit SplitLayoutPanel dragging by available container space.

Review at http://gwt-code-reviews.appspot.com/1256801

git-svn-id: https://google-web-toolkit.go...

253a8b01a7a2a3e7be5a77907029ae3aab1474a5 authored about 14 years ago
Issue 5582

Review at http://gwt-code-reviews.appspot.com/1257801

git-svn-id: https://google-web-toolkit.g...

84ac23f07ccf6623e145ad9042e6ffea63831f26 authored about 14 years ago
Move all tests to org/hibernate/jsr303/tck

[JSR 303 TCK Result] 54 of 258 (20.93%) Pass with 28 Failures and 13 Errors.

Review at http://g...

d4f850173a0cc1842ae59c39de1ace842bb4c20b authored about 14 years ago
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.

Review at http://gwt-code-reviews.appspot.com/1237801

git-svn-id: https://google-web-toolkit.g...

0fb02d14abf9a1c43821b7b3af824d72870fe2df authored about 14 years ago
Update checkstyle rules to allow for copyright years up to 2029

Review at http://gwt-code-reviews.appspot.com/1253801

Review by: [email protected]

git-svn-id: ht...

086734056833f923fd2fd52622093ddca3563632 authored about 14 years ago
Patch MethodBinding.collectMissingTypes for IOOBE

Review at http://gwt-code-reviews.appspot.com/1252801

Review by: [email protected]

git-svn-i...

829d4c0934da67a6c897f3abe56670e59f78222c authored about 14 years ago
Mark test as Failing or NotSupported

These are reflected in the tck report numbers.
Failing and NotSupported tests are not run by defa...

b91f430851b6f261976469e59c9ad38c1e35b6ac authored about 14 years ago
fix DateTest by moving FUTURE to 2030

Review at http://gwt-code-reviews.appspot.com/1248802

Review by: [email protected]

git-svn-i...

30b019af0351e62454149658b88704d615bfb089 authored about 14 years ago
Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo.

Review at http://gwt-code-reviews.appspot.com/1247801

git-svn-id: https://google-web-toolkit.g...

e7896893086a7f1b66b9956c2d1244fd0d4d5a85 authored about 14 years ago