]> source.dussan.org Git - gwtquery.git/commit
resolved an issue related to the context where a xpath selector produced with Css2Xpa...
authorManolo Carrasco <manolo@apache.org>
Wed, 2 Jun 2010 07:53:39 +0000 (07:53 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 2 Jun 2010 07:53:39 +0000 (07:53 +0000)
commit0daa529f77eba8502556724b363988b2bb4b929e
tree68e565e6484af9c6dbf7e87beb09c68207a7a96c
parentbb2ec811cb8abdcbbf1a66d5e77fb3d2e8e397ae
resolved an issue related to the context where a xpath selector produced with Css2Xpath was executed, and another problem with the handle of attributes when the tag was not given, and fixed the tests
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineJS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineXPath.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/impl/SelectorEnginesTest.java
gwtquery-core/src/test/java/com/google/gwt/query/rebind/SelectorGeneratorsTest.java