Sign in
gwt
/
gwt
/
7de9ce8930d029cef35a41f79202213a736b9e86
/
user
/
src
/
com
5bbdc99
Move jsinterop-annotations source code out of GWT.
by Julien Dramaix
· 5 years ago
e1e0a0c
Add proper handling of multi-line error messages.
by Goktug Gokdogan
· 5 years ago
ed104e7
Propagate script nonces via ScriptInjector
by Jeremy Mowery
· 6 years ago
205b88a
Update ASM & JDT for Java11 sourceLevel support.
by Alexander Leshkin
· 6 years ago
1ca1ce6
Cache Gecko version to lower CPU usage on FireFox
by Maxime Véron
· 6 years ago
6c4d599
Update CLDR data to version 34
by Ahmad Bawaneh
· 6 years ago
76ab07a
Remove GWT version check.
by Roberto Lublinerman
· 7 years ago
7f3c717
Preserve newlines in exception messages.
by Chris Povirk
· 7 years ago
f81fc69
Update CLDR to version 32.0.1
by Ahmad Bawaneh
· 7 years ago
efa1ec6
Update Asm to version 6.0 for Java 9 support.
by Roberto Lublinerman
· 7 years ago
ea7228a
Disable DataflowOptimizer by default and emit a warning when used.
by Roberto Lublinerman
· 7 years ago
d9fe189
Trap window.onerror by default.
by Daniel Kurka
· 8 years ago
beecee6
Fix typo in windowonerror property name
by Thomas Broyer
· 7 years ago
cb112c0
Workaround HtmlUnit bug when calling window.onerror
by Thomas Broyer
· 7 years ago
d2dd624
Fix of various whitespace&warning issues
by Goktug Gokdogan
· 7 years ago
f9ddd88
Refactor mobile browser detection to be CSP-compatible.
by Aleksandr Dobkin
· 7 years ago
7d410ac
Add keycode constants for open square bracket, [, and close square bracket, ].
by Zack Goldberg
· 7 years ago
d2926cc
Remove coercion to null in Element#getPropertyObject
by Thomas Broyer
· 8 years ago
b5d2dd3
Remove all uses of javascript:'' URLs for strict CSP compliance
by Thomas Broyer
· 7 years ago
e9922dd
Fix JSO equals/hashCode javadoc following recent changes
by Thomas Broyer
· 7 years ago
34c5331
FIX: LookupMethodCreator create too large method
by mcmics
· 8 years ago
8aee6c2
Replace role="presentation" with aria-hidden="true" in order to fix a previous
by Shawn Lauriat
· 8 years ago
88a028f
- Correct implementation of document.getScrollTop/left.
by dramaix
· 8 years ago
9549aee
Deprecate parseLenient.
by Jakub Vrana
· 8 years ago
b693cdc
Add support for detecting CSP violations during unit tests in GWT.
by Aleksandr Dobkin
· 8 years ago
dd9953a
Revert "Trap window.onerror by default."
by Goktug Gokdogan
· 8 years ago
89f1d19
Make GWT's Anchor CSP compatible.
by Aleksandr Dobkin
· 8 years ago
e1f1eb0
Trap window.onerror by default.
by Daniel Kurka
· 8 years ago
46a9349
Forward window.onerror into the UncaughtExceptionHandler.
by Daniel Kurka
· 8 years ago
0c3c730
Update samples and webAppCreator to gwt-maven-plugin 1.0-rc-8
by Thomas Broyer
· 8 years ago
1c3d191
Refactor inline event handlers in ClippedImageImpl for CSP compat.
by Aleksandr Dobkin
· 8 years ago
5d12281
Revert "FIX: LookupMethodCreator create too large method #8611"
by Thomas Broyer
· 8 years ago
b00c707
FIX: LookupMethodCreator create too large method #8611
by mcmics
· 9 years ago
1e925b0
Fix: Add role attribute to last sortable column header
by Auke Schrijnen
· 9 years ago
ce37703
Remove empty onclick attributes on cell containers
by David Ross
· 8 years ago
05091ff
Modify FormPanel for compliance with Strict CSP
by David Ross
· 8 years ago
988abab
Fix @example tag in javadoc
by Thomas Broyer
· 8 years ago
9eda5dc
Add filtering ability to JsInterop exporting.
by Goktug Gokdogan
· 8 years ago
1be582e
Move RegexFilter to gwt-dev for more code sharing opportunities.
by Goktug Gokdogan
· 8 years ago
fc22dd0
Set jre.debugMode for unit tests.
by Goktug Gokdogan
· 8 years ago
dcb9248
Fix bug in InterfaceGenerator.
by Julien Dramaix
· 8 years ago
3d1a3e9
Deprecate RootPanel#clear.
by Daniel Kurka
· 8 years ago
3e7a0ab
Fix webAppCreator Ant and Eclipse test targets for devMode vs. prod
by Thomas Broyer
· 9 years ago
383ea3c
Remove hack overriding ListIterator.remove in AutoBeanFactoryGenerator.
by Andrei Korzhevskii
· 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
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
e1fcefa
Makes Throwable.backingJsObject to not rely on exports.
by Goktug Gokdogan
· 9 years ago
eedbcb7
Restore access to legacy logging flags
by Goktug Gokdogan
· 9 years ago
b5d6f2e
Add support for native JsType hashCode and equals.
by Roberto Lublinerman
· 9 years ago
cc3d0a5
Introduces jre.logging flags to replace gwt.logging.*
by Goktug Gokdogan
· 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
334cc3d
Deprecate c.g.g.validation
by Thomas Broyer
· 9 years ago
1454cec
Fix packaging and Maven dependencies after sourcemaps update
by Thomas Broyer
· 9 years ago
162ccc9
Remove -XenableClosureCompiler.
by Roberto Lublinerman
· 9 years ago
4c00188
Special case JsExcepiton in GWT-RPC policy.
by Goktug Gokdogan
· 9 years ago
48e3ba9
Makes NPE extend from JsException
by Goktug Gokdogan
· 9 years ago
de36e8e
Call onLayout when there is no animation
by Uemit Seren
· 9 years ago
139b782
Fix MimimalRebuildCache leak when compiling multiple modules.
by Roberto Lublinerman
· 9 years ago
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
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
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
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
Next »