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

Fix ConstraintViolationImpl.equals

Returned true for two constraints with different paths.
Could have thrown NullPointerException i...

967e1ac046da4de73c66beb64d5ec63f608458df authored over 8 years ago by Milan Koníř <[email protected]>
Mark htmlEscapeAllowEntities as @IsSafeHtml

Change-Id: I74fd6411582907b58d955631c4cb0f53a2cca9b1

bbdae518d06d8482fdfd6f55d19ebbb0ead8b3aa authored over 8 years ago by Julian Bangert <[email protected]>
Fix addEventListener so it does not always throw an exception

Fixes https://github.com/gwtproject/gwt/issues/7515

Change-Id: Id2f79a603752e52722cefc9fa63eb09...

17601660c4804e9c35e8c39b2f9002b9617060f4 authored over 8 years ago by Artur Signell <[email protected]>
Add br tag can be sanitized by SimpleHtmlSanitizer

Change-Id: I0da9234781697bcf8d341f6fd3164da149e1d903

22ee5a676cc2eae46ecb341f2746c67ba8170ec5 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Fix generating the list of Closure Compiler externs

As of v20160315, Closure Compiler puts the browser externs in a separate
"browser/" subfolder un...

e15d9900b355d8ad9f48c939d39149b39d9a34fd authored almost 9 years ago by Michael Zhou <[email protected]>
Update Guava to 19.0

Change-Id: I7a6a8215e2a767092508fe329682c5d69ee9beb3

3e4353a8d383b2b2339289e7ff7d86ef7fe82534 authored almost 9 years ago by Michael Zhou <[email protected]>
Fix test failure caused by updating Closure Compiler to v20160315

commit 1ed44cd59396de48b6915416466dce2db3e3c8bc
(change I94354fe3311e0bafb469f5a4273b2698cc19eac...

21e557ee56e257bc4af1b1b637f5ba5d775a56dd authored almost 9 years ago by Michael Zhou <[email protected]>
Add SecurityException.

Change-Id: Id41b7288e8f59e9f3427ab81be7815099a1b198e

8beb4690bd0d81052894aa614c1e63807250eac9 authored almost 9 years ago by Daniel Kurka <[email protected]>
Add java.lang Java 8 API

This patch does not include new functional methods
and unsigned methods in Number implementation...

ac5d74820b313d17fc0bcab902195afba7f5c59c authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Add Character.isBmpCodePoint.

Change-Id: Iaf54bf5c5036f3d5b5a870d15938e4fdc01ee8ea

81c65d6f032c96e0bf455ffab72e774094d0aedc authored almost 9 years ago by Daniel Kurka <[email protected]>
Emulate java.util.Spliterator

This implementation does not perform split operations yet.

Change-Id: I40c80f2104c26a21694b1132...

ea62cff84ed35cbae04e5c82c9fd0ea9dc9bbd01 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Emulate new methods for Comparator in Java 8.

Started from https://gwt-review.googlesource.com/#/c/13730/

Change-Id: I0d4c6da1a260fb3d89cf528...

cd7a1b073de9cc651ccff16bf901f5140cf0a6aa authored almost 9 years ago by Colin Alworth <[email protected]>
Optimize out cast path in System.arraycopy when type checks are disabled.

Change-Id: I521685fc22ca5d2a8d96eac6e616e511a8abc20f

3f17cc3a4a42126782e1004b443763ff835efe93 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Update Closure Compiler to v20160315

Change-Id: I94354fe3311e0bafb469f5a4273b2698cc19eace

1ed44cd59396de48b6915416466dce2db3e3c8bc authored almost 9 years ago by Michael Zhou <[email protected]>
Fix tests that incorrectly check that an error is thrown.

Change-Id: I7af8a7257e11fc51d6b84752767f53d2070b4fd5

5d64514f6ea2d6c0c6cc4d0f4820f3812ae2dcda authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Removes usage of js Infinity values.

Also this change cleans extra code in Math for float parameters.

Change-Id: I0eea8cc548dacae8be...

655a1ac5bcc998e14523666b804f2ad8f06178f8 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Update java.lang.annotation emulation with new Java 8 APIs

Bug: #9308
Bug-Link: https://github.com/gwtproject/gwt/issues/9308
Change-Id: I9afecbac1288968d2...

52998481ae6827437c555d46d24440b4e467d252 authored almost 9 years ago by Thomas Broyer <[email protected]>
Fix an infinite loop with -compileReport.

Compile report generation does not accurately track
dependencies and under certian circumstances...

a3373c6bc6764aec024ddae83b43a9f2e50f580c authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Remove remaining references to @PreventSpuriousRebuilds.

Change-Id: Icc8bff0734bfa5decc3c9db548c4104f34057e95

40d6459ccdc50a573c11d332fa7acdd4ec65bfad authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Remove all references to @PreventSpuriousRebuilds.

Seems like they are no longer necessary since ant fixed the issue.

[1] see createMissingPackage...

7d24f73c6207467823bff4ae946beefa40b1a13d authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Fix typos in InternalPreconditions.

Change-Id: Idd109f7daade9dbdfa7676af421137489b8ebf2c

f82480cea64aab7be71d1fbf1488ac8028bb8c0f authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Fix NoSuchMethod exception in UnifyAST due to unresolved method references.

GwtAstBuilder must resolve the method reference to point to
the right declaring class, e.g.

cla...

99ec4461dd5d57d8a9e40b524366c5fae53b9f48 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Switches RunStyle to use "localhost" for IPv6 compat

Change-Id: I8d6e3a5d027a3ad5d6cee27a23bdfce41814228d

76f6f1e16bc7b1eb421f6cdde6177467e214bc6f authored almost 9 years ago by Goktug Gokdogan <[email protected]>
ui:import tags now have highest precedence in the generated code

Bug-Link: https://github.com/gwtproject/gwt/issues/8617
Change-Id: Id09ffbe53637151b7a881251b106...

332e6433a9ab0b676c9d498e081ba27cf3cf3711 authored almost 9 years ago by Mark Kuznetsov <[email protected]>
Log instead of throwing when saving generated sources

Filenames exceeding file system limits shouldn't break the
build if they cannot be saved to disk...

e2a95dc8065625738a8ed14a8fc91f9e54a447e5 authored almost 9 years ago by Uemit Seren <[email protected]>
Add extra test to JsOverlays.

Change-Id: Id54e0e95d9cfeb5566d7ec2ad81f9eb008848b4e

a4532e94d2c3bc946245f79225237cf3aae72de0 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Add new Java 8 methods in BigInteger.

Change-Id: I4265ca2583abf3ddc151861e76fedb43a4b8f583

31e6a7325a1d934d53475c50b43f1eb646027de0 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Emulate java.util.Int/Long/DoubleSummaryStatistics

Change-Id: I49555fd7f4e60646f36db9185fb56ba9c692b06b

5d4e98b125e7cef420b86270e7bef03c00dfc728 authored almost 9 years ago by Jens Nehlmeier <[email protected]>
Add @IsSafeUri annotations to legacy attributes.

The attributes Frame.longDesc, quote.source and mod.source are
largely unused, but add annotati...

342719eb189dcc7320be9a2d6b8b2f8740b8c5a5 authored almost 9 years ago by Julian Bangert <[email protected]>
Makes boxing helper methods private.

Change-Id: I2f4ca00cbff1e20653acc17cc885e993532e9d66

df4619e41a030134d3df089aa7af719ebd4c472a authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Tighten up some of the grammar in the java doc for jsinterop

annotations.

Change-Id: I49ef4fb9c0751f9d28d966505f81077995b1b12f
Review-Link: https://gwt-revie...

be51acf6ca4b83452ab7a23c70f202b706e0ba12 authored almost 9 years ago by Thoams Deegan <[email protected]>
Remove accidental override removal optimization.

Accidental override removal is currently implemented in
GenerateJavaScriptAST and not reflected ...

349bfa662124dd1e68c21c3e7a88311376c5a4ba authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Change "OutboxTable outboxes" to "OutboxTable outboxTable"

This makes the variable type clearer.

Change-Id: I6a2a6de8536357630a727c30e578daeb8a22835d

537998e9094bff2b2827fa7f3ba905543212ae0e authored almost 9 years ago by Michael Zhou <[email protected]>
Update apache commons-collections to 3.2.2.

Change-Id: I02717007e9b22749df3bfac6c20f1657df64b2cd

c4a8acbcb761c8e449f67c5f6f76317b108b55a8 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Fix liveness of array classliterals for JsVarargs.

The pass ImplementJsVarags inserts array creations that refer to the
array class literal. Such c...

2e5f97ec138489132a521b35e578c86e3432c817 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Revert "Cleanup array usage of class literals."

This cleanup breaks assumptions made by EnumOrdinalizer.

This reverts commit a1e72ddbf96b45f588...

d57f64d104df04e91974f1837e8f7f286872d1a6 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Make CodeServer force next recompile after clearing cache.

When navigating to the CodeServer web page (http://localhost:9876/), the
clean button will clear...

f187d8028171f5aa36b4619fa911792c961be87c authored almost 9 years ago by David Becker <[email protected]>
Fix obscure TreeMap instantiation in Charset.

Change-Id: I920911edc367b7b6f1f958b76dab6b526188345d

21a0b30caa04fe9864c3e707e91b826448685329 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Remove some no longer needed code.

Change-Id: I0878d4ae22679c5f78490f16e139300f4b28859e

b2b6ed03e526674cba6a1f9ee9ae31c9cd9b7303 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Use native regexp helper in all user emulated classes.

Change-Id: Ic4d20eecec33eb992ef010a1a55149e16b91b45a

5688c39dd3b52c761683ce40be4ffa4ef44784d1 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Disabled EditorTest.testList

Change-Id: I74905450eab3f799ab97cb09ca707e588b810f56

e833bcda8c7fa6cae37fa70b61350dc33da17654 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Migrate all javaemul.internal to user

Change-Id: I4121c7979552043bce654f6ea418f1519e3d51c4

f1381cabb4ea19e4ff5f77bc7796c28cde4f24e8 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Uncomment test after JDT upgrade

Change-Id: Ib2c93d7ab386ac560ca585f19815886b2c1f8d3a

0ee079842400d085e11f653f5f8de41f6ebefae1 authored almost 9 years ago by Thomas Broyer <[email protected]>
Cleanup array usage of class literals.

Array instantiations require the leaf type's class literal ot support
getClass(). Those class li...

a1e72ddbf96b45f58874f721925d67151b180369 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Allow launcherDir to be created when starting CodeServer

Change-Id: Ic6713fc2a26ed6cf2382c77f0213de586055c504

82259c2854e52160eefd949314a8d741225d179e authored almost 9 years ago by Artur Signell <[email protected]>
JsOptional restriction checks

Change-Id: Ic9ce57e392f9208ae316916bee4e32b4718be45f

970bbcaa4b9a24b8859e5b52a32b65248bc13ae6 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Fix sourcelevel help message.

Change-Id: I0a516022038296140c0081dcbb9940d6efe2c3a0

a7df3d043b3817ea442b2d828f41c3ae0f5c2628 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Fix CompilerSuite failures under ie8.

Change-Id: I1eae25faac78d913b28c7e997581cb9e8a2b1808

8b5263d4daecee5e76f5380aaab42865e943b290 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
GwtSpecificValidatorCreator generates wrong code for annotations with long value

Bug-Link: https://github.com/gwtproject/gwt/issues/9288
Change-Id: Ib1c9956f51c4e4fdc601db7abb82...

17ee8026f64dd5b29e8ba00f36d4a579c2181d0d authored almost 9 years ago by Milan Koníř <[email protected]>
Add JsOptional annotation.

Change-Id: I09cfd5d0825d4b148dd3410f052eb0e147e8769b

272fc16f60a794a83f2bac770d70e6f3de503002 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Inherit JsName from super method if omitted.

Change-Id: Icac72aca9cdb69a95be17a2768616f7fd007c75b

de0b77f35ae2d731a78282a777724ab3765d401b authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Add support for JsType class in UIBinder.

Using a Java class annotated with JsType in UIBinder throws a
ClassCastException because the ge...

509b6c9f3356569aaacddc01b3af11317689bc38 authored almost 9 years ago by Julien Dramaix <[email protected]>
Fix AutoBeanFactoryGenerator in preparation for Java8 Collections update

Three bugs are fixed here, to support new Java8 methods which will be
added soon to GWT. These a...

5003f63b70fd80d57196e13ed5c5d031b2c64925 authored almost 9 years ago by Colin Alworth <[email protected]>
Emulate Collections.shuffle

Change-Id: I39f041d4fe79d658ff9401adb0269a508e8eded7

981b1e163a746e69e78b37ab14db3c483935f628 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Emulate PrimitiveIterator, Iterator, Iterable Java 8 API.

Change-Id: I553f0bd2d5dad089c4f87ed50457500611bd1d3a

8bce3b8c862f5e349a5d2342ccc6c7e03b8ce0fd authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Switches InternalJsMap to jsinterop.

Change-Id: I024f3ee63752d06354f7752eb456422cde19b0a6

d1c8635be75abc2a2279fd04b2906d08fe0cf1aa authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Adds 'flex' and 'inline-flex' as a display value

Change-Id: Ic1159319b03020f6645434fe10de57a5310ac30f

7ec5f3607e3ae115bc9c438e52ab5e1bd07741fa authored almost 9 years ago by Julien Dramaix <[email protected]>
Fix a bug in Long.highestOneBit on GWT.

Change-Id: I50ddd063b7cd363e8f3ed41fef7ed3cea447ab7f

2553fcec830a79866db009801c3651bbf39a1666 authored almost 9 years ago by Louis Wasserman <[email protected]>
Revert "ui:import tags now have highest precedence in the generated "

This reverts commit 178ae940a5de0029364dc1a68823eed7ad352471.

Related with change #12990 which ...

f4e0726f121244ab9d2231451f060e12c6424486 authored almost 9 years ago by Manuel Carrasco Moñino <[email protected]>
Adding missing Ant properties when disabling tests

- Adding Description to Ant tasks
- Removing unneeded sourceLevel argument in Elemental

Change-...

8c52eb6e1085622e56b27b7568232cb614a53cf3 authored almost 9 years ago by Manuel Carrasco Moñino <[email protected]>
Emulated Math.min/max(float/double) did not match JVM behavior

- JVM considers negative zero smaller than positive zero
- JVM returns NaN if either argument is...

29b0c370e4b93ce3e49aac249c78547326360e6c authored almost 9 years ago by Jens Nehlmeier <[email protected]>
ui:import tags now have highest precedence in the generated

UiBinder class

Bug-Link: https://github.com/gwtproject/gwt/issues/8617
Change-Id: I7248f2dc6d021...

178ae940a5de0029364dc1a68823eed7ad352471 authored almost 9 years ago by Mark Kuznetsov <[email protected]>
Remove SourceLevel.JAVA7 now that we started landing Java 8 emulations

Change-Id: I71fd679b978b5b826fc97af48521c7ca9db2e0bd

2f021dc2a821782b76509f74974b1d3ad2f12fa3 authored almost 9 years ago by Thomas Broyer <[email protected]>
Make symbolMaps for StackTraceDeobfuscator lookup more robust

Users can specify the symbolMaps location for the RequestFactoryServlet
by adding an init-param ...

f9359639f7e30e0e0b71bc3f6abcbf921476d7ef authored almost 9 years ago by Uemit Seren <[email protected]>
Bump Jetty version to 9.2 including transitive dependencies

The Jetty 9.2 quick start mechanism provides almost an order of
magnitude improvement in start t...

e29062339d6369b58270ac3bf746a590a278787b authored almost 9 years ago by David Ostrovsky <[email protected]>
Add @IsTrustedResourceUrl and @IsSafeUrl type annotations.

Change-Id: I8cde528b350c8b064fc5830a888b8bc1c3a375e1
Review-Link: https://gwt-review.googlesourc...

5cdfcbcb81920561333a793f213d971b8d9e55f1 authored almost 9 years ago by Julian Bangert <[email protected]>
Fix failing StringJoiner and Optional tests.

Change-Id: I018a696fe8aec4cd72f3d4972dda65fb4a75f53c

e21dbb24b289a9a233ea92f83c8962bffeff613c authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Use StringJoiner in collections' toString() methods.

Change-Id: I0df19b84e375c51dea6932cfdab5915144540587

567bad71fab6125e8d650674e2188af779ac5951 authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Emulate Objects.requireNonNull() with message Supplier

Change-Id: Iec8c539a975e853e9f10089aa5a5034a29fe0607

6ea9f266f84d12acaf4a0561226c7117a7d60f78 authored almost 9 years ago by Jens Nehlmeier <[email protected]>
Emulate java.util.StringJoiner

Change-Id: I0a18d4f8f2fe50ff86bd5f1f0f3341f213e0e0db

2bceb99612a28642759b88636c169115b7de2509 authored almost 9 years ago by Jens Nehlmeier <[email protected]>
Emulate Optional<T> and its int, long, double variants

Change-Id: Id69894008c48a4e3dca06f9f739f7ed2cd5e76e1

268c8b58ff83bd2b142d8d830498509c86d5e8a2 authored almost 9 years ago by Jens Nehlmeier <[email protected]>
Emulation of java.util.function

Change-Id: I8f2cfde31da7ca2fd6dfa1807b2024b53934210f

7c9022e04caf7c1b0a0b355c93b58806908e73be authored almost 9 years ago by Jens Nehlmeier <[email protected]>
Add java.io.UncheckedIOException

Change-Id: I8410a9eac5bcd4068cb9f275453546a874675c8b

94e77fdb78ed6813ef410f171ad5b581d0060ddc authored almost 9 years ago by Andrei Korzhevskii <[email protected]>
Make Java 8 the default -sourceLevel.

Change-Id: I596bab8b80b2ccf173ff0658f2e91c2d444deab1

5100c360146f9faa7ee723ad945737c7a71f41db authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Fix bug optimizing instanceof JSO[] and split CompilerSuite.

Change-Id: I29a343701f447115c9cd643e8e6ea7eec45ab187

5cbb0ff4823f76512a3bb0e91624e393a4def65f authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Use patched JDT to circumvent memory leak when compiling for Java 8.

Change-Id: I6954adbb7dff7abd8595addf335fb68aa940290c

2dc713afa4b147766b469b7ba62dde7a3a4c4f26 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Adds tests for Js varargs in Java 8 lambdas.

Change-Id: I95d4a6cc736e3afd2e01ba10ef80afbbb1a4ebfe

677e4b8beded077872d9fa433cad262c6df3d162 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Make NativeSubclass.class.getSuperclass() return Object.class.

There is an assumption on the ordering of the output that code for
a super class is emitted befo...

989349de9fc5983fbb256ac0cebf0136c773de7c authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Add tests for casts to special Native types.

And make the cast/instanceof GLOBAL.Object be typeof == "object"
instead of noop.

Change-Id: I0...

de24929937a492cb4baaef4d95aaceb5c872f303 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Make Native[].class literals be transformed into JSO[].class.

Change-Id: Ibbb3b42597998512166aa2f5078fa30fa7e33e80

e26a8d204033d2b824365ad7dc7cca3754554389 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Fix JS varargs when null array is passed.

There is no way to express this situation in JS, the arguments object
is always non null. Hence,...

49a04a8e242c6e3fd76cb5f983c91531d5a3f9d7 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Make JSO[] and native JsType getClass() return JavaScriptObject[].class.

For consistency Native[] are considered instanceof JavaScriptObject[].

Change-Id: I619307de1124...

b2d255bc936f36d4fbdf551a5a7cd9abba3be168 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Switch to native JsTypes for String and Math.

This also fixes the problem where J2CL gets upset due
to JSNI referring to native types that are...

dfc6e88a0ea72ba5aa86896dd2d614582e919af5 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Add CSS3 and GSS support in InterfaceGenerator

Change-Id: Ifecfec053c851582b3d1c6a06f721c289aa3c5b6
Bug-Link: https://github.com/gwtproject/gwt...

4b2dbf3dd27ed574c3d8efd748b87e3794d4aed3 authored almost 9 years ago by Julien Dramaix <[email protected]>
Fix method call tightening involving native JsTypes.

Makes sure that polymorphic methods on native types are
always considered polymorphic dispatch.
...

06f48f15869741abfca55b836db41822e51f81bd authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Fix incorrect import in a test.

This was missed due to unused import removal in GWT.

Change-Id: I699b5a1130f9da17ec51c854272078...

83b9b1e1dd69d51465d3d86a35bb26f7312495c5 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Moves all new property names under 'jre.*'

Change-Id: I773840e5be4aa9b82fab4baaf117ded2b301518f

d0429c1d72fccc2649b423ac2408707d4f414618 authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Fix WebAppCreatorTest following GWTTestSuite change.

Change-Id: Ifa10fbcb8b4e1ddc6695c7dbf283ad23c254729f

b9624293594f7a3a02e195787b9b0538b73f7eb2 authored almost 9 years ago by Thomas Broyer <[email protected]>
Add outputDirectory to webAppCreator-generated Maven POM

Change-Id: I539139e3a20c2a36800af8fb07c0f74c90aa1bc6

c628ff9d63badf44363a1a0f2d48e827ca9cfdaa authored almost 9 years ago by Thomas Broyer <[email protected]>
Remove maven-eclipse-plugin from webAppCreator-generated Maven POM

Change-Id: Icb8c24943cbac8b06611b53a00dfe803ac169147

6dd7a4a058ce0602ff7826a9b769690c4ad523fc authored almost 9 years ago by Thomas Broyer <[email protected]>
Add sourceEncoding UTF-8 to webAppCreator-generated Maven POM

Change-Id: Ibb7291f5340ac4f5b99e478b7c69aa3cda8d0cb6

09748f805f14e6f1e5051f3e0118a59ac2dff748 authored almost 9 years ago by Thomas Broyer <[email protected]>
Run MobileWebApp sample's tests using surefire as they're not GWTTestCases

Change-Id: Ic21b51b4624f33cef68bfed8f227a2a385f8f6c9

a81e4a11339bd2e03d450d538a9609cdb8cba37d authored almost 9 years ago by Thomas Broyer <[email protected]>
Move Maven samples to net.ltgt.gwt.maven:gwt-maven-plugin

Change-Id: Iaab61c6b18fd471d50c38d3ef71429b7d6241efa

a0de97b999468b12d6c19d6a470ca03b2a2b4557 authored almost 9 years ago by Thomas Broyer <[email protected]>
Make Validation sample compile in strict mode (failOnError)

Change-Id: Ieeb310ff317cc03eb004ea07d37e9855ccbfc450

0e6650a57efbd53e1821d2b21be43602ac1f29a9 authored almost 9 years ago by Thomas Broyer <[email protected]>
Remove gwt-codeserver dependency from Maven template and samples

gwt-codeserver content is merged into gwt-user since 2.7.0.

Change-Id: I4fe1b89194e585838725aa7...

ce0c570557bcb5fa3f06bb579648e1d8d8ed54cb authored almost 9 years ago by Thomas Broyer <[email protected]>
Make webAppCreator generate a GWTTestSuite

Suites are a best practice so better generate one even for a single test;
the generated project ...

4c8cc627baaeaf456467522c58a567f86b28e891 authored almost 9 years ago by Thomas Broyer <[email protected]>
Make ExternalPermutationWorker bind sockets lazily.

Change-Id: I257681a903cba1dd77b41efd4343b10dcf527ffb

caf0f8ca1d6fe3323d0887e4a5fe95a6f27236c5 authored almost 9 years ago by Roberto Lublinerman <[email protected]>
Make prod the default for GwtTestcases.

As discussed in the GWT steering committee meeting
GWT 2.8 will ship with making -prod (compilin...

02981cd88f2280550e60ebf9c178f9ce48e993f3 authored almost 9 years ago by Daniel Kurka <[email protected]>
Migrate JsDate to jsinterop

Change-Id: Iab0b7ed26fb0c36295f7749a436a3d9c634e31ba

2d84910fd6fa3123cbdeaa3ce44dbb383f6e238a authored almost 9 years ago by Goktug Gokdogan <[email protected]>
Fix nullness analysis for JSOs and propagate through casts.

For a long time our library and some use code has been relying
on the absence of NPE on null JSO...

f85a692582a6ea998100732b7744c115eda13dca authored almost 9 years ago by Roberto Lublinerman <[email protected]>