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/netbeans-html4j.git.
from b618068 Use triggerEvent to notify about an index change
new a458fd4 Assert that unused FX presenters can be GCed
new eb8179d Avoid null presenter as soon as possible
new dd0f930 No presenter means empty MapObjs.toArray
new 998a508 Allow Presenters to define their own way to reference itself
new 9f5b51d Documenting use of Fn.ref
new 9a279a2 Avoid memory leaks via ChangeListener. Workaround FX problem
on JDK11.
new a74337e Point to PR-19 that introduces Fn.Ref
The 7 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:
boot-fx/pom.xml | 7 +
.../java/net/java/html/boot/fx/FXBrowsers.java | 4 +
.../netbeans/html/boot/fx/AbstractFXPresenter.java | 32 +++-
.../netbeans/html/boot/fx/InitializeWebView.java | 72 +++++---
.../html/boot/fx/AbstractFXPresenterTest.java | 79 +++++++++
boot/pom.xml | 7 +
.../java/org/netbeans/html/boot/impl/FnUtils.java | 3 +
.../html/boot/impl/JavaScriptProcesor.java | 18 +-
.../netbeans/html/boot/spi/FallbackIdentity.java | 49 +++---
.../main/java/org/netbeans/html/boot/spi/Fn.java | 189 +++++++++++++++------
.../java/org/netbeans/html/boot/impl/FnTest.java | 5 +
.../netbeans/html/boot/impl/JsClassLoaderBase.java | 4 +-
.../html/boot/spi/FallbackIdentityTest.java | 98 +++++++++++
ko4j/pom.xml | 6 +
.../java/org/netbeans/html/ko4j/CacheObjs.java | 8 +-
.../main/java/org/netbeans/html/ko4j/Knockout.java | 16 +-
.../main/java/org/netbeans/html/ko4j/MapObjs.java | 63 ++++---
.../org/netbeans/html/ko4j/DoubleViewTest.java | 72 +++++++-
.../java/org/netbeans/html/ko4j/MapObjsTest.java | 7 +
src/main/javadoc/overview.html | 14 +-
20 files changed, 608 insertions(+), 145 deletions(-)
create mode 100644
boot-fx/src/test/java/org/netbeans/html/boot/fx/AbstractFXPresenterTest.java
copy json/src/main/java/org/netbeans/html/json/impl/LinkedListTypes.java =>
boot/src/main/java/org/netbeans/html/boot/spi/FallbackIdentity.java (53%)
create mode 100644
boot/src/test/java/org/netbeans/html/boot/spi/FallbackIdentityTest.java
---------------------------------------------------------------------
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