Skip to content

Commit 766f753

Browse files
[WTF] Move SoftLinking.h into WTF
https://bugs.webkit.org/show_bug.cgi?id=174000 Reviewed by Alex Christensen. Source/WebCore: No new tests. No change in functionality * Modules/applepay/PaymentRequest.cpp: * Modules/applepay/cocoa/PaymentContactCocoa.mm: * Modules/applepay/cocoa/PaymentMerchantSessionCocoa.mm: * Modules/encryptedmedia/legacy/LegacyCDMPrivateMediaPlayer.cpp: * WebCore.xcodeproj/project.pbxproj: * editing/cocoa/EditorCocoa.mm: * editing/cocoa/HTMLConverter.mm: * editing/ios/EditorIOS.mm: * page/CaptionUserPreferencesMediaAF.cpp: * page/cocoa/SettingsCocoa.mm: * page/ios/UserAgentIOS.mm: * page/mac/ServicesOverlayController.mm: * platform/audio/ios/AudioDestinationIOS.cpp: * platform/audio/ios/AudioFileReaderIOS.cpp: * platform/audio/ios/AudioSessionIOS.mm: * platform/audio/ios/MediaSessionManagerIOS.mm: * platform/cf/CoreMediaSoftLink.cpp: * platform/cf/CoreMediaSoftLink.h: * platform/cf/MediaAccessibilitySoftLink.cpp: * platform/cf/MediaAccessibilitySoftLink.h: * platform/cocoa/ContentFilterUnblockHandlerCocoa.mm: * platform/cocoa/CoreVideoSoftLink.cpp: * platform/cocoa/CoreVideoSoftLink.h: * platform/cocoa/DataDetectorsCoreSoftLink.h: * platform/cocoa/NetworkExtensionContentFilter.mm: * platform/cocoa/ParentalControlsContentFilter.mm: * platform/cocoa/TelephoneNumberDetectorCocoa.cpp: * platform/cocoa/VideoToolboxSoftLink.cpp: * platform/cocoa/VideoToolboxSoftLink.h: * platform/cocoa/WebPlaybackSessionModelMediaElement.mm: * platform/cocoa/WebVideoFullscreenModelVideoElement.mm: * platform/gamepad/cocoa/GameControllerGamepadProvider.mm: * platform/graphics/avfoundation/AVTrackPrivateAVFObjCImpl.mm: * platform/graphics/avfoundation/MediaPlaybackTargetMac.mm: * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp: * platform/graphics/avfoundation/MediaSelectionGroupAVFObjC.mm: * platform/graphics/avfoundation/cf/AVFoundationCFSoftLinking.h: * platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp: * platform/graphics/avfoundation/cf/InbandTextTrackPrivateAVCF.cpp: * platform/graphics/avfoundation/cf/InbandTextTrackPrivateLegacyAVCF.cpp: * platform/graphics/avfoundation/cf/WebCoreAVCFResourceLoader.cpp: * platform/graphics/avfoundation/objc/CDMSessionAVContentKeySession.mm: * platform/graphics/avfoundation/objc/CDMSessionAVFoundationObjC.mm: * platform/graphics/avfoundation/objc/CDMSessionAVStreamSession.mm: * platform/graphics/avfoundation/objc/InbandTextTrackPrivateAVFObjC.mm: * platform/graphics/avfoundation/objc/InbandTextTrackPrivateLegacyAVFObjC.mm: * platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm: * platform/graphics/avfoundation/objc/MediaSourcePrivateAVFObjC.mm: * platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm: * platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm: * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm: * platform/graphics/ca/win/WKCACFViewLayerTreeHost.cpp: * platform/graphics/cocoa/FontCascadeCocoa.mm: * platform/graphics/cocoa/FontFamilySpecificationCoreText.cpp: * platform/graphics/cv/PixelBufferConformerCV.cpp: * platform/graphics/ios/FontCacheIOS.mm: * platform/graphics/mac/ComplexTextControllerCoreText.mm: * platform/graphics/mac/FontCacheMac.mm: * platform/graphics/mac/MediaPlayerPrivateQTKit.mm: * platform/graphics/mac/MediaTimeQTKit.mm: * platform/graphics/mac/PDFDocumentImageMac.mm: * platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp: * platform/ios/DragImageIOS.mm: * platform/ios/PlatformPasteboardIOS.mm: * platform/ios/PlatformScreenIOS.mm: * platform/ios/PlatformSpeechSynthesizerIOS.mm: * platform/ios/QuickLookSoftLink.h: * platform/ios/QuickLookSoftLink.mm: * platform/ios/RemoteCommandListenerIOS.mm: * platform/ios/ThemeIOS.mm: * platform/ios/ValidationBubbleIOS.mm: * platform/ios/WebCoreMotionManager.mm: * platform/ios/WebItemProviderPasteboard.mm: * platform/ios/WebVideoFullscreenControllerAVKit.mm: * platform/mac/DragImageMac.mm: * platform/mac/MediaRemoteSoftLink.cpp: * platform/mac/MediaRemoteSoftLink.h: * platform/mac/SerializedPlatformRepresentationMac.mm: * platform/mac/WebPlaybackControlsManager.mm: * platform/mac/WebVideoFullscreenController.mm: * platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.mm: * platform/mediastream/ios/CoreAudioCaptureSourceIOS.mm: * platform/mediastream/libwebrtc/H264VideoToolBoxEncoder.mm: * platform/mediastream/mac/AVCaptureDeviceManager.mm: * platform/network/cf/CookieJarCFNet.cpp: * platform/network/ios/NetworkStateNotifierIOS.mm: * platform/network/ios/PreviewConverter.mm: * platform/network/mac/BlobDataFileReferenceMac.mm: * platform/spi/cocoa/AVKitSPI.h: (-[AVTouchBarPlaybackControlsControlling NS_ENUM]): Deleted. * platform/spi/cocoa/NSAttributedStringSPI.h: * platform/spi/ios/DataDetectorsUISPI.h: * platform/spi/mac/AVFoundationSPI.h: * platform/spi/mac/DataDetectorsSPI.h: * platform/spi/mac/LookupSPI.h: * platform/spi/mac/TUCallSPI.h: * platform/win/ScrollbarThemeWin.cpp: * rendering/RenderThemeCocoa.mm: * rendering/RenderThemeIOS.mm: * rendering/RenderThemeWin.cpp: * testing/Internals.mm: * xml/XSLStyleSheetLibxslt.cpp: * xml/XSLTExtensions.cpp: * xml/XSLTProcessorLibxslt.cpp: * xml/XSLTUnicodeSort.cpp: Source/WebKit/ios: * Misc/WebGeolocationCoreLocationProvider.mm: * WebView/WebPDFViewPlaceholder.mm: Source/WebKit/mac: * Plugins/WebNetscapePluginView.mm: * Plugins/WebPluginController.mm: * WebCoreSupport/WebInspectorClient.mm: * WebView/WebFullScreenController.mm: * WebView/WebImmediateActionController.mm: * WebView/WebView.mm: Source/WebKit/win: * WebKitClassFactory.cpp: * WebView.cpp: Source/WebKit2: * Platform/mac/StringUtilities.mm: * Platform/spi/ios/ManagedConfigurationSPI.h: * Shared/Cocoa/DataDetectionResult.mm: * Shared/Cocoa/WebCoreArgumentCodersCocoa.mm: * Shared/ios/InteractionInformationAtPosition.mm: * Shared/ios/WebIconUtilities.mm: * Shared/mac/CookieStorageShim.mm: * Shared/mac/WebCoreArgumentCodersMac.mm: * UIProcess/API/Cocoa/_WKElementAction.mm: * UIProcess/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm: * UIProcess/ApplePay/ios/WebPaymentCoordinatorProxyIOS.mm: * UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm: * UIProcess/Cocoa/UIDelegate.mm: * UIProcess/Cocoa/WebViewImpl.mm: * UIProcess/Launcher/mac/ProcessLauncherMac.mm: * UIProcess/ios/WKActionSheetAssistant.mm: * UIProcess/ios/WKContentViewInteraction.mm: * UIProcess/ios/forms/WKAirPlayRoutePicker.mm: * UIProcess/ios/forms/WKFileUploadPanel.mm: * UIProcess/mac/WKImmediateActionController.mm: * UIProcess/mac/WebInspectorProxyMac.mm: * WebProcess/WebPage/mac/PlatformCALayerRemoteCustom.mm: * WebProcess/WebPage/mac/WebInspectorUIMac.mm: * WebProcess/cocoa/WebProcessCocoa.mm: Source/WTF: * WTF.xcodeproj/project.pbxproj: * wtf/SoftLinking.h: Copied from Source/WebCore/platform/ios/QuickLookSoftLink.mm. * wtf/cocoa/SoftLinking.h: Renamed from Source/WebCore/platform/cocoa/SoftLinking.h. * wtf/win/SoftLinking.h: Renamed from Source/WebCore/platform/win/SoftLinking.h. Tools: * DumpRenderTree/mac/TestRunnerMac.mm: * Scripts/webkitpy/style/checkers/cpp_unittest.py: (test_primary_header): (ErrorCollector.__init__): Deleted. (ErrorCollector.__call__): Deleted. (ErrorCollector.results): Deleted. (ErrorCollector.result_list): Deleted. (ErrorCollector.verify_all_categories_are_seen): Deleted. (MockIo.open): Deleted. (CppFunctionsTest.test_convert_to_lower_with_underscores): Deleted. (CppFunctionsTest.test_create_acronym): Deleted. (CppFunctionsTest.test_is_c_or_objective_c): Deleted. (CppFunctionsTest.test_parameter): Deleted. (CppFunctionsTest.test_single_line_view): Deleted. (CppFunctionsTest.test_create_skeleton_parameters): Deleted. (CppFunctionsTest.test_find_parameter_name_index): Deleted. (CppFunctionsTest.test_parameter_list): Deleted. (CppFunctionsTest.test_check_parameter_against_text): Deleted. (CppStyleTestBase.process_file_data): Deleted. (CppStyleTestBase.perform_lint): Deleted. (CppStyleTestBase.perform_single_line_lint): Deleted. (CppStyleTestBase.perform_multi_line_lint): Deleted. (CppStyleTestBase.perform_language_rules_check): Deleted. (CppStyleTestBase.perform_function_lengths_check): Deleted. (CppStyleTestBase.perform_pass_ptr_check): Deleted. (CppStyleTestBase.perform_leaky_pattern_check): Deleted. (CppStyleTestBase.perform_include_what_you_use): Deleted. (CppStyleTestBase.perform_header_guard_check): Deleted. (CppStyleTestBase.assert_lint): Deleted. (CppStyleTestBase.assert_lint_one_of_many_errors_re): Deleted. (CppStyleTestBase.assert_multi_line_lint): Deleted. (CppStyleTestBase.assert_multi_line_lint_re): Deleted. (CppStyleTestBase.assert_language_rules_check): Deleted. (CppStyleTestBase.assert_include_what_you_use): Deleted. (CppStyleTestBase.assert_header_guard): Deleted. (CppStyleTestBase.assert_blank_lines_check): Deleted. (CppStyleTestBase.assert_positions_equal): Deleted. (FunctionDetectionTest.test_basic_function_detection): Deleted. (FunctionDetectionTest.test_function_declaration_detection): Deleted. (FunctionDetectionTest.test_pure_function_detection): Deleted. (FunctionDetectionTest.test_override_and_final_function_detection): Deleted. (FunctionDetectionTest.test_ignore_macros): Deleted. (FunctionDetectionTest.test_non_functions): Deleted. (FunctionDetectionTest.test_non_functions.Stuff): Deleted. (FunctionDetectionTest.test_parameter_list): Deleted. (Cpp11StyleTest.test_rvaule_reference_in_parameter_pack): Deleted. (CppStyleTest.test_asm_lines_ignored): Deleted. (CppStyleTest.test_get_line_width): Deleted. (CppStyleTest.test_find_next_multi_line_comment_start): Deleted. (CppStyleTest.test_find_next_multi_line_comment_end): Deleted. (CppStyleTest.test_remove_multi_line_comments_from_range): Deleted. (CppStyleTest.test_position): Deleted. (CppStyleTest.test_rfind_in_lines): Deleted. (CppStyleTest.test_close_expression): Deleted. (CppStyleTest.test_spaces_at_end_of_line): Deleted. (CppStyleTest.test_cstyle_cast): Deleted. (CppStyleTest.test_runtime_casting): Deleted. (CppStyleTest.test_runtime_selfinit): Deleted. (CppStyleTest.test_runtime_rtti): Deleted. (CppStyleTest.test_static_cast_readability): Deleted. (CppStyleTest.test_check_for_unnamed_params): Deleted. (CppStyleTest.void): Deleted. (CppStyleTest.test_deprecated_cast): Deleted. (CppStyleTest.test_mock_method): Deleted. (CppStyleTest.test_sizeof_type): Deleted. (CppStyleTest.cases): Deleted. (CppStyleTest.for): Deleted. (CppStyleTest.test_typedef_for_pointer_to_function): Deleted. (CppStyleTest.test_typedef_for_pointer_to_function.void): Deleted. (CppStyleTest.test_include_what_you_use_no_implementation_files): Deleted. (CppStyleTest.test_include_what_you_use): Deleted. (CppStyleTest.test_files_belong_to_same_module): Deleted. (CppStyleTest.test_cleanse_line): Deleted. (CppStyleTest.test_multi_line_comments): Deleted. (CppStyleTest.test_multi_line_comments.Foo): Deleted. (CppStyleTest.test_multiline_strings): Deleted. (CppStyleTest.test_platformh_comments): Deleted. (CppStyleTest.test_explicit_single_argument_constructors): Deleted. (CppStyleTest.test_explicit_single_argument_constructors.Foo): Deleted. (CppStyleTest.test_explicit_single_argument_constructors.Qualifier): Deleted. (CppStyleTest.test_explicit_single_argument_constructors.definition): Deleted. (CppStyleTest.test_slash_star_comment_on_single_line): Deleted. (CppStyleTest.test_suspicious_usage_of_if): Deleted. (CppStyleTest.test_suspicious_usage_of_memset): Deleted. (CppStyleTest.test_check_posix_threading): Deleted. (CppStyleTest.test_insecure_string_operations): Deleted. (CppStyleTest.test_format_strings): Deleted. (CppStyleTest.test_insecure_temp_file): Deleted. (CppStyleTest.test_variable_length_array_detection): Deleted. (CppStyleTest.test_braces): Deleted. (CppStyleTest.test_check_check): Deleted. (CppStyleTest.test_brace_at_begin_of_line): Deleted. (CppStyleTest.test_mismatching_spaces_in_parens): Deleted. (CppStyleTest.test_spacing_for_fncall): Deleted. (CppStyleTest.test_spacing_for_fncall.foo): Deleted. (CppStyleTest.test_spacing_before_braces): Deleted. (CppStyleTest.test_spacing_between_braces): Deleted. (CppStyleTest.test_spacing_before_brackets): Deleted. (CppStyleTest.test_cpp_lambda_functions): Deleted. (CppStyleTest.test_objective_c_block): Deleted. (CppStyleTest.test_objective_c_block_as_argument): Deleted. (CppStyleTest.test_spacing_around_else): Deleted. (CppStyleTest.test_spacing_for_binary_ops): Deleted. (CppStyleTest.test_spacing_for_binary_ops.hash_map): Deleted. (CppStyleTest.test_operator_methods): Deleted. (CppStyleTest.test_spacing_in_objective_c_properties): Deleted. (CppStyleTest.test_spacing_before_last_semicolon): Deleted. (CppStyleTest.test_static_or_global_stlstrings): Deleted. (CppStyleTest.test_no_spaces_in_function_calls): Deleted. (CppStyleTest.test_one_spaces_between_code_and_comments): Deleted. (CppStyleTest.test_one_spaces_after_punctuation_in_comments): Deleted. (CppStyleTest.test_space_after_comment_marker): Deleted. (CppStyleTest.test_newline_at_eof): Deleted. (CppStyleTest.test_newline_at_eof.do_test): Deleted. (CppStyleTest.test_extra_newlines_at_eof): Deleted. (CppStyleTest.test_extra_newlines_at_eof.do_test): Deleted. (CppStyleTest.test_invalid_utf8): Deleted. (CppStyleTest.test_invalid_utf8.do_test): Deleted. (CppStyleTest.test_is_blank_line): Deleted. (CppStyleTest.test_blank_lines_check): Deleted. (CppStyleTest.test_allow_blank_line_before_closing_namespace): Deleted. (CppStyleTest.test_allow_blank_line_before_if_else_chain): Deleted. (CppStyleTest.test_else_on_same_line_as_closing_braces): Deleted. (CppStyleTest.test_else_clause_not_on_same_line_as_else): Deleted. (CppStyleTest.test_comma): Deleted. (CppStyleTest.test_declaration): Deleted. (CppStyleTest.test_pointer_reference_marker_location): Deleted. (CppStyleTest.test_indent): Deleted. (CppStyleTest.test_indent.Foo): Deleted. (CppStyleTest.test_not_alabel): Deleted. (CppStyleTest.test_tab): Deleted. (CppStyleTest.test_unnamed_namespaces_in_headers): Deleted. (CppStyleTest.test_build_class): Deleted. (CppStyleTest.test_build_class.definitions): Deleted. (CppStyleTest.test_build_class.Foo): Deleted. (CppStyleTest.test_build_class.DERIVE_FROM_GOO): Deleted. (CppStyleTest.test_build_end_comment): Deleted. (CppStyleTest.test_build_forward_decl): Deleted. (CppStyleTest.test_build_forward_decl.Foo): Deleted. (CppStyleTest.test_build_header_guard): Deleted. (CppStyleTest.test_build_header_guard.Foo_h): Deleted. (CppStyleTest.test_build_header_guard.Foo_h.for): Deleted. (CppStyleTest.test_build_printf_format): Deleted. (CppStyleTest.test_runtime_printf_format): Deleted. (CppStyleTest.assert_lintLogCodeOnError): Deleted. (CppStyleTest.test_build_storage_class): Deleted. (CppStyleTest.test_build_storage_class.unsignedLongLong): Deleted. (CppStyleTest.test_build_storage_class.declaration): Deleted. (CppStyleTest.test_build_storage_class.after): Deleted. (CppStyleTest.test_build_storage_class.is): Deleted. (CppStyleTest.test_legal_copyright): Deleted. (CppStyleTest.test_invalid_increment): Deleted. (CppStyleTest.test_enum_bitfields): Deleted. (CppStyleTest.test_plain_integral_bitfields): Deleted. (CleansedLinesTest.test_init_empty): Deleted. (CleansedLinesTest.test_collapse_strings): Deleted. (OrderOfIncludesTest.tearDown): Deleted. (OrderOfIncludesTest.test_check_next_include_order__no_config): Deleted. (OrderOfIncludesTest.test_check_next_include_order__no_self): Deleted. (OrderOfIncludesTest.test_check_next_include_order__likely_then_config): Deleted. (OrderOfIncludesTest.test_check_next_include_order__other_then_config): Deleted. (OrderOfIncludesTest.test_check_next_include_order__config_then_other_then_likely): Deleted. (OrderOfIncludesTest.test_check_alphabetical_include_order): Deleted. (OrderOfIncludesTest.test_check_alphabetical_include_order_errors_reported_for_both_lines): Deleted. (OrderOfIncludesTest.test_check_line_break_after_own_header): Deleted. (OrderOfIncludesTest.test_check_line_break_before_own_header): Deleted. (OrderOfIncludesTest.test_check_preprocessor_in_include_section): Deleted. (OrderOfIncludesTest.test_check_preprocessor_in_include_section.BAZ): Deleted. (OrderOfIncludesTest.test_check_preprocessor_in_include_section.FOOBAR): Deleted. (OrderOfIncludesTest.test_primary_header): Deleted. (OrderOfIncludesTest.test_public_primary_header): Deleted. (OrderOfIncludesTest.test_check_wtf_includes): Deleted. (OrderOfIncludesTest.test_classify_include): Deleted. (OrderOfIncludesTest.test_try_drop_common_suffixes): Deleted. (CheckForFunctionLengthsTest.tearDown): Deleted. (CheckForFunctionLengthsTest.set_min_confidence): Deleted. (CheckForFunctionLengthsTest.assert_function_lengths_check): Deleted. (CheckForFunctionLengthsTest.trigger_lines): Deleted. (CheckForFunctionLengthsTest.trigger_test_lines): Deleted. (CheckForFunctionLengthsTest.assert_function_length_check_definition): Deleted. (CheckForFunctionLengthsTest.assert_function_length_check_definition_ok): Deleted. (CheckForFunctionLengthsTest.assert_function_length_check_at_error_level): Deleted. (CheckForFunctionLengthsTest.assert_function_length_check_below_error_level): Deleted. (CheckForFunctionLengthsTest.assert_function_length_check_above_error_level): Deleted. (CheckForFunctionLengthsTest.function_body): Deleted. (CheckForFunctionLengthsTest.function_body_with_blank_lines): Deleted. (CheckForFunctionLengthsTest.function_body_with_no_lints): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_declaration): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_declaration_with_block_following): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_class_definition): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_class_definition.Test): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_trivial): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_empty): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity0): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_at_severity0): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_above_severity0): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity1v0): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_at_severity1v0): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity1): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_at_severity1): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_above_severity1): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_plus_indented): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_plus_blanks): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_complex_definition_severity1): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_for_test): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_for_split_line_test): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_for_bad_test_doesnt_break): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_with_embedded_no_lints): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity1_with_no_lint): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity2): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity2): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_above_severity2): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity3): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity3): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_above_severity3): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity4): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_severity4): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_above_severity4): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_below_severity5): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_at_severity5): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_above_severity5): Deleted. (CheckForFunctionLengthsTest.test_function_length_check_definition_huge_lines): Deleted. (CheckForFunctionLengthsTest.test_function_length_not_determinable): Deleted. (NoNonVirtualDestructorsTest.test_no_error): Deleted. (NoNonVirtualDestructorsTest.test_no_error.Foo): Deleted. (NoNonVirtualDestructorsTest.test_no_error.MyClass): Deleted. (NoNonVirtualDestructorsTest.test_no_error.Qualified): Deleted. (NoNonVirtualDestructorsTest.test_no_destructor_when_virtual_needed): Deleted. (NoNonVirtualDestructorsTest.test_no_destructor_when_virtual_needed.Foo): Deleted. (NoNonVirtualDestructorsTest.test_enum_casing): Deleted. (NoNonVirtualDestructorsTest.test_enum_casing.Foo): Deleted. (NoNonVirtualDestructorsTest.test_enum_casing.Enum123): Deleted. (NoNonVirtualDestructorsTest.test_enum_trailing_semicolon): Deleted. (NoNonVirtualDestructorsTest.test_enum_trailing_semicolon.CPP11EnumClass): Deleted. (NoNonVirtualDestructorsTest.test_enum_trailing_semicolon.MyEnum): Deleted. (NoNonVirtualDestructorsTest.test_destructor_non_virtual_when_virtual_needed): Deleted. (NoNonVirtualDestructorsTest.test_destructor_non_virtual_when_virtual_needed.Foo): Deleted. (NoNonVirtualDestructorsTest.test_no_warn_when_derived): Deleted. (NoNonVirtualDestructorsTest.test_no_warn_when_derived.Foo): Deleted. (NoNonVirtualDestructorsTest.test_internal_braces): Deleted. (NoNonVirtualDestructorsTest.test_internal_braces.Foo): Deleted. (NoNonVirtualDestructorsTest.test_inner_class_needs_virtual_destructor): Deleted. (NoNonVirtualDestructorsTest.test_inner_class_needs_virtual_destructor.Foo): Deleted. (NoNonVirtualDestructorsTest.test_inner_class_needs_virtual_destructor.Foo.Goo): Deleted. (NoNonVirtualDestructorsTest.test_inner_class_needs_virtual_destructor.Goo): Deleted. (NoNonVirtualDestructorsTest.test_outer_class_needs_virtual_destructor): Deleted. (NoNonVirtualDestructorsTest.test_outer_class_needs_virtual_destructor.Foo): Deleted. (NoNonVirtualDestructorsTest.test_outer_class_needs_virtual_destructor.Foo.Goo): Deleted. (NoNonVirtualDestructorsTest.test_qualified_class_needs_virtual_destructor): Deleted. (NoNonVirtualDestructorsTest.test_qualified_class_needs_virtual_destructor.Qualified): Deleted. (NoNonVirtualDestructorsTest.test_multi_line_declaration_no_error): Deleted. (NoNonVirtualDestructorsTest.test_multi_line_declaration_no_error.Foo): Deleted. (NoNonVirtualDestructorsTest.test_multi_line_declaration_with_error): Deleted. (NoNonVirtualDestructorsTest.test_multi_line_declaration_with_error.Foo): Deleted. (LeakyPatternTest.assert_leaky_pattern_check): Deleted. (LeakyPatternTest.test_get_dc): Deleted. (LeakyPatternTest.test_get_dc.HWndDC): Deleted. (LeakyPatternTest.test_own_get_dc): Deleted. (LeakyPatternTest.test_create_dc): Deleted. (LeakyPatternTest.test_create_compatible_dc): Deleted. (WebKitStyleTest.test_indentation): Deleted. (WebKitStyleTest.test_indentation.Foo): Deleted. (WebKitStyleTest.test_indentation.Document): Deleted. (WebKitStyleTest.test_spacing): Deleted. (WebKitStyleTest.test_line_breaking): Deleted. (WebKitStyleTest.test_braces): Deleted. (WebKitStyleTest.test_braces.MyClass): Deleted. (WebKitStyleTest.test_braces.NS_ENUM): Deleted. (WebKitStyleTest.test_braces.CPP11EnumClass): Deleted. (WebKitStyleTest.test_braces.SOMETHING): Deleted. (WebKitStyleTest.test_null_false_zero): Deleted. (WebKitStyleTest.test_directive_indentation): Deleted. (WebKitStyleTest.test_using_std): Deleted. (WebKitStyleTest.test_using_namespace): Deleted. (WebKitStyleTest.test_max_macro): Deleted. (WebKitStyleTest.test_min_macro): Deleted. (WebKitStyleTest.test_wtf_move): Deleted. (WebKitStyleTest.test_ctype_fucntion): Deleted. (WebKitStyleTest.test_names): Deleted. (WebKitStyleTest.test_names.HTMLDocument): Deleted. (WebKitStyleTest.test_names.WebWindowFadeAnimation): Deleted. (WebKitStyleTest.test_names.declarations): Deleted. (WebKitStyleTest.test_names.struct): Deleted. (WebKitStyleTest.test_names.VectorType): Deleted. (WebKitStyleTest.test_parameter_names): Deleted. (WebKitStyleTest.test_comments): Deleted. (WebKitStyleTest.test_webkit_export_check): Deleted. (WebKitStyleTest.test_member_initialization_list): Deleted. (WebKitStyleTest.test_member_initialization_list.MyClass): Deleted. (WebKitStyleTest.test_other): Deleted. (CppCheckerTest.mock_handle_style_error): Deleted. (CppCheckerTest._checker): Deleted. (CppCheckerTest.test_init): Deleted. (CppCheckerTest.test_eq): Deleted. (CppCheckerTest.test_eq.mock_handle_style_error2): Deleted. (CppCheckerTest.test_ne): Deleted. * TestWebKitAPI/Tests/WebKit/ios/AudioSessionCategoryIOS.mm: * TestWebKitAPI/Tests/ios/UIPasteboardTests.mm: * TestWebKitAPI/cocoa/TestWKWebView.mm: * TestWebKitAPI/ios/DataInteractionSimulator.mm: * WebKitTestRunner/InjectedBundle/mac/TestRunnerMac.mm: * WebKitTestRunner/ios/HIDEventGenerator.mm: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@219191 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent f2d2fb5 commit 766f753

File tree

157 files changed

+712
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+712
-179
lines changed

Source/WTF/ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2017-07-05 Don Olmstead <[email protected]>
2+
3+
[WTF] Move SoftLinking.h into WTF
4+
https://bugs.webkit.org/show_bug.cgi?id=174000
5+
6+
Reviewed by Alex Christensen.
7+
8+
* WTF.xcodeproj/project.pbxproj:
9+
* wtf/SoftLinking.h: Copied from Source/WebCore/platform/ios/QuickLookSoftLink.mm.
10+
* wtf/cocoa/SoftLinking.h: Renamed from Source/WebCore/platform/cocoa/SoftLinking.h.
11+
* wtf/win/SoftLinking.h: Renamed from Source/WebCore/platform/win/SoftLinking.h.
12+
113
2017-07-05 Yusuke Suzuki <[email protected]>
214

315
Upgrade GCC baseline

Source/WTF/WTF.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@
342342
9BC70F04176C379D00101DEC /* AtomicStringTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AtomicStringTable.cpp; sourceTree = "<group>"; };
343343
9BD8F40A176C2AD80002D865 /* AtomicStringTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtomicStringTable.h; sourceTree = "<group>"; };
344344
9C67C542589348E285B49699 /* IndexedContainerIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IndexedContainerIterator.h; sourceTree = "<group>"; };
345+
A30D412C1F0DE0BA00B71954 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SoftLinking.h; path = SoftLinking.h; sourceTree = "<group>"; };
346+
A30D412D1F0DE13F00B71954 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SoftLinking.h; path = SoftLinking.h; sourceTree = "<group>"; };
345347
A5098AFF1C169E0700087797 /* SandboxSPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SandboxSPI.h; sourceTree = "<group>"; };
346348
A5098B011C16A4F900087797 /* SecuritySPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecuritySPI.h; sourceTree = "<group>"; };
347349
A561F30F1DF2642100FF675D /* DeprecatedOptional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeprecatedOptional.h; sourceTree = "<group>"; };
@@ -380,7 +382,6 @@
380382
A8A4727B151A825A004123FF /* DecimalNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DecimalNumber.cpp; sourceTree = "<group>"; };
381383
A8A4727C151A825A004123FF /* DecimalNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DecimalNumber.h; sourceTree = "<group>"; };
382384
A8A4727E151A825A004123FF /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
383-
A9A4727F151A825A004123FF /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
384385
A8A4727F151A825A004123FF /* DispatchPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchPtr.h; sourceTree = "<group>"; };
385386
A8A47280151A825A004123FF /* DoublyLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DoublyLinkedList.h; sourceTree = "<group>"; };
386387
A8A47282151A825A004123FF /* bignum-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "bignum-dtoa.cc"; sourceTree = "<group>"; };
@@ -514,6 +515,7 @@
514515
A8A4737A151A825B004123FF /* WTFThreadData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WTFThreadData.cpp; sourceTree = "<group>"; };
515516
A8A4737B151A825B004123FF /* WTFThreadData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WTFThreadData.h; sourceTree = "<group>"; };
516517
A8A4748B151A8264004123FF /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
518+
A9A4727F151A825A004123FF /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
517519
AD7C434A1DD2A4A70026888B /* Expected.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Expected.h; sourceTree = "<group>"; };
518520
AD89B6B51E6415080090707F /* MemoryPressureHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryPressureHandler.cpp; sourceTree = "<group>"; };
519521
AD89B6B61E6415080090707F /* MemoryPressureHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryPressureHandler.h; sourceTree = "<group>"; };
@@ -934,6 +936,7 @@
934936
A748745017A0BDAE00FA04CB /* SixCharacterHash.h */,
935937
A8A4730C151A825B004123FF /* SizeLimits.cpp */,
936938
7936D6A91C99F8AE000D1AED /* SmallPtrSet.h */,
939+
A30D412D1F0DE13F00B71954 /* SoftLinking.h */,
937940
A8A4730D151A825B004123FF /* Spectrum.h */,
938941
A8A4730E151A825B004123FF /* StackBounds.cpp */,
939942
A8A4730F151A825B004123FF /* StackBounds.h */,
@@ -1173,6 +1176,7 @@
11731176
E38C41241EB4E04C0042957D /* CPUTimeCocoa.mm */,
11741177
ADF2CE651E39F106006889DB /* MemoryFootprintCocoa.cpp */,
11751178
AD89B6B91E64150F0090707F /* MemoryPressureHandlerCocoa.mm */,
1179+
A30D412C1F0DE0BA00B71954 /* SoftLinking.h */,
11761180
E4A0AD3C1A96253C00536DF6 /* WorkQueueCocoa.cpp */,
11771181
);
11781182
path = cocoa;

Source/WTF/wtf/SoftLinking.h

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* Copyright (C) 2017 Sony Interactive Entertainment Inc.
3+
*
4+
* Redistribution and use in source and binary forms, with or without
5+
* modification, are permitted provided that the following conditions
6+
* are met:
7+
* 1. Redistributions of source code must retain the above copyright
8+
* notice, this list of conditions and the following disclaimer.
9+
* 2. Redistributions in binary form must reproduce the above copyright
10+
* notice, this list of conditions and the following disclaimer in the
11+
* documentation and/or other materials provided with the distribution.
12+
*
13+
* THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
14+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16+
* DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
17+
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18+
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19+
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20+
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22+
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23+
*/
24+
25+
#pragma once
26+
27+
#if PLATFORM(COCOA)
28+
#include <wtf/cocoa/SoftLinking.h>
29+
#elif OS(WINDOWS)
30+
#include <wtf/win/SoftLinking.h>
31+
#else
32+
#error "SoftLinking not defined for platform"
33+
#endif

Source/WebCore/platform/cocoa/SoftLinking.h renamed to Source/WTF/wtf/cocoa/SoftLinking.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2323
*/
2424

25-
#ifndef SoftLinking_h
26-
#define SoftLinking_h
25+
#pragma once
2726

2827
#import <wtf/Assertions.h>
2928
#import <dlfcn.h>
@@ -540,5 +539,3 @@
540539
return pointer##framework##variableName; \
541540
} \
542541
}
543-
544-
#endif // SoftLinking_h

Source/WebCore/platform/win/SoftLinking.h renamed to Source/WTF/wtf/win/SoftLinking.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2323
*/
2424

25-
#ifndef SoftLinking_h
26-
#define SoftLinking_h
25+
#pragma once
2726

2827
#include <windows.h>
2928
#include <wtf/Assertions.h>
@@ -302,5 +301,3 @@
302301
return softLink##framework##functionName parameterNames; \
303302
} \
304303
}
305-
306-
#endif // SoftLinking_h

Source/WebCore/ChangeLog

+115
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,118 @@
1+
2017-07-05 Don Olmstead <[email protected]>
2+
3+
[WTF] Move SoftLinking.h into WTF
4+
https://bugs.webkit.org/show_bug.cgi?id=174000
5+
6+
Reviewed by Alex Christensen.
7+
8+
No new tests. No change in functionality
9+
10+
* Modules/applepay/PaymentRequest.cpp:
11+
* Modules/applepay/cocoa/PaymentContactCocoa.mm:
12+
* Modules/applepay/cocoa/PaymentMerchantSessionCocoa.mm:
13+
* Modules/encryptedmedia/legacy/LegacyCDMPrivateMediaPlayer.cpp:
14+
* WebCore.xcodeproj/project.pbxproj:
15+
* editing/cocoa/EditorCocoa.mm:
16+
* editing/cocoa/HTMLConverter.mm:
17+
* editing/ios/EditorIOS.mm:
18+
* page/CaptionUserPreferencesMediaAF.cpp:
19+
* page/cocoa/SettingsCocoa.mm:
20+
* page/ios/UserAgentIOS.mm:
21+
* page/mac/ServicesOverlayController.mm:
22+
* platform/audio/ios/AudioDestinationIOS.cpp:
23+
* platform/audio/ios/AudioFileReaderIOS.cpp:
24+
* platform/audio/ios/AudioSessionIOS.mm:
25+
* platform/audio/ios/MediaSessionManagerIOS.mm:
26+
* platform/cf/CoreMediaSoftLink.cpp:
27+
* platform/cf/CoreMediaSoftLink.h:
28+
* platform/cf/MediaAccessibilitySoftLink.cpp:
29+
* platform/cf/MediaAccessibilitySoftLink.h:
30+
* platform/cocoa/ContentFilterUnblockHandlerCocoa.mm:
31+
* platform/cocoa/CoreVideoSoftLink.cpp:
32+
* platform/cocoa/CoreVideoSoftLink.h:
33+
* platform/cocoa/DataDetectorsCoreSoftLink.h:
34+
* platform/cocoa/NetworkExtensionContentFilter.mm:
35+
* platform/cocoa/ParentalControlsContentFilter.mm:
36+
* platform/cocoa/TelephoneNumberDetectorCocoa.cpp:
37+
* platform/cocoa/VideoToolboxSoftLink.cpp:
38+
* platform/cocoa/VideoToolboxSoftLink.h:
39+
* platform/cocoa/WebPlaybackSessionModelMediaElement.mm:
40+
* platform/cocoa/WebVideoFullscreenModelVideoElement.mm:
41+
* platform/gamepad/cocoa/GameControllerGamepadProvider.mm:
42+
* platform/graphics/avfoundation/AVTrackPrivateAVFObjCImpl.mm:
43+
* platform/graphics/avfoundation/MediaPlaybackTargetMac.mm:
44+
* platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
45+
* platform/graphics/avfoundation/MediaSelectionGroupAVFObjC.mm:
46+
* platform/graphics/avfoundation/cf/AVFoundationCFSoftLinking.h:
47+
* platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp:
48+
* platform/graphics/avfoundation/cf/InbandTextTrackPrivateAVCF.cpp:
49+
* platform/graphics/avfoundation/cf/InbandTextTrackPrivateLegacyAVCF.cpp:
50+
* platform/graphics/avfoundation/cf/WebCoreAVCFResourceLoader.cpp:
51+
* platform/graphics/avfoundation/objc/CDMSessionAVContentKeySession.mm:
52+
* platform/graphics/avfoundation/objc/CDMSessionAVFoundationObjC.mm:
53+
* platform/graphics/avfoundation/objc/CDMSessionAVStreamSession.mm:
54+
* platform/graphics/avfoundation/objc/InbandTextTrackPrivateAVFObjC.mm:
55+
* platform/graphics/avfoundation/objc/InbandTextTrackPrivateLegacyAVFObjC.mm:
56+
* platform/graphics/avfoundation/objc/MediaPlaybackTargetPickerMac.mm:
57+
* platform/graphics/avfoundation/objc/MediaSourcePrivateAVFObjC.mm:
58+
* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:
59+
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm:
60+
* platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
61+
* platform/graphics/ca/win/WKCACFViewLayerTreeHost.cpp:
62+
* platform/graphics/cocoa/FontCascadeCocoa.mm:
63+
* platform/graphics/cocoa/FontFamilySpecificationCoreText.cpp:
64+
* platform/graphics/cv/PixelBufferConformerCV.cpp:
65+
* platform/graphics/ios/FontCacheIOS.mm:
66+
* platform/graphics/mac/ComplexTextControllerCoreText.mm:
67+
* platform/graphics/mac/FontCacheMac.mm:
68+
* platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
69+
* platform/graphics/mac/MediaTimeQTKit.mm:
70+
* platform/graphics/mac/PDFDocumentImageMac.mm:
71+
* platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:
72+
* platform/ios/DragImageIOS.mm:
73+
* platform/ios/PlatformPasteboardIOS.mm:
74+
* platform/ios/PlatformScreenIOS.mm:
75+
* platform/ios/PlatformSpeechSynthesizerIOS.mm:
76+
* platform/ios/QuickLookSoftLink.h:
77+
* platform/ios/QuickLookSoftLink.mm:
78+
* platform/ios/RemoteCommandListenerIOS.mm:
79+
* platform/ios/ThemeIOS.mm:
80+
* platform/ios/ValidationBubbleIOS.mm:
81+
* platform/ios/WebCoreMotionManager.mm:
82+
* platform/ios/WebItemProviderPasteboard.mm:
83+
* platform/ios/WebVideoFullscreenControllerAVKit.mm:
84+
* platform/mac/DragImageMac.mm:
85+
* platform/mac/MediaRemoteSoftLink.cpp:
86+
* platform/mac/MediaRemoteSoftLink.h:
87+
* platform/mac/SerializedPlatformRepresentationMac.mm:
88+
* platform/mac/WebPlaybackControlsManager.mm:
89+
* platform/mac/WebVideoFullscreenController.mm:
90+
* platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.mm:
91+
* platform/mediastream/ios/CoreAudioCaptureSourceIOS.mm:
92+
* platform/mediastream/libwebrtc/H264VideoToolBoxEncoder.mm:
93+
* platform/mediastream/mac/AVCaptureDeviceManager.mm:
94+
* platform/network/cf/CookieJarCFNet.cpp:
95+
* platform/network/ios/NetworkStateNotifierIOS.mm:
96+
* platform/network/ios/PreviewConverter.mm:
97+
* platform/network/mac/BlobDataFileReferenceMac.mm:
98+
* platform/spi/cocoa/AVKitSPI.h:
99+
(-[AVTouchBarPlaybackControlsControlling NS_ENUM]): Deleted.
100+
* platform/spi/cocoa/NSAttributedStringSPI.h:
101+
* platform/spi/ios/DataDetectorsUISPI.h:
102+
* platform/spi/mac/AVFoundationSPI.h:
103+
* platform/spi/mac/DataDetectorsSPI.h:
104+
* platform/spi/mac/LookupSPI.h:
105+
* platform/spi/mac/TUCallSPI.h:
106+
* platform/win/ScrollbarThemeWin.cpp:
107+
* rendering/RenderThemeCocoa.mm:
108+
* rendering/RenderThemeIOS.mm:
109+
* rendering/RenderThemeWin.cpp:
110+
* testing/Internals.mm:
111+
* xml/XSLStyleSheetLibxslt.cpp:
112+
* xml/XSLTExtensions.cpp:
113+
* xml/XSLTProcessorLibxslt.cpp:
114+
* xml/XSLTUnicodeSort.cpp:
115+
1116
2017-07-05 Zalan Bujtas <[email protected]>
2117

3118
REGRESSION: Stack overflow in RenderBlockFlow::layoutBlock after increasing the font size to max in some RTL vertical books.

Source/WebCore/Modules/applepay/PaymentRequest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#if ENABLE(APPLE_PAY)
3030

3131
#include "PaymentAuthorizationStatus.h"
32-
#include "SoftLinking.h"
32+
#include <wtf/SoftLinking.h>
3333

3434
namespace WebCore {
3535

Source/WebCore/Modules/applepay/cocoa/PaymentContactCocoa.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
#import "ApplePayPaymentContact.h"
3232
#import "PassKitSPI.h"
33-
#import "SoftLinking.h"
3433
#import <Contacts/Contacts.h>
34+
#import <wtf/SoftLinking.h>
3535
#import <wtf/text/StringBuilder.h>
3636

3737
SOFT_LINK_FRAMEWORK(Contacts)

Source/WebCore/Modules/applepay/cocoa/PaymentMerchantSessionCocoa.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
#if ENABLE(APPLE_PAY)
3030

31-
#import "SoftLinking.h"
3231
#import "PassKitSPI.h"
3332
#import <runtime/JSONObject.h>
33+
#import <wtf/SoftLinking.h>
3434

3535
#if PLATFORM(MAC)
3636
SOFT_LINK_PRIVATE_FRAMEWORK(PassKit)

Source/WebCore/Modules/encryptedmedia/legacy/LegacyCDMPrivateMediaPlayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "MediaPlayer.h"
3535

3636
#if PLATFORM(IOS)
37-
#include "SoftLinking.h"
37+
#include <wtf/SoftLinking.h>
3838
#endif
3939

4040
namespace WebCore {

Source/WebCore/WebCore.xcodeproj/project.pbxproj

-4
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@
390390
08FB17C113BC7E9100040086 /* SVGAttributeToPropertyMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB17C013BC7E9100040086 /* SVGAttributeToPropertyMap.cpp */; };
391391
08FB3F8413BC754C0099FC18 /* SVGAttributeToPropertyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 08FB3F8313BC754C0099FC18 /* SVGAttributeToPropertyMap.h */; settings = {ATTRIBUTES = (Private, ); }; };
392392
08FE0BC5127E2AC1000C4FB5 /* SVGAnimatedPreserveAspectRatio.h in Headers */ = {isa = PBXBuildFile; fileRef = 08FE0BC4127E2AC1000C4FB5 /* SVGAnimatedPreserveAspectRatio.h */; };
393-
0A4844990CA44CB200B7BD48 /* SoftLinking.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A4844980CA44CB200B7BD48 /* SoftLinking.h */; settings = {ATTRIBUTES = (Private, ); }; };
394393
0AFDAC3D10F5448C00E1F3D2 /* PluginViewBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AFDAC3C10F5448C00E1F3D2 /* PluginViewBase.h */; settings = {ATTRIBUTES = (Private, ); }; };
395394
0B8C56D40F28627F000502E1 /* HTTPHeaderMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B8C56D30F28627F000502E1 /* HTTPHeaderMap.cpp */; };
396395
0B9056190F2578BE0095FF6A /* DocumentThreadableLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B9056150F2578BE0095FF6A /* DocumentThreadableLoader.cpp */; };
@@ -7830,7 +7829,6 @@
78307829
08FB17C013BC7E9100040086 /* SVGAttributeToPropertyMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SVGAttributeToPropertyMap.cpp; sourceTree = "<group>"; };
78317830
08FB3F8313BC754C0099FC18 /* SVGAttributeToPropertyMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGAttributeToPropertyMap.h; sourceTree = "<group>"; };
78327831
08FE0BC4127E2AC1000C4FB5 /* SVGAnimatedPreserveAspectRatio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGAnimatedPreserveAspectRatio.h; sourceTree = "<group>"; };
7833-
0A4844980CA44CB200B7BD48 /* SoftLinking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoftLinking.h; sourceTree = "<group>"; };
78347832
0AFDAC3C10F5448C00E1F3D2 /* PluginViewBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginViewBase.h; sourceTree = "<group>"; };
78357833
0B8C56D30F28627F000502E1 /* HTTPHeaderMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPHeaderMap.cpp; sourceTree = "<group>"; };
78367834
0B9056150F2578BE0095FF6A /* DocumentThreadableLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DocumentThreadableLoader.cpp; sourceTree = "<group>"; };
@@ -21283,7 +21281,6 @@
2128321281
1A4A95510B4EDCFF002D8C3C /* SharedBufferCocoa.mm */,
2128421282
5D8C4DBD1428222C0026CE72 /* SleepDisablerCocoa.cpp */,
2128521283
5D8C4DBE1428222C0026CE72 /* SleepDisablerCocoa.h */,
21286-
0A4844980CA44CB200B7BD48 /* SoftLinking.h */,
2128721284
5D5975B119635F1100D00878 /* SystemVersion.h */,
2128821285
5D5975B219635F1100D00878 /* SystemVersion.mm */,
2128921286
7CC564B918BAC720001B9652 /* TelephoneNumberDetectorCocoa.cpp */,
@@ -29545,7 +29542,6 @@
2954529542
510D4A37103165EE0049EA54 /* SocketStreamHandle.h in Headers */,
2954629543
510D4A38103165EE0049EA54 /* SocketStreamHandleClient.h in Headers */,
2954729544
51ABAE1E103C1913008C5260 /* SocketStreamHandleImpl.h in Headers */,
29548-
0A4844990CA44CB200B7BD48 /* SoftLinking.h in Headers */,
2954929545
84A81F3E0FC7DFF000955300 /* SourceAlpha.h in Headers */,
2955029546
CD3A496217A9D01B00274E42 /* SourceBuffer.h in Headers */,
2955129547
CD3A496517A9D01B00274E42 /* SourceBufferList.h in Headers */,

Source/WebCore/editing/cocoa/EditorCocoa.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
#import "Pasteboard.h"
4949
#import "RenderElement.h"
5050
#import "RenderStyle.h"
51-
#import "SoftLinking.h"
5251
#import "Text.h"
5352
#import <wtf/BlockObjCExceptions.h>
53+
#import <wtf/SoftLinking.h>
5454

5555
#if PLATFORM(IOS)
5656
SOFT_LINK_PRIVATE_FRAMEWORK(WebKitLegacy)

Source/WebCore/editing/cocoa/HTMLConverter.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
#import "RGBColor.h"
5959
#import "RenderImage.h"
6060
#import "RenderText.h"
61-
#import "SoftLinking.h"
6261
#import "StyleProperties.h"
6362
#import "StyledElement.h"
6463
#import "TextIterator.h"
6564
#import <objc/runtime.h>
6665
#import <wtf/ASCIICType.h>
66+
#import <wtf/SoftLinking.h>
6767
#import <wtf/text/StringBuilder.h>
6868

6969
#if PLATFORM(IOS)

Source/WebCore/editing/ios/EditorIOS.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
#import "RenderBlock.h"
5757
#import "RenderImage.h"
5858
#import "SharedBuffer.h"
59-
#import "SoftLinking.h"
6059
#import "StyleProperties.h"
6160
#import "Text.h"
6261
#import "TypingCommand.h"
6362
#import "WAKAppKitStubs.h"
6463
#import "markup.h"
6564
#import <MobileCoreServices/MobileCoreServices.h>
65+
#import <wtf/SoftLinking.h>
6666
#import <wtf/text/StringBuilder.h>
6767

6868
namespace WebCore {

Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
#endif
3838
#include "FloatConversion.h"
3939
#include "HTMLMediaElement.h"
40-
#include "URL.h"
4140
#include "Language.h"
4241
#include "LocalizedStrings.h"
4342
#include "Logging.h"
4443
#include "MediaControlElements.h"
45-
#include "SoftLinking.h"
4644
#include "TextTrackList.h"
45+
#include "URL.h"
4746
#include "UserStyleSheetTypes.h"
4847
#include "VTTCue.h"
4948
#include <algorithm>
5049
#include <wtf/NeverDestroyed.h>
5150
#include <wtf/PlatformUserPreferredLanguages.h>
5251
#include <wtf/RetainPtr.h>
52+
#include <wtf/SoftLinking.h>
5353
#include <wtf/text/CString.h>
5454
#include <wtf/text/StringBuilder.h>
5555

Source/WebCore/page/cocoa/SettingsCocoa.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
#if PLATFORM(IOS)
3232
#include "Device.h"
33-
#include "SoftLinking.h"
3433
#include "UIKitSPI.h"
34+
#include <wtf/SoftLinking.h>
3535
#endif
3636

3737
#if PLATFORM(IOS)

0 commit comments

Comments
 (0)