Sign in
gwt
/
gwt
/
7da4bf36a105faf5811235692bf00e86c958f3de
7da4bf3
Implement abstract method bridges for functional expressions.
by Roberto Lublinerman
· 9 years ago
15bd4aa
Update globals for chrome 53.0.2785.46.
by Roberto Lublinerman
· 9 years ago
b64263e
Fix typo in DeadCodeElimination.
by Roberto Lublinerman
· 9 years ago
dadac46
Fix erroneous constant propagation in JsProperty field.
by Roberto Lublinerman
· 9 years ago
67730b7
Fix incorrect unusable-by-js warning.
by Roberto Lublinerman
· 9 years ago
2.8.0-rc2
5e8a97d
Suppress error-prone warnings in CompilerTest.
by Roberto Lublinerman
· 9 years ago
383ea3c
Remove hack overriding ListIterator.remove in AutoBeanFactoryGenerator.
by Andrei Korzhevskii
· 9 years ago
0dada56
Put back ListIterator.remove() override.
by Andrei Korzhevskii
· 9 years ago
a3ae5d8
Fix DevMode server (jetty) restart
by Thomas Broyer
· 9 years ago
9f10097
Include relevant compiler options in SDM cache key.
by Roberto Lublinerman
· 9 years ago
f838b26
Turn failures in Soyc to warning instead of errors.
by Roberto Lublinerman
· 9 years ago
be738ee
Adds missing command line parameters to DevMode entry point.
by Roberto Lublinerman
· 9 years ago
d85368f
Removes unnecessary cast in String.fromCharcode
by Goktug Gokdogan
· 9 years ago
262fe43
Do now qualify String, Array, Function, Object and Number with $wnd.
by Roberto Lublinerman
· 9 years ago
83f0fd1
Relax name checking native items on the JsPackage.GLOBAL namespace.
by Roberto Lublinerman
· 9 years ago
7027336
DeadCodeElimination was not optimizing some expressions fully.
by Roberto Lublinerman
· 9 years ago
78b39b4
Update MobileWebApp sample with Objectify 5.1.13 (from 3.0)
by Freddy Boucher
· 9 years ago
2.8.0-rc1
5e19260
Update outdated links in samples
by Thomas Broyer
· 9 years ago
97ae6ab
Fix encoding of Showcase fr translation of bidi messages
by Thomas Broyer
· 9 years ago
48b7c9e
Fix DynaTableRf sample wrt servlet-api version
by Thomas Broyer
· 9 years ago
0b37eb6
Fix compiler crash due to accidental override in native JsType.
by Roberto Lublinerman
· 9 years ago
64215f8
Enable Java8 for GWT on JDK7 (cont'd)
by Thomas Broyer
· 9 years ago
fa462d3
Fix WebAppCreator-generated Eclipse launch files for tests
by Thomas Broyer
· 9 years ago
3537729
Revert "Deprecate c.g.g.validation"
by Daniel Kurka
· 9 years ago
cda125f
Hack around AutoBean regression wrt j.u.Iterator
by Thomas Broyer
· 9 years ago
6dadf9b
Check that javadoc exist to avoid empty files.
by Manuel Carrasco Moñino
· 9 years ago
97d30a5
Warn about asynchronicity of Focus events.
by Daniel Kurka
· 9 years ago
79213b8
Make JavaScriptObject work in tests that are not GWTTestCase.
by Roberto Lublinerman
· 9 years ago
ca8ad7b
Do not honor JsNames if -generateJsInteropExports is not set.
by Roberto Lublinerman
· 9 years ago
a363635
Fix Maven deployment, and remove/hide warning
by Thomas Broyer
· 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
5b327a3
Sync back build files
by Goktug Gokdogan
· 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
9a076fe
Create Maven gwt-dev by whitelisting packages instead of backlisting
by Thomas Broyer
· 9 years ago
9252212
Unbundle more dependencies when deploying to Maven
by Thomas Broyer
· 9 years ago
a5f3c01
Refactor creation of jsinterop and sources JARs for Maven
by Thomas Broyer
· 9 years ago
0e89e00
Adding rule for checkstyle line lenght.
by Manuel Carrasco Moñino
· 9 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
eedbcb7
Restore access to legacy logging flags
by Goktug Gokdogan
· 9 years ago
78e5658
Fix ICE related to bad coverage instrumentation.
by Roberto Lublinerman
· 9 years ago
b5d6f2e
Add support for native JsType hashCode and equals.
by Roberto Lublinerman
· 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
fcd0586
Use internal fast copyOfRange impl.
by Andrei Korzhevskii
· 9 years ago
6e5f029
Implement CharSequence.chars()
by Andrei Korzhevskii
· 9 years ago
cc3d0a5
Introduces jre.logging flags to replace gwt.logging.*
by Goktug Gokdogan
· 9 years ago
1101599
Handle Infinity and Nan in the same way when encoding JSON
by Artur Signell
· 9 years ago
5bac76f
Revert "Unbundle more dependencies when deploying to Maven"
by Thomas Broyer
· 9 years ago
cb2896f
Fixing maven example pom files with sourceLevel 8
by Manuel Carrasco Moñino
· 9 years ago
2edd783
Fix Css parsing to ignore all whitespaces in @externs parsing.
by Roberto Lublinerman
· 9 years ago
8cd66df
Throw NPE on String.equals when String is null.
by Goktug Gokdogan
· 9 years ago
ee508c7
Enforce single non-delegating constructor restriction.
by Roberto Lublinerman
· 9 years ago
029665b
SHA-256 implementation for gwt from specification.
by hanjiajun
· 9 years ago
334cc3d
Deprecate c.g.g.validation
by Thomas Broyer
· 9 years ago
b4b8e7c
Unbundle more dependencies when deploying to Maven
by Thomas Broyer
· 9 years ago
1454cec
Fix packaging and Maven dependencies after sourcemaps update
by Thomas Broyer
· 9 years ago
156f9e4
Suppress error-prone warnings in StringTest.
by Roberto Lublinerman
· 9 years ago
c32645b
Correctly encode special characters in JSON
by Artur Signell
· 9 years ago
4d81b32
Add numeric group to InternalPreconditons
by Goktug Gokdogan
· 9 years ago
fc52b53
Add null checks to String methods.
by Andrei Korzhevskii
· 9 years ago
b703afc
Cleanup special casing of Clinit.
by Roberto Lublinerman
· 9 years ago
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
94d05a9
Cleanup JsInteropRestrictionCheckerTest.
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
75382f1
Hide Java 8 interfaces methods to generators.
by Roberto Lublinerman
· 9 years ago
389d2c2
Do not crash if @GwtIncompatible is used in annotations.
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
4c8cdea
Require JsFunction implementations be marked final.
by Roberto Lublinerman
· 9 years ago
bbca228
Add suggestion message on how to suppress 'unusable-by-js' warnings.
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
4551d36
Update globals for Chrome 52.0.2743.24.
by Roberto Lublinerman
· 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
b438698
Fix error in ResourceAccumulatorTest.
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
a6f0fc09
Allow name conflicts in native properties.
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
Next »