aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 mcm_j...Manolo Carrasco2014-01-201-5/+7
|\
| * 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 be...Manuel Carrasco Moñino2013-12-273-79/+145
|/
* Close string in testManuel Carrasco Moñino2013-12-201-1/+1
* Use a hash to customize filters. Include more filters present in jquery. Fixe...Manuel Carrasco Moñino2013-12-191-0/+28
* 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
|\
| * 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
| |\ \
| | * | 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
| |\ \ \ | | | |/ | | |/|
| | * | 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 #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
* add bitless event support + custom event.jdramaix2013-11-212-26/+158
* remove importManuel Carrasco Moñino2013-11-091-2/+0
* Fixing test so as they run with java 1.6Manuel Carrasco Moñino2013-11-091-2/+2
* Fix "or" tests. Remove javadoc lineManuel Carrasco Moñino2013-11-091-1/+1
* Fix "then()" method so as it behaves like jQuery breaking the flow if previou...Manuel Carrasco Moñino2013-11-091-4/+68
* Implement animation Easing based on Bezier curves instead of using different ...Manuel Carrasco Moñino2013-11-011-9/+9
* Fix an effects test which was randomly failingManuel Carrasco Moñino2013-11-011-30/+35
* fix test, htmlunit is ffManuel Carrasco Moñino2013-11-011-1/+1