You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2019/10/29 04:52:37 UTC

[netbeans-html4j] branch release updated (bc63f87 -> e0accb0)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


    omit bc63f87  Adjusting version number to release-1.7
     add 3dd46a1  Dump stack to find out why DoubleViewTest sometimes doesn't finish
     add cd32292  Keep reference to InitializeWebView until it is notified for the first time
     add 53b2fca  Build on JDK13
     add 05cde97  Try to load WebKit and JSC first and fail if they aren't available.
     add 593ead6  Skip the webkit tests if the libraries cannot be loaded
     add e0accb0  Use -DskipBrowserTests to disable the browser tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bc63f87)
            \
             N -- N -- N   refs/heads/release (e0accb0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 boot-agent-test/pom.xml                            |  2 +-
 boot-fx/pom.xml                                    |  4 +-
 .../netbeans/html/boot/fx/InitializeWebView.java   |  5 ++-
 boot-script/pom.xml                                |  4 +-
 boot/pom.xml                                       |  4 +-
 browser/pom.xml                                    | 30 ++++++-------
 context/pom.xml                                    |  4 +-
 equinox-agentclass-hook/pom.xml                    |  2 +-
 generic/pom.xml                                    | 21 +--------
 geo/pom.xml                                        |  4 +-
 html4j-maven-plugin/pom.xml                        |  4 +-
 json-tck/pom.xml                                   |  6 +--
 json/pom.xml                                       |  4 +-
 ko-felix-test/pom.xml                              |  2 +-
 ko-osgi-test/pom.xml                               |  2 +-
 ko-ws-tyrus/pom.xml                                |  4 +-
 ko4j/pom.xml                                       |  4 +-
 .../org/netbeans/html/ko4j/DoubleViewTest.java     | 20 +++++++--
 .../java/org/netbeans/html/ko4j/DumpStack.java     | 50 ++++++++++++++++++++++
 pom.xml                                            | 16 +++++--
 renderer/pom.xml                                   | 17 +-------
 .../org/netbeans/html/presenters/render/GTK.java   |  9 +++-
 sound/pom.xml                                      |  4 +-
 webkit/pom.xml                                     | 18 +-------
 .../html/presenters/webkit/WebKitPresenter.java    | 12 +++++-
 .../html/presenters/webkit/GtkJavaScriptTest.java  | 38 ++++++++++++----
 .../html/presenters/webkit/GtkKnockoutTest.java    | 28 +++++++++---
 .../org/netbeans/html/presenters/webkit/Skip.java  | 38 +++++++++-------
 xhr4j/pom.xml                                      |  4 +-
 29 files changed, 219 insertions(+), 141 deletions(-)
 create mode 100644 ko4j/src/test/java/org/netbeans/html/ko4j/DumpStack.java
 copy json/src/test/java/net/java/html/json/UnderscoreTest.java => webkit/src/test/java/org/netbeans/html/presenters/webkit/Skip.java (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists