Changeset: b746a171dc3a Author: Vasiliy Baranov <[email protected]> Date: 2013-07-05 16:58 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b746a171dc3a
RT-25644: Implement WebSocket traffic tunneling through HTTP(S) proxies that require authentication ! modules/web/src/main/java/com/sun/webkit/network/SocketStreamHandle.java Changeset: 4206e0c5e08b Author: ant <[email protected]> Date: 2013-07-05 16:49 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4206e0c5e08b RT-31462: [SwingNode]: implement traverse-out functionality Reviewed-by: art ! modules/swing/src/main/java/javafx/embed/swing/SwingNode.java Changeset: b1dee19fdc2e Author: Petr Pchelko <[email protected]> Date: 2013-07-05 17:09 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b1dee19fdc2e RT-27747: Mac: MacSystemClipboard NPE on List of Files containing spaces in path RT-23541: Mac: The Dragboard (DragEvent.getDragboard()) contains invalid files when the dragged file path contains spaces or special characters. Reviewed-by: anthony, art ! modules/graphics/src/main/java/com/sun/glass/ui/mac/MacSystemClipboard.java ! modules/graphics/src/main/native-glass/mac/GlassSystemClipboard.m Changeset: 8a1f6a036b8c Author: peterz Date: 2013-07-05 20:24 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8a1f6a036b8c Fixed paths in WebView unit tests; reenabled :web:test task ! build.gradle - modules/web/src/test/java/html/RT30835.html - modules/web/src/test/java/html/RT9969.html - modules/web/src/test/java/html/dom.html - modules/web/src/test/java/html/guimark2-vector.html - modules/web/src/test/java/html/h1.html - modules/web/src/test/java/html/h2.html - modules/web/src/test/java/html/h3.html - modules/web/src/test/java/html/h4.html - modules/web/src/test/java/html/ipsum.html ! modules/web/src/test/java/javafx/scene/web/BindingTest.java ! modules/web/src/test/java/javafx/scene/web/DOMTest.java ! modules/web/src/test/java/javafx/scene/web/HistoryTest.java ! modules/web/src/test/java/javafx/scene/web/JavaScriptBridgeTest.java ! modules/web/src/test/java/javafx/scene/web/LeakTest.java ! modules/web/src/test/java/javafx/scene/web/LoadNotificationsTest.java ! modules/web/src/test/java/javafx/scene/web/LoadTest.java ! modules/web/src/test/java/javafx/scene/web/MiscellaneousTest.java ! modules/web/src/test/java/javafx/scene/web/WebViewTest.java + modules/web/src/test/resources/html/RT30835.html + modules/web/src/test/resources/html/RT9969.html + modules/web/src/test/resources/html/dom.html + modules/web/src/test/resources/html/guimark2-vector.html + modules/web/src/test/resources/html/h1.html + modules/web/src/test/resources/html/h2.html + modules/web/src/test/resources/html/h3.html + modules/web/src/test/resources/html/h4.html + modules/web/src/test/resources/html/ipsum.html Changeset: 3bde7459ce4d Author: peterz Date: 2013-07-05 20:25 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3bde7459ce4d Fixed WebView paths in .hgignore ! .hgignore
