Sign in
gwt
/
gwt
/
31e6a7325a1d934d53475c50b43f1eb646027de0
31e6a73
Add new Java 8 methods in BigInteger.
by Andrei Korzhevskii
· 9 years ago
5d4e98b
Emulate java.util.Int/Long/DoubleSummaryStatistics
by Jens Nehlmeier
· 9 years ago
342719e
Add @IsSafeUri annotations to legacy attributes.
by Julian Bangert
· 9 years ago
df4619e
Makes boxing helper methods private.
by Goktug Gokdogan
· 9 years ago
be51acf
Tighten up some of the grammar in the java doc for jsinterop annotations.
by Thoams Deegan
· 9 years ago
349bfa6
Remove accidental override removal optimization.
by Roberto Lublinerman
· 9 years ago
537998e
Change "OutboxTable outboxes" to "OutboxTable outboxTable"
by Michael Zhou
· 9 years ago
c4a8acb
Update apache commons-collections to 3.2.2.
by Roberto Lublinerman
· 9 years ago
2e5f97e
Fix liveness of array classliterals for JsVarargs.
by Roberto Lublinerman
· 9 years ago
d57f64d
Revert "Cleanup array usage of class literals."
by Roberto Lublinerman
· 9 years ago
f187d80
Make CodeServer force next recompile after clearing cache.
by David Becker
· 9 years ago
21a0b30
Fix obscure TreeMap instantiation in Charset.
by Andrei Korzhevskii
· 9 years ago
b2b6ed0
Remove some no longer needed code.
by Goktug Gokdogan
· 9 years ago
5688c39
Use native regexp helper in all user emulated classes.
by Andrei Korzhevskii
· 9 years ago
e833bcd
Disabled EditorTest.testList
by Goktug Gokdogan
· 9 years ago
f1381ca
Migrate all javaemul.internal to user
by Goktug Gokdogan
· 9 years ago
0ee0798
Uncomment test after JDT upgrade
by Thomas Broyer
· 9 years ago
a1e72dd
Cleanup array usage of class literals.
by Roberto Lublinerman
· 9 years ago
82259c2
Allow launcherDir to be created when starting CodeServer
by Artur Signell
· 9 years ago
970bbca
JsOptional restriction checks
by Roberto Lublinerman
· 9 years ago
a7df3d0
Fix sourcelevel help message.
by Roberto Lublinerman
· 9 years ago
8b5263d
Fix CompilerSuite failures under ie8.
by Roberto Lublinerman
· 9 years ago
17ee802
GwtSpecificValidatorCreator generates wrong code for annotations with long value
by Milan Koníř
· 9 years ago
272fc16
Add JsOptional annotation.
by Roberto Lublinerman
· 9 years ago
de0b77f
Inherit JsName from super method if omitted.
by Roberto Lublinerman
· 9 years ago
509b6c9
Add support for JsType class in UIBinder.
by Julien Dramaix
· 9 years ago
5003f63
Fix AutoBeanFactoryGenerator in preparation for Java8 Collections update
by Colin Alworth
· 9 years ago
981b1e1
Emulate Collections.shuffle
by Andrei Korzhevskii
· 9 years ago
8bce3b8
Emulate PrimitiveIterator, Iterator, Iterable Java 8 API.
by Andrei Korzhevskii
· 9 years ago
d1c8635
Switches InternalJsMap to jsinterop.
by Goktug Gokdogan
· 9 years ago
7ec5f36
Adds 'flex' and 'inline-flex' as a display value
by Julien Dramaix
· 9 years ago
2553fce
Fix a bug in Long.highestOneBit on GWT.
by Louis Wasserman
· 9 years ago
f4e0726
Revert "ui:import tags now have highest precedence in the generated "
by Manuel Carrasco Moñino
· 9 years ago
8c52eb6
Adding missing Ant properties when disabling tests
by Manuel Carrasco Moñino
· 9 years ago
29b0c37
Emulated Math.min/max(float/double) did not match JVM behavior
by Jens Nehlmeier
· 9 years ago
178ae94
ui:import tags now have highest precedence in the generated UiBinder class
by Mark Kuznetsov
· 10 years ago
2f021dc
Remove SourceLevel.JAVA7 now that we started landing Java 8 emulations
by Thomas Broyer
· 9 years ago
f935963
Make symbolMaps for StackTraceDeobfuscator lookup more robust
by Uemit Seren
· 9 years ago
e290623
Bump Jetty version to 9.2 including transitive dependencies
by David Ostrovsky
· 11 years ago
5cdfcbc
Add @IsTrustedResourceUrl and @IsSafeUrl type annotations.
by Julian Bangert
· 9 years ago
e21dbb2
Fix failing StringJoiner and Optional tests.
by Andrei Korzhevskii
· 9 years ago
567bad7
Use StringJoiner in collections' toString() methods.
by Andrei Korzhevskii
· 9 years ago
6ea9f26
Emulate Objects.requireNonNull() with message Supplier
by Jens Nehlmeier
· 10 years ago
2bceb99
Emulate java.util.StringJoiner
by Jens Nehlmeier
· 10 years ago
268c8b5
Emulate Optional<T> and its int, long, double variants
by Jens Nehlmeier
· 10 years ago
7c9022e
Emulation of java.util.function
by Jens Nehlmeier
· 10 years ago
94e77fd
Add java.io.UncheckedIOException
by Andrei Korzhevskii
· 9 years ago
5100c36
Make Java 8 the default -sourceLevel.
by Roberto Lublinerman
· 9 years ago
5cbb0ff
Fix bug optimizing instanceof JSO[] and split CompilerSuite.
by Roberto Lublinerman
· 9 years ago
2dc713a
Use patched JDT to circumvent memory leak when compiling for Java 8.
by Roberto Lublinerman
· 9 years ago
677e4b8
Adds tests for Js varargs in Java 8 lambdas.
by Roberto Lublinerman
· 9 years ago
989349d
Make NativeSubclass.class.getSuperclass() return Object.class.
by Roberto Lublinerman
· 9 years ago
de24929
Add tests for casts to special Native types.
by Roberto Lublinerman
· 9 years ago
e26a8d2
Make Native[].class literals be transformed into JSO[].class.
by Roberto Lublinerman
· 9 years ago
49a04a8
Fix JS varargs when null array is passed.
by Roberto Lublinerman
· 9 years ago
b2d255b
Make JSO[] and native JsType getClass() return JavaScriptObject[].class.
by Roberto Lublinerman
· 9 years ago
dfc6e88
Switch to native JsTypes for String and Math.
by Goktug Gokdogan
· 9 years ago
4b2dbf3
Add CSS3 and GSS support in InterfaceGenerator
by Julien Dramaix
· 9 years ago
06f48f1
Fix method call tightening involving native JsTypes.
by Roberto Lublinerman
· 9 years ago
83b9b1e
Fix incorrect import in a test.
by Goktug Gokdogan
· 9 years ago
d0429c1
Moves all new property names under 'jre.*'
by Goktug Gokdogan
· 9 years ago
b962429
Fix WebAppCreatorTest following GWTTestSuite change.
by Thomas Broyer
· 9 years ago
0e6650a
Make Validation sample compile in strict mode (failOnError)
by Thomas Broyer
· 9 years ago
a0de97b
Move Maven samples to net.ltgt.gwt.maven:gwt-maven-plugin
by Thomas Broyer
· 9 years ago
6dd7a4a0
Remove maven-eclipse-plugin from webAppCreator-generated Maven POM
by Thomas Broyer
· 9 years ago
c628ff9
Add outputDirectory to webAppCreator-generated Maven POM
by Thomas Broyer
· 9 years ago
09748f8
Add sourceEncoding UTF-8 to webAppCreator-generated Maven POM
by Thomas Broyer
· 9 years ago
a81e4a1
Run MobileWebApp sample's tests using surefire as they're not GWTTestCases
by Thomas Broyer
· 9 years ago
4c8cc62
Make webAppCreator generate a GWTTestSuite
by Thomas Broyer
· 9 years ago
ce0c570
Remove gwt-codeserver dependency from Maven template and samples
by Thomas Broyer
· 9 years ago
caf0f8c
Make ExternalPermutationWorker bind sockets lazily.
by Roberto Lublinerman
· 9 years ago
02981cd
Make prod the default for GwtTestcases.
by Daniel Kurka
· 10 years ago
2d84910
Migrate JsDate to jsinterop
by Goktug Gokdogan
· 9 years ago
f85a692
Fix nullness analysis for JSOs and propagate through casts.
by Roberto Lublinerman
· 9 years ago
0d178f1
Remove GwtIncompatible from EmulatedCharset.
by Goktug Gokdogan
· 9 years ago
2122cb7
Add SafeVarargs annotation.
by Daniel Kurka
· 9 years ago
8450f41
Improve optimzed tests stack traces by @DoNotInline assertXXX.
by Roberto Lublinerman
· 9 years ago
cdfe03e
Remove old interop annotations from BUILD file.
by Roberto Lublinerman
· 9 years ago
dd141d6
Remove legacy JsInterop.
by Roberto Lublinerman
· 9 years ago
3012068
Disable native array tests in DevMode.
by Roberto Lublinerman
· 9 years ago
4ca2775
Allow casting native arrays to Object[].
by Roberto Lublinerman
· 9 years ago
8d33a39
Mark arrays of leaf type java.lang.Object as canBeReferencedExternally.
by Roberto Lublinerman
· 9 years ago
dca53da
Remove string based JavaScript instanceof.
by Roberto Lublinerman
· 9 years ago
f7355dd
Update globals as of Chrome 48.0.2564.23
by Roberto Lublinerman
· 9 years ago
15a925d
Sync back BUILD files.
by Roberto Lublinerman
· 9 years ago
13dd442
Add treatment for special native types.
by Roberto Lublinerman
· 9 years ago
69c37ea
Disallow concrete @JsProperty on static methods.
by Roberto Lublinerman
· 9 years ago
0a80184
Fix some warnings for Closure integration.
by Goktug Gokdogan
· 9 years ago
989b153
Renames Exceptions wrap/unwrap to toJava/toJs
by Goktug Gokdogan
· 9 years ago
ec8c0e7
Refactors pieces out of JavaScriptExceptionTest
by Goktug Gokdogan
· 9 years ago
8b0d5d9
Skip NullPointerException backing object test in JVM
by Goktug Gokdogan
· 9 years ago
ad8ed35
Fixed spelling error when starting CodeServer
by Thorsten Jacoby
· 9 years ago
68f5d8f
Fixing up the Maven samples to work with GWT 2.8
by branflake2267@gmail.com
· 9 years ago
514862d
Fix regression caused by @JsOverlay and default methods.
by Roberto Lublinerman
· 9 years ago
848af07
Fix JAnalysisDecoratedType regarding JsInterop.
by Roberto Lublinerman
· 9 years ago
67b5552
Updates JsExportTest verifications to use JsInterop instead of JSNI.
by John Stalcup
· 9 years ago
5f8c910
Implement @JsOverlay with default methods in Java8.
by Roberto Lublinerman
· 9 years ago
910354c
Allow general initializer in @JsOverlay static fields.
by Roberto Lublinerman
· 9 years ago
6b690bd
Make sure classliteral fields related to JsVarargs array are created.
by Roberto Lublinerman
· 9 years ago
c8fea1f
Make the new exception code work with -nogenerateJsInteropExports.
by Roberto Lublinerman
· 9 years ago
Next »