aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nodeType property error when using selectors like: $(widget)Adolfo Panizo2014-12-262-2/+10
|
* Adding documentation and renaming some vars Adolfo Panizo2014-12-262-25/+22
|
* Separating JsonBuilderHanler into a new classAdolfo Panizo2014-12-264-345/+334
|
* Fix for @Name in strip() implementation on the VM (added some refactors)Adolfo Panizo2014-12-265-37/+109
|
* Make strip recursive in server side.Manolo Carrasco2014-12-253-47/+73
| | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
* Fix client-side codeManolo Carrasco2014-12-255-85/+36
| | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
* Implementing strip() on isPropertiesAdolfo Panizo2014-12-257-26/+101
| | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
* Parsing only methods specified in JsonBuilder interface from a given json.Adolfo Panizo2014-12-253-1/+73
| | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
* Merge pull request #324 from manolo/mcm_fix_jsongeneratorManuel Carrasco Moñino2014-12-232-4/+6
|\ | | | | Fix to Json Builder
| * Fix Json Builder.Manolo Carrasco2014-12-222-4/+6
|/ | | | | When creating a new object in the getter it should be added to the parent json.
* Merge pull request #322 from manolo/mcm_custom_elementsManuel Carrasco Moñino2014-12-228-42/+145
|\ | | | | Adding support for custom html elements.
| * Adding support for custom html elements.Manolo Carrasco2014-12-188-42/+145
|/ | | | | | | | | 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
* Merge pull request #320 from manolo/mcm_visible_fixManuel Carrasco Moñino2014-12-174-8/+15
|\ | | | | Reuse the same document style implementation.
| * Reuse the same document style implementation.Manolo Carrasco2014-12-174-8/+15
| | | | | | | | | | | | This facilitates customized filters and selectors. As a bonus removed a couple of deprecated use of JsRegexp
* | Merge pull request #321 from ArcBees/jd_offJulien Dramaix2014-12-173-20/+157
|\ \ | |/ |/| improve off and on methods
| * improve off and on methodsjd_offjdramaix2014-12-173-20/+157
|/
* Merge pull request #319 from manolo/mcm_gwt270Julien Dramaix2014-12-1611-136/+154
|\ | | | | Upgrading to gwt-2.7.0
| * Use surefire instead of gwt-maven so as we can run emmaManolo Carrasco2014-12-162-34/+29
| |
| * Upgrading to gwt-2.7.0Manolo Carrasco2014-12-1511-135/+158
| | | | | | | | | | | | - Making tests pass - Fixing a couple of issues failing with new RegExp. - Adding profiles to run tests in prod mode
* | Merge pull request #317 from ArcBees/jcl_parentsUntil_nodeJulien Dramaix2014-12-143-6/+47
|\ \ | |/ |/| Overload parentsUntil() to match a node
| * Use right f() in predicateJean-Christophe Lariviere2014-12-121-2/+2
| |
| * Fix missing conditionJean-Christophe Lariviere2014-12-121-2/+2
| |
| * Fix spacingJean-Christophe Lariviere2014-12-121-2/+2
| |
| * Fix inverted conditionJean-Christophe Lariviere2014-12-121-1/+1
| |
| * Code review fixesJean-Christophe Lariviere2014-12-121-15/+20
| |
| * Overload parentsUntil() to match a nodeJean-Christophe Lariviere2014-12-113-3/+39
|/
* Merge pull request #316 from manolo/masterManuel Carrasco Moñino2014-12-081-4/+3
|\ | | | | Replace arraylist by hashset in filter, which should improve performance
| * Replace arraylist by hashset in filter, which should improve betterManolo Carrasco2014-12-081-4/+3
|/
* fix error in mergeManolo Carrasco2014-12-081-1/+1
|
* Merge pull request #314 from manolo/mcm_ie10_stdlinkerManuel Carrasco Moñino2014-12-076-4/+23
|\ | | | | Adding IE10 and deprecating stdoctype-linker.
| * Adding IE10 and deprecating stdoctype-linker.Manolo Carrasco2014-12-066-4/+23
| | | | | | | | | | | | Adding missing create method in super GQ. Deprecating IFrameWithDocTypeLinker so as we can remove soon We dont force to load it anymore
* | Forgot to update lazy interfaces in last mergeManolo Carrasco2014-12-061-9/+20
| |
* | Change Readme to point to old site until new one is readyManolo Carrasco2014-12-061-1/+3
| |
* | Merge pull request #315 from manolo/mcm_console_argsManuel Carrasco Moñino2014-12-066-27/+78
|\ \ | | | | | | Adding support for var args to console.log like JS does
| * | Adding support for var args to console.log like JS doesManolo Carrasco2014-12-066-27/+78
|/ /
* | Merge pull request #311 from manolo/masterManuel Carrasco Moñino2014-12-067-59/+153
|\ \ | | | | | | Faster implementation of filter.
| * | Move filter from GQuery to SelectorEngineManolo Carrasco2014-12-063-83/+113
| | |
| * | Faster implementation of filterManolo Carrasco2014-12-045-26/+90
| |/
* | Merge pull request #310 from manolo/mcm_visibleManuel Carrasco Moñino2014-12-042-2/+4
|\ \ | |/ |/| isVisible should use predicate in selectors
| * isVisible should use predicate in selectorsManolo Carrasco2014-12-042-2/+4
|/
* Merge pull request #307 from ArcBees/spg_node_multi_selectorJulien Dramaix2014-11-171-7/+15
|\ | | | | Add varargs Node selector
| * Add varargs Node selectorspgingras2014-11-121-7/+15
| |
* | Merge pull request #300 from manolo/masterJulien Dramaix2014-11-164-180/+224
|\ \ | | | | | | Replace org.json by elemental.json
| * | Replace org.json by elemental.jsonManolo Carrasco2014-10-264-180/+224
| |/ | | | | | | | | | | Include only the elemental.json stuff for JVM needed to run GQuery JsonBuilders in server side without depending on anything but gwtquery.jar.
* | Merge pull request #308 from ArcBees/mmc_try_fix_ciManuel Carrasco Moñino2014-11-152-0/+2
|\ \ | |/ |/| Fixed pom to allow CI to run tests
| * Revert modeMaxime Mériouma-Caron2014-11-141-1/+0
| |
| * Fixed pom for CIMaxime Mériouma-Caron2014-11-141-10/+0
| |
| * TestsMaxime Mériouma-Caron2014-11-142-0/+13
|/
* Merge pull request #299 from manolo/masterJulien Dramaix2014-10-252-19/+61
|\ | | | | Make GQ server side not depends on gwt-servlet not gwt-dev
| * Make GQ server side not depends on gwt-servlet not gwt-devManolo Carrasco2014-10-252-19/+61
|/ | | | | | | Adding org.json dependency since we depend on it, and 2.7 uses a rebased version of android.json. We will have this dependency in snapshot until we replace json usage in server side, but we have to remove before releasing gquery.