aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/main/super/com/google/gwt
Commit message (Collapse)AuthorAgeFilesLines
* Adding IE10 and deprecating stdoctype-linker.Manolo Carrasco2014-12-061-0/+6
| | | | | | Adding missing create method in super GQ. Deprecating IFrameWithDocTypeLinker so as we can remove soon We dont force to load it anymore
* Dont try to fix json strings by default, to avoiding quoted numbers and null ↵Manuel Carrasco Moñino2014-02-181-0/+5
| | | | be unquoted
* update super and generator implementation with new refactored namesManolo Carrasco2014-01-271-3/+3
|
* Add new methods to generatorManolo Carrasco2014-01-181-2/+6
|
* Test refactoring. Remove hacked classes used during testingManuel Carrasco Moñino2014-01-061-2/+0
|
* Fix timeout and CORS implementation of JVMManolo Carrasco2014-01-051-0/+3
|
* Implemented Ajax for JVM, and testsManuel Carrasco Moñino2014-01-041-4/+24
|
* Implementation of JsonBuilders for the JVM. Moved tests to class which can ↵Manuel Carrasco Moñino2013-12-271-0/+39
be run either in JVM and in client side. Added an utility class to create Json objects so as we can use it in server and client, we dont depend on ClientFactories nor Injectors like autoBeans and other implementations do