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

Sync back BUILD files.

Change-Id: I80d93f112328f0f68afb6e4b3d891a5c317f9eb4

05592168ea23eeebe9c65aa3bdca7c08b3abe1a5 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix instanceof GLOBAL.Object.

Bug: #9347
Bug-Link: http://github.com/gwtproject/gwt/issues/9347
Change-Id: I4996be8f0b347b696f...

3f5933ff9ec7e4a93b276109131b001b94857a35 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix error in ResourceAccumulatorTest.

Change-Id: I3f1c9686e33892cb30f45825cb800806ff4d3f9d

b43869862c796350443f825fd0c52c2e9f8b46de authored over 8 years ago by Roberto Lublinerman <[email protected]>
Reuse BinaryOperator.minBy/maxBy in Collectors.minBy/maxBy

Change-Id: I0e6e472b9e81445780a9b1580fbf13dab37d33fa

e868afb9c0be1bc3dc69c4a5adfa43dab620f7ae authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix BigDecimal equals

Bug: #8622
Bug-Link: http://github.com/gwtproject/gwt/issues/8622
Change-Id: I0e90487d53843f0ff1...

2881c4310a5d950ce2370a3cbf525e2b4c2687d5 authored over 8 years ago by Vit Hampl <[email protected]>
Allow calls to devirtualized methods from JSNI.

Only disallow taking references to devirtualized methods but
allow invocations.

Bug: #9356
Bug-...

398030dfb188a8676e57ac3c95d07dd60172a1b4 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Allow name conflicts in native properties.

A native property is allowed to have the same name as a native method.
A property is considered ...

a6f0fc09f5b8c532590ea9c96246178d39495ef3 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Handle null CharSequence in StringBuilder/StringBuffer

Change-Id: I9f5c5681a34d29de8830249602aa0d74a197bb8c

68213f55d14b8f74caf687c24711f40fdb04ef21 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Make sure JsFunction calls are not accidentally bound.

Bug: #9328
Bug-Link: http://github.com/gwtproject/gwt/issues/9328
Change-Id: Ice653dbe2f6e423f3e...

b280cf61eef03e554613eaf4caebd640d4ccae7f authored over 8 years ago by Roberto Lublinerman <[email protected]>
Nits in streams.

Change-Id: I61c4d675aded551f80afc97e1d52adc81132f7e9

cb9393d2118cdaad0ab175ad1ba0d47311649395 authored over 8 years ago by Daniel Kurka <[email protected]>
Add critical checks in StringJoiner.

This is a stop gap measure to make tests pass.
As a follow up compiler needs to be fixed to hand...

4ece808e6adf6501bf026d0e2156165ba65747e3 authored over 8 years ago by Daniel Kurka <[email protected]>
Fix checkstyle.

The real fix is here for our style rules
to include Java8 lambdas.

Change-Id: I8aa232034015120c...

f648782f5fa7f04ea9f6b82885ea055e65196a19 authored over 8 years ago by Daniel Kurka <[email protected]>
Fix formatting for streams.

Change-Id: I9fdf713371d16791d38ffe8c7c383e42b2a9c348

1c12bdc9e40fe0885da0d5daeb7f92bc1507ecb8 authored over 8 years ago by Daniel Kurka <[email protected]>
Update license file to use GWT.

Bug: #9316
Bug-Link: https://github.com/gwtproject/gwt/issues/9316
Change-Id: I5ae2a8d8e546fa44c...

ce899a44abdd4d340cebb73cdf4a7c13d5878825 authored over 8 years ago by Daniel Kurka <[email protected]>
Missing var declaration for tmp created by JsStackEmulator

Detected by running Closure Compiler on GWT output.

Change-Id: I36c9cf402a94cde392b701c34192b1d...

cecdcc90592eb5329c8571378172fccb9e8b0791 authored over 8 years ago by Ray Cromwell <[email protected]>
Fix JSNIRestrictionChecker error messages.

Bug: #9356
Bug-Link: http://github.com/gwtproject/gwt/issues/9356
Change-Id: Ifbb582be9612e323a1...

6c8266c5bdd76c4fd258a7460190bb6cf0c1b166 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Run EmulJava8Suite in Java 8 builds

The build relied on javac.source to be set to 1.8 when building with
Java 8; it now uses the ant...

6a82bc15d1e204990d22c5a837659626bd7a0f67 authored over 8 years ago by Thomas Broyer <[email protected]>
Exclude java.internal.HashCodes from Java 7 builds

This syncs user/build.xml (and dev/build.xml) with user/BUILD, as of
c8790cd86a11eababd5d5e211d4...

c50bc7b7c052932653111666a604a8654fd25688 authored over 8 years ago by Thomas Broyer <[email protected]>
Add missing '.jar' extension to outofdate Ant task inputs

…when building alldeps.jar.

Change-Id: I49ac14e9d69ea49998a224965a62a4ca8c631258

2e7b7a90e09acf723f264a707f7bc7de35491756 authored over 8 years ago by Thomas Broyer <[email protected]>
Fix Stream.close() exception suppression logic.

Change-Id: Id68c0cb05beab1f6059bcfd9cb51f9db87a8ddd0

597adb3023371fb33d87ec1ade3c6082b901a965 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Small compatibility fixes of Collections classes.

Change-Id: I22d0e49e1b1d92edb508d608674d9abe405d3162

ee494b051594d6e87c23a4f0e19209eb38464474 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Do not optimize String.toString() method with null checks on.

With null checks on, String.toString() should be preserved
to perform NPE check.
With null check...

8cb7dd628a528f288400ed1e187abdaa9b386a87 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix compatibility of String(byte[], Charset)

Change-Id: Ia9b4f49bb4cc5eb0e1891bf64c6631934b3d055e

6bd5fafbb580b15f2f90c72213e231e2cf2430a7 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Make Collectors non-instantiatable

Change-Id: I3c750b05a1582b1be17dff3edad2166a8f0ccbaa

9807734a027ca09afd32ae2ce349b23ce161870e authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Remove old code for jstype.

Change-Id: Ib26c1ef6cccd8657f48a5863ef167396f3f1d6ab

44c3e966e5f8556bda7e749fdbb63dfeeeb39a20 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Remove -XenableClosureCompiler.

Removes the integrated closure compiler pass. This feature was
experimental and most of the roug...

162ccc9c9112a09bf9ea046da95760f5f1886b72 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Disable devirtualized constructors test in (now deprecated) devmode.

Change-Id: I4fb31eb9b9ba088eeeea29805194015b7477b3d3

717188d3757713f6dfc59f85a889b614bd0255cb authored over 8 years ago by Roberto Lublinerman <[email protected]>
Sync build file.

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

186c2fd2fb79100247c31c0b53f95b1f1143dbd0 authored over 8 years ago by Daniel Kurka <[email protected]>
Fix runtime type error due to missing lambda implementation method.

Due to the current startegy of implementing the code for the lambda
method in the enclosing clas...

03741df8ae593395dd78adcc19c56aa048a6a40d authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix for illegal method calls in JSNI.

Methods that are devirtualized or require trampoline dispatch are not
supported in JSNI.

Bug: #...

ab8ebc3e130ace404eed180b702c919deb6f9165 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Emulate Java 8 Streams.

Change-Id: Ifbe0c001f1a53f5cb9c4c1a77ee203b2660d4e23

f0b7146a4ab441b3be3d31bf87d707a69964e9f1 authored over 8 years ago by Colin Alworth <[email protected]>
Fix Collectors.groupingBy javac error

Change-Id: I99595c1afae47a23ae510d2c9c41b83f6afc8a2d

4f06c930f5343019a2314b2026c44fe38af0a52f authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Removes JsMethod for boxed type factory methods.

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

920d70a165a80c1650519b1cebe71c2fad53b457 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Add missing null check String.toString

Change-Id: I1c95cf6978c172b3eebf828f22e4076b8b479e4a

11c3e1bcca091a8eb9aae41e178a30e54d4c7ed5 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Adds helpers to CharSequence and Comparable for J2CL

Change-Id: Ifc471c7a9565894ea4feaa5cc8659c7db46bf214

705e748494aaaf0d9d3d712f185009a41fb5c5b7 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Fix failing Collectors.partitionBy test for JDK

Collectors.partitionBy must return Map with two entries.

Change-Id: I1d1ac90221c853c97add98d7ab...

c0f2267872fae9f595c9fcdd34d536710c7b71ca authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fixed System.identityHashcode for all boxed types.

Also did some general cleanup.

Change-Id: I444b760ed17ce24d60f1d389cbbfd1a5550809b2

c8790cd86a11eababd5d5e211d4d3567671c54ff authored over 8 years ago by Goktug Gokdogan <[email protected]>
Fix bad codegen for lambdas in JsOverlay methods.

The fix is a bit of a hack, a better solution would be
not to mimic the placement of the lambda ...

cbc4f45d632c7c1872b662b1cde96d0a84defb9a authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix nits in Collector patch.

- Line wrapping at 100 was not done
- Removed unnecessary qualifiers

Change-Id: I3374f9f858af...

dbf1214d65f22b753cfe9208cb8ad04e9a58c4ef authored over 8 years ago by Daniel Kurka <[email protected]>
Work around a JDT boxing bug in Collectors.

Change-Id: Ib276fe30b987d55ba867619962baddc218825b47

df3259584d3b4b4b1e2d4f462183f64c55bf7d65 authored over 8 years ago by Daniel Kurka <[email protected]>
Fix documentation and method names in InternalPreconditions.

Makes InternalPreconditions.checkStringBounds() critical.
String.getChars() now checks bounds an...

9b9386c76eea720c370174d6b227a959a2f008b0 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Move tests that require java8 into a java8 suite.

Change-Id: Ic69b6c88a80f8e54b7ff979d18c381e2b2e254d6

1587f22cd746d7d87e76bcb3c79c91aecffb46d7 authored over 8 years ago by Daniel Kurka <[email protected]>
Fix Math.rint for IE and htmlunit for numbers >= 2^52

Change-Id: Ib8631b19b2018dbe216782aee92d4c081250401d

104750cda822763852b41f629f5fa084bb81b16c authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Make each method reference be its own different lambda.

Even method references to same method (with or without explicit
qualifier) might need different ...

77c5587f3acba398a89136625bb1367187700a20 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Remove early unnecessary returns in Logger.

Change-Id: Ic8398c538178358769239abdb708dc3248fc8557

05a71ce76d69bb579d3ab69ae35a5b5b5d8f1ef8 authored over 8 years ago by Daniel Kurka <[email protected]>
Match AIOBE contract in Arrays and Spliterators

Change-Id: Ibf24d8129c07bfdf91731a2b66a161f7073c91b3

5b7bfa50719f468246c7b7a9ddcb3f571ffcde38 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Move testSort to java8 tests and fix List.replaceAll test.

Change-Id: I90f515888fa065eb31502e7b1fe2d6e94c470ec2

978e3cd5ad31c215402414c815c83101ce2c416f authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix tests for Math.round and Math.floor

Change-Id: Iecb0f9888c3ca382f176cbc14e88634f8a50e509

c32d7d1958e4b176a4bd3e1500a08dd7942ac784 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fixes GC issue in the ResourceAccumulatorTest.

Change-Id: Id24480e50dd4af16aab2413ef49edc00250344ca

f97f15f2e6c0380060d38cee4d1fd5f7ed9891be authored over 8 years ago by Goktug Gokdogan <[email protected]>
Fix ICE due to incorrectly tightening a JsVarargs parameter.

Avoid tightening JsVarargs parameters.

Change-Id: Ieea8953bca082c74e6088d0d82b3151907717f0e

d36ff4ee5f9e63494a8a46ba0ebbf616062ffdcc authored over 8 years ago by Roberto Lublinerman <[email protected]>
Special case JsExcepiton in GWT-RPC policy.

This prevents missing JsException to show up in logs when
the SerializaionPolicy is read.

Chang...

4c00188cbc1aee9dca708c85a213221d04e37a43 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Move Precondition.gwt.xml logic to Java.

This both makes the logic more Java developer friendly
but also enables us to share it across GW...

152d92a31fc8a028027b02321dfc0db4dd36cc78 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Map System.getProperty to Util.$getDefine.

J2CL emulates getProperty via native helper, and GWT re-writes
them via pass so there is no obse...

9366e1fb206fe3a6b7fdec83fd5afb8abef4be9d authored over 8 years ago by Goktug Gokdogan <[email protected]>
Refactor newly added Math.floorDiv, floorMod, multiplyExact methods.

Change-Id: Ie5cffa85ec296b7f44776149a0d2c0ab4a77fb33

93c726a2b7e9c3a8a970f9f669bf357496e9dfc6 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Add JsInterop restriction test for @JsIngore on native interface.

Bug: #9334
Change-Id: I45a80c4e7efe9ccc6473f11ecf5cc50bcf3b8684
Bug-Link: http://github.com/gwtp...

0ba67f4f9fc581b7668b3f2c4e7ab6ff187ff76d authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix broken CompilerTest.

Change-Id: Ie66096a83dba7cc72f281d841e5d3877fb8601a7

48b180d64153d880b4b17d4382af2ae51bd10b8b authored over 8 years ago by Roberto Lublinerman <[email protected]>
Make sure native JsConstructors are not prunned even if not used.

JsConstructors for native types provide support for cast and instanceof.
This patch makes native...

5d208f3530f6fb619e055a3ddc9668ff53ed8b5d authored over 8 years ago by Roberto Lublinerman <[email protected]>
Makes NPE extend from JsException

This is so that TypeErrors could be treated by compiler
as NPE. The patch doesn't change the GWT...

48e3ba9e67f4b0d4ba25af5263d552f8f03ece9f authored over 8 years ago by Goktug Gokdogan <[email protected]>
Fix bad boxing in (instance) method references.

Bug: #9340
Bug-Link: http://github.com/gwtproject/gwt/issues/9340
Change-Id: I4305181d680044bf88...

1da251cc09aea358cede66e65856a960ced2db04 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Disallow JsOptional on primitive typed parameters.

Change-Id: Ic9affb24a32317fe0cf99c910c98a9284838bb80

f56956e8334dcd4f6ab5be993f1b49ed8cf825f7 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Revert "Move tests that require java8 into java8/"

This reverts commit 766b81088761449914ca03cd1095cefb8d2a2989.

This is not the proper way. Pleas...

f6538f730116a00d22a461cf48512f1d0382b3d7 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Move tests that require java8 into java8/

Change-Id: Ib26519792d1fd296be6664337a1cd58140d87d8f

766b81088761449914ca03cd1095cefb8d2a2989 authored over 8 years ago by Daniel Kurka <[email protected]>
Revert "Temporarily revert "Add implements statement.""

This reverts commit 516d503f188402ef5d3541da96d5216e432a9081.

Change-Id: I57cf2e4b10915c534e4d5...

29880a7590f695a91c878df8b29910e897c5e039 authored over 8 years ago by Daniel Kurka <[email protected]>
Fix ICE due to abstract supertype method and default method conflict.

Change-Id: I679470829cc568108f23d97d10b18f00d64fc4e3

4e0b1d6a401989cbf2e8ad51026ed1af13b5f245 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Adjust source maps & globals for D8.

This allows emitting a single javascript file,
which makes testing in v8 easier. Also we now
fo...

170a84e3673106dc987da5d904e9ce6670a08156 authored over 8 years ago by Daniel Kurka <[email protected]>
Use native code for Math.abs

Change-Id: I3f917505736da67d0b182b9e83612cb09712bc49

dfcc65d1b96a4c37d3157afb35ce6d820a08bedb authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix handling of method references with type parameters.

Change-Id: I3921730dcffa842d5c41d4b36c10f04d483e22ee

b5e676f6c65217bc26ce2139303f3bbe836ff905 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Allow @JsOverlay on effectively final methods.

This pactch starts allowing @JsOverlay in private methods and methods on
final classes as these ...

bfd6c3e268a6841a0ef5c064f5316cc35077878d authored over 8 years ago by Roberto Lublinerman <[email protected]>
Temporarily revert "Add implements statement."

This reverts commit 6f20a102e9f4afa7deb5094889036a3e83c99623.

Change-Id: I1e3d7de74db4ed93e33ad...

516d503f188402ef5d3541da96d5216e432a9081 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Add implements statement.

Internal classes should implement Spliterator contract. This works
around a bug in J2CL where ac...

6f20a102e9f4afa7deb5094889036a3e83c99623 authored over 8 years ago by Daniel Kurka <[email protected]>
Emulate Java8 Collectors

Change-Id: I948aad38f4250d27e80c172fd56bb44d50cf10af

767e0b725017499ed2da89059aba9f58771e8d17 authored over 8 years ago by Colin Alworth <[email protected]>
Call onLayout when there is no animation

In case of a layout without animation (duration = 0) make sure to call
onLayout with progress se...

de36e8ed90073ef738f047438aa44cb27c55bd1a authored over 8 years ago by Uemit Seren <[email protected]>
Fix MimimalRebuildCache leak when compiling multiple modules.

Bug: #9155
Bug-Link: https://github.com/gwtproject/gwt/issues/9155
Change-Id: I324b15c26ceb3dfcf...

139b78267af5172efd4b40f8b4e0df3eab8ec877 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Tentatively ignore temp files used for "safe writes" while watching files

Some IDEs (e.g. IDEA with "safe writes" turned on) will write to a
temporary file before moving ...

1f39820efc69f587b6dfb232c3ccd094bfb0828a authored over 8 years ago by Thomas Broyer <[email protected]>
Implement JsOptional test on overrides.

Bug: #9336
Change-Id: Ib99cf99b65a54ab0290a5e925f39e181adbff18a
Bug-Link: https://github.com/gwt...

2f2ded14c2ff94041b8f14f831611c7aee05cc71 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix failing tests for precondition checks in java8 classes.

Fixes test regressions introduced in f7c7e5

Change-Id: I0b049247078a21e90e066c135a5689db73f18d1f

e6b5ef896e7bc14105e703b72b7c205728ad479f authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix Math.expm1 implementation

Bug: #9331
Change-Id: I65639c4462155a07333d35d91f2e69f66c62489a
Bug-Link: https://github.com/gwt...

64da754d649bdfbeb7e2707f57c45706b26811a3 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Add java.util Java 8 APIs for Arrays

Change-Id: I5fa08e7b9f5361ae1f9d28b6c78e2359a0d92744

607054bce02a84ca042e032375d24e0688b9365e authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Make sure unreferenced native arrays are considered live.

Bug: #9337
Bug-Link: https://github.com/gwtproject/gwt/issues/9337
Change-Id: I9bc542dbc246b5c0a...

d04dadf3c91625cf244ed8028a2e4d6ad3a5ba15 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fix handling of -0 in Math.copySign

Change-Id: I3cbae4d357763a96400c0e3ada7646b151728ba9

b8dbec48afab7b5de3beb0fd52911370acd2bfad authored over 8 years ago by Goktug Gokdogan <[email protected]>
Revise preconditions in the newly introduced classes.

Change-Id: I044a537398f4b6d3064e3f13ee74b4a782e197bc

f7c7e58943144b2447b90108243008ccaa8c1c1c authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Add java.util Java 8 APIs for Collection, Arrays, Lists and Queues.

This change does not include stream and spliterator support.

Change-Id: If2ea891b1f6575fa7bf299...

de1f9b93eb5f0e35e661cc456367a6b6195d9172 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Fix BigIntegerConvertTest package name

Change-Id: I32c78d6834bd7abd048bd273973d90502a6d9d8e

462be16f0e0d7e6faff2630417f0c4d483a392d2 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Move BigIntegerConvertTest into java8/

Tests that contain Java8 code need to go into java8.
Once we use Java8 for building test classes...

0f6c5f6c87e32485b4bcbac03d113c12eb81ea0c authored over 8 years ago by Daniel Kurka <[email protected]>
Add new Java 8 Logger API.

Change-Id: I5c2ad7cc9f0843063881d3034fb23cf925802b8b

c9a93dbc80f86ba5aee5172ff174c068a536732c authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Adds a missing test to EmulSuite

Change-Id: Ic43c5ca506e713541fb63dad539982633df58666

d480b3260e4e63e8e659b015ac2088240034c666 authored over 8 years ago by Goktug Gokdogan <[email protected]>
Update to make the tests pass for most recent version of Chrome and Firefox

Change-Id: Icd44948ee6718a0f02b695687bd6805640cf82f5

c39fce07a3b39ef91635f73c034bb765fca9349d authored over 8 years ago by Goktug Gokdogan <[email protected]>
Make PriorityQueue and Vector more JDK compatible.

Adds missing null checks and other edge cases.

Change-Id: I980a66f7caf8d1c07d74f6eba5b987ca35b6...

2fed9131fe3d403dff29f1ea5a92bcf10f5a0ad3 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Removes clinits from very common core classes Boolean&Throwable.

[Boolean]
Earlier TRUE/FALSE fields were created with constructor. The constructor
requires to c...

6396a7b78fabded3f524a821b651c47f8a9aa01d authored over 8 years ago by Goktug Gokdogan <[email protected]>
Emulate new methods for java.util.Map in Java 8.

Change-Id: I492cb49faf2b839cf7939d3eabae3c2a3fdfeb54

5be1d83ed095507be9c401a7bcea61289b568266 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Pin synthesizd closure constructor to initial fragment

Change-Id: If6abd321f788d51d112c419b844ceb872bb22576

bfa96cd418acccec6733506d7f004013213e98d5 authored over 8 years ago by Ray Cromwell <[email protected]>
Place class literal in a correct fragment for -XenableClosureFormat.

When -XenbleClosureFormat is specified the code that links class
literals to the class variable ...

720d817098199c66ccd42797d487cbe168a4ed52 authored over 8 years ago by Roberto Lublinerman <[email protected]>
Handle NaN and -0.0 in Math.signum

Change-Id: I0aae67a00fb99ac61c17aa80e595cd689e5d18d8

fa1a1bf057bd4d28dfb8c1590a9a59df396604d3 authored over 8 years ago by Andrei Korzhevskii <[email protected]>
marking custom serialization methods with GwtIncompatible

Since json/impl classes are shared in client and server sides,
custom methods for serializing se...

dc2e7f60bc0d3b6a16d069b797381490f15243b9 authored over 8 years ago by Manuel Carrasco Moñino <[email protected]>
Sync back changes to dev/BUILD.

Change-Id: I55d7945bdf36f881aa309585a354bb1c6912c183

cd8e225e556bb36d929661da3fd1b21409e69acd authored over 8 years ago by Roberto Lublinerman <[email protected]>
Fixes Math.rint.

Also fixes the NaN handling in Assert.java that I discovered
during testing.

Authors: Goktug Go...

0060ad8b3ce4db906c2adb179da066f086edea9a authored over 8 years ago by Andrei Korzhevskii <[email protected]>
Make JsonValue serializable

This enables storing JsonValues in the HTTP session on the server

Bug: Issue 8364
Change-Id: I3...

510bfaf2dc5545624b6e40f928865f1518308f11 authored over 8 years ago by Artur Signell <[email protected]>
Unbundle Jetty from gwt-dev when deploying to Maven

Change-Id: Ia9497e176e080dc5c26bb822d3144d12ec362eb6

7c574ab12532ece82af27dc2049e1f5b1feb6241 authored over 8 years ago by Thomas Broyer <[email protected]>
Add support for JSPs in DevMode; this also enables annotations scanning.

Bug: #9292
Bug-Link: https://github.com/gwtproject/gwt/issues/9292
Change-Id: Ibd8704a7429208885...

e01c5dc24043eb86ad2a17c11094c04973c8a5ce authored over 8 years ago by Thomas Broyer <[email protected]>
Use same logic for -bindAddress in CodeServer and DevMode

Specifically wrt wildcard addresses, where DevMode used localhost's
host address while CodeServe...

525676500a5c876139fa0aaa2d349cdc94942e28 authored over 8 years ago by Thomas Broyer <[email protected]>