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 547b8c4 NETBEANS-1703: Verify text of logged error
new 4171d02 Scripts.newPresenter() is a builder to create presenter
new 484c620 engine symbol isn't present in Graal.js engine
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:
boot-script/pom.xml | 3 +-
.../java/net/java/html/boot/script/Sanitizer.java | 80 ++++++++++++
.../net/java/html/boot/script/ScriptPresenter.java | 17 ++-
.../java/net/java/html/boot/script/Scripts.java | 133 ++++++++++++++++----
.../html/boot/script/Jsr223JavaScriptTest.java | 24 +++-
.../java/html/boot/script/KnockoutEnvJSTest.java | 6 +-
.../net/java/html/boot/script/ScriptsTest.java | 137 +++++++++++++++++++++
pom.xml | 10 +-
src/main/javadoc/overview.html | 3 +
9 files changed, 367 insertions(+), 46 deletions(-)
create mode 100644
boot-script/src/main/java/net/java/html/boot/script/Sanitizer.java
create mode 100644
boot-script/src/test/java/net/java/html/boot/script/ScriptsTest.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