]> source.dussan.org Git - gwtquery.git/commit
- Fixing FF to use Native implementation instead of IE8
authorManolo Carrasco <manolo@apache.org>
Sat, 7 Aug 2010 09:04:18 +0000 (09:04 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 7 Aug 2010 09:04:18 +0000 (09:04 +0000)
commita00d5c6a0cc09d865dd86531c4186cd73e13f93b
treef6d24ab0e1b7e06813a73a130488534a0b69def0
parent1ea4a093492254f12214901be1c2660600ab05ec
- Fixing FF to use Native implementation instead of IE8
- Catch exception when IE8 using the native implementation fais, in order to failback to js selectors (fixes issue45)
- Change javascript code for the property-provider selectorCapability to use $doc instead of document
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/SelectorEngine.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeIE8.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorNativeIE8.java