Sign in
gwt
/
gwt
/
cc2d0ea68a00456641ffd7ff55b890af8aacc841
/
dev
/
core
/
test
cc2d0ea
Prevent errorneous floating point expression optimization.
by Roberto Lublinerman
· 8 years ago
382766e
Rescue types represented as natives when supertypes cross JS boundaries.
by Roberto Lublinerman
· 8 years ago
93e1462
Rescue JSOs crossing JsInterop borders.
by Roberto Lublinerman
· 8 years ago
d458a94
Allow names "*" and "?" on global native JsType interfaces.
by Roberto Lublinerman
· 8 years ago
4c1b091
Clear persistent unit cache when relevant options change.
by Roberto Lublinerman
· 8 years ago
9eda5dc
Add filtering ability to JsInterop exporting.
by Goktug Gokdogan
· 8 years ago
4a3e8f9
Fixes a bug where JsOptional on override may fail
by Goktug Gokdogan
· 8 years ago
b35c7d4
Fix bad rewriting of default methods.
by Roberto Lublinerman
· 8 years ago
5222a7c
Allow native classes implement native interfaces with overlays.
by Roberto Lublinerman
· 8 years ago
2.8.0
928c017
Improve JsInterop error messages on native type fieds.
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
9b907f2
Fix NPE in SDM due to Boolean/Double/String devirtualization.
by Roberto Lublinerman
· 9 years ago
3a41a80
Fix ICE due to incorrect naming of method reference classes.
by Roberto Lublinerman
· 9 years ago
d76703f
Fix missing error reporting in SDM that leads to NPE.
by Roberto Lublinerman
· 9 years ago
b64263e
Fix typo in DeadCodeElimination.
by Roberto Lublinerman
· 9 years ago
9f10097
Include relevant compiler options in SDM cache key.
by Roberto Lublinerman
· 9 years ago
83f0fd1
Relax name checking native items on the JsPackage.GLOBAL namespace.
by Roberto Lublinerman
· 9 years ago
b5d6f2e
Add support for native JsType hashCode and equals.
by Roberto Lublinerman
· 9 years ago
ee508c7
Enforce single non-delegating constructor restriction.
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
c4f3778
Disallow instanceof JsFunction implementations.
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
70dca51
Fix failing tests due to JsFunctions classes requiring final modifier.
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
b438698
Fix error in ResourceAccumulatorTest.
by Roberto Lublinerman
· 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
6c8266c
Fix JSNIRestrictionChecker error messages.
by Roberto Lublinerman
· 9 years ago
8cb7dd6
Do not optimize String.toString() method with null checks on.
by Andrei Korzhevskii
· 9 years ago
162ccc9
Remove -XenableClosureCompiler.
by Roberto Lublinerman
· 9 years ago
ab8ebc3
Fix for illegal method calls in JSNI.
by Roberto Lublinerman
· 9 years ago
705e748
Adds helpers to CharSequence and Comparable for J2CL
by Goktug Gokdogan
· 9 years ago
77c5587
Make each method reference be its own different lambda.
by Roberto Lublinerman
· 9 years ago
f97f15f
Fixes GC issue in the ResourceAccumulatorTest.
by Goktug Gokdogan
· 9 years ago
0ba67f4
Add JsInterop restriction test for @JsIngore on native interface.
by Roberto Lublinerman
· 9 years ago
48b180d
Fix broken CompilerTest.
by Roberto Lublinerman
· 9 years ago
5d208f3
Make sure native JsConstructors are not prunned even if not used.
by Roberto Lublinerman
· 9 years ago
48e3ba9
Makes NPE extend from JsException
by Goktug Gokdogan
· 9 years ago
f56956e
Disallow JsOptional on primitive typed parameters.
by Roberto Lublinerman
· 9 years ago
bfd6c3e
Allow @JsOverlay on effectively final methods.
by Roberto Lublinerman
· 9 years ago
139b782
Fix MimimalRebuildCache leak when compiling multiple modules.
by Roberto Lublinerman
· 9 years ago
2f2ded1
Implement JsOptional test on overrides.
by Roberto Lublinerman
· 9 years ago
21e557e
Fix test failure caused by updating Closure Compiler to v20160315
by Michael Zhou
· 9 years ago
d57f64d
Revert "Cleanup array usage of class literals."
by Roberto Lublinerman
· 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
970bbca
JsOptional restriction checks
by Roberto Lublinerman
· 9 years ago
de0b77f
Inherit JsName from super method if omitted.
by Roberto Lublinerman
· 9 years ago
2f021dc
Remove SourceLevel.JAVA7 now that we started landing Java 8 emulations
by Thomas Broyer
· 9 years ago
2dc713a
Use patched JDT to circumvent memory leak when compiling for Java 8.
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
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
83b9b1e
Fix incorrect import in a test.
by Goktug Gokdogan
· 9 years ago
dd141d6
Remove legacy JsInterop.
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
69c37ea
Disallow concrete @JsProperty on static methods.
by Roberto Lublinerman
· 9 years ago
989b153
Renames Exceptions wrap/unwrap to toJava/toJs
by Goktug Gokdogan
· 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
fe3aaef
Add support for JsInterop varargs.
by Roberto Lublinerman
· 9 years ago
9deb41f
JVariableRef cleanup.
by Roberto Lublinerman
· 9 years ago
1d660d2
Make exceptions work across Java/JavaScript boundary
by Goktug Gokdogan
· 9 years ago
b01585b
JParameter cleanup.
by Roberto Lublinerman
· 9 years ago
7551643
Enforce JsPackage.GLOBAL to access global object.
by Goktug Gokdogan
· 9 years ago
8958cd4
Fix the checking for JsProperty override name clash
by Goktug Gokdogan
· 9 years ago
77940d9
Respect quoting for object literals in JSNI code.
by Roberto Lublinerman
· 9 years ago
41958aa
Fixes handling of non-public JsMethods.
by Goktug Gokdogan
· 9 years ago
5d563e5
Ban switching of JsProperty/JsMethod on overrides
by Goktug Gokdogan
· 9 years ago
538ff9e
Revert "Make object literal property names emitted consistently."
by Roberto Lublinerman
· 9 years ago
184e750
Fix bad code generation involving method references and generics.
by Roberto Lublinerman
· 9 years ago
adca129
Adds native JsType tests for defenders.
by Goktug Gokdogan
· 9 years ago
2.8.0-beta1
5d65009
Make object literal property names emitted consistently.
by Roberto Lublinerman
· 9 years ago
0a7b1bd
Enables JsInterop by default & introduces -generateJsInteropExports.
by Roberto Lublinerman
· 9 years ago
5a42eac
Fix SourceMapTest.
by Roberto Lublinerman
· 9 years ago
3cd96f2
Restores DevMode specific linker hacks.
by John Stalcup
· 9 years ago
47e7175
Run JsInteropRestrictionCheckerTest in Java 8 mode.
by Roberto Lublinerman
· 9 years ago
35e48b4
Enforce JsOverlay for compile time constants.
by Goktug Gokdogan
· 9 years ago
d746d95
Redo file watching refactor.
by Goktug Gokdogan
· 9 years ago
9b40ef1
Adds checking for static property accessors.
by Goktug Gokdogan
· 9 years ago
dc66a77
Fixes mishandling of deleted and renamed dirs.
by Goktug Gokdogan
· 9 years ago
64e3270
Refactor property/member identification for JsInterop.
by Goktug Gokdogan
· 9 years ago
6479696
Noop refactor in JParameter/JLocal.
by Roberto Lublinerman
· 9 years ago
667d21f
Adds support for static overlay methods.
by Goktug Gokdogan
· 9 years ago
91fdb93
Fix java.lang.Object methods when called on native JsType.
by Roberto Lublinerman
· 9 years ago
3345e54
Allow non-Java Bean style JsProperty.
by Goktug Gokdogan
· 9 years ago
4bb81e9
Add native JsType checks to JsInteropRestriction checker.
by Roberto Lublinerman
· 9 years ago
65e6d58
Fix internal error that happens when an EntryPoint has no zero-arg constructor.
by Roberto Lublinerman
· 9 years ago
6378e95
Disallow non native methods on a native JsType.
by Roberto Lublinerman
· 9 years ago
9f6aa5e
Give better error messages when there are global name collisions.
by Roberto Lublinerman
· 9 years ago
11d0a14
Adding identifier checks for js name.
by Roberto Lublinerman
· 9 years ago
031a0f0
Use a consistent ordering for reporting errors.
by Roberto Lublinerman
· 9 years ago
Next »