Sign in
gwt
/
gwt
/
b703afc72fb48d5a3ccdb5fa8870ea4ae10d7356
/
user
807de3a
Allow arbitrary clinit code in native JsTypes and JsFunction interfaces.
by Roberto Lublinerman
· 9 years ago
652cb09
Change restrictions for JsFunction implementations.
by Roberto Lublinerman
· 9 years ago
16e0d3f
Delete duplicated tests.
by Roberto Lublinerman
· 9 years ago
f134f41
Devirtualize JsFunction implementations
by Roberto Lublinerman
· 9 years ago
c4f3778
Disallow instanceof JsFunction implementations.
by Roberto Lublinerman
· 9 years ago
45e6ff8
Adds JsType to some common JRE types.
by Goktug Gokdogan
· 9 years ago
10c2f0a
Add a warning suppression for getClass() on an annotation.
by Roberto Lublinerman
· 9 years ago
59dcd9a
Excluded failing devmode tests.
by Roberto Lublinerman
· 9 years ago
7548b3d
Remove critical checks in StringJoiner.
by Andrei Korzhevskii
· 9 years ago
70dca51
Fix failing tests due to JsFunctions classes requiring final modifier.
by Roberto Lublinerman
· 9 years ago
ffad429
Fix incorrect pruning of overridden JsMethods.
by Roberto Lublinerman
· 9 years ago
1bfb199
Make JsFunction implementation behave exactly as native functions.
by Roberto Lublinerman
· 9 years ago
3770607
Fix tests in devmode.
by Andrei Korzhevskii
· 9 years ago
0559216
Sync back BUILD files.
by Roberto Lublinerman
· 9 years ago
3f5933f
Fix instanceof GLOBAL.Object.
by Roberto Lublinerman
· 9 years ago
e868afb
Reuse BinaryOperator.minBy/maxBy in Collectors.minBy/maxBy
by Andrei Korzhevskii
· 9 years ago
2881c43
Fix BigDecimal equals
by Vit Hampl
· 9 years ago
398030d
Allow calls to devirtualized methods from JSNI.
by Roberto Lublinerman
· 9 years ago
68213f5
Handle null CharSequence in StringBuilder/StringBuffer
by Andrei Korzhevskii
· 9 years ago
b280cf6
Make sure JsFunction calls are not accidentally bound.
by Roberto Lublinerman
· 9 years ago
cb9393d
Nits in streams.
by Daniel Kurka
· 9 years ago
4ece808
Add critical checks in StringJoiner.
by Daniel Kurka
· 9 years ago
f648782
Fix checkstyle.
by Daniel Kurka
· 9 years ago
1c12bdc
Fix formatting for streams.
by Daniel Kurka
· 9 years ago
6a82bc1
Run EmulJava8Suite in Java 8 builds
by Thomas Broyer
· 9 years ago
c50bc7b
Exclude java.internal.HashCodes from Java 7 builds
by Thomas Broyer
· 9 years ago
597adb3
Fix Stream.close() exception suppression logic.
by Andrei Korzhevskii
· 9 years ago
ee494b0
Small compatibility fixes of Collections classes.
by Andrei Korzhevskii
· 9 years ago
6bd5faf
Fix compatibility of String(byte[], Charset)
by Andrei Korzhevskii
· 9 years ago
9807734
Make Collectors non-instantiatable
by Andrei Korzhevskii
· 9 years ago
162ccc9
Remove -XenableClosureCompiler.
by Roberto Lublinerman
· 9 years ago
717188d
Disable devirtualized constructors test in (now deprecated) devmode.
by Roberto Lublinerman
· 9 years ago
186c2fd
Sync build file.
by Daniel Kurka
· 9 years ago
03741df
Fix runtime type error due to missing lambda implementation method.
by Roberto Lublinerman
· 9 years ago
ab8ebc3
Fix for illegal method calls in JSNI.
by Roberto Lublinerman
· 9 years ago
f0b7146
Emulate Java 8 Streams.
by Colin Alworth
· 9 years ago
4f06c93
Fix Collectors.groupingBy javac error
by Andrei Korzhevskii
· 9 years ago
920d70a
Removes JsMethod for boxed type factory methods.
by Goktug Gokdogan
· 9 years ago
11c3e1b
Add missing null check String.toString
by Goktug Gokdogan
· 9 years ago
705e748
Adds helpers to CharSequence and Comparable for J2CL
by Goktug Gokdogan
· 9 years ago
c0f2267
Fix failing Collectors.partitionBy test for JDK
by Andrei Korzhevskii
· 9 years ago
c8790cd
Fixed System.identityHashcode for all boxed types.
by Goktug Gokdogan
· 9 years ago
cbc4f45
Fix bad codegen for lambdas in JsOverlay methods.
by Roberto Lublinerman
· 9 years ago
dbf1214
Fix nits in Collector patch.
by Daniel Kurka
· 9 years ago
df32595
Work around a JDT boxing bug in Collectors.
by Daniel Kurka
· 9 years ago
9b9386c
Fix documentation and method names in InternalPreconditions.
by Andrei Korzhevskii
· 9 years ago
1587f22
Move tests that require java8 into a java8 suite.
by Daniel Kurka
· 9 years ago
104750c
Fix Math.rint for IE and htmlunit for numbers >= 2^52
by Andrei Korzhevskii
· 9 years ago
77c5587
Make each method reference be its own different lambda.
by Roberto Lublinerman
· 9 years ago
05a71ce
Remove early unnecessary returns in Logger.
by Daniel Kurka
· 9 years ago
5b7bfa5
Match AIOBE contract in Arrays and Spliterators
by Andrei Korzhevskii
· 9 years ago
978e3cd
Move testSort to java8 tests and fix List.replaceAll test.
by Andrei Korzhevskii
· 9 years ago
c32d7d1
Fix tests for Math.round and Math.floor
by Andrei Korzhevskii
· 9 years ago
d36ff4e
Fix ICE due to incorrectly tightening a JsVarargs parameter.
by Roberto Lublinerman
· 9 years ago
4c00188
Special case JsExcepiton in GWT-RPC policy.
by Goktug Gokdogan
· 9 years ago
152d92a
Move Precondition.gwt.xml logic to Java.
by Goktug Gokdogan
· 9 years ago
9366e1f
Map System.getProperty to Util.$getDefine.
by Goktug Gokdogan
· 9 years ago
93c726a
Refactor newly added Math.floorDiv, floorMod, multiplyExact methods.
by Andrei Korzhevskii
· 9 years ago
48e3ba9
Makes NPE extend from JsException
by Goktug Gokdogan
· 9 years ago
1da251c
Fix bad boxing in (instance) method references.
by Roberto Lublinerman
· 9 years ago
f6538f7
Revert "Move tests that require java8 into java8/"
by Goktug Gokdogan
· 9 years ago
766b810
Move tests that require java8 into java8/
by Daniel Kurka
· 9 years ago
29880a7
Revert "Temporarily revert "Add implements statement.""
by Daniel Kurka
· 9 years ago
4e0b1d6
Fix ICE due to abstract supertype method and default method conflict.
by Roberto Lublinerman
· 9 years ago
dfcc65d
Use native code for Math.abs
by Andrei Korzhevskii
· 9 years ago
b5e676f
Fix handling of method references with type parameters.
by Roberto Lublinerman
· 9 years ago
516d503
Temporarily revert "Add implements statement."
by Roberto Lublinerman
· 9 years ago
6f20a10
Add implements statement.
by Daniel Kurka
· 9 years ago
767e0b7
Emulate Java8 Collectors
by Colin Alworth
· 9 years ago
de36e8e
Call onLayout when there is no animation
by Uemit Seren
· 9 years ago
139b782
Fix MimimalRebuildCache leak when compiling multiple modules.
by Roberto Lublinerman
· 9 years ago
e6b5ef8
Fix failing tests for precondition checks in java8 classes.
by Andrei Korzhevskii
· 9 years ago
64da754
Fix Math.expm1 implementation
by Andrei Korzhevskii
· 9 years ago
607054b
Add java.util Java 8 APIs for Arrays
by Andrei Korzhevskii
· 9 years ago
d04dadf
Make sure unreferenced native arrays are considered live.
by Roberto Lublinerman
· 9 years ago
b8dbec4
Fix handling of -0 in Math.copySign
by Goktug Gokdogan
· 9 years ago
f7c7e58
Revise preconditions in the newly introduced classes.
by Andrei Korzhevskii
· 9 years ago
de1f9b9
Add java.util Java 8 APIs for Collection, Arrays, Lists and Queues.
by Andrei Korzhevskii
· 9 years ago
462be16
Fix BigIntegerConvertTest package name
by Andrei Korzhevskii
· 9 years ago
0f6c5f6
Move BigIntegerConvertTest into java8/
by Daniel Kurka
· 9 years ago
c9a93db
Add new Java 8 Logger API.
by Andrei Korzhevskii
· 9 years ago
d480b32
Adds a missing test to EmulSuite
by Goktug Gokdogan
· 9 years ago
c39fce0
Update to make the tests pass for most recent version of Chrome and Firefox
by Goktug Gokdogan
· 9 years ago
2fed913
Make PriorityQueue and Vector more JDK compatible.
by Andrei Korzhevskii
· 9 years ago
6396a7b
Removes clinits from very common core classes Boolean&Throwable.
by Goktug Gokdogan
· 9 years ago
5be1d83
Emulate new methods for java.util.Map in Java 8.
by Andrei Korzhevskii
· 9 years ago
fa1a1bf
Handle NaN and -0.0 in Math.signum
by Andrei Korzhevskii
· 9 years ago
0060ad8
Fixes Math.rint.
by Andrei Korzhevskii
· 9 years ago
e01c5dc
Add support for JSPs in DevMode; this also enables annotations scanning.
by Thomas Broyer
· 9 years ago
967e1ac
Fix ConstraintViolationImpl.equals
by Milan Koníř
· 9 years ago
bbdae51
Mark htmlEscapeAllowEntities as @IsSafeHtml
by Julian Bangert
· 9 years ago
22ee5a6
Add br tag can be sanitized by SimpleHtmlSanitizer
by Goktug Gokdogan
· 9 years ago
8beb469
Add SecurityException.
by Daniel Kurka
· 9 years ago
ac5d748
Add java.lang Java 8 API
by Andrei Korzhevskii
· 9 years ago
81c65d6
Add Character.isBmpCodePoint.
by Daniel Kurka
· 9 years ago
ea62cff
Emulate java.util.Spliterator
by Andrei Korzhevskii
· 9 years ago
cd7a1b0
Emulate new methods for Comparator in Java 8.
by Colin Alworth
· 9 years ago
3f17cc3
Optimize out cast path in System.arraycopy when type checks are disabled.
by Andrei Korzhevskii
· 9 years ago
5d64514
Fix tests that incorrectly check that an error is thrown.
by Goktug Gokdogan
· 9 years ago
655a1ac
Removes usage of js Infinity values.
by Andrei Korzhevskii
· 9 years ago
Next »