hg: openjfx/9/rt: 19 new changesets
kevin.rushforth at oracle.com
kevin.rushforth at oracle.com
Mon Jun 1 21:02:11 UTC 2015
Changeset: 147dd5284f98
Author: ddhill
Date: 2015-05-27 16:34 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/147dd5284f98
RT-40467: no egl_wrapped.c in prism/monocle
Reviewed-by: ckyang
! buildSrc/armv5sf.gradle
! buildSrc/armv6hf.gradle
! buildSrc/armv6sf.gradle
! buildSrc/armv7hf.gradle
! buildSrc/armv7sf.gradle
! modules/graphics/src/main/native-prism-es2/PrismES2Defs.h
+ modules/graphics/src/main/native-prism-es2/eglWrapper/eglWrapper.c
+ modules/graphics/src/main/native-prism-es2/eglWrapper/eglWrapper.h
! modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c
- modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.c
- modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.h
! modules/graphics/src/main/native-prism-es2/monocle/MonocleGLFactory.c
! modules/graphics/src/main/native-prism-es2/monocle/eglUtils.c
Changeset: fdbff2b768aa
Author: shemnon
Date: 2015-05-27 15:10 -0600
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/fdbff2b768aa
JDK-8081308: fx:jar attribute "Permissions" seems ignored
Summary: when explicitly setting the Permissions and Codebase manifest attributes as manifest attributes, the new datatypes can overwrite those values.
! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/CreateJarParams.java
! modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java
! modules/fxpackager/src/main/resources/com/sun/javafx/tools/packager/Bundle.properties
! modules/fxpackager/src/test/java/com/sun/javafx/tools/ant/FXJarTest.java
Changeset: 52e4c1b2b7ff
Author: ddhill
Date: 2015-05-27 19:17 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/52e4c1b2b7ff
RT-40786: [Android] Changes needed in Monocle for Dalvik
Reviewed-by: johanvos
! buildSrc/dalvik.gradle
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/AcceleratedScreen.java
+ modules/graphics/src/main/java/com/sun/glass/ui/monocle/AndroidAcceleratedScreen.java
+ modules/graphics/src/main/java/com/sun/glass/ui/monocle/AndroidInputDevice.java
+ modules/graphics/src/main/java/com/sun/glass/ui/monocle/AndroidInputDeviceRegistry.java
+ modules/graphics/src/main/java/com/sun/glass/ui/monocle/AndroidInputProcessor.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/AndroidPlatform.java
+ modules/graphics/src/main/java/com/sun/glass/ui/monocle/AndroidScreen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/FBDevScreen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/HeadlessScreen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/LinuxKeyProcessor.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MonocleApplication.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/MonocleWindowManager.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/NativeScreen.java
! modules/graphics/src/main/java/com/sun/glass/ui/monocle/X11Screen.java
! modules/graphics/src/main/java/com/sun/prism/es2/GLFactory.java
+ modules/graphics/src/main/native-glass/monocle/android/AndroidScreen.c
+ modules/graphics/src/main/native-glass/monocle/android/Udev.c
+ modules/graphics/src/main/native-glass/monocle/android/dalvikConst.h
+ modules/graphics/src/main/native-glass/monocle/android/dalvikInput.c
+ modules/graphics/src/main/native-glass/monocle/android/dalvikInput.h
+ modules/graphics/src/main/native-glass/monocle/android/dalvikUtils.c
+ modules/graphics/src/main/native-glass/monocle/android/dalvikUtils.h
Changeset: e89ee043a39b
Author: ddhill
Date: 2015-05-27 19:17 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/e89ee043a39b
RT-40785: [Android] Changes needed in Dalvik launch code
Reviewed-by: johanvos
! modules/graphics/src/dalvik/java/javafxports/android/DalvikLauncher.java
! modules/graphics/src/dalvik/java/javafxports/android/FXActivity.java
! modules/graphics/src/dalvik/java/javafxports/android/Launcher.java
! modules/graphics/src/dalvik/native/activity.c
! modules/graphics/src/main/java/com/sun/glass/ui/android/DalvikInput.java
! modules/graphics/src/main/native-prism/Helpers.c
! modules/graphics/src/main/native-prism/NativePiscesRasterizer.c
Changeset: 0fcc1d244981
Author: ddhill
Date: 2015-05-27 19:32 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/0fcc1d244981
RT-40140: Enable building SceneBuilder without needing to build the JavaFX SDK
Reviewed-by: kcr
! apps/scenebuilder/SceneBuilderApp/build.xml
! apps/scenebuilder/SceneBuilderKit/build.xml
! apps/scenebuilder/build.xml
Changeset: b8fef35383f9
Author: jgiles
Date: 2015-05-28 13:11 +1200
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/b8fef35383f9
RT-40217: TableMenuButton has erroneous behaviour with assigned data
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableHeaderRow.java
Changeset: 67679364f2be
Author: jvos
Date: 2015-05-28 08:13 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/67679364f2be
RT-40787: [IOS, Android] Changes to fix WebView
Reviewed-by: kcr
Summary: this changeset only touches IOS and Android-specific files
+ modules/graphics/src/dalvik/java/com/oracle/dalvik/InternalWebView.java
! modules/web/src/android/java/com/sun/webkit/NativeWebView.java
! modules/web/src/android/java/com/sun/webkit/WebPage.java
! modules/web/src/android/native/android_webview.c
! modules/web/src/android/native/android_webview.h
! modules/web/src/android/native/native_webview.c
! modules/web/src/ios/java/com/sun/javafx/scene/web/behavior/HTMLEditorBehavior.java
! modules/web/src/ios/java/com/sun/javafx/scene/web/skin/HTMLEditorSkin.java
! modules/web/src/ios/java/javafx/scene/web/JS2JavaBridge.java
+ modules/web/src/ios/java/javafx/scene/web/PopupFeatures.java
+ modules/web/src/ios/java/javafx/scene/web/PromptData.java
! modules/web/src/ios/java/javafx/scene/web/WebEngine.java
+ modules/web/src/ios/java/javafx/scene/web/WebErrorEvent.java
! modules/web/src/ios/java/javafx/scene/web/WebEvent.java
! modules/web/src/ios/java/javafx/scene/web/WebView.java
! modules/web/src/ios/native/WebViewImpl.h
! modules/web/src/ios/native/WebViewImpl.m
Changeset: b31fa0b290dd
Author: jvos
Date: 2015-05-28 09:37 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/b31fa0b290dd
RT-40474: Add 64-bit IOS build support
Reviewed-by: kcr, ddhill
! build.gradle
! buildSrc/ios.gradle
! buildSrc/src/main/groovy/com/sun/javafx/gradle/LipoTask.groovy
! modules/graphics/src/main/native-prism-es2/PrismES2Defs.h
! modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c
Changeset: 3ace4ac013bc
Author: Chien Yang <chien.yang at oracle.com>
Date: 2015-05-28 15:09 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/3ace4ac013bc
RT-38370: [3D] PNT mesh only: Internally computed tangent vectors need to recomputed if its assocated texCoords or points have changed
Reviewed-by: kcr
! modules/graphics/src/main/java/com/sun/prism/impl/BaseMesh.java
Changeset: a382ab028205
Author: ant <anton.tarasov at oracle.com>
Date: 2015-05-29 14:26 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/a382ab028205
RT-40498: WebView horizontal scrolling using mouse or touch device causes rendering artifacts
Contributed-by: anashaty
Reviewed-by: ant
! buildSrc/linux.gradle
! modules/web/src/main/java/com/sun/webkit/WebPage.java
Changeset: f470fd22d98d
Author: kcr
Date: 2015-05-29 05:46 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/f470fd22d98d
RT-40691: Update the JDK version used to build FX to JDK 8u40
Reviewed-by: ddhill, ckyang
! build.properties
Changeset: fea001203fa4
Author: ddhill
Date: 2015-05-29 09:15 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/fea001203fa4
RT-34275: "Too many touch points reported" exception when tapping too fast
Reviewed-by: ckyang, kcr
! modules/graphics/src/main/java/com/sun/glass/ui/TouchInputSupport.java
! modules/graphics/src/main/native-glass/win/GlassWindow.cpp
! modules/graphics/src/main/native-glass/win/ViewContainer.cpp
! modules/graphics/src/main/native-glass/win/ViewContainer.h
Changeset: 1731fd02e957
Author: ant <anton.tarasov at oracle.com>
Date: 2015-05-29 17:32 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/1731fd02e957
Revert unintended change to linux.gradle pushed with RT-40498
! buildSrc/linux.gradle
Changeset: 49940aa79227
Author: ddhill
Date: 2015-05-29 13:11 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/49940aa79227
RT-40785: (part 2) [Android] Changes needed in Dalvik launch code
Reviewed-by: johanvos
+ modules/graphics/src/dalvik/java/javafxports/android/FXDalvikEntity.java
+ modules/graphics/src/dalvik/java/javafxports/android/FXFragment.java
+ modules/graphics/src/dalvik/native/activity.h
Changeset: 132033191951
Author: ddhill
Date: 2015-05-29 17:09 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/132033191951
RT-32701: fixing debug build in glass/GTK
Reviewed-by: kcr
! modules/graphics/src/main/native-glass/gtk/GlassApplication.cpp
Changeset: 4d5212f3d665
Author: kcr
Date: 2015-05-29 16:25 -0700
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/4d5212f3d665
Automated merge with http://hg.openjdk.java.net/openjfx/9/rt
- modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.c
- modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.h
Changeset: 42facc96934d
Author: ddhill
Date: 2015-05-29 20:43 -0400
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/42facc96934d
RT-40821: Adding TouchSuite toy
Reviewed-by: kcr
+ apps/toys/TouchSuite/build.xml
+ apps/toys/TouchSuite/manifest.mf
+ apps/toys/TouchSuite/nbproject/build-impl.xml
+ apps/toys/TouchSuite/nbproject/genfiles.properties
+ apps/toys/TouchSuite/nbproject/project.properties
+ apps/toys/TouchSuite/nbproject/project.xml
+ apps/toys/TouchSuite/src/touchsuite/ConsumeTouches.java
+ apps/toys/TouchSuite/src/touchsuite/Controls.java
+ apps/toys/TouchSuite/src/touchsuite/DrawLine.java
+ apps/toys/TouchSuite/src/touchsuite/EventLogger.java
+ apps/toys/TouchSuite/src/touchsuite/HelloGestures.java
+ apps/toys/TouchSuite/src/touchsuite/HelloMultiTouch.java
+ apps/toys/TouchSuite/src/touchsuite/ImageBoard.java
+ apps/toys/TouchSuite/src/touchsuite/ImageViewer.java
+ apps/toys/TouchSuite/src/touchsuite/ListSelection.java
+ apps/toys/TouchSuite/src/touchsuite/ListSelectionSimple.java
+ apps/toys/TouchSuite/src/touchsuite/Main.java
+ apps/toys/TouchSuite/src/touchsuite/MovingStones.java
+ apps/toys/TouchSuite/src/touchsuite/images/flower_1.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_10.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_2.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_3.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_4.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_5.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_6.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_7.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_8.jpg
+ apps/toys/TouchSuite/src/touchsuite/images/flower_9.jpg
! apps/toys/build.xml
Changeset: 250e673f1978
Author: vadim
Date: 2015-05-30 15:00 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/250e673f1978
RT-46083: TimelineClipCore exceptions handling improvent
Reviewed-by: flar, jgiles
! modules/controls/src/test/java/com/sun/javafx/scene/control/infrastructure/ControlTestUtils.java
! modules/controls/src/test/java/javafx/scene/chart/AreaChartTest.java
! modules/controls/src/test/java/javafx/scene/chart/ChartTestBase.java
! modules/controls/src/test/java/javafx/scene/chart/StackedAreaChartTest.java
! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/MultipleSelectionModelImplTest.java
! modules/controls/src/test/java/javafx/scene/control/TableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewKeyInputTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeTableViewTest.java
! modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java
! modules/graphics/src/main/java/com/sun/scenario/animation/shared/TimelineClipCore.java
! modules/graphics/src/test/java/com/sun/javafx/pgstub/StubToolkit.java
Changeset: d352eeca1c89
Author: vadim
Date: 2015-05-30 15:02 +0300
URL: http://hg.openjdk.java.net/openjfx/9/rt/rev/d352eeca1c89
RT-46086: StackedAreaChart doesn't fade out removed series
Reviewed-by: jgiles
! modules/controls/src/main/java/javafx/scene/chart/AreaChart.java
! modules/controls/src/main/java/javafx/scene/chart/LineChart.java
! modules/controls/src/main/java/javafx/scene/chart/StackedAreaChart.java
! modules/controls/src/main/java/javafx/scene/chart/XYChart.java
! modules/controls/src/test/java/javafx/scene/chart/AreaChartTest.java
! modules/controls/src/test/java/javafx/scene/chart/LineChartTest.java
! modules/controls/src/test/java/javafx/scene/chart/StackedAreaChartTest.java
More information about the openjfx-changes
mailing list