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:55:31 UTC

[netbeans-html4j] tag release-1.7 updated (bc63f87 -> 5c6e8d0)

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

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


*** WARNING: tag release-1.7 was modified! ***

    from bc63f87  (commit)
      to 5c6e8d0  (commit)
    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
     new 5c6e8d0  Getting ready for 1.7 release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag 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/tags/release-1.7 (5c6e8d0)

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.

The 1 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:
 .../netbeans/html/boot/fx/InitializeWebView.java   |  5 ++-
 browser/pom.xml                                    | 28 ++++++------
 generic/pom.xml                                    | 17 --------
 .../org/netbeans/html/ko4j/DoubleViewTest.java     | 20 +++++++--
 .../java/org/netbeans/html/ko4j/DumpStack.java     | 50 ++++++++++++++++++++++
 pom.xml                                            | 14 +++++-
 renderer/pom.xml                                   | 15 -------
 .../org/netbeans/html/presenters/render/GTK.java   |  9 +++-
 webkit/pom.xml                                     | 16 -------
 .../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 +++++++++-------
 13 files changed, 184 insertions(+), 106 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