Sign in
gwt
/
gwt
/
cb9b374f2da7611f80db8fcfe36b113057ff35ab
/
user
/
super
/
com
/
google
cb9b374
Fix Arrays.binarySearch semantics for float[] and double[]
by Goktug Gokdogan
· 5 years ago
3f25adf
Make sure that float follows the same semantics as double
by Goktug Gokdogan
· 5 years ago
c5fd90c
Improve array checking for Serializable/Clonable.
by Goktug Gokdogan
· 5 years ago
19538fb
Start tracking suppressed errors in addition to the cause in underlying error object.
by Goktug Gokdogan
· 5 years ago
2c24d6f
Make arrays instance of Cloneable.
by Roberto Lublinerman
· 5 years ago
4535faf
Adds no-op functionaliy to Throwable and friends.
by Goktug Gokdogan
· 5 years ago
e1e0a0c
Add proper handling of multi-line error messages.
by Goktug Gokdogan
· 5 years ago
e312662
Link backing errors together with a cause attribute
by Goktug Gokdogan
· 6 years ago
3598afd
Add AtomicReference to gwt/emul.
by Roberto Lublinerman
· 7 years ago
7f73835
Make javaemul.internal.ArrayStamper public.
by Roberto Lublinerman
· 6 years ago
10d8245
Ensure subList and keySet overrides are consistent with List.subList and map.keySet w.r.t. returning @JsNonNull.
by Roberto Lublinerman
· 6 years ago
724f696
Always use JsPackage.GLOBAL when referring to externs.
by Roberto Lublinerman
· 6 years ago
d01f73c
Add partial emulation for ExecutorService and ScheduledExecutorService
by Goktug Gokdogan
· 6 years ago
a0294a6
Fixes typo in java.lang.Throwable
by Goktug Gokdogan
· 6 years ago
329b219
Remove NoSuchMethodException emulation
by Goktug Gokdogan
· 6 years ago
771115c
Emulate java.util.concurrent.Flow
by Ignacio Baca Moreno-Torres
· 6 years ago
554e25d
Adds helpers to Serializable for J2CL.
by Roberto Lublinerman
· 6 years ago
ac11224
Adds @SuppressWarnings("unusable-by-js") for HasJavaThrowable
by Goktug Gokdogan
· 7 years ago
1e51c2a
Emulate javax.annotation{,.processing}.Generated
by Thomas Broyer
· 7 years ago
7852dae
Replaces the way Throwable is linked to JavaScript.
by Goktug Gokdogan
· 7 years ago
e8657c0
Fix String.regionMatches.
by Roberto Lublinerman
· 7 years ago
207d21f
Add Reader and StringReader emulation.
by Dan Ringwalt
· 7 years ago
7f3c717
Preserve newlines in exception messages.
by Chris Povirk
· 7 years ago
d78f9e9
Add jsinterop.annotations.JsNonNull and JsNullable.
by Roberto Lublinerman
· 7 years ago
ecdf56b
Update unmodifiableList to throw on Java8 methods.
by Daniel Kurka
· 7 years ago
3ab21ff
Add missing @Nonnull to return types in JRE APIs
by Goktug Gokdogan
· 7 years ago
2ffc70a
Treat negative zero properly in Double/Float.compare()
by Goktug Gokdogan
· 7 years ago
d2dd624
Fix of various whitespace&warning issues
by Goktug Gokdogan
· 7 years ago
c731707
Adds missing bound check to String.charAt
by Colin Alworth
· 7 years ago
330dfbe
Move Guava concurrent emulation to JRE.
by Goktug Gokdogan
· 7 years ago
29d9b45
Do not use the type Console.
by Roberto Lublinerman
· 8 years ago
034abe7
Remove window.console reference from ConsoleLogger.
by Goktug Gokdogan
· 8 years ago
0654587
Fix edge-case in gwt-rpc client deserialization
by Thomas Broyer
· 8 years ago
7e730fe
Fix regression in String.toUpperCase becoming locale-dependent
by Thomas Broyer
· 8 years ago
2fccdd4
Widening/Narrowing opertaions in j.l.reflect.Array.
by Daniel Kurka
· 8 years ago
26c080e
Add emulation for java.lang.reflect.Array.
by Daniel Kurka
· 8 years ago
391075f
Makes java.util.logging.Logger optimize faster.
by Goktug Gokdogan
· 8 years ago
8435e03
Simplify InternalPreconditions.
by Goktug Gokdogan
· 8 years ago
e7403df
Replace String.equals with == in InternalPreconditions.
by Goktug Gokdogan
· 8 years ago
399c18b
Implement PriorityQueue.iterator()
by Andrei Korzhevskii
· 9 years ago
06cf323
Remove unneeded indirections for java.lang.Math
by Goktug Gokdogan
· 8 years ago
3efc7e3
Fix up PriorityQueue.iterator() to support remove().
by Thomas Deegan
· 8 years ago
a3a3e69
Add java.io.Externalizable.
by Roberto Lublinerman
· 8 years ago
e8852f6
Revert "Adds emulation for some Java IO classes."
by Roberto Lublinerman
· 8 years ago
b3c64a7
Adds emulation for some Java IO classes.
by Roberto Lublinerman
· 8 years ago
d987899
Update ConsoleLogger native types to better reflect DOM spec.
by Goktug Gokdogan
· 8 years ago
4c64599
Mark JSNI methods in JRE as "unusable-by-js" for J2CL
by Goktug Gokdogan
· 8 years ago
6138b88
Fixes regression on ConsoleLogger.
by Goktug Gokdogan
· 8 years ago
638cffa
Inline JsUtil helpers where applicable
by Goktug Gokdogan
· 8 years ago
2902331
Cleans up most of JSNI from ConsoleLogger.
by Goktug Gokdogan
· 8 years ago
9ee3048
Removes most of the remaining JSNI in JRE
by Goktug Gokdogan
· 8 years ago
9acbf24
Cleans up more JSNI in JRE
by Goktug Gokdogan
· 8 years ago
75ff6b8
Remove JSNI regex literals.
by Goktug Gokdogan
· 8 years ago
fcda298
Reduces JSNI in JRE tests
by Goktug Gokdogan
· 8 years ago
165f8d8
Add Nonnull to String.valueOf
by Goktug Gokdogan
· 8 years ago
c03a639
Remove the SUBSIZED characteristic from filtered streams
by Goktug Gokdogan
· 8 years ago
e66fda1
Remove JSNI from DateUtil.
by Goktug Gokdogan
· 8 years ago
068185f
Reduce JSNI around JsUtils helper.
by Goktug Gokdogan
· 8 years ago
c820b63
Switch InternalJsMap to interface and properly type it.
by Goktug Gokdogan
· 8 years ago
9ff9145
Remove unnecessary casts from JRE internal
by Goktug Gokdogan
· 8 years ago
ce9ceab
Reduce JSNI on String and MathContext
by Goktug Gokdogan
· 8 years ago
701143c
Removes unsafeLong conversion.
by Goktug Gokdogan
· 8 years ago
fdeba6c
Add msg option to InternalPrecondtions.checkType
by Goktug Gokdogan
· 8 years ago
bb6edc4
Reduce JSNI usage for Arrays.
by Goktug Gokdogan
· 8 years ago
0ea5b4b
Supress warning for Array.compare
by Goktug Gokdogan
· 8 years ago
2.8.1
c8ea1ac
Simplify Array sort comparators.
by Goktug Gokdogan
· 8 years ago
03315bc
Adds @RunWith(Suite.class) emulation
by Goktug Gokdogan
· 8 years ago
ed5c708
Remove Characteristics manipulation in Collectors
by Goktug Gokdogan
· 8 years ago
3d46828
Make Array.sort(float[]/double[]) JDK compliant
by Alex Bertram
· 8 years ago
62d5e49
Fix incompatibility of PrintStream.flush
by Goktug Gokdogan
· 8 years ago
2bb4b89
Implement internal annotation @DoNotAutobox.
by Roberto Lublinerman
· 8 years ago
c5ad293
Add a utility method to java.lang.Void for J2CL use.
by Roberto Lublinerman
· 8 years ago
5a4ecfb
Provide API to access JsConstructor from Class
by Goktug Gokdogan
· 8 years ago
b877414
Do not ignore return values of streams.
by Daniel Kurka
· 8 years ago
9ece560
Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements.
by Roberto Lublinerman
· 8 years ago
9be59bb
Hide non-standard APIs from java.util.stream
by Goktug Gokdogan
· 8 years ago
0a6b628
Fix incorrect comparison of object arrays in Arrays.deepEquals.
by Andrei Korzhevskii
· 8 years ago
1c6a4e5
Specialize Objects.equals for strings.
by Andrei Korzhevskii
· 8 years ago
b78ccff
Small optimization in String.subString
by Goktug Gokdogan
· 8 years ago
1ac4435
Make native NativeRegExp to refer to the iframe instance.
by Freddy Boucher
· 8 years ago
81189ba
Implement UncheckedCast annotation.
by Roberto Lublinerman
· 8 years ago
adb428e
Fix toString dispatch for subtypes of native JsTypes.
by Roberto Lublinerman
· 9 years ago
c892e93
Modify GLOBAL.window semantics and add relevant tests.
by Roberto Lublinerman
· 9 years ago
8a16329
Fix ArrayDeque's bug when expanding capacity.
by Andrei Korzhevskii
· 9 years ago
468036a
Fix bad merge in c511029eaae.
by Roberto Lublinerman
· 9 years ago
c511029
Introduces special handling of namespace = "window".
by Roberto Lublinerman
· 9 years ago
0dada56
Put back ListIterator.remove() override.
by Andrei Korzhevskii
· 9 years ago
d85368f
Removes unnecessary cast in String.fromCharcode
by Goktug Gokdogan
· 9 years ago
e1fcefa
Makes Throwable.backingJsObject to not rely on exports.
by Goktug Gokdogan
· 9 years ago
cf3be7c
Use InternalPreconditions.checkCriticalArithmetic in java.lang.Math
by Andrei Korzhevskii
· 9 years ago
d0794a9
Refactor Arrays.copyOf, Arrays.copyOfRange and throw AIOBE.
by Andrei Korzhevskii
· 9 years ago
583967b
Emulate java.util.ArrayDeque
by Andrei Korzhevskii
· 11 years ago
690c835
Emulate java.util.BitSet
by Andrei Korzhevskii
· 10 years ago
0602bc5
Remove remaining abstract overrides in java.util
by Andrei Korzhevskii
· 9 years ago
56c0702
Simplify ArrayList.removeIf.
by Andrei Korzhevskii
· 9 years ago
ca6364f
Consistenly use xxxAtIndex style in List.
by Goktug Gokdogan
· 9 years ago
7cd908f
Add missing NUMERIC to a table in InternalPreconditions
by Goktug Gokdogan
· 9 years ago
38b1b71
Small refactoring of Collection's impl
by Andrei Korzhevskii
· 9 years ago
6da5fb1
Remove some unnessary overrides in java.util
by Goktug Gokdogan
· 9 years ago
cf2990d
Add tests for java.lang.Math and fix incompatibilities
by Andrei Korzhevskii
· 9 years ago
Next »