aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* improve off and on methodsjd_offjdramaix2014-12-172-19/+145
|
* Merge pull request #319 from manolo/mcm_gwt270Julien Dramaix2014-12-167-92/+100
|\ | | | | Upgrading to gwt-2.7.0
| * Use surefire instead of gwt-maven so as we can run emmaManolo Carrasco2014-12-161-1/+1
| |
| * Upgrading to gwt-2.7.0Manolo Carrasco2014-12-157-91/+99
| | | | | | | | | | | | - Making tests pass - Fixing a couple of issues failing with new RegExp. - Adding profiles to run tests in prod mode
* | Fix spacingJean-Christophe Lariviere2014-12-121-2/+2
| |
* | Overload parentsUntil() to match a nodeJean-Christophe Lariviere2014-12-111-0/+13
|/
* Faster implementation of filterManolo Carrasco2014-12-041-1/+0
|
* Replace org.json by elemental.jsonManolo Carrasco2014-10-262-20/+38
| | | | | | Include only the elemental.json stuff for JVM needed to run GQuery JsonBuilders in server side without depending on anything but gwtquery.jar.
* Fix bug with data("nonExistingKey", String.class)jd_fix_data_stringjdramaix2014-09-271-5/+15
|
* Fix testManolo Carrasco2014-06-121-2/+3
|
* Fixes issue #274Manuel Carrasco Moñino2014-03-101-0/+12
|
* fix issue when unbind special events only with namespacejdramaix2014-03-041-0/+23
|
* Dont try to fix json strings by default, to avoiding quoted numbers and null ↵Manuel Carrasco Moñino2014-02-182-2/+23
| | | | be unquoted
* Fix bad parsing null in jreManuel Carrasco Moñino2014-02-181-1/+3
|
* Refactoring using more meaningful names for properties interface and getterManolo Carrasco2014-01-271-5/+5
|
* Dont set credentials by default for ajax requests. Fixes issue #261Manolo Carrasco2014-01-273-2/+49
|
* Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into ↵Manolo Carrasco2014-01-201-5/+7
|\ | | | | | | mcm_jsonbuilder_jvm
| * Use Constants to set Json content-type and simply codeManuel Carrasco Moñino2014-01-191-5/+7
| |
* | mergeManolo Carrasco2014-01-201-0/+4
| |
* | mergeManolo Carrasco2014-01-201-2/+1
|\ \ | |/ |/|
| * fix json testjdramaix2014-01-071-7/+8
| |
* | Use gwtSetup instead of constructor in gwt testManuel Carrasco Moñino2014-01-071-2/+2
| |
* | Test refactoring. Remove hacked classes used during testingManuel Carrasco Moñino2014-01-068-2048/+18
| |
* | Fix tests, and clean servlet outputManuel Carrasco Moñino2014-01-0518-78/+411
| |
* | Fix timeout and CORS implementation of JVMManolo Carrasco2014-01-055-169/+168
| |
* | Implemented Ajax for JVM, and testsManuel Carrasco Moñino2014-01-046-26/+2052
| |
* | Adding first stuff to implement ajax in js and jvmManuel Carrasco Moñino2013-12-282-0/+83
| |
* | Implement generic interface for Binders so as we can use it in JS and JVMManuel Carrasco Moñino2013-12-281-0/+4
| |
* | remove printlnManuel Carrasco Moñino2013-12-281-2/+0
| |
* | add new test to suiteManuel Carrasco Moñino2013-12-271-0/+2
| |
* | Implementation of JsonBuilders for the JVM. Moved tests to class which can ↵Manuel Carrasco Moñino2013-12-273-79/+145
|/ | | | 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
* Close string in testManuel Carrasco Moñino2013-12-201-1/+1
|
* Use a hash to customize filters. Include more filters present in jquery. ↵Manuel Carrasco Moñino2013-12-191-0/+28
| | | | Fixes issues #230 #184 #220
* Fix names in Data binder generators. Fixes issue #230Manolo Carrasco2013-12-181-7/+7
|
* Merge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_event_1jdramaix2013-12-065-6/+91
|\ | | | | | | | | Conflicts: gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java
| * Merge branch 'mcm_issue_26'Manuel Carrasco Moñino2013-12-031-0/+6
| |\
| | * tests in jvmManuel Carrasco Moñino2013-12-031-0/+6
| | |
| * | Merge pull request #243 from manolo/mcm_cache_promisesManuel Carrasco2013-12-031-0/+53
| |\ \ | | | | | | | | Adding ability to cache promises.
| | * | FormattingManuel Carrasco Moñino2013-12-031-16/+26
| | | |
| | * | Adding ability to cache promises.Manuel Carrasco Moñino2013-11-301-0/+43
| | | |
| * | | Merge pull request #244 from manolo/mcm_issue_26Manuel Carrasco2013-12-021-6/+10
| |\ \ \ | | | |/ | | |/| Fix for issue 26
| | * | fixes issue #26Manuel Carrasco Moñino2013-12-021-6/+10
| | |/
| * | Merge pull request #241 from gwtquery/jd_add_test_issue216Julien Dramaix2013-12-011-0/+14
| |\ \ | | | | | | | | add test for issue #216
| | * | add test for issue #216jdramaix2013-11-291-0/+14
| | |/
| * / test issue 226jdramaix2013-11-291-0/+8
| |/
* / fix issue 25 + another small issue when we bind both bitless and bit eventsjdramaix2013-12-061-0/+87
|/
* Test for bitless rebinding when a widget is attached/dettatchedManuel Carrasco Moñino2013-11-261-0/+8
|
* Fix testsManuel Carrasco Moñino2013-11-221-1/+1
|
* code reviewjdramaix2013-11-221-4/+19
|
* fix bug with event delegationjdramaix2013-11-211-19/+145
|