Sign in
gwt
/
gwt
/
720d817098199c66ccd42797d487cbe168a4ed52
/
user
/
src
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
7d24f73
Remove all references to @PreventSpuriousRebuilds.
by Goktug Gokdogan
· 9 years ago
76f6f1e
Switches RunStyle to use "localhost" for IPv6 compat
by Goktug Gokdogan
· 9 years ago
332e643
ui:import tags now have highest precedence in the generated code
by Mark Kuznetsov
· 9 years ago
342719e
Add @IsSafeUri annotations to legacy attributes.
by Julian Bangert
· 9 years ago
be51acf
Tighten up some of the grammar in the java doc for jsinterop annotations.
by Thoams Deegan
· 9 years ago
b2b6ed0
Remove some no longer needed code.
by Goktug Gokdogan
· 9 years ago
f1381ca
Migrate all javaemul.internal to user
by Goktug Gokdogan
· 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
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
7ec5f36
Adds 'flex' and 'inline-flex' as a display value
by Julien Dramaix
· 9 years ago
f4e0726
Revert "ui:import tags now have highest precedence in the generated "
by Manuel Carrasco Moñino
· 9 years ago
178ae94
ui:import tags now have highest precedence in the generated UiBinder class
by Mark Kuznetsov
· 10 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
4b2dbf3
Add CSS3 and GSS support in InterfaceGenerator
by Julien Dramaix
· 9 years ago
d0429c1
Moves all new property names under 'jre.*'
by Goktug Gokdogan
· 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
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
02981cd
Make prod the default for GwtTestcases.
by Daniel Kurka
· 10 years ago
dd141d6
Remove legacy JsInterop.
by Roberto Lublinerman
· 9 years ago
0a80184
Fix some warnings for Closure integration.
by Goktug Gokdogan
· 9 years ago
a1eca0c
Quick fix to make some testing tools happy.
by Goktug Gokdogan
· 9 years ago
1d660d2
Make exceptions work across Java/JavaScript boundary
by Goktug Gokdogan
· 9 years ago
2c8f839
Split JsInterop annotations into their own JAR when deploying to Maven
by Thomas Broyer
· 9 years ago
710bc47
Add GPE default GWT nature to the Eclipse .project file
by branflake2267@gmail.com
· 9 years ago
393a233
remove another use of fromTrustedString
by Julian Bangert
· 9 years ago
04cac50
Cleanup of SafeHtml bypass functions.
by Julian Bangert
· 9 years ago
ef67f6b
Adding SafeHTML annotations to gwt-user-bare.
by Julian Bangert
· 9 years ago
d851d50
Replace defaults for JsInterop annotations' params.
by Goktug Gokdogan
· 9 years ago
7551643
Enforce JsPackage.GLOBAL to access global object.
by Goktug Gokdogan
· 9 years ago
df6b35e
Removes property name references to SDM.
by Goktug Gokdogan
· 9 years ago
15c129d
Add helper functions to DirectionalTextHelper.
by Jakub Vrana
· 9 years ago
4b0b2fa
Increase default memory for newly created web apps.
by branflake2267@gmail.com
· 9 years ago
0a7b1bd
Enables JsInterop by default & introduces -generateJsInteropExports.
by Roberto Lublinerman
· 9 years ago
df8f7c4
Add link to GSS migration doc.
by Daniel Kurka
· 9 years ago
35e48b4
Enforce JsOverlay for compile time constants.
by Goktug Gokdogan
· 9 years ago
46da3ee
Implement SafeUriString#toString
by Alvin Abdagic
· 9 years ago
de0dede
Fix javadoc nit for JsOverlay
by Goktug Gokdogan
· 9 years ago
1391d26
Add GSS for loop and genkeyframes
by Julien Dramaix
· 9 years ago
4059b73
Add support and checks for @JsOverlay.
by Roberto Lublinerman
· 9 years ago
55dc5bd
Changed behavior of Arrays.asList().toArray() to match new JDK sematics.
by Roberto Lublinerman
· 9 years ago
72d0202
Slightly refactor ImageResourceGenerator to avoid shadowing exception
by Thomas Broyer
· 9 years ago
c9ed1fa
Introduces new JsInterop annotations behind a flag.
by Goktug Gokdogan
· 9 years ago
2cd10ba
Fix NPE in AsyncFragmentLoader for 'already loaded' fragments.
by Roberto Lublinerman
· 10 years ago
c9c3225
Fix closehelpers.js missing object namespace
by Ray Cromwell
· 10 years ago
a0d61dc
Setup classes using closure idioms
by Ray Cromwell
· 10 years ago
04b56f4
Introduces native JsType.
by Goktug Gokdogan
· 10 years ago
67a31be
Fix JsoSplittable (AutoBeans) to work with boolean/double
by Ray Cromwell
· 10 years ago
5bcfb03
Add a check for special html characters to SafeHtmlUtils#fromString().
by Alex Trofimov
· 10 years ago
2b23c5e
Reduces visibility to keep the compatibility.
by Goktug Gokdogan
· 10 years ago
de8d164
Removes LongLib dependency from GWT-RPC.
by Goktug Gokdogan
· 10 years ago
f9b03d1
Adds -XenableClosureCompiler flag to JUnitShell.
by Goktug Gokdogan
· 10 years ago
1889200
Reduce JSNI for arrays and internal API cleanup.
by Goktug Gokdogan
· 10 years ago
892d176
Set row attributes depending on current row value.
by Julien Dramaix
· 10 years ago
9f283b7
Fix corner case in server-side Stack trace debofuscation.
by Roberto Lublinerman
· 10 years ago
d1dc269
Fix logging rebind.
by Daniel Kurka
· 10 years ago
7087f2f
Refactor logging to be compatible with j2cl.
by Daniel Kurka
· 10 years ago
b5ab94d
Enhances JRE emul to utilize ES6 Map.
by Goktug Gokdogan
· 10 years ago
cda155d
Move internals to javaemul.internal in dev.
by Daniel Kurka
· 10 years ago
829545d
Move coercions into the JRE.
by Daniel Kurka
· 10 years ago
c1cc719
Fixes Cookies.getCookie() to prefer the most specific cookie instead of the
by Winston Ewert
· 10 years ago
6d27b46
Remove dep on Impl & cleanup System.java.
by Daniel Kurka
· 10 years ago
b1a19fa
Move Preconditions into JRE.
by Daniel Kurka
· 10 years ago
e0dda9f
Move Md5Digest implementation into emulation.
by Daniel Kurka
· 10 years ago
27f9290
Fix AutoBeanFactory#equals in the JVM
by Thomas Broyer
· 10 years ago
7d65940
Flag cleanup
by Goktug Gokdogan
· 10 years ago
f077eee
Properly handle Object methods in AutoBeanFactory in the JVM
by Andreas Kohn
· 10 years ago
08c5e3e
Fix constant reference in GSS.
by jdramaix
· 10 years ago
cfd26f1
Fix -setProperty handler.
by Goktug Gokdogan
· 10 years ago
e96aa22
Fix sorting of place types in generated getTokenAndPrefix
by Thomas Broyer
· 10 years ago
aaf1184
Fix samples.
by jdramaix
· 10 years ago
e104001
Improve error message for external classes in gss file.
by Daniel Kurka
· 10 years ago
0d6cae8
Remove @Source annotation and rename css/gss file to match method.
by Daniel Kurka
· 10 years ago
7aaeed6
Fixing setTitle on root tree item
by Joseph Adams
· 10 years ago
b772a75
Fix style nit in Css2Gss converter.
by jdramaix
· 10 years ago
56461c2
Add Source annotation to make build pass with gss turned on.
by Daniel Kurka
· 10 years ago
e9532ad
Convert UiBinder files to support gss.
by jdramaix
· 10 years ago
ad25b26
Choose the right resource file if gss is enabled.
by jdramaix
· 10 years ago
f770cee
Revert "Enable GSS and autoconversion for the GWT SDK."
by Julien Dramaix
· 10 years ago
3afbffb
Update comment and default for CellTable.removeColumnsOnHide flag.
by Thomas Fischer
· 10 years ago
2ca7297
Revert gss changes to user widgets.
by Goktug Gokdogan
· 10 years ago
c83caef
When removing columns from CellTable, also remove the col element.
by Thomas Fischer
· 10 years ago
ffa571c
Add RedrawEvent to AbstractHasData.
by Thomas Fischer
· 10 years ago
11bb387
Add createInputEvent() to Document.java.
by Greg Sakorafis
· 10 years ago
617ab19
Add 'input' events to the supported list of GWT event types.
by Greg Sakorafis
· 10 years ago
4d9bb90
Add a config property for gss in UiBinder.
by Daniel Kurka
· 10 years ago
8a557dc
Fix constant evaluation.
by jdramaix
· 10 years ago
53edbad
Let Gss use all inputs to determine methods in UiBinder.
by Daniel Kurka
· 10 years ago
71f835e
Fixes a bug for error mesage which have new lines.
by Winston Ewert
· 10 years ago
c80e3ee
Converts @JsExport("..") to simple names instead of FQN.
by Goktug Gokdogan
· 10 years ago
Next »