]> source.dussan.org Git - gwtquery.git/commit
Implemented Ajax for JVM, and tests
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Sat, 4 Jan 2014 21:57:15 +0000 (22:57 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Sat, 4 Jan 2014 21:57:15 +0000 (22:57 +0100)
commita82893e83e0dd75aff77df6a71d32ecaf8140886
tree91c8229762f2c07f90b19a0494809e45559ffb47
parent2de421f5509374242b5704d098b7e9ae2532d5ca
Implemented Ajax for JVM, and tests
20 files changed:
gwtquery-core/pom.xml
gwtquery-core/src/main/java/com/google/gwt/junit/RunStyleHtmlUnit.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/GQ.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/AjaxTransportJs.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/JsonFactoryJre.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/ResponseJre.java [new file with mode: 0644]
gwtquery-core/src/main/super/com/google/gwt/query/super/com/google/gwt/query/client/GQ.java
gwtquery-core/src/test/java/com/google/gwt/dev/shell/BrowserChannel.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/QueryTest.gwt.xml [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/ajax/AjaxCommon.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/ajax/AjaxTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/ajax/AjaxTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/servlet/GQAjaxTestServlet.java [new file with mode: 0644]