]> source.dussan.org Git - gwtquery.git/commit
Adding support for custom html elements.
authorManolo Carrasco <manolo@apache.org>
Thu, 18 Dec 2014 11:38:39 +0000 (12:38 +0100)
committerManolo Carrasco <manolo@apache.org>
Thu, 18 Dec 2014 15:11:27 +0000 (16:11 +0100)
commit8da271599c341f385ae4240f3dd37649aa81b082
tree0c32dcefd735cb41c79c252cfe6f2e4253304ebc
parent9bcbe3908206233b10ccbd641716caab15c1be5c
Adding support for custom html elements.

When using GWT jsInterop to wrap native objects using @JsType
interfaces, casting between those elements to gwt Element fails.
We solve that doing a jsni casting.

- Adding tests for interaction with JsTypes.
- Fixing tests when running them in real browsers
gwtquery-core/pom.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCssTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryGwtSuiteTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsInteropTestGwt.java [new file with mode: 0644]