Ecosyste.ms: OpenCollective

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

GWT Project

Compile Java to highly optimized JavaScript with this open source toolkit
Collective - Host: opensource - https://opencollective.com/gwt-project - Website: https://gwtproject.org - Code: https://github.com/gwtproject

Public([email protected]):

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

github.com/gwtproject/gwt - e3c057578a1b3318339cdbc26afd61be4c7617bf authored about 14 years ago
Public ([email protected]):

Adds the ability to set a DialogBox caption widget.

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

github.com/gwtproject/gwt - 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:...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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 ...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - e97fa578cc055a1d26b093cc015eae20276e99a0 authored about 14 years ago
Rolling back

*** Reason for rollback ***

Causing test failures

*** Original change description ***

Optimiz...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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.

...

github.com/gwtproject/gwt - 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 ...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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:...

github.com/gwtproject/gwt - 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-...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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-...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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 ...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 08d4db8812cd6dfaa46c9acb84e90e031c0130c9 authored about 14 years ago
Public (by t.broyer):

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

github.com/gwtproject/gwt - 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]
...

github.com/gwtproject/gwt - 455f5bcbf4f6f47fe877484571a2ef644b1d5c81 authored about 14 years ago
Public (by t.broyer):

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

github.com/gwtproject/gwt - 43c7d8a6c39edeeb6782263cbe7d92ed0d7c9d3e authored about 14 years ago
Public (by t.broyer):

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

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 0eaff106b19746e445c9ffcaf39f63245ed96803 authored about 14 years ago
Public ([email protected]):

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

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 36cf748611bcb8594228c4e2cb03d51582220038 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...

github.com/gwtproject/gwt-plugins - c07e9159c4efadb9035f716bc7abab6b020d5839 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:...

github.com/gwtproject/gwt-plugins - 054fd12c357774bc5254a3783af7af4f6104db22 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:...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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-...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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:...

github.com/gwtproject/gwt - 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: ...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - d64311551c9799b11bab23a874e86f071931ef9c authored about 14 years ago
Public ([email protected]):

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

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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:...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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:...

github.com/gwtproject/gwt - 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/...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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:...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - 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...

github.com/gwtproject/gwt - e7896893086a7f1b66b9956c2d1244fd0d4d5a85 authored about 14 years ago
Use instanceof to find the right top level GwtSpecificValidator.

This allows sub classes and Proxies like those generated by RequestFactory
to be validated

[JSR ...

github.com/gwtproject/gwt - f57b46eca7e115f88745742a2a97006ac887f532 authored about 14 years ago
Updated missingplugin to support IE 32 and 64 bits dev mode plugin.

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

github.com/gwtproject/gwt - 1da6e3da07131179924039c3475a775ef510a398 authored about 14 years ago
Updated missingplugin to support IE 32 and 64 bits dev mode plugin.

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

github.com/gwtproject/gwt-plugins - f3ee9f29ade3bc287b16cef6809cdc2abcd922a6 authored about 14 years ago
Fix an NPE in SimpleRequestProcessor when a client request has no invocations.

Issue 5793.
Patch by: bobv
Review by: rchandia
Found by: cory.prowse

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

github.com/gwtproject/gwt - f67445d05502976f436a85ca971b8cb9661e6e48 authored about 14 years ago
Add support for selecting messages based on arbitrary values, such

as gender of a placeholder. Also, add support for more than one
@PluralCount / @Select on a give...

github.com/gwtproject/gwt - d0ce5ed7509af17dacc67ab69cc93f54a9177125 authored about 14 years ago
Ensure that enum types reachable through AutoBean method parameterizations are included in the EnumMap.

Patch by: bobv
Review by: jbrosenberg

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

gi...

github.com/gwtproject/gwt - 8a45b1b9512b50a97de8ceedf1de4217ac088475 authored about 14 years ago
Generator Result Caching for RPC, with some refinements to the underlying framework

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

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

github.com/gwtproject/gwt - 54e2ed833bff2cfafbe5222fa2d99b645f22d6ae authored about 14 years ago
Rolling back Generator Result Caching for RPC (issues have been identified)

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

Review by: [email protected]

git-svn-id:...

github.com/gwtproject/gwt - 451979b1b82cb4c975df9929c49d703bea817e8d authored about 14 years ago
Select the correct ConstraintValidator for the bean type.

This does not implement the full spec, but will always return
a compatible ConstraintValidator if...

github.com/gwtproject/gwt - 4cc511293f2419ce688b9c9d8988219d5799d72e authored about 14 years ago
Move all the TCK to the test dir in preparation for

moving the tests to the man user/test dir.

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

github.com/gwtproject/gwt - 0aa2844d954ceaa73e36f72dbbade5d4aa319926 authored about 14 years ago
Fix use of length() in generated JS code.

Patch by: jat
Review by: unnurg

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

github.com/gwtproject/gwt - aeb06b94756330c2019c135a88724ed0546eb175 authored about 14 years ago
Generator Result Caching implementation for RPC

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

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

github.com/gwtproject/gwt - 5b747a798870a2fc296cf89bd9ac2365064a880a authored about 14 years ago
Add property provider generators, take 2.

Patch by: jat
Review by: unnurg

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

git-svn...

github.com/gwtproject/gwt - 7e11857edf0c0a0cf7754555b1a795a14bbaa939 authored about 14 years ago
Basic MessageIntrpolation.

Refactored the bootstrap to hook via ValidatorFactory
[JSR 303 TCK Result] 47 of 258 (18.22%) Pas...

github.com/gwtproject/gwt - a648abdab831b83fae23e30f2fc50c283d39ccd6 authored about 14 years ago
Base Framework for Generator Result Caching

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

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

github.com/gwtproject/gwt - 6c207a4407cc62c2e532ad24e94300981d0d9d5e authored about 14 years ago
updated .msi files.

Review by: [email protected]

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

github.com/gwtproject/gwt - 70c7f7670fdf6daf0d2a0e1b15af93183c61a198 authored about 14 years ago
updated .msi files.

Review by: [email protected]

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

github.com/gwtproject/gwt-plugins - 984167c33cff72ab51a7517d3db90fd32bbc1d59 authored about 14 years ago
beanType is a Class, no need to call getClass to compare it to a class.

This fixes a bug where all calls to validateValue were failing.
[JSR 303 TCK Result] 36 of 258 (1...

github.com/gwtproject/gwt - dda4b6153ae8b8c1f05a6fe61142cddf290a201a authored about 14 years ago
Add the property name to the path.

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

Review by: [email protected]

git-svn-i...

github.com/gwtproject/gwt - 3031072b1aab0c5a80077f0b9e8c67a745152a97 authored about 14 years ago
A new wrapper to BidiFormatter whose methods return SafeHtml instead of String

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

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

github.com/gwtproject/gwt - 41511a8db6bd371628c6c3ecc8e19c727a1de05b authored about 14 years ago
Handle composite constraints.

[JSR 303 TCK Result] 36 of 258 (13.95%) Pass with 15 Failures and 16 Errors.

Review at http://gw...

github.com/gwtproject/gwt - f2e431c33bb469df9cba6fee1ced85106360d03c authored about 14 years ago
Added the no-arg add() widget method to the HTMLPanel.

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

Review by: [email protected]

git-svn-id: ...

github.com/gwtproject/gwt - efa0473fa0817c62623003611eb3364b4f7fc87c authored about 14 years ago
Replace most user/developer visible references to hosted/web mode with Development/Production Mode

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

Review by: [email protected]

git-svn-id:...

github.com/gwtproject/gwt - c96c37b683ed482d58d0bf312e033c06f1090c09 authored about 14 years ago
Change era names in pt_PT to match pt (a Portuguese specialist replied it should also

be changed).

Patch by: jat
Review by: pdr

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

github.com/gwtproject/gwt - 4347e5aee3e413c6e6ba2a7d5c21c4172295aa7c authored about 14 years ago
Fixing a bug in CellTable and CellList where we get an index out of bounds exception if we try to access the keyboard selected element when keyboard selection is disabled.

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - 1538b611919c8338872d81bd2d091d972a9efcc0 authored about 14 years ago
Some of the unit tests in CreateEventTest have listeners

that fire multiple times. This occasionally causes a failure
in an unrelated test. Assuming tha...

github.com/gwtproject/gwt - 79f6e24b113640969a9e6a6f8b4a8db386a5b051 authored about 14 years ago
Make InstanceRequest usable with value objects by changing the

parameterization to BaseProxy.
Add test for above.
Fix bug in RequestFactoryInterfaceValidator wh...

github.com/gwtproject/gwt - f06338eef64239029742932fc9fd52fa30c532fa authored about 14 years ago