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 NPE in SDM due to Boolean/Double/String devirtualization.

Devirtualization of these types requires that their methods be traversed
and available for rewri...

9b907f26d614600f1a644359131c4ebc7c585a1f authored over 8 years ago by Roberto Lublinerman <[email protected]>
Update globals to chrome 54.0.2840.16.

Change-Id: I38db4755bf98df61b84729a760933b76cf21e0c6

154bc52c6f885df2000a831d3d6c82ae669e20ef authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix ICE due to incorrect naming of method reference classes.

Naming of sythetic classes for method references and lambdas should
follow the normal convention...

3a41a8067767965ff72f4e49eb015f587fcfee16 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix missing error reporting in SDM that leads to NPE.

In certain cases SDM would ignore errors in compilation units and
the compile would abort with N...

d76703f5c383203794b73f8af349fe2c230b5646 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Update/fix Maven-based samples' README

* minimum Java version is 1.7, not 1.6
* webapps need to be "prepared" with war:exploded befor...

caf2f6fa9a35a2602ea7b16426473dd9fcc92cea authored over 8 years ago by Thomas Broyer <[email protected]>
Fix webAppCreator Ant and Eclipse test targets for devMode vs. prod

The test.dev wasn't passing any argument so was now running in prod mode
(the new default), and ...

3e7a0abcb48120b5632e8d72632308eb1694112f authored over 8 years ago by Thomas Broyer <[email protected]>
Supress some ErrorProne warnings

Change-Id: Iaa2651d999f1b2ba833030209daa8619932c838d

71832c3d64674851935b11114dd9586640d1c95e authored over 8 years ago by Goktug Gokdogan <[email protected]>
Add more JsType array tests.

Change-Id: I494967d1bb57c1c041b6c3cf16c6af4d35ca438d

9139e71dbf14c6cfb437b531954422a545dbe563 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Missing declaration/initialization of JsOverlay fields.

Change-Id: I14913cdae86ab9e0937a9edf806339dca2e27ef8

5a77a4f8912fb3881b0d0e8de42cd50c40d323b6 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix ArrayDeque's bug when expanding capacity.

Also fixes concurrent modification check for the case
when head > tail.

Bug: #9404
Bug-Link: ht...

8a1632911063764dd95cd6ff4e3e83cc539b0361 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Add missing bridges for default methods.

In Java 8 bridges due to default methods are also implemented
as default methods in interfaces.
...

535f2fa973995f18d190a689127acbe134a42a15 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix bad merge in c511029eaae.

Change-Id: I06a149e31bc1d7a06376fd3fbae5ac21e4eb59c8

468036ade51cd5094403ed2fb206e204c4f08fd3 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Introduces special handling of namespace = "window".

Namespace JsPackage.GLOBAL references elements in the main window
scope, which in GWT applicati...

c511029eaae4ec66ff874d7e69efd9516ccc78db authored over 8 years ago by Roberto Lublinerman <[email protected]>
Implement abstract method bridges for functional expressions.

The synthetic inner class that implements lambdas and method references
might need bridges for t...

7da4bf36a105faf5811235692bf00e86c958f3de authored over 8 years ago by Roberto Lublinerman <[email protected]>
Update globals for chrome 53.0.2785.46.

Change-Id: I67f8827baf6aa7198c9474ffa9eff8538b9961fe

15bd4aa1730cae32ac7211a8c365eea1bad1fd0e authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix typo in DeadCodeElimination.

This patch fixes a missed optimization opportunity due to a typo.

Change-Id: Ia315515f37c5a31a0...

b64263eb79d093ef2b5c73dab73e27b89ed24338 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix erroneous constant propagation in JsProperty field.

JsProperty fields that where not written to in Java, of primitive type,
initiliazed at declarati...

dadac462feeaa674e43ce7be17264503ffbcc644 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix incorrect unusable-by-js warning.

@JsFunction interfaces were not completely loaded by UnifyAst
if the functional method was never...

67730b752e90bdd318d91ecfed240c33847e18fe authored over 8 years ago by Roberto Lublinerman <[email protected]>
Suppress error-prone warnings in CompilerTest.

Change-Id: I68ae2458c3f96d662ecc536e7729042ca64c1abc

5e8a97d2d9353c75f38c0353727ab80881ee9927 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Remove hack overriding ListIterator.remove in AutoBeanFactoryGenerator.

This hack is used to provide default method implementation
for Iterator.remove() and ListIterato...

383ea3c6c5b70c55cf136408820727d1669429cb authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Put back ListIterator.remove() override.

It was erroneously removed in 0602bc.
ListIterator.remove() overrides default method
in Iterator...

0dada56d3b470f997f8457527f731b59d3f97a76 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix DevMode server (jetty) restart

The wac.start() call was failing with
java.util.concurrent.RejectedExecutionException because th...

a3ae5d8474242134144116d942dc6e33a9746861 authored over 8 years ago by Thomas Broyer <[email protected]>
Include relevant compiler options in SDM cache key.

Changing options that affect javascript output would not force
a clean minimal rebuild cache nor...

9f10097121f7873a3557c5a9e70a7d64b57e819b authored over 8 years ago by Roberto Lublinerman <[email protected]>
Turn failures in Soyc to warning instead of errors.

Errors creating Soyc files do not make compilation fail but
are reported as errors, confusing to...

f838b26487899bb7fa54f131eae2fec2020c8a2e authored over 8 years ago by Roberto Lublinerman <[email protected]>
Adds missing command line parameters to DevMode entry point.

Adds -style and -strict command line handlers to DevMode entrypoint.
These are useful when lau...

be738ee668b427f5c484f3d008bc4ebd1230da6b authored over 8 years ago by Roberto Lublinerman <[email protected]>
Removes unnecessary cast in String.fromCharcode

Bug: #9388
Bug-Link: https://github.com/gwtproject/gwt/issues/9388

Change-Id: I225c7180ad46506c...

d85368f449b2524a0ff393173a275e59845c502c authored over 8 years ago by Goktug Gokdogan <[email protected]>
Do now qualify String, Array, Function, Object and Number with $wnd.

Bug: #9389
Bug-Link: https://github.com/gwtproject/gwt/issues/9389
Change-Id: I27496f43a4cba060e...

262fe43d25c708829c2397ed8927104fe5fbe480 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Relax name checking native items on the JsPackage.GLOBAL namespace.

Allow qualifed names as the name component in native JsType, JsMethod,
JsProperty definitions.

...

83f0fd165b1e020eaeaedfdeaa610fe0ed7cf323 authored over 8 years ago by Roberto Lublinerman <[email protected]>
DeadCodeElimination was not optimizing some expressions fully.

DeadCodeElimination was missing optimizaiton opportunities because
it did not account correctly ...

70273365fd1f22da6ca7c59e7b7f0e54667f84be authored over 8 years ago by Roberto Lublinerman <[email protected]>
Update MobileWebApp sample with Objectify 5.1.13 (from 3.0)

Also update AppEngine SDK to latest version (1.9.40)

Change-Id: If928499d0e18e8112ab61d1a120d95...

78b39b4538dfe5908470893317d188d51c01d1fa authored over 8 years ago by Freddy Boucher <[email protected]>
Update outdated links in samples

Showcase and DynaTable linked to the old doc and homepage at
code.google.com (not even developer...

5e19260ce4ef10408989a5b8cded3a30a5ea3e84 authored over 8 years ago by Thomas Broyer <[email protected]>
Fix encoding of Showcase fr translation of bidi messages

This patch does not fix the badly translated text (only a few occurrences)
and concentrates on U...

97ae6aba9f6e01336ec39f9a2a3905345eaf6800 authored over 8 years ago by Thomas Broyer <[email protected]>
Fix DynaTableRf sample wrt servlet-api version

Jetty now uses servlet-api 3.1, and specifying version 3.0.1 was breaking
"mvn gwt:devmode" when...

48b7c9ebaae9bf2442a05b9bb544a6b3ac4e4620 authored over 8 years ago by Thomas Broyer <[email protected]>
Fix compiler crash due to accidental override in native JsType.

Bug: #9379
Bug-Link: https://github.com/gwtproject/gwt/issues/9379
Change-Id: I56319552d6a5cc58b...

0b37eb671b60c1f68d620c0a82040d34e6451203 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Enable Java8 for GWT on JDK7 (cont'd)

This patch stubs missing SerializedLambda which is missing
in JDK7 but referenced from Java8 byt...

64215f85fbe4cf4e7108737eaabcec89f77fea58 authored over 8 years ago by Thomas Broyer <[email protected]>
Fix WebAppCreator-generated Eclipse launch files for tests

Bug: #9378
Bug-Link: https://github.com/gwtproject/gwt/issues/9378
Change-Id: I752a0242f8e832f6f...

fa462d37e7f7744084c8b061762b2145a40cbf07 authored over 8 years ago by Thomas Broyer <[email protected]>
Revert "Deprecate c.g.g.validation"

This reverts commit 334cc3dd2e0a05e0b2cbf53ce3d4f7327b7cbdca.

Change-Id: I60e3fccb99bab8890038d...

35377299d4b5e31bf9b551b316e0b985b037fd3d authored over 8 years ago by Daniel Kurka <[email protected]>
Hack around AutoBean regression wrt j.u.Iterator

j.u.Iterator#remove was changed to a default method in Java 8, and
default methods aren't expose...

cda125f18dc0d31276e613883b43f69efc8d366d authored over 8 years ago by Thomas Broyer <[email protected]>
Check that javadoc exist to avoid empty files.

When running `ant clean dist-dev` javadocs are empty and we should not
install them. Also if the...

6dadf9b431dde5cde1d86d2023ba33c047d19e7f authored over 8 years ago by Manuel Carrasco Moñino <[email protected]>
Warn about asynchronicity of Focus events.

Alert developers that test methods that rely on FocusEvents fired after called
Focusable#setFocu...

97d30a5e0fdc8fbd1be46d7c8326742ec527ebd2 authored over 8 years ago by Daniel Kurka <[email protected]>
Make JavaScriptObject work in tests that are not GWTTestCase.

JavaScriptObject and subclasses can be used in a pure jvm environment,
(as is the case for some ...

79213b845cce1503044c7e7afa2adb84fad10276 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Do not honor JsNames if -generateJsInteropExports is not set.

Members that were not exported due to missing -generateJsInteropExports
were still being named a...

ca8ad7bc140bc23b237620c41d755ef787bd97b1 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix Maven deployment, and remove/hide warning

Shell script in Jenkins exits at first error (as if 'set -e'), and
condition for conditionally (...

a363635ef78aa2441552597883e1a0023a56535a authored over 8 years ago by Thomas Broyer <[email protected]>
Makes Throwable.backingJsObject to not rely on exports.

Change-Id: Iae5997b7bd49b205aa40e6c9999cdef2024ad535

e1fcefa15e96a5d7450d9f874101226a72bbeefb authored over 8 years ago by Goktug Gokdogan <[email protected]>
Use InternalPreconditions.checkCriticalArithmetic in java.lang.Math

Change-Id: I08be0750a68cc1a195e835e015d5152a8abbbad9

cf3be7c4126c98247c235c5687443edd2a11eb2d authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Refactor Arrays.copyOf, Arrays.copyOfRange and throw AIOBE.

Change-Id: I92f47ba509deabae1485a52e47e1814b41f8417a

d0794a98b98f936cb7b4a94151bc40a46206c2a3 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Sync back build files

Change-Id: Ia644c8164f2710b6fca396f3cd32450b1f930e78

5b327a392bfabbb47513cefa1c8727402cedbda9 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Emulate java.util.ArrayDeque

Tests adapted from Apache Harmony.

Bug: #8511
Bug-Link: https://github.com/gwtproject/gwt/issue...

583967b353dd7d6e41c059050f4d5444f8cd50db authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Emulate java.util.BitSet

This emulation and its pretty thorough unit tests were originally
authored by Danny Daemonic <da...

690c835add0738e650997203f956c029ec191a8f authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Unbundle more dependencies when deploying to Maven

Remove HTMLUnit, SAC, Colt, Ant, Commons Collections, Commons I/O,
ICU4J, and Servlet API, repla...

9252212887f6991b0ef08d40352bede7d96a37a9 authored over 8 years ago by Thomas Broyer <[email protected]>
Create Maven gwt-dev by whitelisting packages instead of backlisting

Change-Id: Ic97ab3e18d4c68c714de49b035ac40918fb0cfa3

9a076fe27c5424d35a2553d58379c46211f42332 authored over 8 years ago by Thomas Broyer <[email protected]>
Refactor creation of jsinterop and sources JARs for Maven

Uses "zip --copy" and "zip -d --out" instead of expanding the JARs
into a temporary dir and re-j...

a5f3c01991efec888296e55b853594315e472857 authored over 8 years ago by Thomas Broyer <[email protected]>
Adding rule for checkstyle line lenght.

Confguration taken from :
https://github.com/checkstyle/checkstyle/blob/master/src/main/resource...

0e89e0097d05676333ee48ee6fe93d8b93cbbdcc authored over 8 years ago by Manuel Carrasco Moñino <[email protected]>
Remove remaining abstract overrides in java.util

Change-Id: Icbb4ed15a6d121fc6a33510da987136f30afc3be

0602bc5cf211b76d0a26efeac75b7be1e05f064a authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Simplify ArrayList.removeIf.

Change-Id: I9cb244537a128d5c06cbda6fd9ddb53b6372cfd0

56c070259ab90e1d123e1575600853cf73404f30 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Consistenly use xxxAtIndex style in List.

Earlier, I only used atIndex where there was name collision.
This resulted in asymetric method n...

ca6364f882b55b7e9b5f5cbbc3220b14677eb2ae authored over 8 years ago by Goktug Gokdogan <[email protected]>
Restore access to legacy logging flags

cc3d0a52ec70c702819c6a44f4b59eb5db3d8e37 broke access to legacy
logging flags. Earlier anybody w...

eedbcb7a4ed7014e79fbdfcd5d241687e9c21fb5 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Fix ICE related to bad coverage instrumentation.

Even though bodies of JSNI methods are not instrumented for coverage,
the compiler would ICE if ...

78e5658ab8c87b7473a3962c9fa833383ffecb12 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Add support for native JsType hashCode and equals.

Change-Id: I49763198a12a949c2b9fe4e873e49ec3ecfa57d4

b5d6f2e18443513000630843c5859f16d8dc9ed0 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Add missing NUMERIC to a table in InternalPreconditions

Change-Id: Ib0e7084fdf619041becde498d5e52efa2d8e51fa

7cd908fb5f03b511b597628c64e67c938697c181 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Small refactoring of Collection's impl

Also refactors and fixes internal comparators usage.

Change-Id: Ifc64c515191d2a62f76990db4f0c05...

38b1b716c3e328f7a7899179a715e953a1aee277 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Remove some unnessary overrides in java.util

Change-Id: I7033486140dd9c538d8b15a095072c650de757c1

6da5fb145e99dbf6ce7696ea4456460c8fc2c446 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Add tests for java.lang.Math and fix incompatibilities

Change-Id: Id1e5972a24ccae486d73e69f785e093615d8b8e8

cf2990d7d72bd6a754ba5f7eda0d0b1957971c79 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Use internal fast copyOfRange impl.

Change-Id: I782a00a2cc0c730665f468c2e613bad94b96bf1f

fcd05864c310df23aca1d568597a8a9b517b9167 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Implement CharSequence.chars()

Change-Id: I8ed8283d0604147fc6d6e45eb330578503b58654

6e5f02931aaae79add038f675e005e5aaa7306c9 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Introduces jre.logging flags to replace gwt.logging.*

This is not just rename. I did some improvement and also
forwarded the old flag for compatibilit...

cc3d0a52ec70c702819c6a44f4b59eb5db3d8e37 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Handle Infinity and Nan in the same way when encoding JSON

Change-Id: I8aaff25f834e5f4a3d8beb46ba635cb3d08af181

1101599d05b586d9991ed3f2db37b02c5a136e41 authored over 8 years ago by Artur Signell <[email protected]>
Revert "Unbundle more dependencies when deploying to Maven"

This reverts commit b4b8e7c56210bf49e676f713c4f999a4fd8e0b0d.

Change-Id: I6d22863fde51a78800707...

5bac76fa10cfaa67dfd6b9c0ecd42bfc85ef86c5 authored over 8 years ago by Thomas Broyer <[email protected]>
Fixing maven example pom files with sourceLevel 8

Since 2.8 needs sourceLevel set to 1.8 or auto, we have to
define sourceLevel to avoid gwt-maven...

cb2896fd5f7df31777c66cd972c56276e15c6598 authored over 8 years ago by Manuel Carrasco Moñino <[email protected]>
Fix Css parsing to ignore all whitespaces in @externs parsing.

@extern parsing was broken if there were newlines present.

Change-Id: I560698cf4f365144ede49a6e...

2edd7831ac454724bab4aebd075fc06d04c21f72 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Throw NPE on String.equals when String is null.

Change-Id: I82341a243c1c2e90c3f24943c328f4fc8d0e57a9

8cd66df3155c9b1e110051f3173f35ac989382a5 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Enforce single non-delegating constructor restriction.

Subclasses of JsConstructor declaring JsTypes need to have
only one non-delegating constructor t...

ee508c7d618b14384467ddb407eb882ef472f69e authored over 8 years ago by Roberto Lublinerman <[email protected]>
SHA-256 implementation for gwt from specification.

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

029665b37a126ecb3daf17984b01b7989a2f610f authored over 8 years ago by hanjiajun <[email protected]>
Deprecate c.g.g.validation

Mark all c.g.g.validation public APIs as @Deprecated

Bug: #9367
Bug-Link: https://github.com/gw...

334cc3dd2e0a05e0b2cbf53ce3d4f7327b7cbdca authored over 8 years ago by Thomas Broyer <[email protected]>
Unbundle more dependencies when deploying to Maven

Remove Colt, Ant, Commons Collections, Commons I/O and ICU4J,
replacing them with proper Maven d...

b4b8e7c56210bf49e676f713c4f999a4fd8e0b0d authored over 8 years ago by Thomas Broyer <[email protected]>
Fix packaging and Maven dependencies after sourcemaps update

Closure Compiler (hence sourcemaps) has switched to GSON for JSON
processing, and GSON was, as a...

1454cec3dd07ae2c794c2c55a3afb0ce94f4cbee authored over 8 years ago by Thomas Broyer <[email protected]>
Suppress error-prone warnings in StringTest.

Change-Id: I1eb330b1b3bffe9d035089844a2cc6e3925b9ee0

156f9e443850ffee91e9955d96c796c1e04ce02b authored over 8 years ago by Roberto Lublinerman <[email protected]>
Correctly encode special characters in JSON

Change-Id: Idc6ad9eb93b44ba5ba1ce4b830b51e404d53e1a7

c32645ba491e3b2deb933bfd13245836ef22bd76 authored over 8 years ago by Artur Signell <[email protected]>
Add numeric group to InternalPreconditons

...for exceptions related to numeric operations.

Change-Id: I0961789a12f7e1ca9b41994e94759b013c...

4d81b329b58225a0db62d0226e46436f9fed08c9 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Add null checks to String methods.

Also did some general cleanup and
fixed String tests to not be optimized by the compiler.

Chang...

fc52b53df925608884b27b8c12490818771d69ff authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Cleanup special casing of Clinit.

Change-Id: I602b61643f739356a4b9e10f1f746c77a10b7557

b703afc72fb48d5a3ccdb5fa8870ea4ae10d7356 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Allow arbitrary clinit code in native JsTypes and JsFunction interfaces.

Since clinit on these types are effectively overlays there is
no need to have any restrictions o...

807de3a29e58d128e7cf3c8a689ea14f9f9b80bd authored over 8 years ago by Roberto Lublinerman <[email protected]>
Change restrictions for JsFunction implementations.

This patch *adds* the following restrictions:
- JsFunction implementations cannot define any met...

652cb09df6c9bc3b434202b199be3db798f583c8 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Cleanup JsInteropRestrictionCheckerTest.

Change-Id: I9d44ee44ece77e19efca5be9d0a7696562806926

94d05a9c26460f87045bf1f2165253d95ae0b687 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Delete duplicated tests.

Change-Id: I4e7013df6153452199456f270ade8b4b65af49cf

16e0d3f241111e91d4cb5fa4b49bb09ef97e7ebd authored over 8 years ago by Roberto Lublinerman <[email protected]>
Devirtualize JsFunction implementations

Change-Id: Id352e6a877f30ff8710fae32e34ec45d09583a60

f134f41d543171c123488efff8bf231d6ca7d373 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Disallow instanceof JsFunction implementations.

JsFunction implemetnations are meant to be lightweight enough
to make it possible to generate th...

c4f37780a5fa0ebad18c79eddab588a76d30a692 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Adds JsType to some common JRE types.

Bug: #9365
Bug-Link: http://github.com/gwtproject/gwt/issues/9365
Change-Id: I88ee6092ed0801de2f...

45e6ff83bc22f6dce648ed4cd21eeb24fe0b3e15 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Add a warning suppression for getClass() on an annotation.

Change-Id: Iff1e08667db642462da450d37563f4b484d13456

10c2f0a984e4d3e77dc23dd8d43b1cc3704131fc authored over 8 years ago by Roberto Lublinerman <[email protected]>
Hide Java 8 interfaces methods to generators.

Current GWT generators do not expect default nor static methods
in interfaces. This patch makes ...

75382f1202bf3eaa399d60ebdba42bd7522da3bb authored over 8 years ago by Roberto Lublinerman <[email protected]>
Do not crash if @GwtIncompatible is used in annotations.

@GwtIcompatible in annotations is considered noop.

Change-Id: Iff75cb012024f8394caab9c2241ed16c...

389d2c2b73b8b1e37e82fa51301e6c4dffd2d75b authored over 8 years ago by Roberto Lublinerman <[email protected]>
Excluded failing devmode tests.

Change-Id: Icf9bbe81dc17fee97fb3186eec75fcf818236fc1

59dcd9ac92c0ee6c8e545399ddbbcce3b675641b authored over 8 years ago by Roberto Lublinerman <[email protected]>
Remove critical checks in StringJoiner.

It was hacked in 4ece80 but now compiler handles
null CharSequence correctly.
Fixes StringJoiner...

7548b3d44a996a99b68b9b35803300aaf3d27e30 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix failing tests due to JsFunctions classes requiring final modifier.

The tests were not updated in patch
https://gwt-review.googlesource.com/#/c/15190, but should h...

70dca51275cda237a1feed1dd35f32b31bc53e5a authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix incorrect pruning of overridden JsMethods.

JsMember information is inherited from overriden methods
and pruning any of these overridden met...

ffad42933f2389b4e37ee3f24563b8741d7ccbcd authored over 8 years ago by Roberto Lublinerman <[email protected]>
Require JsFunction implementations be marked final.

The requirement does not affect current expressivity as there
is a restriction in place that JsF...

4c8cdeaf8219ff7e0cf8d3b2c6c87b6f643b4e7f authored over 8 years ago by Roberto Lublinerman <[email protected]>
Add suggestion message on how to suppress 'unusable-by-js' warnings.

Bug: #9349
Bug-Link: http://github.com/gwtproject/gwt/issues/9349
Change-Id: I3603a6ec416cf00a92...

bbca2283938b42783d30981f82ed2fd5b716d09e authored over 8 years ago by Roberto Lublinerman <[email protected]>
Make JsFunction implementation behave exactly as native functions.

JsFunctions no longer copy j.l.Object methods/properties into
their prototypes effectively behav...

1bfb19943af193c8e26adcdc7ea5a70be72bec16 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix tests in devmode.

Change-Id: I2d86c4802d39fb87ca80921f0fb8c622919957cf

3770607321837a5ab1f18c2f933dbda76c75c8ad authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Update globals for Chrome 52.0.2743.24.

Change-Id: Id4cf5874f2655f5d437173ada9e0f736fca9b855

4551d3607187d54444d6031893c5b5034d16c45c authored over 8 years ago by Roberto Lublinerman <[email protected]>