]> source.dussan.org Git - gwtquery.git/commit
- Added QueryMin module thought to produce small javascript code although it increase...
authorManolo Carrasco <manolo@apache.org>
Mon, 17 Jan 2011 09:06:04 +0000 (09:06 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 17 Jan 2011 09:06:04 +0000 (09:06 +0000)
commite4ba7e79c6d782e92de9e03e09d191c24188dc2a
tree9480a3ef604b01fc1b1317dd8173c5dbf932b343
parent9620a44bb2c081e09498ae7688620c7de7af7128
- Added QueryMin module thought to produce small javascript code although it increases number of permutations.
- Removed plugins module since it is a new project.
- Added some missing methods in GQuery: first, last, map.
- Updated gwt version to 2.1.1
- Adding lazy interface to Widgets plugin.
40 files changed:
devtest/pom.xml
gwtquery-core/pom.xml
gwtquery-core/src/main/java/com/google/gwt/query/QueryMin.gwt.xml [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineJS.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineJSIE.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeIE8.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeMin.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeMinIE8.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzleGwt.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineXPath.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineJS.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineJSIE.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineSizzleGwt.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineXPath.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyWidgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Widgets.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java
plugins/pom.xml [deleted file]
plugins/src/main/java/gwtquery/Plugins.gwt.xml [deleted file]
plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java [deleted file]
plugins/src/main/java/gwtquery/plugins/widgets/Widgets.java [deleted file]
pom.xml
samples/pom.xml
samples/src/main/java/gwtquery/samples/GwtQueryBench.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQueryDemo.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQueryEffects.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQueryEffectsMin.gwt.xml [new file with mode: 0644]
samples/src/main/java/gwtquery/samples/GwtQueryImageZoom.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQuerySample.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQueryWidgets.gwt.xml
samples/src/main/java/gwtquery/samples/client/GwtQueryBenchModule.java
samples/src/main/java/gwtquery/samples/client/GwtQueryWidgetModule.java
samples/src/main/java/gwtquery/samples/public/GwtQueryEffectsMin.html [new file with mode: 0644]
samples/src/main/java/gwtquery/samples/public/GwtQueryWidgets.html
samples/src/main/webapp/index.html