Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring using more meaningful names for properties interface and getter | Manolo Carrasco | 2014-01-27 | 12 | -75/+75 |
| | |||||
* | merge | Manolo Carrasco | 2014-01-27 | 2 | -20/+20 |
|\ | |||||
| * | merge with master | Manuel Carrasco Moñino | 2014-01-26 | 2 | -20/+20 |
| |\ | |||||
| | * | Fix merge issue | Manuel Carrasco Moñino | 2013-12-23 | 1 | -1/+1 |
| | | | |||||
| | * | Set credentials with gQuery utilities to avoid breaking apps before 2.5.1 | Manuel Carrasco Moñino | 2013-12-23 | 1 | -1/+3 |
| | | | |||||
| | * | FallBack to dummy implementation in IE8 IE9 | Manuel Carrasco Moñino | 2013-12-23 | 1 | -1/+23 |
| | | | |||||
* | | | Dont set credentials by default for ajax requests. Fixes issue #261 | Manolo Carrasco | 2014-01-27 | 6 | -5/+59 |
|/ / | |||||
* | | adding some configuration flags | Manolo Carrasco | 2014-01-22 | 1 | -4/+26 |
| | | |||||
* | | Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into ↵ | Manuel Carrasco Moñino | 2014-01-22 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | mcm_jsonbuilder_jvm Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java | ||||
| * | | support for urls when setting cookies | Manolo Carrasco | 2014-01-21 | 3 | -9/+11 |
| | | | |||||
| * | | Return double always when getting numbers like JS | Manolo Carrasco | 2014-01-21 | 1 | -0/+4 |
| | | | |||||
* | | | Support passing full url to cookie manager | Manuel Carrasco Moñino | 2014-01-22 | 1 | -3/+10 |
| | | | |||||
* | | | utility method to debug output request | Manuel Carrasco Moñino | 2014-01-22 | 1 | -4/+32 |
| | | | |||||
* | | | remove println | Manuel Carrasco Moñino | 2014-01-22 | 1 | -3/+1 |
|/ / | |||||
* | | managing cookies | Manuel Carrasco Moñino | 2014-01-21 | 5 | -4/+234 |
| | | |||||
* | | Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into ↵ | Manolo Carrasco | 2014-01-20 | 9 | -45/+62 |
|\ \ | | | | | | | | | | mcm_jsonbuilder_jvm | ||||
| * | | select appropriate overloaded methods | Manuel Carrasco Moñino | 2014-01-20 | 1 | -3/+3 |
| | | | |||||
| * | | fix tests | Manuel Carrasco Moñino | 2014-01-19 | 1 | -2/+2 |
| | | | |||||
| * | | Use interface instead of properties implementation | Manuel Carrasco Moñino | 2014-01-19 | 2 | -14/+28 |
| | | | |||||
| * | | Fix get method in jre | Manuel Carrasco Moñino | 2014-01-19 | 1 | -0/+3 |
| | | | |||||
| * | | adjust generics | Manuel Carrasco Moñino | 2014-01-19 | 3 | -7/+7 |
| | | | |||||
| * | | Use Constants to set Json content-type and simply code | Manuel Carrasco Moñino | 2014-01-19 | 4 | -22/+22 |
| | | | |||||
* | | | merge | Manolo Carrasco | 2014-01-20 | 1 | -0/+4 |
| | | | |||||
* | | | merge | Manolo Carrasco | 2014-01-20 | 1 | -2/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge pull request #259 from gwtquery/jd_fix_tests2 | Manuel Carrasco | 2014-01-07 | 1 | -7/+8 |
| |\ \ | | | | | | | | | Yep, I had fixed the same in the branch I'm working on | ||||
| | * | | fix json test | jdramaix | 2014-01-07 | 1 | -7/+8 |
| |/ / | |||||
* | | | Add new methods to generator | Manolo Carrasco | 2014-01-18 | 2 | -4/+13 |
| | | | |||||
* | | | Safe type casting | Manolo Carrasco | 2014-01-18 | 3 | -6/+16 |
| | | | |||||
* | | | PUT and POST should be handled in the same way | Manolo Carrasco | 2014-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fix setters with Binder objects | Manuel Carrasco Moñino | 2014-01-07 | 2 | -2/+7 |
| | | | |||||
* | | | Use gwtSetup instead of constructor in gwt test | Manuel Carrasco Moñino | 2014-01-07 | 1 | -2/+2 |
| | | | |||||
* | | | Implement as method to convert between types | Manuel Carrasco Moñino | 2014-01-07 | 7 | -7/+30 |
| | | | |||||
* | | | Test refactoring. Remove hacked classes used during testing | Manuel Carrasco Moñino | 2014-01-06 | 11 | -2062/+28 |
| | | | |||||
* | | | Fix tests, and clean servlet output | Manuel Carrasco Moñino | 2014-01-05 | 23 | -89/+124 |
| | | | |||||
* | | | Fix timeout and CORS implementation of JVM | Manolo Carrasco | 2014-01-05 | 11 | -191/+259 |
| | | | |||||
* | | | Implemented Ajax for JVM, and tests | Manuel Carrasco Moñino | 2014-01-04 | 20 | -96/+2676 |
| | | | |||||
* | | | Remove method used for testing | Manuel Carrasco Moñino | 2013-12-30 | 1 | -4/+0 |
| | | | |||||
* | | | Fix some issues related with FormData submit | Manuel Carrasco Moñino | 2013-12-30 | 2 | -49/+49 |
| | | | |||||
* | | | Adding first stuff to implement ajax in js and jvm | Manuel Carrasco Moñino | 2013-12-28 | 4 | -0/+135 |
| | | | |||||
* | | | Using Binder interface in certain ajax properties | Manuel Carrasco Moñino | 2013-12-28 | 6 | -21/+108 |
| | | | |||||
* | | | Use getName makes more sense | Manuel Carrasco Moñino | 2013-12-28 | 3 | -9/+8 |
| | | | |||||
* | | | Implement generic interface for Binders so as we can use it in JS and JVM | Manuel Carrasco Moñino | 2013-12-28 | 7 | -51/+164 |
| | | | |||||
* | | | remove println | Manuel Carrasco Moñino | 2013-12-28 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'master' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvm | Manuel Carrasco Moñino | 2013-12-28 | 1 | -1/+1 |
|\| | | |||||
| * | | typo | Manolo Carrasco | 2013-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | add new test to suite | Manuel Carrasco Moñino | 2013-12-27 | 1 | -0/+2 |
| | | | |||||
* | | | Implementation of JsonBuilders for the JVM. Moved tests to class which can ↵ | Manuel Carrasco Moñino | 2013-12-27 | 13 | -129/+514 |
|/ / | | | | | | | 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 | ||||
* / | FallBack to dummy implementation in IE8 IE9, and fix merge issues | Manuel Carrasco Moñino | 2013-12-24 | 2 | -4/+45 |
|/ | |||||
* | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2013-12-23 | 1 | -3/+0 |
|\ | |||||
| * | Merge pull request #256 from gwtquery/mcm_ajax_progress | Manuel Carrasco | 2013-12-23 | 4 | -72/+141 |
| |\ | | | | | | | done |