[openjfx] 01/05: Update upstream source from tag 'upstream/8u161-b12'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 4 22:19:54 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjfx.
commit 304b984005a168711b13e81498dd9759a0d8ccf3
Merge: b2b7ebe 2b1cea1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 4 19:25:50 2018 +0200
Update upstream source from tag 'upstream/8u161-b12'
Update to upstream version '8u161-b12'
with Debian dir 14154e3fa9e3fb5dfaa8ec79a2d3ef06422511df
.../toys/Hello/src/main/java/hello/HelloMedia.java | 4 +-
apps/toys/Hello/src/main/java/hello/HelloMenu.java | 4 +-
.../Hello/src/main/java/hello/HelloWebView.java | 85 +-
build.gradle | 10 +-
build.properties | 21 +-
buildSrc/win.gradle | 4 +-
.../main/java/javafx/beans/binding/package.html | 30 +-
.../base/src/main/java/javafx/beans/package.html | 30 +-
.../javafx/beans/property/ReadOnlyListWrapper.java | 3 +-
.../main/java/javafx/beans/property/package.html | 30 +-
.../src/main/java/javafx/beans/value/package.html | 30 +-
.../src/main/java/javafx/collections/package.html | 30 +-
.../base/src/main/java/javafx/event/package.html | 30 +-
.../main/java/javafx/util/converter/package.html | 44 +-
.../base/src/main/java/javafx/util/package.html | 30 +-
.../beans/property/ReadOnlyListWrapperTest.java | 19 +-
.../com/sun/javafx/scene/control/skin/Utils.java | 2 +-
.../src/main/java/javafx/scene/chart/Axis.java | 249 +-
.../main/java/javafx/scene/chart/CategoryAxis.java | 12 +-
.../main/java/javafx/scene/chart/ValueAxis.java | 24 +-
.../src/main/java/javafx/scene/chart/package.html | 512 +-
.../java/javafx/scene/control/cell/package.html | 30 +-
.../main/java/javafx/scene/control/package.html | 30 +-
.../src/main/docs/javafx/fxml/doc-files/faq.html | 143 +-
.../fxml/doc-files/introduction_to_fxml.html | 29 +-
.../com/sun/javafx/fxml/builder/ProxyBuilder.java | 4 -
.../fxml/src/main/java/javafx/fxml/package.html | 30 +-
.../tools/packager/mac/MacAppStoreBundler.java | 4 +-
.../main/native/library/common/PosixPlatform.cpp | 6 +-
.../tools/packager/mac/MacAppBundlerTest.java | 3 +-
.../tools/packager/mac/MacPkgBundlerTest.java | 4 +-
.../main/docs/javafx/scene/doc-files/cssref.html | 28 +-
.../main/java/com/sun/glass/ui/CommonDialogs.java | 6 +-
.../src/main/java/com/sun/glass/ui/Window.java | 18 +-
.../main/java/com/sun/glass/ui/mac/MacWindow.java | 32 +-
.../com/sun/glass/ui/win/WinSystemClipboard.java | 4 +-
.../main/java/com/sun/javafx/css/StyleManager.java | 2 +-
.../java/com/sun/javafx/font/PrismFontLoader.java | 2 +-
.../com/sun/javafx/font/coretext/CTFontFile.java | 50 +
.../com/sun/javafx/font/coretext/CTFontStrike.java | 17 +-
.../main/java/com/sun/javafx/font/coretext/OS.java | 5 +-
.../src/main/java/com/sun/javafx/iio/package.html | 30 +-
.../java/com/sun/javafx/sg/prism/NGRegion.java | 3 +-
.../com/sun/javafx/sg/prism/NGTriangleMesh.java | 6 +-
.../src/main/java/com/sun/javafx/tk/TKStage.java | 14 +-
.../com/sun/javafx/tk/quantum/EmbeddedStage.java | 13 +-
.../javafx/tk/quantum/GlassViewEventHandler.java | 135 +-
.../com/sun/javafx/tk/quantum/QuantumToolkit.java | 13 +-
.../com/sun/javafx/tk/quantum/WindowStage.java | 22 +-
.../main/java/com/sun/prism/impl/BaseContext.java | 2 +-
.../src/main/java/com/sun/prism/impl/BaseMesh.java | 29 +-
.../com/sun/prism/j2d/print/J2DPrinterJob.java | 121 +-
.../src/main/java/javafx/animation/package.html | 30 +-
.../src/main/java/javafx/application/package.html | 30 +-
.../src/main/java/javafx/concurrent/package.html | 30 +-
.../graphics/src/main/java/javafx/css/package.html | 30 +-
.../src/main/java/javafx/geometry/package.html | 30 +-
.../src/main/java/javafx/print/package.html | 30 +-
.../src/main/java/javafx/scene/canvas/package.html | 30 +-
.../src/main/java/javafx/scene/effect/package.html | 30 +-
.../src/main/java/javafx/scene/image/package.html | 30 +-
.../src/main/java/javafx/scene/input/package.html | 30 +-
.../src/main/java/javafx/scene/layout/package.html | 30 +-
.../src/main/java/javafx/scene/package.html | 30 +-
.../src/main/java/javafx/scene/paint/package.html | 30 +-
.../src/main/java/javafx/scene/shape/package.html | 30 +-
.../src/main/java/javafx/scene/text/package.html | 30 +-
.../main/java/javafx/scene/transform/package.html | 30 +-
.../src/main/java/javafx/stage/Window.java | 92 +-
.../src/main/java/javafx/stage/package.html | 30 +-
modules/graphics/src/main/native-font/coretext.c | 34 +-
modules/graphics/src/main/native-font/pango.c | 4 +-
.../src/main/native-glass/mac/GlassApplication.m | 5 +-
.../src/main/native-glass/mac/GlassPixels.m | 61 +-
.../src/main/native-glass/mac/GlassView3D.m | 11 +-
.../src/main/native-glass/mac/GlassViewDelegate.m | 5 +-
.../src/main/native-glass/mac/GlassWindow+Java.m | 12 +-
.../src/main/native-glass/mac/GlassWindow.h | 3 +-
.../src/main/native-glass/mac/GlassWindow.m | 71 +-
.../src/main/native-glass/mac/ProcessInfo.m | 5 +-
.../graphics/src/main/native-glass/win/Robot.cpp | 4 +-
.../src/main/native-prism-d3d/D3DContext.cc | 43 +-
.../main/native-prism-d3d/D3DResourceFactory.cc | 16 +-
.../graphics/src/main/native-prism-es2/GLContext.c | 67 +-
.../main/native-prism-es2/macosx/MacGLFactory.c | 8 +-
.../macosx/MacOSXWindowSystemInterface.m | 6 +-
.../src/main/native-prism-sw/PiscesPaint.c | 77 +-
.../src/main/native-prism-sw/PiscesRenderer.inl | 4 +-
.../test/java/com/sun/javafx/pgstub/StubStage.java | 11 +-
.../jfxmedia/locator/HLSConnectionHolder.java | 4 +-
.../src/main/java/javafx/scene/media/package.html | 30 +-
.../sys/directsound/gstdirectsoundsink.c | 2 +-
.../gstreamer/plugins/elements/gstqueue.c | 5 +
.../native/gstreamer/plugins/av/audiodecoder.c | 18 +-
.../main/native/gstreamer/plugins/vp6/flvdemux.c | 4 +
.../native/gstreamer/plugins/vp6/flvmetadata.c | 22 +-
.../main/native/gstreamer/plugins/vp6/vp6decoder.c | 13 +-
.../main/native/jfxmedia/jni/JavaBandsHolder.cpp | 62 +-
.../src/main/native/jfxmedia/jni/JavaBandsHolder.h | 5 +-
.../jfxmedia/jni/JavaInputStreamCallbacks.cpp | 210 +-
.../jfxmedia/jni/JavaMediaWarningListener.cpp | 27 +-
.../jfxmedia/jni/JavaPlayerEventDispatcher.cpp | 587 +-
.../jfxmedia/jni/JavaPlayerEventDispatcher.h | 16 +-
.../src/main/native/jfxmedia/jni/JniUtils.cpp | 28 +-
.../media/src/main/native/jfxmedia/jni/Logger.cpp | 60 +-
.../native/jfxmedia/jni/NativeAudioEqualizer.cpp | 13 +-
.../native/jfxmedia/jni/NativeAudioSpectrum.cpp | 10 +-
.../jfxmedia/platform/gstreamer/GstMedia.cpp | 18 +-
.../native/jfxmedia/platform/osx/OSXMediaPlayer.mm | 6 +-
.../jfxmedia/platform/osx/avf/AVFAudioEqualizer.h | 7 +-
.../jfxmedia/platform/osx/avf/AVFAudioProcessor.h | 22 +-
.../jfxmedia/platform/osx/avf/AVFAudioProcessor.mm | 142 +-
.../platform/osx/avf/AVFAudioSpectrumUnit.cpp | 43 +-
.../platform/osx/avf/AVFAudioSpectrumUnit.h | 22 +-
.../platform/osx/avf/AVFKernelProcessor.cpp | 27 +-
.../jfxmedia/platform/osx/avf/AVFKernelProcessor.h | 16 +-
.../jfxmedia/platform/osx/avf/AVFMediaPlayer.h | 11 +-
.../jfxmedia/platform/osx/avf/AVFMediaPlayer.mm | 121 +-
.../jfxmedia/platform/osx/avf/AVFSoundLevelUnit.h | 7 +-
.../src/main/native/jfxmedia/projects/mac/Makefile | 25 +-
.../media/src/tools/java/headergen/HeaderGen.java | 32 +-
.../src/main/java/javafx/embed/swing/JFXPanel.java | 42 +-
.../src/main/java/javafx/embed/swing/package.html | 30 +-
.../src/main/java/javafx/embed/swt/package.html | 30 +-
.../com/sun/javafx/webkit/drt/DumpRenderTree.java | 2 +-
.../sun/javafx/webkit/prism/WCBufferedContext.java | 3 +-
.../webkit/prism/WCGraphicsPrismContext.java | 23 +-
.../com/sun/javafx/webkit/theme/PopupMenuImpl.java | 4 +-
.../javafx/webkit/theme/ScrollBarThemeImpl.java | 2 +-
.../web/src/main/java/com/sun/webkit/WebPage.java | 2 +-
.../src/main/java/com/sun/webkit/dom/JSObject.java | 2 +-
.../com/sun/webkit/graphics/ScrollBarTheme.java | 2 +-
.../java/com/sun/webkit/network/URLLoader.java | 11 +-
.../src/main/java/javafx/scene/web/package.html | 30 +-
.../main/native/Source/ThirdParty/gtest/CHANGES | 98 -
.../native/Source/ThirdParty/gtest/CMakeLists.txt | 53 -
.../native/Source/ThirdParty/gtest/CONTRIBUTORS | 36 -
.../main/native/Source/ThirdParty/gtest/COPYING | 28 -
.../native/Source/ThirdParty/gtest/Makefile.am | 284 -
.../src/main/native/Source/ThirdParty/gtest/README | 417 --
.../native/Source/ThirdParty/gtest/README.WebKit | 16 -
.../Source/ThirdParty/gtest/codegear/gtest.cbproj | 138 -
.../ThirdParty/gtest/codegear/gtest.groupproj | 54 -
.../Source/ThirdParty/gtest/codegear/gtest_all.cc | 38 -
.../Source/ThirdParty/gtest/codegear/gtest_link.cc | 40 -
.../ThirdParty/gtest/codegear/gtest_main.cbproj | 82 -
.../gtest/codegear/gtest_unittest.cbproj | 88 -
.../native/Source/ThirdParty/gtest/configure.ac | 67 -
.../gtest/include/gtest/gtest-death-test.h | 283 -
.../ThirdParty/gtest/include/gtest/gtest-message.h | 230 -
.../gtest/include/gtest/gtest-param-test.h | 1392 ----
.../gtest/include/gtest/gtest-param-test.h.pump | 457 --
.../ThirdParty/gtest/include/gtest/gtest-spi.h | 232 -
.../gtest/include/gtest/gtest-test-part.h | 176 -
.../gtest/include/gtest/gtest-typed-test.h | 259 -
.../Source/ThirdParty/gtest/include/gtest/gtest.h | 2052 ------
.../gtest/include/gtest/gtest_pred_impl.h | 368 --
.../ThirdParty/gtest/include/gtest/gtest_prod.h | 58 -
.../gtest/internal/gtest-death-test-internal.h | 275 -
.../gtest/include/gtest/internal/gtest-filepath.h | 210 -
.../gtest/include/gtest/internal/gtest-internal.h | 923 ---
.../include/gtest/internal/gtest-linked_ptr.h | 242 -
.../gtest/internal/gtest-param-util-generated.h | 4820 --------------
.../internal/gtest-param-util-generated.h.pump | 301 -
.../include/gtest/internal/gtest-param-util.h | 619 --
.../gtest/include/gtest/internal/gtest-port.h | 1533 -----
.../gtest/include/gtest/internal/gtest-string.h | 350 -
.../gtest/include/gtest/internal/gtest-tuple.h | 968 ---
.../include/gtest/internal/gtest-tuple.h.pump | 336 -
.../gtest/include/gtest/internal/gtest-type-util.h | 3321 ----------
.../include/gtest/internal/gtest-type-util.h.pump | 287 -
.../Source/ThirdParty/gtest/m4/acx_pthread.m4 | 363 --
.../native/Source/ThirdParty/gtest/m4/gtest.m4 | 74 -
.../native/Source/ThirdParty/gtest/make/Makefile | 80 -
.../Source/ThirdParty/gtest/msvc/gtest-md.vcxproj | 360 --
.../ThirdParty/gtest/msvc/gtest-md.vcxproj.filters | 71 -
.../native/Source/ThirdParty/gtest/run_tests.py | 60 -
.../Source/ThirdParty/gtest/samples/prime_tables.h | 123 -
.../Source/ThirdParty/gtest/samples/sample1.cc | 68 -
.../Source/ThirdParty/gtest/samples/sample1.h | 43 -
.../ThirdParty/gtest/samples/sample10_unittest.cc | 145 -
.../ThirdParty/gtest/samples/sample1_unittest.cc | 153 -
.../Source/ThirdParty/gtest/samples/sample2.cc | 56 -
.../Source/ThirdParty/gtest/samples/sample2.h | 86 -
.../ThirdParty/gtest/samples/sample2_unittest.cc | 109 -
.../Source/ThirdParty/gtest/samples/sample3-inl.h | 173 -
.../ThirdParty/gtest/samples/sample3_unittest.cc | 151 -
.../Source/ThirdParty/gtest/samples/sample4.cc | 46 -
.../Source/ThirdParty/gtest/samples/sample4.h | 53 -
.../ThirdParty/gtest/samples/sample4_unittest.cc | 45 -
.../ThirdParty/gtest/samples/sample5_unittest.cc | 199 -
.../ThirdParty/gtest/samples/sample6_unittest.cc | 224 -
.../ThirdParty/gtest/samples/sample7_unittest.cc | 132 -
.../ThirdParty/gtest/samples/sample8_unittest.cc | 173 -
.../ThirdParty/gtest/samples/sample9_unittest.cc | 160 -
.../ThirdParty/gtest/scripts/fuse_gtest_files.py | 250 -
.../gtest/scripts/gen_gtest_pred_impl.py | 733 ---
.../ThirdParty/gtest/scripts/gtest-config.in | 274 -
.../native/Source/ThirdParty/gtest/scripts/pump.py | 835 ---
.../Source/ThirdParty/gtest/scripts/test/Makefile | 57 -
.../Source/ThirdParty/gtest/scripts/upload.py | 1387 ----
.../ThirdParty/gtest/scripts/upload_gtest.py | 78 -
.../Source/ThirdParty/gtest/src/gtest-all.cc | 47 -
.../ThirdParty/gtest/src/gtest-death-test.cc | 1161 ----
.../Source/ThirdParty/gtest/src/gtest-filepath.cc | 380 --
.../ThirdParty/gtest/src/gtest-internal-inl.h | 1073 ----
.../Source/ThirdParty/gtest/src/gtest-port.cc | 711 ---
.../Source/ThirdParty/gtest/src/gtest-test-part.cc | 110 -
.../ThirdParty/gtest/src/gtest-typed-test.cc | 110 -
.../native/Source/ThirdParty/gtest/src/gtest.cc | 4704 --------------
.../Source/ThirdParty/gtest/src/gtest_main.cc | 39 -
.../ThirdParty/gtest/test/gtest-death-test_test.cc | 1230 ----
.../ThirdParty/gtest/test/gtest-filepath_test.cc | 690 --
.../ThirdParty/gtest/test/gtest-linked_ptr_test.cc | 154 -
.../ThirdParty/gtest/test/gtest-listener_test.cc | 313 -
.../ThirdParty/gtest/test/gtest-message_test.cc | 167 -
.../ThirdParty/gtest/test/gtest-options_test.cc | 212 -
.../gtest/test/gtest-param-test2_test.cc | 65 -
.../ThirdParty/gtest/test/gtest-param-test_test.cc | 835 ---
.../ThirdParty/gtest/test/gtest-param-test_test.h | 55 -
.../ThirdParty/gtest/test/gtest-port_test.cc | 1018 ---
.../ThirdParty/gtest/test/gtest-test-part_test.cc | 208 -
.../ThirdParty/gtest/test/gtest-tuple_test.cc | 320 -
.../gtest/test/gtest-typed-test2_test.cc | 45 -
.../ThirdParty/gtest/test/gtest-typed-test_test.cc | 360 --
.../ThirdParty/gtest/test/gtest-typed-test_test.h | 66 -
.../gtest/test/gtest-unittest-api_test.cc | 343 -
.../Source/ThirdParty/gtest/test/gtest_all_test.cc | 48 -
.../gtest/test/gtest_break_on_failure_unittest.py | 218 -
.../gtest/test/gtest_break_on_failure_unittest_.cc | 86 -
.../ThirdParty/gtest/test/gtest_color_test.py | 130 -
.../ThirdParty/gtest/test/gtest_color_test_.cc | 71 -
.../ThirdParty/gtest/test/gtest_env_var_test.py | 105 -
.../ThirdParty/gtest/test/gtest_env_var_test_.cc | 126 -
.../gtest/test/gtest_environment_test.cc | 186 -
.../ThirdParty/gtest/test/gtest_filter_unittest.py | 633 --
.../gtest/test/gtest_filter_unittest_.cc | 140 -
.../ThirdParty/gtest/test/gtest_help_test.py | 169 -
.../ThirdParty/gtest/test/gtest_help_test_.cc | 46 -
.../gtest/test/gtest_list_tests_unittest.py | 177 -
.../gtest/test/gtest_list_tests_unittest_.cc | 85 -
.../ThirdParty/gtest/test/gtest_main_unittest.cc | 45 -
.../Source/ThirdParty/gtest/test/gtest_nc.cc | 234 -
.../Source/ThirdParty/gtest/test/gtest_nc_test.py | 106 -
.../gtest/test/gtest_no_test_unittest.cc | 54 -
.../ThirdParty/gtest/test/gtest_output_test.py | 327 -
.../ThirdParty/gtest/test/gtest_output_test_.cc | 1135 ----
.../gtest/test/gtest_output_test_golden_lin.txt | 696 --
.../gtest/test/gtest_output_test_golden_win.txt | 605 --
.../gtest/test/gtest_pred_impl_unittest.cc | 2432 -------
.../ThirdParty/gtest/test/gtest_prod_test.cc | 57 -
.../ThirdParty/gtest/test/gtest_repeat_test.cc | 253 -
.../ThirdParty/gtest/test/gtest_shuffle_test.py | 325 -
.../ThirdParty/gtest/test/gtest_shuffle_test_.cc | 104 -
.../gtest/test/gtest_sole_header_test.cc | 57 -
.../ThirdParty/gtest/test/gtest_stress_test.cc | 257 -
.../ThirdParty/gtest/test/gtest_test_utils.py | 309 -
.../gtest/test/gtest_throw_on_failure_ex_test.cc | 92 -
.../gtest/test/gtest_throw_on_failure_test.py | 171 -
.../gtest/test/gtest_throw_on_failure_test_.cc | 56 -
.../gtest/test/gtest_uninitialized_test.py | 70 -
.../gtest/test/gtest_uninitialized_test_.cc | 43 -
.../Source/ThirdParty/gtest/test/gtest_unittest.cc | 6718 --------------------
.../gtest/test/gtest_xml_outfile1_test_.cc | 49 -
.../gtest/test/gtest_xml_outfile2_test_.cc | 49 -
.../gtest/test/gtest_xml_outfiles_test.py | 132 -
.../gtest/test/gtest_xml_output_unittest.py | 224 -
.../gtest/test/gtest_xml_output_unittest_.cc | 145 -
.../ThirdParty/gtest/test/gtest_xml_test_utils.py | 172 -
.../Source/ThirdParty/gtest/test/production.cc | 36 -
.../Source/ThirdParty/gtest/test/production.h | 55 -
.../Source/ThirdParty/gtest/test/run_tests_util.py | 466 --
.../ThirdParty/gtest/test/run_tests_util_test.py | 676 --
.../gtest/xcode/Config/DebugProject.xcconfig | 40 -
.../gtest/xcode/Config/FrameworkTarget.xcconfig | 19 -
.../ThirdParty/gtest/xcode/Config/General.xcconfig | 75 -
.../gtest/xcode/Config/ProductionProject.xcconfig | 34 -
.../gtest/xcode/Config/ReleaseProject.xcconfig | 42 -
.../xcode/Config/StaticLibraryTarget.xcconfig | 20 -
.../gtest/xcode/Config/TestTarget.xcconfig | 8 -
.../native/Source/ThirdParty/gtest/xcode/Makefile | 2 -
.../ThirdParty/gtest/xcode/Resources/Info.plist | 30 -
.../gtest/xcode/Samples/FrameworkSample/Info.plist | 28 -
.../WidgetFramework.xcodeproj/project.pbxproj | 457 --
.../xcode/Samples/FrameworkSample/runtests.sh | 62 -
.../gtest/xcode/Samples/FrameworkSample/widget.cc | 63 -
.../gtest/xcode/Samples/FrameworkSample/widget.h | 59 -
.../xcode/Samples/FrameworkSample/widget_test.cc | 68 -
.../ThirdParty/gtest/xcode/Scripts/runtests.sh | 65 -
.../gtest/xcode/Scripts/versiongenerate.py | 100 -
.../gtest/xcode/gtest.xcodeproj/project.pbxproj | 1175 ----
.../native/Source/ThirdParty/qunit/README.WebKit | 5 -
.../main/native/Source/ThirdParty/qunit/README.md | 27 -
.../native/Source/ThirdParty/qunit/package.json | 21 -
.../native/Source/ThirdParty/qunit/qunit/qunit.css | 225 -
.../native/Source/ThirdParty/qunit/qunit/qunit.js | 1448 -----
.../Source/ThirdParty/qunit/test/headless.html | 24 -
.../native/Source/ThirdParty/qunit/test/index.html | 19 -
.../native/Source/ThirdParty/qunit/test/logs.html | 17 -
.../native/Source/ThirdParty/qunit/test/logs.js | 150 -
.../native/Source/ThirdParty/qunit/test/same.js | 1421 -----
.../native/Source/ThirdParty/qunit/test/test.js | 324 -
.../main/native/Source/WTF/wtf/java/StringJava.cpp | 2 +-
.../platform/java/FrameLoaderClientJava.cpp | 2 +-
.../WebCore/platform/java/FrameLoaderClientJava.h | 2 +-
.../WebCore/platform/java/ScrollbarThemeJava.cpp | 2 +-
.../WebCore/platform/java/ScrollbarThemeJava.h | 2 +-
.../Source/WebCore/platform/java/WebPage.cpp | 2 +-
.../native/Tools/DumpRenderTree/java/JavaEnv.cpp | 55 +
.../native/Tools/DumpRenderTree/java/JavaEnv.h | 10 +
.../Tools/DumpRenderTree/java/TestRunnerJava.cpp | 34 +-
.../DumpRenderTree/java/WorkQueueItemJava.cpp | 12 +-
.../Scripts/webkitpy/thirdparty/BeautifulSoup.py | 2014 ------
.../Scripts/webkitpy/thirdparty/irc/__init__.py | 1 -
.../Scripts/webkitpy/thirdparty/irc/ircbot.py | 438 --
.../Scripts/webkitpy/thirdparty/irc/irclib.py | 1560 -----
.../Tools/Scripts/webkitpy/thirdparty/mock.py | 309 -
.../webkitpy/thirdparty/mod_pywebsocket/COPYING | 28 -
.../thirdparty/mod_pywebsocket/__init__.py | 197 -
.../thirdparty/mod_pywebsocket/_stream_base.py | 181 -
.../thirdparty/mod_pywebsocket/_stream_hixie75.py | 229 -
.../thirdparty/mod_pywebsocket/_stream_hybi.py | 887 ---
.../webkitpy/thirdparty/mod_pywebsocket/common.py | 307 -
.../thirdparty/mod_pywebsocket/dispatch.py | 393 --
.../thirdparty/mod_pywebsocket/extensions.py | 894 ---
.../mod_pywebsocket/handshake/__init__.py | 110 -
.../thirdparty/mod_pywebsocket/handshake/_base.py | 182 -
.../thirdparty/mod_pywebsocket/handshake/hybi.py | 435 --
.../thirdparty/mod_pywebsocket/handshake/hybi00.py | 293 -
.../mod_pywebsocket/headerparserhandler.py | 254 -
.../thirdparty/mod_pywebsocket/http_header_util.py | 263 -
.../thirdparty/mod_pywebsocket/memorizingfile.py | 99 -
.../webkitpy/thirdparty/mod_pywebsocket/msgutil.py | 219 -
.../webkitpy/thirdparty/mod_pywebsocket/mux.py | 1889 ------
.../thirdparty/mod_pywebsocket/standalone.py | 1139 ----
.../webkitpy/thirdparty/mod_pywebsocket/stream.py | 57 -
.../webkitpy/thirdparty/mod_pywebsocket/util.py | 409 --
.../native/WebKitLibraries/zlib/include/zconf.h | 506 --
.../native/WebKitLibraries/zlib/include/zlib.h | 1763 -----
.../{ImageToDataURLTest.java => CanvasTest.java} | 61 +-
.../src/test/java/javafx/scene/web/DOMTest.java | 2 +-
.../javafx/scene/web/JavaScriptBridgeTest.java | 2 +-
.../src/test/java/javafx/scene/web/LeakTest.java | 2 +-
.../java/javafx/scene/web/MiscellaneousTest.java | 10 +-
.../test/java/javafx/scene/web/WebPageTest.java | 2 +-
tests/manual/printing/PrintDialogModalityTest.java | 104 +
.../sun/javafx/sg/prism/NGTriangleMeshShim.java | 51 +-
.../test/java/com/sun/prism/impl/BaseMeshShim.java | 33 +-
.../prism/impl/PNTMeshVertexBufferLengthTest.java | 379 ++
.../src/test/java/com/sun/prism/impl/Vec3f.java | 216 +
.../java/helloworld/CustomSecurityManagerTest.java | 6 +
.../test/java/javafx/embed/swing/JFXPanelTest.java | 117 +
.../java/javafx/scene/shape/TriangleMeshShim.java | 28 +-
.../test/java/memoryleak/JSCallbackMemoryTest.java | 386 +-
.../embed/swing/JFXPanelEmbeddedWindowTest.java | 113 +
355 files changed, 4850 insertions(+), 83432 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git
More information about the pkg-java-commits
mailing list