hg: openjfx/9/rt: 16 new changesets

kevin.rushforth at oracle.com kevin.rushforth at oracle.com
Mon Jul 18 20:33:21 UTC 2016


Changeset: 1f2ced63f52d
Author:    jgiles
Date:      2016-07-11 10:48 +1200
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/1f2ced63f52d

8161054: Garbled displaying when moving a TableView column, for which a context menu is opened

! modules/controls/src/main/java/javafx/scene/control/skin/TableColumnHeader.java

Changeset: fca2e0b405b8
Author:    almatvee
Date:      2016-07-11 13:58 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/fca2e0b405b8

8159869: HTTP Live Streaming not working anymore
Reviewed-by: ddehaven

! modules/media/src/main/java/com/sun/media/jfxmedia/locator/HLSConnectionHolder.java

Changeset: a1cfa82b3dfa
Author:    ckyang
Date:      2016-07-11 14:41 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/a1cfa82b3dfa

8088846: PopupWindow does not disappear when associated Control is not visible.
Reviewed-by: jgiles

! modules/graphics/src/main/java/javafx/stage/PopupWindow.java
! modules/graphics/src/test/java/test/javafx/stage/PopupTest.java

Changeset: 68d79b5f2b7d
Author:    ckyang
Date:      2016-07-12 15:34 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/68d79b5f2b7d

8161045: [findbugs] com.sun.javafx.scene.control.behavior.TextInputControlBehavior.DISABLE_FORWARD_TO_PARENT isn't final but should be
Reviewed-by: jgiles

! modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java

Changeset: fdbe39fedbeb
Author:    jgiles
Date:      2016-07-11 12:53 +1200
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/fdbe39fedbeb

8161103: Import HelloTreeTableView and HelloTreeView test apps into apps

+ apps/toys/Hello/src/main/java/hello/HelloTreeTableView.java
+ apps/toys/Hello/src/main/java/hello/HelloTreeView.java

Changeset: 0baa20e35be2
Author:    asrivastava
Date:      2016-07-13 16:18 +0530
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/0baa20e35be2

8161137: Assertion fails with https://html-online.com/editor/
Summary: Modified applyFontTransforms() taking reference from webkit patch 189557.
Reviewed-by: ghb, arajkumar, mbilla

! modules/web/src/main/native/Source/WebCore/platform/graphics/WidthIterator.cpp
! modules/web/src/main/native/Source/WebCore/platform/graphics/WidthIterator.h

Changeset: 044134068417
Author:    arajkumar
Date:      2016-07-13 18:41 +0530
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/044134068417

8161258: [Win] Timer functionality is broken after JDK-8089563
Reviewed-by: ghb, asrivatsava, mbilla

! modules/web/src/main/native/Source/WTF/wtf/CurrentTime.cpp

Changeset: 0879aa78cc30
Author:    jgiles
Date:      2016-07-13 10:42 +1200
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/0879aa78cc30

8160858: JavaFX TableView - wrong focus when tabbing into table and focus was not on first row or cell

! modules/controls/src/main/java/javafx/scene/control/TableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeUtil.java
! modules/controls/src/test/java/test/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/test/javafx/scene/control/TableViewKeyInputTest.java
! modules/controls/src/test/java/test/javafx/scene/control/TreeTableViewKeyInputTest.java
! modules/controls/src/test/java/test/javafx/scene/control/TreeViewKeyInputTest.java

Changeset: 5c8c75233c22
Author:    jgiles
Date:      2016-07-14 12:44 +1200
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/5c8c75233c22

8161104: ListView default focus state inconsistent with other virtualised controls

! modules/controls/src/main/java/javafx/scene/control/ListView.java

Changeset: b24704ff8ba8
Author:    mbilla
Date:      2016-07-14 14:16 +0530
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/b24704ff8ba8

8161053: Passing objects between JavaScript (JavaFX / WebKit) and Java causes a memory leak
Reviewed-by: arajkumar, asrivastava

! modules/web/src/main/native/Source/WebCore/platform/java/BridgeUtils.cpp
! modules/web/src/main/native/Source/WebCore/platform/java/WebPage.cpp

Changeset: 85653d3bd29e
Author:    ddhill
Date:      2016-07-14 09:32 -0400
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/85653d3bd29e

8161227: Clean up module relative paths in build.gradle
Reviewed-by: ckyang

! build.gradle

Changeset: 3ece9e2ed10f
Author:    ddhill
Date:      2016-07-14 09:45 -0400
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/3ece9e2ed10f

Merge


Changeset: d5f0956876f8
Author:    mbilla
Date:      2016-07-15 13:51 +0530
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/d5f0956876f8

8161405: [OS X] Compilation Issue in WebPage.cpp
Reviewed-by: arajkumar, asrivastava

! modules/web/src/main/native/Source/WebCore/platform/java/WebPage.cpp

Changeset: fbb71f059d4f
Author:    ptbrunet
Date:      2016-07-15 13:17 -0400
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/fbb71f059d4f

8159723: Crash, JavaFX, JAWS - When pressing tab to change focus in HelloComboBox
Reviewed-by: ddhill, jgiles

! modules/graphics/src/main/native-glass/win/GlassAccessible.cpp

Changeset: c0cec19cb4bf
Author:    kcr
Date:      2016-07-16 10:37 -0700
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/c0cec19cb4bf

8160274: Remove dummy entry from JavaFX tbom
Summary: Backed out changeset e492d1c546b5
Contributed-by: li.jiang at oracle.com

! doc-files/javafxrt.tbom

Changeset: aa2d4b40cfe6
Author:    jgiles
Date:      2016-07-18 12:14 +1200
URL:       http://hg.openjdk.java.net/openjfx/9/rt/rev/aa2d4b40cfe6

8161449: Enhance CustomColorDialog to have flexibility to hide 'Opacity', 'Use' and 'Save' Button

! modules/controls/src/main/java/com/sun/javafx/scene/control/CustomColorDialog.java



More information about the openjfx-changes mailing list