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 35d4422 NETBEANS-89 & co. Using Apache licensed org.json API.
new ea070de Ignoring local NetBeans configuration files
new 246d073 NETBEANS-99: Let @Model classes point directly to Knockout
structures and only indirectly to JavaScript representation of ko objects.
Stress test by FXGCPresenter
The 2 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:
.gitignore | 2 +
.../java/net/java/html/boot/fx/FXBrowsers.java | 71 ++---------------
.../netbeans/html/boot/fx/AbstractFXPresenter.java | 34 +++++---
.../java/org/netbeans/html/boot/fx/FXBrwsr.java | 4 +-
.../fx/{FXPresenter.java => FXGCPresenter.java} | 57 +++++++++++---
.../org/netbeans/html/boot/fx/FXPresenter.java | 6 +-
.../netbeans/html/boot/fx/InitializeWebView.java | 90 ++++++++++++++++++++++
.../java/org/netbeans/html/json/impl/Bindings.java | 6 +-
.../java/org/netbeans/html/json/impl/JSON.java | 2 +-
.../org/netbeans/html/json/spi/Technology.java | 36 +++++++--
.../netbeans/html/wstyrus/TyrusKnockoutTest.java | 10 +--
.../main/java/org/netbeans/html/ko4j/KOTech.java | 41 ++++++----
.../main/java/org/netbeans/html/ko4j/Knockout.java | 4 +
.../org/netbeans/html/ko4j/KnockoutFXTest.java | 3 +-
pom.xml | 1 +
src/main/javadoc/overview.html | 3 +
.../org/netbeans/html/xhr4j/JsonKnockoutTest.java | 3 +-
17 files changed, 250 insertions(+), 123 deletions(-)
copy boot-fx/src/main/java/org/netbeans/html/boot/fx/{FXPresenter.java =>
FXGCPresenter.java} (53%)
create mode 100644
boot-fx/src/main/java/org/netbeans/html/boot/fx/InitializeWebView.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].