Changeset: 0a2518e15882 Author: prr Date: 2013-09-03 13:51 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0a2518e15882
Fixed RT29844: Create PrinterJob hangs on Mac ! modules/graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinterJob.java Changeset: 977346aedf74 Author: Thor Johannesson <thor.johannes...@oracle.com> Date: 2013-09-03 14:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/977346aedf74 Fix RT-32571: Debug build failure. Reviewed by Kevin, Chien. ! modules/graphics/src/main/native-prism-d3d/D3DResourceManager.cc Changeset: 55316c1ad394 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-09-03 15:38 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/55316c1ad394 RT-32674: Win: Fatal JNI error in DirectWrite code ! modules/graphics/src/main/native-font/directwrite.cpp Changeset: 57a0f2653086 Author: rbair Date: 2013-09-03 16:18 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/57a0f2653086 RT-32698: Dirty region count is higher than it used to be by default Reviewed By: Felipe ! modules/graphics/src/main/java/com/sun/prism/impl/PrismSettings.java Changeset: fc56181afdd6 Author: vadim Date: 2013-09-04 12:14 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fc56181afdd6 RT-23660: WinApi User32.sendMessage HWND_BROADCAST Reviewed-by: Steve Northover, Kevin Rushforth, Chien Yang ! modules/graphics/src/main/native-prism-d3d/D3DContext.cc ! modules/graphics/src/main/native-prism-d3d/D3DContext.h ! modules/graphics/src/main/native-prism-d3d/D3DContextInit.cc ! modules/graphics/src/main/native-prism-d3d/D3DPipelineManager.cc ! modules/graphics/src/main/native-prism-d3d/D3DPipelineManager.h Changeset: bb696d27c662 Author: Vasiliy Baranov <vasiliy.bara...@oracle.com> Date: 2013-09-04 13:53 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/bb696d27c662 RT-29584: Implement window.localStorage ! modules/web/src/main/java/com/sun/webkit/FileSystem.java ! modules/web/src/main/java/com/sun/webkit/WebPage.java + modules/web/src/main/java/javafx/scene/web/DirectoryLock.java ! modules/web/src/main/java/javafx/scene/web/WebEngine.java + modules/web/src/main/java/javafx/scene/web/WebErrorEvent.java ! modules/web/src/main/native/Source/WebCore/TargetJava.pri ! modules/web/src/main/native/Source/WebCore/mapfile-macosx ! modules/web/src/main/native/Source/WebCore/mapfile-vers ! modules/web/src/main/native/Source/WebCore/platform/java/FileSystemJava.cpp ! modules/web/src/main/native/Source/WebCore/platform/java/FrameLoaderClientJava.cpp ! modules/web/src/main/native/Source/WebCore/platform/java/WebPage.cpp ! modules/web/src/main/native/Source/WebCore/storage/StorageStrategy.cpp + modules/web/src/main/native/Source/WebCore/storage/StorageThread.cpp + modules/web/src/main/native/Source/WebCore/storage/StorageThread.h - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.h - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.h + modules/web/src/test/java/javafx/scene/web/DirectoryLockTest.java ! modules/web/src/test/java/javafx/scene/web/LoadNotificationsTest.java + modules/web/src/test/java/javafx/scene/web/UserDataDirectoryTest.java Changeset: dc4e8f0255ba Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-04 14:36 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/dc4e8f0255ba RT-17714 Support collection events in FXML - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableListChangeEvent.java - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableMapChangeEvent.java ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java ! modules/fxml/src/test/java/javafx/fxml/RT_17714Controller.java + modules/fxml/src/test/java/javafx/fxml/RT_17714Controller2.java ! modules/fxml/src/test/java/javafx/fxml/RT_17714Test.java ! modules/fxml/src/test/java/javafx/fxml/Widget.java ! modules/fxml/src/test/resources/javafx/fxml/rt_17714.fxml Changeset: 04f6adb4eada Author: Pavel Safrata <pavel.safr...@oracle.com> Date: 2013-09-04 14:03 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/04f6adb4eada RT-32602: TriangleMesh picking optimized by not creating lots of Point3Ds. ! modules/graphics/src/main/java/javafx/scene/shape/TriangleMesh.java Changeset: 520a712d8a10 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-04 15:06 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/520a712d8a10 [DOC] RT-17714 : updated fxml documentation ! modules/fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html Changeset: dcce9cea3af1 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-04 15:07 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/dcce9cea3af1 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx////rt Changeset: 128976a231a2 Author: Vasiliy Baranov <vasiliy.bara...@oracle.com> Date: 2013-09-04 17:20 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/128976a231a2 Temporarily exclude unit tests that are failing on Hudson. ! modules/web/src/test/java/javafx/scene/web/UserDataDirectoryTest.java Changeset: 0b6186f39a8f Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-04 15:45 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0b6186f39a8f RT-32697 NPE in hashCode method of SimpleSetProperty ! modules/base/src/main/java/javafx/beans/property/ReadOnlySetProperty.java Changeset: cfdb41b7b640 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-04 15:45 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/cfdb41b7b640 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx////rt Changeset: c590bf86c848 Author: Oldrich Maticka <oldrich.mati...@oracle.com> Date: 2013-09-04 16:59 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c590bf86c848 iOS: crosslibs 07; transition to jdk8-mobile-ios-ejdk ! buildSrc/ios.gradle Changeset: 61ded8479309 Author: kcr Date: 2013-09-04 09:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/61ded8479309 RT-32701: Debug build fails to build T2K on Linux ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! buildSrc/linux.gradle ! buildSrc/x86egl.gradle Changeset: fd5c3a88cd07 Author: kcr Date: 2013-09-04 10:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fd5c3a88cd07 RT-31500: Gradle: build in debug mode by default ! build.gradle ! gradle.properties.template Changeset: 9d380c47ef14 Author: snorthov Date: 2013-09-04 13:26 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9d380c47ef14 ECLIPSE: work around Eclipse jdk8 compiler problem ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java Changeset: 906d256bc339 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-09-04 10:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/906d256bc339 RT-31476: Exception when font size is set to 0 ! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWFontFile.java Changeset: 35ec849231d5 Author: kcr Date: 2013-09-04 12:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/35ec849231d5 Debug builds do not work on Linux, so reverting fix for RT-31500 Backed out changeset fd5c3a88cd07 ! build.gradle ! gradle.properties.template Changeset: 948f04472075 Author: kcr Date: 2013-09-04 12:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/948f04472075 Debug builds do not work on Linux, so reverting fix for RT-32701 Backed out changeset 61ded8479309 ! buildSrc/armv6hf.gradle ! buildSrc/armv6sf.gradle ! buildSrc/linux.gradle ! buildSrc/x86egl.gradle Changeset: 55411f1b25b3 Author: Chien Yang <chien.y...@orcale.com> Date: 2013-09-04 13:30 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/55411f1b25b3 Fix to RT-31666: Core dump when forcing es2 pipeline on Linux with Intel GPU. Reviewed-by: David Hill, Kevin Rushiforth and Yao Wang ! modules/graphics/src/main/native-prism-es2/windows/WinGLContext.c ! modules/graphics/src/main/native-prism-es2/x11/X11GLContext.c Changeset: c06259a9d8b7 Author: Chien Yang <chien.y...@orcale.com> Date: 2013-09-04 13:42 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c06259a9d8b7 Fix to RT-30446: ES2: Minimize round trip GL calls in production code Reviewed-by: Daniel Blaukopf, Kevin Rushiforth, Thor Johannesson ! modules/graphics/src/main/java/com/sun/prism/es2/GLContext.java ! modules/graphics/src/main/native-prism-es2/GLContext.c Changeset: 92d277a8419c Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-09-04 14:07 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/92d277a8419c RT-32378: add parfait support to gradle build ! build.gradle ! buildSrc/genVSproperties.bat ! buildSrc/linux.gradle ! buildSrc/mac.gradle ! buildSrc/src/main/groovy/com/sun/javafx/gradle/LinkTask.groovy ! buildSrc/win.gradle Changeset: 1edf46aeb5f7 Author: Yao Wang <yao.w.w...@oracle.com> Date: 2013-09-04 16:40 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1edf46aeb5f7 RT-26952 Delete Dead D3DWindow.cc code in prism-d3d-native - modules/graphics/src/main/native-prism-d3d/D3DWindow.cc Changeset: e0a443614907 Author: peterz Date: 2013-09-05 10:49 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/e0a443614907 RT-32595 Exception when printing contents of WebView ! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCGraphicsPrismContext.java Changeset: 9cf30bb25652 Author: peterz Date: 2013-09-05 10:50 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9cf30bb25652 RT-32607 Removal of the about: protocol handler causes many DRT tests to fail ! modules/web/src/main/java/com/sun/webkit/network/URLs.java + modules/web/src/main/java/com/sun/webkit/network/about/AboutURLConnection.java + modules/web/src/main/java/com/sun/webkit/network/about/Handler.java Changeset: 9ab492f337a5 Author: peterz Date: 2013-09-05 10:51 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9ab492f337a5 RT-32611 Remove PolicyClientImpl - modules/web/src/main/java/com/sun/javafx/webkit/PolicyClientImpl.java ! modules/web/src/main/java/javafx/scene/web/WebEngine.java Changeset: a18f63e9aba6 Author: peterz Date: 2013-09-05 10:53 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/a18f63e9aba6 RT-31729 HiDPI: WebView hasn't hidpi rendering ! modules/web/src/main/java/com/sun/javafx/webkit/prism/PrismGraphicsManager.java ! modules/web/src/main/java/com/sun/javafx/webkit/prism/RTImage.java ! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCBufferedContext.java ! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCGraphicsPrismContext.java ! modules/web/src/main/java/com/sun/javafx/webkit/prism/WCPageBackBufferImpl.java Changeset: 3e8b6b2d3c1e Author: Pavel Safrata <pavel.safr...@oracle.com> Date: 2013-09-05 08:26 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3e8b6b2d3c1e RT-32384: localToParentTx kept as simple as possible. ! modules/graphics/src/main/java/com/sun/javafx/geom/transform/Affine2D.java ! modules/graphics/src/main/java/com/sun/javafx/geom/transform/Affine3D.java ! modules/graphics/src/main/java/com/sun/javafx/geom/transform/AffineBase.java ! modules/graphics/src/main/java/com/sun/javafx/geom/transform/BaseTransform.java ! modules/graphics/src/main/java/com/sun/javafx/geom/transform/Identity.java ! modules/graphics/src/main/java/com/sun/javafx/geom/transform/Translate2D.java ! modules/graphics/src/main/java/com/sun/javafx/scene/transform/TransformUtils.java ! modules/graphics/src/main/java/javafx/scene/Node.java ! modules/graphics/src/main/java/javafx/scene/transform/Affine.java ! modules/graphics/src/main/java/javafx/scene/transform/Rotate.java ! modules/graphics/src/main/java/javafx/scene/transform/Scale.java ! modules/graphics/src/main/java/javafx/scene/transform/Shear.java ! modules/graphics/src/main/java/javafx/scene/transform/Transform.java ! modules/graphics/src/main/java/javafx/scene/transform/Translate.java ! modules/graphics/src/test/java/com/sun/javafx/test/TransformHelper.java ! modules/graphics/src/test/java/javafx/scene/NodeTest.java + modules/graphics/src/test/java/javafx/scene/transform/TransformDeriveTest.java ! modules/graphics/src/test/java/javafx/scene/transform/TransformTest.java Changeset: acf4b07fa2f6 Author: Pavel Safrata <pavel.safr...@oracle.com> Date: 2013-09-05 09:03 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/acf4b07fa2f6 ScrollEvent - fixed constructor argument names to match javadoc and other constructors. ! modules/graphics/src/main/java/javafx/scene/input/ScrollEvent.java Changeset: c8461294f0e2 Author: Vasiliy Baranov <vasiliy.bara...@oracle.com> Date: 2013-09-05 13:12 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c8461294f0e2 RT-32680: DRT test harness is broken ! modules/web/src/main/native/Source/WebCore/platform/java/WebPage.cpp Changeset: 06fd648260a0 Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-05 15:03 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/06fd648260a0 RT-32720 Subclassing SimpleObjectProperty results in many listeners causing eventual high CPU use ! modules/base/src/main/java/com/sun/javafx/binding/SelectBinding.java Changeset: eac39a252c9a Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-05 16:08 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/eac39a252c9a RT-31356 FXML loader: bad exception returned in case of incorrect URL ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java Changeset: 877523a1e150 Author: snorthov Date: 2013-09-05 15:44 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/877523a1e150 Add -Dsun.perflog.fx.firstpaintexit and move properties to PrismSettings Reviewed by: Richard B ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/PerformanceTrackerHelper.java ! modules/graphics/src/main/java/com/sun/prism/impl/PrismSettings.java ! modules/graphics/src/main/java/javafx/scene/Scene.java Changeset: dc0086b1cad0 Author: Oleg Mazurov <oleg.mazu...@oracle.com> Date: 2013-09-05 15:19 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/dc0086b1cad0 [TOOLS] GLTrace.java is not initialized on Mac OS X ! tools/gltrace/agent.c ! tools/gltrace/os.h ! tools/gltrace/retrace.c Changeset: f00dbf5f48e9 Author: rbair Date: 2013-09-05 14:20 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f00dbf5f48e9 Fixed debug statements ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/NGRegion.java Changeset: fc17d9decdce Author: rbair Date: 2013-09-05 14:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fc17d9decdce Improved pulse log debugging by adding timings for present ! modules/graphics/src/main/java/com/sun/javafx/tk/quantum/PresentingPainter.java Changeset: b81242a973ce Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-06 09:57 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/b81242a973ce RT-19329 FXMLLoader could expose error line number and error location ! modules/fxml/src/main/java/javafx/fxml/FXMLLoader.java Changeset: 3e59deb21105 Author: tb115823 <tomas.branda...@oracle.com> Date: 2013-09-06 13:15 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3e59deb21105 Android: Create abstraction layer for application launcher to better support alternative VMs. + modules/graphics/src/android/java/com/oracle/dalvik/DalvikLauncher.java ! modules/graphics/src/android/java/com/oracle/dalvik/FXActivity.java - modules/graphics/src/android/java/com/oracle/dalvik/FXActivity.java.jfx78 + modules/graphics/src/android/java/com/oracle/dalvik/JavaSELauncher.java + modules/graphics/src/android/java/com/oracle/dalvik/Launcher.java ! modules/graphics/src/main/native-glass/lens/android/android.c ! modules/web/src/android/native/android_webview.c Changeset: 73c7426d2a0b Author: tb115823 <tomas.branda...@oracle.com> Date: 2013-09-06 13:17 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/73c7426d2a0b Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx//rt - modules/graphics/src/android/java/com/oracle/dalvik/FXActivity.java.jfx78 Changeset: f16a4c87f37c Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-06 13:42 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f16a4c87f37c RT-32728 NPE thrown from EventType.EventTypeSerialization#findSubType ! modules/base/src/main/java/javafx/event/EventType.java Changeset: 91790a94caed Author: Martin Sladecek <martin.slade...@oracle.com> Date: 2013-09-06 13:42 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/91790a94caed Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx////rt Changeset: 7ba79f409b2c Author: Oldrich Maticka <oldrich.mati...@oracle.com> Date: 2013-09-06 13:48 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7ba79f409b2c iOS: javascript source escaping in more effective way https://javafx-jira.kenai.com/browse/RT-32510 ! modules/web/src/ios/java/javafx/scene/web/WebEngine.java Changeset: 241aa8bcd937 Author: Yao Wang <yao.w.w...@oracle.com> Date: 2013-09-06 10:55 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/241aa8bcd937 RT-32678 [FX3D] Light: light crashes. ! modules/graphics/src/main/java/com/sun/prism/d3d/D3DMeshView.java ! modules/graphics/src/main/java/com/sun/prism/es2/ES2MeshView.java ! modules/graphics/src/main/native-prism-d3d/D3DMeshView.cc ! modules/graphics/src/main/native-prism-es2/GLContext.c Changeset: 9222246db895 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-09-08 15:47 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/9222246db895 RT-30741: Super Shader ! modules/graphics/src/main/java/com/sun/javafx/sg/prism/RegionImageCache.java ! modules/graphics/src/main/java/com/sun/prism/ResourceFactory.java ! modules/graphics/src/main/java/com/sun/prism/d3d/D3DContext.java ! modules/graphics/src/main/java/com/sun/prism/es2/ES2Context.java ! modules/graphics/src/main/java/com/sun/prism/impl/BaseContext.java ! modules/graphics/src/main/java/com/sun/prism/impl/BaseGraphics.java ! modules/graphics/src/main/java/com/sun/prism/impl/BaseResourceFactory.java ! modules/graphics/src/main/java/com/sun/prism/impl/GlyphCache.java ! modules/graphics/src/main/java/com/sun/prism/impl/PrismSettings.java ! modules/graphics/src/main/java/com/sun/prism/impl/VertexBuffer.java ! modules/graphics/src/main/java/com/sun/prism/impl/ps/BaseShaderContext.java ! modules/graphics/src/main/jsl-prism/CompileJSL.java + modules/graphics/src/main/jsl-prism/PaintMaskTextureSuper.jsl ! modules/graphics/src/test/java/com/sun/javafx/sg/prism/TestGraphics.java Changeset: 512ddab21ba0 Author: peterz Date: 2013-09-09 12:22 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/512ddab21ba0 RT-31076 WebEngine.print() gets margins incorrectly ! modules/web/src/main/java/com/sun/webkit/WebPage.java ! modules/web/src/main/java/javafx/scene/web/WebEngine.java ! modules/web/src/main/native/Source/WebCore/platform/java/WebPage.cpp ! modules/web/src/main/native/Source/WebCore/platform/java/WebPage.h Changeset: 1b7871df7e4f Author: Oldrich Maticka <oldrich.mati...@oracle.com> Date: 2013-09-09 16:21 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1b7871df7e4f ios: WebView - making javacall <iframe> hidden ! modules/web/src/ios/resources/javafx/scene/web/init.js Changeset: c8a3f198bd9c Author: lisa.se...@oracle.com Date: 2013-09-09 16:56 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/c8a3f198bd9c Reintegrate fix for rt-27184, which was lost in the lens native code refactoring. ! modules/graphics/src/main/native-glass/lens/platform-util/dispmanCursor.c ! modules/graphics/src/main/native-glass/lens/platform-util/omapCursor.c Changeset: 501a6b35a82f Author: lisa.se...@oracle.com Date: 2013-09-09 16:58 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/501a6b35a82f Part two of fix for rt-32600: Pulse starvation because of overwhelming amount of MOUSE_MOVED events. ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensApplication.java ! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c Changeset: fddc67b45e9c Author: Martin Soch <martin.s...@oracle.com> Date: 2013-09-10 09:54 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/fddc67b45e9c SW pipeline: fix for performance regression (RT-32709) ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c Changeset: 3b9e1de507a2 Author: Pavel Safrata <pavel.safr...@oracle.com> Date: 2013-09-10 10:56 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3b9e1de507a2 RT-32417: Proper handling of node removal during dragging. ! modules/graphics/src/main/java/javafx/scene/Scene.java ! modules/graphics/src/test/java/javafx/scene/MouseTest.java Changeset: f96e93e896f4 Author: Martin Soch <martin.s...@oracle.com> Date: 2013-09-10 14:15 +0200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f96e93e896f4 fix for broken build ! modules/graphics/src/main/native-prism-sw/PiscesPaint.c Changeset: 5268815bdeca Author: kcr Date: 2013-09-10 05:32 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/5268815bdeca [TEST ONLY] Partial RT-30527: fix failing system-level tests in rt/tests in preparation for wiring them up to gradle ! tests/graphics/MaterialTests/test/com/sun/javafx/sg/prism/NGHelper.java ! tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650GUI.java Changeset: 2ba66db1d0fa Author: Anthony Petrov <anthony.pet...@oracle.com> Date: 2013-09-10 17:16 +0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/2ba66db1d0fa RT-32410: Win: GDI leak when set icons of stage in windows 7 enterprise edition ! modules/graphics/src/main/native-glass/win/GlassWindow.cpp ! modules/graphics/src/main/native-glass/win/GlassWindow.h Changeset: 985435c00e21 Author: Chien Yang <chien.y...@orcale.com> Date: 2013-09-10 08:24 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/985435c00e21 Fix to RT-32257: Prism must not attempt to render any 3D primitives or 3D transforms primitives if SCENE3D is not supported Reviewed by: Daniel Blaukopf, David Hill and Kevin Rushforth ! modules/graphics/src/main/java/com/sun/prism/es2/ES2Graphics.java Changeset: f10a24641e2a Author: kcr Date: 2013-09-10 09:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f10a24641e2a RT-30527: Need to wire up rt/tests to the test task RT-30528: Implement full-test in gradle ! build.gradle ! gradle.properties.template ! settings.gradle - tests/app-lifecycle/LauncherTests/test/launchertest/Constants.java - tests/app-lifecycle/LauncherTests/test/launchertest/MainLauncherTest.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestApp.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestAppNoMain.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestNotApplication.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerExitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerTestCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp3Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp4Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp5Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarAppCommon.java - tests/app-lifecycle/LifeCycleTests/test/javafx/stage/ShowAndWaitTest.java - tests/app-lifecycle/LifeCycleTests/test/util/Util.java - tests/glass/ExceptionHandler/test/com/sun/glass/ui/DefaultExceptionHandlerTest.java - tests/glass/ExceptionHandler/test/com/sun/glass/ui/ExceptionHandlerTest.java - tests/graphics/MaterialTests/test/com/sun/javafx/sg/prism/NGHelper.java - tests/graphics/MaterialTests/test/com/sun/prism/es2/ES2Helper.java - tests/graphics/MaterialTests/test/javafx/scene/PhongMaterialTest.java - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot1Test.java - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot2Test.java - tests/graphics/SnapshotTests/test/javafx/scene/SnapshotCommon.java - tests/graphics/SnapshotTests/test/util2/Util.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT23603Test.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650GUI.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650Test.java - tests/graphics/TextTests/test/javafx/scene/text/TextNodeTest.java - tests/quantum/CloseWindow/test/com/sun/javafx/tk/quantum/CloseWindowTest.java - tests/quantum/WindowSceneInitDispose/test/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java + tests/system/src/test/java/com/sun/glass/ui/DefaultExceptionHandlerTest.java + tests/system/src/test/java/com/sun/glass/ui/ExceptionHandlerTest.java + tests/system/src/test/java/com/sun/javafx/application/ListenerError1Test.java + tests/system/src/test/java/com/sun/javafx/application/ListenerError2Test.java + tests/system/src/test/java/com/sun/javafx/application/ListenerException1Test.java + tests/system/src/test/java/com/sun/javafx/application/ListenerException2Test.java + tests/system/src/test/java/com/sun/javafx/application/ListenerExitTest.java + tests/system/src/test/java/com/sun/javafx/application/ListenerIdle1Test.java + tests/system/src/test/java/com/sun/javafx/application/ListenerIdle2Test.java + tests/system/src/test/java/com/sun/javafx/application/ListenerTestCommon.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitCommon.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicit1Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicit2Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitError1Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitError2Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitException1Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitExplicitException2Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitErrorTest.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitExceptionTest.java + tests/system/src/test/java/com/sun/javafx/application/SingleExitImplicitTest.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicit1Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicit2Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitError1Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitError2Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitException1Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowExplicitException2Test.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java + tests/system/src/test/java/com/sun/javafx/application/SingleNoShowImplicitTest.java + tests/system/src/test/java/com/sun/javafx/application/SwingExitCommon.java + tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit1Test.java + tests/system/src/test/java/com/sun/javafx/application/SwingExitExplicit2Test.java + tests/system/src/test/java/com/sun/javafx/application/SwingExitImplicitTest.java + tests/system/src/test/java/com/sun/javafx/application/TaskbarApp1Test.java + tests/system/src/test/java/com/sun/javafx/application/TaskbarApp2Test.java + tests/system/src/test/java/com/sun/javafx/application/TaskbarApp3Test.java + tests/system/src/test/java/com/sun/javafx/application/TaskbarApp4Test.java + tests/system/src/test/java/com/sun/javafx/application/TaskbarApp5Test.java + tests/system/src/test/java/com/sun/javafx/application/TaskbarAppCommon.java + tests/system/src/test/java/com/sun/javafx/sg/prism/NGHelper.java + tests/system/src/test/java/com/sun/javafx/tk/quantum/CloseWindowTest.java + tests/system/src/test/java/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java + tests/system/src/test/java/com/sun/prism/es2/ES2Helper.java + tests/system/src/test/java/javafx/embed/swing/RT23603Test.java + tests/system/src/test/java/javafx/embed/swing/RT30650GUI.java + tests/system/src/test/java/javafx/embed/swing/RT30650Test.java + tests/system/src/test/java/javafx/scene/PhongMaterialTest.java + tests/system/src/test/java/javafx/scene/Snapshot1Test.java + tests/system/src/test/java/javafx/scene/Snapshot2Test.java + tests/system/src/test/java/javafx/scene/SnapshotCommon.java + tests/system/src/test/java/javafx/scene/text/TextNodeTest.java + tests/system/src/test/java/javafx/stage/ShowAndWaitTest.java + tests/system/src/test/java/launchertest/Constants.java + tests/system/src/test/java/launchertest/MainLauncherTest.java + tests/system/src/test/java/launchertest/TestApp.java + tests/system/src/test/java/launchertest/TestAppNoMain.java + tests/system/src/test/java/launchertest/TestNotApplication.java + tests/system/src/test/java/util/Util.java + tests/system/src/test/java/util2/Util.java Changeset: bf06792814a8 Author: kcr Date: 2013-09-10 09:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/bf06792814a8 [TEST-ONLY] remove obsolete nbproject files from tests directory - tests/app-lifecycle/LauncherTests/build.xml - tests/app-lifecycle/LauncherTests/manifest.mf - tests/app-lifecycle/LauncherTests/nbproject/build-impl.xml - tests/app-lifecycle/LauncherTests/nbproject/genfiles.properties - tests/app-lifecycle/LauncherTests/nbproject/project.properties - tests/app-lifecycle/LauncherTests/nbproject/project.xml - tests/app-lifecycle/LifeCycleTests/build.xml - tests/app-lifecycle/LifeCycleTests/manifest.mf - tests/app-lifecycle/LifeCycleTests/nbproject/build-impl.xml - tests/app-lifecycle/LifeCycleTests/nbproject/genfiles.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.xml - tests/app-lifecycle/build.xml - tests/base.properties - tests/build-defs.xml - tests/build.xml - tests/common.properties - tests/glass/ExceptionHandler/build.xml - tests/glass/build.xml - tests/graphics/MaterialTests/build.xml - tests/graphics/MaterialTests/manifest.mf - tests/graphics/MaterialTests/nbproject/build-impl.xml - tests/graphics/MaterialTests/nbproject/genfiles.properties - tests/graphics/MaterialTests/nbproject/project.properties - tests/graphics/MaterialTests/nbproject/project.xml - tests/graphics/SnapshotTests/build.xml - tests/graphics/SnapshotTests/manifest.mf - tests/graphics/SnapshotTests/nbproject/build-impl.xml - tests/graphics/SnapshotTests/nbproject/genfiles.properties - tests/graphics/SnapshotTests/nbproject/project.properties - tests/graphics/SnapshotTests/nbproject/project.xml - tests/graphics/SwingInterop/build.xml - tests/graphics/SwingInterop/nbproject/build-impl.xml - tests/graphics/SwingInterop/nbproject/genfiles.properties - tests/graphics/SwingInterop/nbproject/project.properties - tests/graphics/SwingInterop/nbproject/project.xml - tests/graphics/TextTests/build.xml - tests/graphics/TextTests/manifest.mf - tests/graphics/TextTests/nbproject/build-impl.xml - tests/graphics/TextTests/nbproject/genfiles.properties - tests/graphics/TextTests/nbproject/project.properties - tests/graphics/TextTests/nbproject/project.xml - tests/graphics/build.xml - tests/quantum/CloseWindow/build.xml - tests/quantum/WindowSceneInitDispose/build.xml - tests/quantum/build.xml Changeset: 7c4ead19a131 Author: jgodinez Date: 2013-09-10 10:29 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7c4ead19a131 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableListChangeEvent.java - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableMapChangeEvent.java - modules/graphics/src/android/java/com/oracle/dalvik/FXActivity.java.jfx78 ! modules/graphics/src/main/java/javafx/scene/Node.java - modules/graphics/src/main/native-prism-d3d/D3DWindow.cc - modules/web/src/main/java/com/sun/javafx/webkit/PolicyClientImpl.java - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.h - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.h - tests/app-lifecycle/LauncherTests/build.xml - tests/app-lifecycle/LauncherTests/manifest.mf - tests/app-lifecycle/LauncherTests/nbproject/build-impl.xml - tests/app-lifecycle/LauncherTests/nbproject/genfiles.properties - tests/app-lifecycle/LauncherTests/nbproject/project.properties - tests/app-lifecycle/LauncherTests/nbproject/project.xml - tests/app-lifecycle/LauncherTests/test/launchertest/Constants.java - tests/app-lifecycle/LauncherTests/test/launchertest/MainLauncherTest.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestApp.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestAppNoMain.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestNotApplication.java - tests/app-lifecycle/LifeCycleTests/build.xml - tests/app-lifecycle/LifeCycleTests/manifest.mf - tests/app-lifecycle/LifeCycleTests/nbproject/build-impl.xml - tests/app-lifecycle/LifeCycleTests/nbproject/genfiles.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.xml - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerExitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerTestCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp3Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp4Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp5Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarAppCommon.java - tests/app-lifecycle/LifeCycleTests/test/javafx/stage/ShowAndWaitTest.java - tests/app-lifecycle/LifeCycleTests/test/util/Util.java - tests/app-lifecycle/build.xml - tests/base.properties - tests/build-defs.xml - tests/build.xml - tests/common.properties - tests/glass/ExceptionHandler/build.xml - tests/glass/ExceptionHandler/test/com/sun/glass/ui/DefaultExceptionHandlerTest.java - tests/glass/ExceptionHandler/test/com/sun/glass/ui/ExceptionHandlerTest.java - tests/glass/build.xml - tests/graphics/MaterialTests/build.xml - tests/graphics/MaterialTests/manifest.mf - tests/graphics/MaterialTests/nbproject/build-impl.xml - tests/graphics/MaterialTests/nbproject/genfiles.properties - tests/graphics/MaterialTests/nbproject/project.properties - tests/graphics/MaterialTests/nbproject/project.xml - tests/graphics/MaterialTests/test/com/sun/javafx/sg/prism/NGHelper.java - tests/graphics/MaterialTests/test/com/sun/prism/es2/ES2Helper.java - tests/graphics/MaterialTests/test/javafx/scene/PhongMaterialTest.java - tests/graphics/SnapshotTests/build.xml - tests/graphics/SnapshotTests/manifest.mf - tests/graphics/SnapshotTests/nbproject/build-impl.xml - tests/graphics/SnapshotTests/nbproject/genfiles.properties - tests/graphics/SnapshotTests/nbproject/project.properties - tests/graphics/SnapshotTests/nbproject/project.xml - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot1Test.java - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot2Test.java - tests/graphics/SnapshotTests/test/javafx/scene/SnapshotCommon.java - tests/graphics/SnapshotTests/test/util2/Util.java - tests/graphics/SwingInterop/build.xml - tests/graphics/SwingInterop/nbproject/build-impl.xml - tests/graphics/SwingInterop/nbproject/genfiles.properties - tests/graphics/SwingInterop/nbproject/project.properties - tests/graphics/SwingInterop/nbproject/project.xml - tests/graphics/SwingInterop/test/javafx/embed/swing/RT23603Test.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650GUI.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650Test.java - tests/graphics/TextTests/build.xml - tests/graphics/TextTests/manifest.mf - tests/graphics/TextTests/nbproject/build-impl.xml - tests/graphics/TextTests/nbproject/genfiles.properties - tests/graphics/TextTests/nbproject/project.properties - tests/graphics/TextTests/nbproject/project.xml - tests/graphics/TextTests/test/javafx/scene/text/TextNodeTest.java - tests/graphics/build.xml - tests/quantum/CloseWindow/build.xml - tests/quantum/CloseWindow/test/com/sun/javafx/tk/quantum/CloseWindowTest.java - tests/quantum/WindowSceneInitDispose/build.xml - tests/quantum/WindowSceneInitDispose/test/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java - tests/quantum/build.xml Changeset: 52f7abe54d41 Author: mhowe Date: 2013-09-06 13:22 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/52f7abe54d41 RT-32070: javafxpackager.exe fails to run on Windows 7 [ngthomas, krushforth] ! build.gradle Changeset: 1f9bb8fd4c51 Author: ngthomas Date: 2013-09-10 14:12 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/1f9bb8fd4c51 Merge ! build.gradle - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableListChangeEvent.java - modules/fxml/src/main/java/com/sun/javafx/fxml/ObservableMapChangeEvent.java - modules/graphics/src/android/java/com/oracle/dalvik/FXActivity.java.jfx78 - modules/graphics/src/main/native-prism-d3d/D3DWindow.cc - modules/web/src/main/java/com/sun/javafx/webkit/PolicyClientImpl.java - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageAreaJava.h - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.cpp - modules/web/src/main/native/Source/WebCore/storage/java/StorageNamespaceJava.h - tests/app-lifecycle/LauncherTests/build.xml - tests/app-lifecycle/LauncherTests/manifest.mf - tests/app-lifecycle/LauncherTests/nbproject/build-impl.xml - tests/app-lifecycle/LauncherTests/nbproject/genfiles.properties - tests/app-lifecycle/LauncherTests/nbproject/project.properties - tests/app-lifecycle/LauncherTests/nbproject/project.xml - tests/app-lifecycle/LauncherTests/test/launchertest/Constants.java - tests/app-lifecycle/LauncherTests/test/launchertest/MainLauncherTest.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestApp.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestAppNoMain.java - tests/app-lifecycle/LauncherTests/test/launchertest/TestNotApplication.java - tests/app-lifecycle/LifeCycleTests/build.xml - tests/app-lifecycle/LifeCycleTests/manifest.mf - tests/app-lifecycle/LifeCycleTests/nbproject/build-impl.xml - tests/app-lifecycle/LifeCycleTests/nbproject/genfiles.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.properties - tests/app-lifecycle/LifeCycleTests/nbproject/project.xml - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerExitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerIdle2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/ListenerTestCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitError2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowExplicitException2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitErrorTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitExceptionTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SingleNoShowImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitCommon.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitExplicit2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/SwingExitImplicitTest.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp1Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp2Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp3Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp4Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarApp5Test.java - tests/app-lifecycle/LifeCycleTests/test/com/sun/javafx/application/TaskbarAppCommon.java - tests/app-lifecycle/LifeCycleTests/test/javafx/stage/ShowAndWaitTest.java - tests/app-lifecycle/LifeCycleTests/test/util/Util.java - tests/app-lifecycle/build.xml - tests/base.properties - tests/build-defs.xml - tests/build.xml - tests/common.properties - tests/glass/ExceptionHandler/build.xml - tests/glass/ExceptionHandler/test/com/sun/glass/ui/DefaultExceptionHandlerTest.java - tests/glass/ExceptionHandler/test/com/sun/glass/ui/ExceptionHandlerTest.java - tests/glass/build.xml - tests/graphics/MaterialTests/build.xml - tests/graphics/MaterialTests/manifest.mf - tests/graphics/MaterialTests/nbproject/build-impl.xml - tests/graphics/MaterialTests/nbproject/genfiles.properties - tests/graphics/MaterialTests/nbproject/project.properties - tests/graphics/MaterialTests/nbproject/project.xml - tests/graphics/MaterialTests/test/com/sun/javafx/sg/prism/NGHelper.java - tests/graphics/MaterialTests/test/com/sun/prism/es2/ES2Helper.java - tests/graphics/MaterialTests/test/javafx/scene/PhongMaterialTest.java - tests/graphics/SnapshotTests/build.xml - tests/graphics/SnapshotTests/manifest.mf - tests/graphics/SnapshotTests/nbproject/build-impl.xml - tests/graphics/SnapshotTests/nbproject/genfiles.properties - tests/graphics/SnapshotTests/nbproject/project.properties - tests/graphics/SnapshotTests/nbproject/project.xml - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot1Test.java - tests/graphics/SnapshotTests/test/javafx/scene/Snapshot2Test.java - tests/graphics/SnapshotTests/test/javafx/scene/SnapshotCommon.java - tests/graphics/SnapshotTests/test/util2/Util.java - tests/graphics/SwingInterop/build.xml - tests/graphics/SwingInterop/nbproject/build-impl.xml - tests/graphics/SwingInterop/nbproject/genfiles.properties - tests/graphics/SwingInterop/nbproject/project.properties - tests/graphics/SwingInterop/nbproject/project.xml - tests/graphics/SwingInterop/test/javafx/embed/swing/RT23603Test.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650GUI.java - tests/graphics/SwingInterop/test/javafx/embed/swing/RT30650Test.java - tests/graphics/TextTests/build.xml - tests/graphics/TextTests/manifest.mf - tests/graphics/TextTests/nbproject/build-impl.xml - tests/graphics/TextTests/nbproject/genfiles.properties - tests/graphics/TextTests/nbproject/project.properties - tests/graphics/TextTests/nbproject/project.xml - tests/graphics/TextTests/test/javafx/scene/text/TextNodeTest.java - tests/graphics/build.xml - tests/quantum/CloseWindow/build.xml - tests/quantum/CloseWindow/test/com/sun/javafx/tk/quantum/CloseWindowTest.java - tests/quantum/WindowSceneInitDispose/build.xml - tests/quantum/WindowSceneInitDispose/test/com/sun/javafx/tk/quantum/WindowSceneInitDisposeTest.java - tests/quantum/build.xml Changeset: 80183062bb60 Author: David Grieve<david.gri...@oracle.com> Date: 2013-09-11 12:25 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/80183062bb60 Automated merge with ssh://jfxsrc.us.oracle.com//javafx/8.0/MASTER/jfx/rt ! modules/graphics/src/main/java/javafx/scene/Node.java Changeset: 3d37d549c360 Author: psomashe Date: 2013-09-11 09:57 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/3d37d549c360 RT-20473 ChoiceBox javadoc describes non-existing functionality. ! modules/controls/src/main/java/javafx/scene/control/ChoiceBox.java