aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Run test only in ProdMaxime Mériouma-Caron2016-02-011-1/+2
|
* CleanupMaxime Mériouma-Caron2016-02-014-6/+6
|
* Revert null when emptyMaxime Mériouma-Caron2016-01-271-2/+2
|
* Update for GWT-2.8Maxime Mériouma-Caron2016-01-271-9/+11
|
* Fix databindingMaxime Mériouma-Caron2015-12-011-2/+2
|
* Fix databind testsMaxime Mériouma-Caron2015-12-011-2/+2
|
* Merge pull request #349 from manolo/mcm_fixManuel Carrasco Moñino2015-07-202-4/+9
|\ | | | | Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT
| * Fix JsInterop in 2.8-SNAPSHOTManolo Carrasco2015-05-231-4/+4
| |
| * Simplify Json generated classes reusing common codeManolo Carrasco2015-02-261-0/+5
| |
* | Merge pull request #356 from apanizo/masterJulien Dramaix2015-07-201-2/+40
|\ \ | |/ |/| Data binding over list attributes
| * When doing data binding over a list attribute, return an empty list orapanizo2015-05-261-2/+40
| | | | | | | | null accordingly.
* | Fix testsManolo Carrasco2015-01-291-4/+4
|/
* Utility method to export a functionManolo Carrasco2015-01-141-8/+21
|
* Adding more testing and fixesManolo Carrasco2015-01-071-12/+70
|
* Adding Julien review suggestions.Manolo Carrasco2015-01-042-3/+42
| | | | | | | | - Additionally, I have moved all remaining transform related stuff from transition plugin to transform class, and checked that regex are updated based on specification (it was a copy from original jQuery plugin). - Adding some tests.
* Allow to use customized animations. And Fixes.Manolo Carrasco2015-01-032-11/+43
| | | | | | | | In this patch there are many fixes found when playing with plugins. Also I have refactored Effects and Transitions plugins so as it is easier to extend and implement customized animations. Now we use properties instead of the Fx.css3 hack to disable modern animations.
* Merge branch 'master' into mcm_special_eventsManolo Carrasco2015-01-021-2/+5
|\
| * Make TC windows happyManolo Carrasco2015-01-022-6/+15
| |
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-022-4/+10
|\ \
| * | Make TC windows happyManolo Carrasco2015-01-022-4/+10
| |/
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-022-2/+69
|\| | | | | | | | | | | | | | | Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java
| * Using GQuery var instance instead of evaluating selector multipleAdolfo Panizo2014-12-261-2/+2
| | | | | | times.
| * using assertTrue and asserFalse instead of assertEquals(true/false, ...)Adolfo Panizo2014-12-261-2/+2
| |
| * Using isVisible for widget selector test. Also removingFromParentAdolfo Panizo2014-12-261-3/+4
| | | | | | Button.
| * nodeType property error when using selectors like: $(widget)Adolfo Panizo2014-12-261-0/+9
| |
| * Fix for @Name in strip() implementation on the VM (added some refactors)Adolfo Panizo2014-12-261-0/+6
| |
| * Make strip recursive in server side.Manolo Carrasco2014-12-251-17/+30
| | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| * Fix client-side codeManolo Carrasco2014-12-252-66/+6
| | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| * Implementing strip() on isPropertiesAdolfo Panizo2014-12-252-5/+57
| | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| * Parsing only methods specified in JsonBuilder interface from a given json.Adolfo Panizo2014-12-251-0/+46
| | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
* | Change EvPart name, remove focusin/focusout aliases.Manolo Carrasco2014-12-301-22/+0
| |
* | trigger methods should work with namespacesManolo Carrasco2014-12-241-0/+12
| |
* | re-factor SpecialEffects in order to make easier new specials.Manolo Carrasco2014-12-211-1/+22
| | | | | | | | - Implementing specials focusin focusout. Fixes #11
* | Handle live and die special eventsManolo Carrasco2014-12-211-8/+48
| |
* | Implement API based on jQuery for special eventsManolo Carrasco2014-12-211-1/+7
|/ | | | | - SpecialEvents have an API with three methods: setup tearDown add remove - Migrated mouse special events to use this API
* Adding support for custom html elements.Manolo Carrasco2014-12-185-29/+118
| | | | | | | | | When using GWT jsInterop to wrap native objects using @JsType interfaces, casting between those elements to gwt Element fails. We solve that doing a jsni casting. - Adding tests for interaction with JsTypes. - Fixing tests when running them in real browsers
* 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
|