]> source.dussan.org Git - gwtquery.git/commit
Use native JSON.stringify when available. Fix to store native js numbers in Propertie...
authorManolo Carrasco <manolo@apache.org>
Mon, 10 Sep 2012 15:08:42 +0000 (15:08 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 10 Sep 2012 15:08:42 +0000 (15:08 +0000)
commit2b79b024b4f46d427b8d1adbdce36bdd8ca412a7
treebf1fc8df3567c2c6437a7f28553247c68994cae3
parentfc46636a0db3e52928cb164b1928aff099a5f0ba
Use native JSON.stringify when available. Fix to store native js numbers in Properties instead of gwt types. Handle char and byte types
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java