aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test/java/com/google/gwt/query/rebind
Commit message (Expand)AuthorAgeFilesLines
* End lines with LF instead of CRLFManuel Carrasco MoƱino2012-11-261-34/+34
* fix tests, group them in a gwt-suite to run in a jvm instance and speed up ma...Manolo Carrasco2011-11-031-3/+3
* Fix visibility poperty when using stop(). Fix delay calling dequeue twice. No...Manolo Carrasco2011-08-191-2/+3
* Add validation dependencies to avoid warnings when running tests. Change goto...Manolo Carrasco2011-07-151-11/+6
* fix xpath when tag is omittedManolo Carrasco2011-07-131-1/+1
* querySelectorAll does not support numeric ids, so use getElementByIdManolo Carrasco2011-07-131-0/+2
* Fix a NPE when passing non-native selectors to xpath engine (fixes issue87). ...Manolo Carrasco2011-07-081-6/+37
* Fixes special characters when they are in quoted string: fixes issue77Manolo Carrasco2011-05-071-0/+5
* Standarizing Copyright headers in all source filesManolo Carrasco2011-01-221-1/+1
* fixed an issue when using pseudos selector in Css2Xpath engineManolo Carrasco2010-06-021-0/+3
* resolved an issue related to the context where a xpath selector produced with...Manolo Carrasco2010-06-021-8/+24
* added a new XPath engine based in Andrea Giammarchi Css2Xpath libraryManolo Carrasco2010-06-011-0/+63