]> source.dussan.org Git - gwtquery.git/commit
Replaced Sizzle port by a pure jsni sizzle implementation which performs better until...
authorManolo Carrasco <manolo@apache.org>
Mon, 19 Jul 2010 09:57:36 +0000 (09:57 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 19 Jul 2010 09:57:36 +0000 (09:57 +0000)
commit4134949fd5cb704e599a9f301efb635cd4fabcc1
tree625297fcfe061d321683c3ab7548db8949990957
parentb726695629895a8bf46f82b24f2c7eb6aa1c353a
Replaced Sizzle port by a pure jsni sizzle implementation which performs better until SizzleGwt was finished. Added cache to CssToXPath selector.
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzle.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzleGwt.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java