Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| * | | | 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 | |
| |\ \ \ | ||||||
| * | | | | 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 | |||||
* | | | | | Merge pull request #266 from gwtquery/jd_fix_265 | Julien Dramaix | 2014-02-02 | 1 | -7/+13 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix issue #265 | |||||
| * | | | | code review comments | jdramaix | 2014-02-02 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Fix issue #265 | jdramaix | 2014-02-01 | 1 | -4/+10 | |
|/ / / / | ||||||
* | | | | 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 | |
|/ / / | ||||||
* / / | typo | Manolo Carrasco | 2013-12-28 | 1 | -1/+1 | |
|/ / | ||||||
* / | 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 | |||||
| | * | Merge branch 'master' into mcm_ajax_progress | Manuel Carrasco Moñino | 2013-12-19 | 7 | -8/+8 | |
| | |\ | | |/ | |/| | ||||||
| | * | Fix test | Manuel Carrasco Moñino | 2013-12-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | prinln | Manuel Carrasco Moñino | 2013-12-19 | 1 | -3/+0 | |
| | | | ||||||
* | | | Close string in test | Manuel Carrasco Moñino | 2013-12-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into mcm_selector_filters | Manuel Carrasco Moñino | 2013-12-19 | 7 | -8/+8 | |
|\| | |