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

Removes most of the remaining JSNI in JRE

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

9ee3048eca9b5e7f63a54a3a1436c0367e0cb618 authored over 7 years ago
Cleans up more JSNI in JRE

Change-Id: I54377284ba524ab66ac2aa8f9a454920fe7cbc48

9acbf24d19d4607cbb6487458c75cb67b48f99ee authored over 7 years ago
Refactor inline event handlers in ClippedImageImpl for CSP compat.

The onload handler is used to detect the situation when an image has
loaded before having been "...

1c3d191fc9560e976b2647380367d77f1dc3c1fb authored over 7 years ago
Remove JSNI regex literals.

Literal and constructor based Regexp instances have similar
performance characteristics when cac...

75ff6b8e0c559f6c3a5a963406b539e71ffd2bf6 authored over 7 years ago
Fixes incorrectly-ordered arguments to calls to assertEquals.

This change has been automatically generated by an Error Prone check
that detects incorrect argu...

563e9f0a20a878de6dc3156f9e601bdbeaaf0394 authored over 7 years ago
Reduces JSNI in JRE tests

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

fcda29859cc4a3cbdfb07c7caec25ac343a59c74 authored over 7 years ago
Add Nonnull to String.valueOf

Otherwise JsCompiler thinks that String.valueOf(a) + 1 might
result in number.

Change-Id: I2954...

165f8d82b1278bee6233c47f7deebcb8e5126165 authored over 7 years ago
Fixes incorrectly-ordered arguments to calls to assertEquals.

Change-Id: Ib75400380812388d2f9353231976c81a5f4297d7

a8c71d522542cb97368d96c59eb03ca30fa9b065 authored over 7 years ago
Make installLocationIframe.js in GWT compatible with CSP.

This change removes "javascript:" assignment to src attribute of a
newly created an iframe. This...

f5df41df4016cd2ce4e6a15a637dbe2ddc4f3fab authored over 7 years ago
Remove the SUBSIZED characteristic from filtered streams

... not just SIZED.

Author: lowasser

Change-Id: Ided646c04907b2095437e504b4e7af0b462b0e74
Revi...

c03a6396cce232c053fdd00b81eb11ea587d19e4 authored over 7 years ago
Remove JSNI from DateUtil.

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

e66fda115a9e23c2a05f4eb2b655b4f1305accfc authored over 7 years ago
Reduce JSNI around JsUtils helper.

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

068185f331c235785c1bdc27b2b15568c131b7b1 authored over 7 years ago
Switch InternalJsMap to interface and properly type it.

Also removes the JSNI involved.

Change-Id: Id7bda0173a40ada3820bbc650b9487b7a0bab84a

c820b63bb576de2fda50585947170d32b754f14b authored over 7 years ago
Compile using Error Prone (when using Java 8)

Move all <javac> to the <gwt.javac> preset,
remove legacy build.jvm.is1? Ant properties.

Change...

e2fe2c658959f9e020cda695c18e18889d1a5d47 authored over 7 years ago
Remove unnecessary casts from JRE internal

Change-Id: I607e6feee54ea8ad050e5098d872a01bb409a2ed

9ff9145b48326f3b8ea3f83d55267062a93e6c7b authored over 7 years ago
Handle correctly native member references in JSNI code.

Bug: #9520
Bug-Link: https://github.com/gwtproject/gwt/issues/9520
Change-Id: I22dda291caea460e3...

93508c6ff69814c8db3281de3912608961c73435 authored over 7 years ago
Reduce number of iterations to make test faster.

Change-Id: Ie52e213c0f359f73e3111b1c53c73053f2bdd83a

1f6dfffb4dc0f0083d9ea9e044d4dd30d1013752 authored over 7 years ago
Reduce JSNI on String and MathContext

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

ce9ceab079e76763e7f891f6124997cec27ea589 authored over 7 years ago
Allow deploy maven artifacts with HEAD-SNAPSHOT version

Change-Id: I2dea479c2c81d6e373c23e370f457bd2957b4c33

ffad5730f6a50882f592a3d93a1040d2920e3629 authored over 7 years ago
Update chrome.txt to match version 59.0.3071.29.

Change-Id: I2f4ec054bac55554a1a2750fc9afca1529a62378

a7e613b3944c13f1edeb620b06de6e7d1da9f054 authored over 7 years ago
Removes unsafeLong conversion.

This change pushes sort type conversion to comparator fn itself which
avoids explicit object to ...

701143c9797af670f7fc7f6be988cc60f787889d authored over 7 years ago
Add msg option to InternalPrecondtions.checkType

Change-Id: I5764473a7e67fb9b0d6ae1c92f3a4920b03d8996

fdeba6c069d217b617c5b4145378b95670cb8b63 authored over 7 years ago
Make sure types are compared by signature in JsInteropRestrictionChecker.

In incremental compilation (reference only) types might have more than
one JDeclaredType instanc...

71c057d607bab39430aa3cdd1217696d9b656d76 authored over 7 years ago
Reduce JSNI usage for Arrays.

Change-Id: Ic73f052d1aa3d0688968d4eb40f9759ebf086fe6

bb6edc48568dc98e6e328e45937b28cde397b42d authored over 7 years ago
Update snapshot dependency in maven sample projects

Change-Id: I1078b0f7d0d5bfad4c3bae924a760a61e5272f30

a90832fec9a56f4cb83ed009c7048e0a8d196fe8 authored over 7 years ago
Revert "FIX: LookupMethodCreator create too large method #8611"

This reverts commit b00c7074583e2ec3bfca46c7ee53685d1ae37ff5.

Change-Id: I0f306213a7fd6e8934d6e...

5d12281257578ed727bfcb67c47751154b4fd2f2 authored over 7 years ago
FIX: LookupMethodCreator create too large method #8611

add Tests for LookupMothodCreator to JRE Suite
Fix wrong JavaObjectType for primitive char in Ab...

b00c7074583e2ec3bfca46c7ee53685d1ae37ff5 authored almost 8 years ago
Supress warning for Array.compare

Change-Id: I60847b035baab185ca93071f8953e4e1fb521319

0ea5b4bf5d0c5406c8b756af31aeb90ab1219cb8 authored almost 8 years ago
Explicitly throw JsonException for unparseable input + some tests

Change-Id: I36f456a05111f5d90a7d471a3927497c792faf79

7fa023f6b2598c61adcd9fe6b538cae204d14bf0 authored almost 8 years ago
Simplify Array sort comparators.

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

c8ea1ac247a7e20cf6b87159be826e062963638b authored almost 8 years ago
Adds @RunWith(Suite.class) emulation

This files are not needed at runtime but exists to avoid spurious error
messages if suite is mix...

03315bc28d2af0553eb621ec15a1a4dccd4c8805 authored almost 8 years ago
Use @RunWith(Suite.class) for emul test suites.

Change-Id: I2fc94ccf4298714dfee8ba9628f9137e30cdb8a0

032e49ff8d12170b00ac3232174f365df0182f4e authored almost 8 years ago
Remove Characteristics manipulation in Collectors

Collector.Characteristics is used only for optimizations
and unused by current GWT emulation.
Re...

ed5c708005323d169275b57d512607b5ee13e5f4 authored almost 8 years ago
Allow getters named "debugger" declare void as the return type.

Change-Id: Ied5f15b92fba97131e30b4237608c013c6d7c0f8

ae76b61a23302fc7382d77bdcfc44681a5bdeaec authored almost 8 years ago
Suppress more ErrorProne warnings.

Change-Id: I9e3973040fcdcc2bb2ac4e30a2060e181e4dbc79

7931d39b011f7121a97b3df815b33440aa9f6584 authored almost 8 years ago
Make Array.sort(float[]/double[]) JDK compliant

This adds a test for double and float sorting that includes NaNs
and infinite values, and correc...

3d46828bd632b0fb7c995d2ddccc54ced94d3c92 authored almost 8 years ago
Obtain parameter annotations from method declarations.

JDT fails to propagate parameter annotations consistently
to method bindings.

Change-Id: Ie096c...

eec1f90929bf40fbc3681ddfcb0673144f57ef33 authored almost 8 years ago
Suppress more ErrorProne warnings.

Change-Id: I77919a0e8841ae2533486ef570e2858f97d29473

dec8f17eb129c0b890664ba6f61a629862c4584e authored almost 8 years ago
Fix incompatibility of PrintStream.flush

...which should not throw IOException.

Change-Id: If216fc6054a14db4cd17549a0898dde3f8598b15

62d5e498cdbb06ff5677977e0774d337d1b853d6 authored almost 8 years ago
Implement internal annotation @DoNotAutobox.

Change-Id: I7760fee29392237c335ddc46fa8b276c86f48bcd

2bb4b897f4589362755ea9e453595028ddd3f821 authored almost 8 years ago
Update BUILD files to suppress certain errorprone warnings.

Change-Id: I7452d5060eea070fd5dd35a5df6137b89840b5cf

e2275abcd4367d25d7fec3c6b15840b91d425208 authored almost 8 years ago
Properly preserve names in overrides of native methods.

Change-Id: I17f95a8c147c72055b6f9b1f294f6c403d370d7d

9bf193bafb91fee473e576ff38fa41b2bc4dffd7 authored almost 8 years ago
Add a utility method to java.lang.Void for J2CL use.

Change-Id: I18b7e0d456fe80a9d7c0d118cd7bee40e7b13bb4

c5ad2935e5fbaa47da337ae8e57c2c33fbf6df77 authored almost 8 years ago
Update globals to Chrome 58.0.3029.19.

Change-Id: I3361cf691531d2f2815f1f4ec8500127f45909d9

d1b95e12f83bd3c09f25f3b391970f4902dabbe7 authored almost 8 years ago
Emit correct code for @JsMethod varargs when arguments is shadowed.

Change-Id: I532157dadc2b017888025bedebb9000f2810f1ab

6985daf2f0541b1ad51f46c51bc24395d8c144e8 authored almost 8 years ago
Fix: Add role attribute to last sortable column header

The aria button role was added to all the sortable headers of a
celltable, except for the last h...

1e925b037a41d90ab8d78a42a4efdf1df6870104 authored almost 8 years ago
Provide API to access JsConstructor from Class

This is an undocumented API and might change in any
GWT version. jsinterop.base will provide a s...

5a4ecfbdd365d7b4ef1d44a1aa9a31e2fed49c55 authored almost 8 years ago
Fix bad Java8 test.

Change-Id: I82856369c8c0276448eee4abb3246cc0d6945577

eadd310f2bd7d8a6abfa18880a8afcd87e36554f authored almost 8 years ago
Fix bad varargs conversion in method reference.

The functional method in a functional interfaces and the method
reference implementing it do not...

aeceb6b171caa87ad6bfe36667f544e5fcfa7bc4 authored almost 8 years ago
Fix ICE due to intersection types appearing as erasure casts.

Ideally a cast should be inserted that matches the context but
that information is not directly ...

1ce1c710c7d3d7bffc246c7f013009b670be44a4 authored almost 8 years ago
Do not ignore return values of streams.

This will let us enable error prone checks on library
code.

Change-Id: I115f5d3fe7adba12f72c870...

b877414ea8afeb5a54c5b5c72af0e9c2f19d4188 authored almost 8 years ago
Sync back BUILD files changes.

Change-Id: I565738a3ee1544a92485a4fac58c2ffdd09f3366

f0d1ea126b5aeb038e2e0c82610f45f0af9f4a64 authored almost 8 years ago
Update global blacklist to chrome 57.0.2987.74.

Change-Id: Ia8b28813adad154fbaf262aeb86d557c0297efea

f478603db17c8a3a85143697e40091d4355c4903 authored almost 8 years ago
Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements.

Bug: 9477
Bug-Link: https://github.com/gwtproject/gwt/issues/9477
Change-Id: I46290f2cde8d3ee075...

9ece56032bf7913b252827a6581c9300540b5678 authored almost 8 years ago
Remove empty onclick attributes on cell containers

Change #530801 (http://gwt-code-reviews.appspot.com/530801) added empty
onclick attributes on ce...

ce37703e1039038168af259555ed2a8560d33cd9 authored almost 8 years ago
Modify FormPanel for compliance with Strict CSP

More detail on Strict CSP:
https://csp.withgoogle.com/docs/strict-csp.html

Change-Id: I24fdf2e1...

05091ff95a904b42246f5d9b90b6ae362c1bb5fb authored almost 8 years ago
Fix emul-ezt to not choke on Java 8 emul classes

Note that emul-ezt needs to run with Java 8 to be able to analyze
the emul sources.

Change-Id: ...

ee5116d6f3786722f5321f8126523283efddfd36 authored almost 8 years ago
Disable doclint when generating javadoc with Java 8

Given that emul-ezt requires Java 8, it's easier to just run
"ant doc" with Java 8, but then jav...

eb2c8b68254726033c1be9859f52b7f6d8193b62 authored almost 8 years ago
Update emul-ezt's output for the new website

Changes headings from H1 to H2.

Also updates the JDK javadoc links to Java 8.

Change-Id: I46d2...

6e6cb717974a968e4cd47dafb4d475a9fcb73474 authored almost 8 years ago
Fix @example tag in javadoc

This was causing a StringIndexOutOfBoundsException when generating
the javadoc.

Change-Id: Ib17...

988ababbf4ecd93a1f177fa37ffb003d1840f295 authored almost 8 years ago
Adds deprecation to @GwtScriptOnly

Change-Id: I6e243604c72dd2d8377146a384e9921e586a08a6

f74b1d17a4534accb92f130ffa9d8ba005b23831 authored almost 8 years ago
Prevent errorneous floating point expression optimization.

Negations of floating point comparison expressions where incorrectly
transformed changing its va...

cc2d0ea68a00456641ffd7ff55b890af8aacc841 authored almost 8 years ago
Rescue types represented as natives when supertypes cross JS boundaries.

Bug: #9482
Bug-Link: https://github.com/gwtproject/gwt/issues/9482
Change-Id: I81df1a665a843d0cf...

382766e03114ba0a566161a3f4ac05b73c24a6b3 authored almost 8 years ago
Rescue JSOs crossing JsInterop borders.

Although JSO usage is now discouraged in favor of JsInterop the two
features should behave consi...

93e146234c1e714c9172f47f5da678b05372e720 authored almost 8 years ago
Allow names "*" and "?" on global native JsType interfaces.

Name '?' (aka. unknown type) should be preferred over 'Object' when the
type is unknown while '*...

d458a94f2810ab8e340b76bcf17fbbe0a72b188f authored almost 8 years ago
Clear persistent unit cache when relevant options change.

Change-Id: Id74918bc73a0c223ec4401fb5586d06bb5697718

4c1b09147125c854603cdf9028c7e6996bbc7045 authored almost 8 years ago
Add Github Issue/Pull request templates and contributing.md

Change-Id: Iadc96ed7a089d7ee4b221d0776ca148dd3c2d5eb

d8af1e4d256f2065b06dcfaabbdce70123b2ad2a authored almost 8 years ago
Add filtering ability to JsInterop exporting.

Introduces optional -includeJsInteropExports/-excludeJsInteropExports
to filter exported types/m...

9eda5dc418f9bdfef2fd21c6113e48dd10672beb authored about 8 years ago
Move RegexFilter to gwt-dev for more code sharing opportunities.

Upcoming jsinterop export filtering flag will use this.

Change-Id: I16b7d0391228667cd562840cd8f...

1be582e1e8f592c9131849f0ff90250559eaebc5 authored about 8 years ago
Fixes a bug where JsOptional on override may fail

Change-Id: Ie2dac46b6839e179eb6a009d0f2f254306b157dc

4a3e8f9c0dfa91f92105be500ea5edd2f52de0d3 authored about 8 years ago
Set jre.debugMode for unit tests.

This was always the idea but we missed it earlier.

Change-Id: Id6f6a62251b4683dea366d43ee84e985...

fc22dd0480c82c833a4a418bd2fbb34d0c841e10 authored about 8 years ago
Hide non-standard APIs from java.util.stream

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

9be59bb36044bff326950aa015de3e8b9797c8ea authored about 8 years ago
Fixed NullPointerException in handling of Jetty arguments

Bug: #9472
Change-Id: Ib7d3d49f08b73a052b8c3a775d8f5e5121a997a1
Bug-Link: https://github.com/gwt...

e950257324cd564a4a5be7ea3947b98466a5e19f authored about 8 years ago
Fix incorrect comparison of object arrays in Arrays.deepEquals.

Change-Id: I7e1cdaae70f713af6071bb81f410fc25f5239864

0a6b6285c74586678f5e90abb4bb388d2869c365 authored about 8 years ago
Improvement primitive cast optimizations.

Change-Id: I023de40e620a80ae40ff757c504d13553529c342

519527a5b1a040bc0ac16273c74fcb2661d6dc1a authored about 8 years ago
Disable dev mode tests which use Objects.equals.

Change-Id: I7261e04738384fe52cb7243277f798f6a2025837

514e80d3de0ab29e0b4bf9dac194e14c116df2dd authored about 8 years ago
Specialize Objects.equals for strings.

Change-Id: If9dcb44e793055f312cfc2029961d41f30753775

1c6a4e5c72102d9930e7d71e1be0b35d929b77c7 authored about 8 years ago
Fix ApiCompatibilityChecker to work with ant versions >= 1.8.1

ApiCompatibilityChecker uses ant ZipScanner to perform
include/exclude logic.

Version 1.8.1 ant...

523808591d9ea1e015fe07dc5e0544b415d8fd54 authored about 8 years ago
Small optimization in String.subString

Change-Id: Ib72d4903c47dc928f817595270cbfa476c098f5f

b78ccfff7af8943873555d7d1304867ce425dd4e authored about 8 years ago
Make native NativeRegExp to refer to the iframe instance.

By doing this we avoid an JIT bug in MS Edge 11 and possibly improve
performance in some browser...

1ac4435e68ee75e47fa8eb58095fedc53c58462e authored about 8 years ago
Fix bad rewriting of default methods.

ReplaceDefenderMethodRefernces rewrites default methods into static
methods and rerouting all th...

b35c7d4e982771dc160ea6232ef1deb64447fbec authored about 8 years ago
Fix NPE compiling code with a constructor reference (Type::new).

Constructor references to constructors of local classes inside static
methods were not properly ...

47fd4372c3d2694062bec5f27219c17a2f9c6f81 authored about 8 years ago
Fix loading bug in waitForBodyLoaded.js.

Page loading normally happens in two phases: first DOMContentLoaded is fired, and readyState goe...

56ee502d9e86abafd0c233cd37497543b37ef2d0 authored about 8 years ago
Allow native classes implement native interfaces with overlays.

Native classes implementing interfaces with overlays triggerred a compiler
error due to the fact...

5222a7c0c03dd4c60a8ebd2ac05d964583f9f6d7 authored over 8 years ago
Cleanup/update javadoc for jsinterop annotations.

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

030a9a29c8362a988ba88fcc3a40a6b8f0025526 authored over 8 years ago
Allow annotations to be retrieved from binding.

In this patch refactors the annotation access code in JdtUtil and
fixes the issue of retrieving ...

a61de06edd5118850ab78524b1585447908e723b authored over 8 years ago
Improve JsInterop error messages on native type fieds.

Change-Id: I1fecf2f732a9b80b2d6d92b031fa1c41738fbdc6

928c017fbf2a724df4d7c07072c15bd6ba6a55e2 authored over 8 years ago
BUILD update

Change-Id: I5ca49abb649511b0e0642978344640a2c710d7f6

37ff62f5da4baa297124dedffa7082de7df20e9e authored over 8 years ago
Implement UncheckedCast annotation.

Change-Id: I7d3ac459a924082480d687353c4def33267977a4

81189baf3de0026c4d332edcbbb7f54a49b512ff authored over 8 years ago
Fix toString dispatch for subtypes of native JsTypes.

Change-Id: If5b8dbfd75c41e49c8dd0dd7b6ff36bbd143d73d

adb428eeb25f8114b9990859030ea745288a2ec2 authored over 8 years ago
Remove extra java8 handling.

Change-Id: Ida58a8328ea7a768207c50dbbf2ace71ad280679

f4fd98d19ae84ebd32e3097e87df67bfbc8f71cf authored over 8 years ago
Fix incorrect property copying for native JsType subclasses.

Bug: #9430
Bug-Link: https://github.com/gwtproject/gwt/issues/9430
Change-Id: Idb9c47cb5d7d9969d...

57ba9933642821f2c25d9ce63133d120e90df7f2 authored over 8 years ago
Fix bug in InterfaceGenerator.

If a constant name contains words starting with a numeral (e.g DEF_1),
the InterfaceGenerator g...

dcb9248865a9eb37b59f275cf854f1f58ee4b15c authored over 8 years ago
Deprecate RootPanel#clear.

RootPanel#clear removes all children of the body element.
Since GWT's code is loaded into an ifr...

3d1a3e9bcbd71de881764f4efcf5ddb4398a364e authored over 8 years ago
Remove potential sources of non determinism.

Change-Id: I69158e9dfcc6b898cd496d2772fc64dd715c92d7

800e99da470b6cb1b44873c7bdbbdab0e818b7cb authored over 8 years ago
Modify GLOBAL.window semantics and add relevant tests.

This patch removes special handling of the "window" namespace and
introduces a special, internal...

c892e93facb429111bbbfca0cda9cad0dbae7f78 authored over 8 years ago
Remove source of non determinism in JsInliner.

Change-Id: I66e8dfce3d6b0156aa8909b5cd6c28b1b9b308e5

f78f2f4fc0381eef56c5b3e73447ad4024ad900b authored over 8 years ago
Cleanup in UnifyAST.

Change-Id: Ie0c5a85f9334a4582498818c5f4e3bebedf974b6

f4ce942fd192f0c9d9c7e90e5bba424d564c606c authored over 8 years ago
README - fix ant target order for example of building with a specific build number (was not including elemental)

Change-Id: I4553150d4ae890a81bb7182de1dde84795e823a8

5265e78522199a3d5e38aed28416563f703229fb authored over 8 years ago
Update release notes to link to the correct page instead of the one saying 'Release notes have moved'

Change-Id: I7bc662e88c23cd5bf5fd42c2afa7c5770866a3b2

b2e677e5d44b5c94e746de3f3e63e707768acb1c authored over 8 years ago