This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git.
from 857a495 Bugfixing behavior of subList().toArray
new 000668d Using the same model in two views with ko4j binding fails
new 8c5f0bb Create the objs in constructor
new 62410a4 Initialize on demand
new 0500441 Keep JavaScript object per presenter
new e31a1a2 Keep js() internal to Knockout instance
new 8cb4dbf Notify change in all known presenters
new 16f7f46 Caching needs to be done per presenter
new b8a57f2 Testing dependency on JFXPanel
new af4a741 Encapsulate the multi-js-object operations into separate class
new 220254b Avoid usage of HashMap
new 4da1644 Testing behavior of MapObjs support
new 68228fa Use round-robin cache
new e057d5f Use Model.asList instead of HashSet in the TCK
new 4ec660c Moving exposed properties check into own class
new ef25d5b Documenting usage of model in two views
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/html/js/tests/ExposedPropertiesTest.java | 168 ++++++++++++++++++++
.../net/java/html/js/tests/JavaScriptBodyTest.java | 152 +-----------------
.../org/netbeans/html/json/tck/JavaScriptTCK.java | 3 +-
ko4j/pom.xml | 5 +
.../java/org/netbeans/html/ko4j/CacheObjs.java | 68 ++++++++
.../main/java/org/netbeans/html/ko4j/KOTech.java | 49 +-----
.../main/java/org/netbeans/html/ko4j/Knockout.java | 91 +++++++++--
.../main/java/org/netbeans/html/ko4j/MapObjs.java | 118 ++++++++++++++
.../org/netbeans/html/ko4j/DoubleViewTest.java | 173 +++++++++++++++++++++
.../java/org/netbeans/html/ko4j/MapObjsTest.java | 84 ++++++++++
.../resources/org/netbeans/html/ko4j/double.html | 7 +-
pom.xml | 6 +
src/main/javadoc/overview.html | 9 +-
13 files changed, 728 insertions(+), 205 deletions(-)
create mode 100644
json-tck/src/main/java/net/java/html/js/tests/ExposedPropertiesTest.java
create mode 100644 ko4j/src/main/java/org/netbeans/html/ko4j/CacheObjs.java
create mode 100644 ko4j/src/main/java/org/netbeans/html/ko4j/MapObjs.java
create mode 100644
ko4j/src/test/java/org/netbeans/html/ko4j/DoubleViewTest.java
create mode 100644 ko4j/src/test/java/org/netbeans/html/ko4j/MapObjsTest.java
copy boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html =>
ko4j/src/test/resources/org/netbeans/html/ko4j/double.html (77%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists