haikuwebkit/Source/WebKitLegacy/SourcesCocoa.txt

188 lines
5.8 KiB
Plaintext
Raw Permalink Normal View History

// Copyright (C) 2019 Apple Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
//
// THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
// THE POSSIBILITY OF SUCH DAMAGE.
Unify builds in WebKitLegacy/mac/DOM https://bugs.webkit.org/show_bug.cgi?id=199771 Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18 Reviewed by Geoffrey Garen. Source/WebKitLegacy: * SourcesCocoa.txt: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMAbstractView.mm: * DOM/DOMAttr.mm: * DOM/DOMBlob.mm: * DOM/DOMCDATASection.mm: * DOM/DOMCSSFontFaceRule.mm: * DOM/DOMCSSImportRule.mm: * DOM/DOMCSSMediaRule.mm: * DOM/DOMCSSPageRule.mm: * DOM/DOMCSSPrimitiveValue.mm: * DOM/DOMCSSRule.mm: * DOM/DOMCSSRuleList.mm: * DOM/DOMCSSStyleDeclaration.mm: * DOM/DOMCSSStyleRule.mm: * DOM/DOMCSSStyleSheet.mm: * DOM/DOMCSSUnknownRule.mm: * DOM/DOMCSSValue.mm: * DOM/DOMCSSValueList.mm: * DOM/DOMCharacterData.mm: * DOM/DOMComment.mm: * DOM/DOMCounter.mm: * DOM/DOMDocument.mm: * DOM/DOMDocumentFragment.mm: * DOM/DOMDocumentType.mm: * DOM/DOMEvent.mm: * DOM/DOMFile.mm: * DOM/DOMFileList.mm: * DOM/DOMHTMLAnchorElement.mm: * DOM/DOMHTMLAppletElement.mm: * DOM/DOMHTMLAreaElement.mm: * DOM/DOMHTMLBRElement.mm: * DOM/DOMHTMLBaseElement.mm: * DOM/DOMHTMLBaseFontElement.mm: * DOM/DOMHTMLBodyElement.mm: * DOM/DOMHTMLButtonElement.mm: * DOM/DOMHTMLCanvasElement.mm: * DOM/DOMHTMLCollection.mm: * DOM/DOMHTMLDListElement.mm: * DOM/DOMHTMLDirectoryElement.mm: * DOM/DOMHTMLDivElement.mm: * DOM/DOMHTMLDocument.mm: * DOM/DOMHTMLElement.mm: * DOM/DOMHTMLEmbedElement.mm: * DOM/DOMHTMLFieldSetElement.mm: * DOM/DOMHTMLFontElement.mm: * DOM/DOMHTMLFormElement.mm: * DOM/DOMHTMLFrameElement.mm: * DOM/DOMHTMLFrameSetElement.mm: * DOM/DOMHTMLHRElement.mm: * DOM/DOMHTMLHeadElement.mm: * DOM/DOMHTMLHeadingElement.mm: * DOM/DOMHTMLHtmlElement.mm: * DOM/DOMHTMLIFrameElement.mm: * DOM/DOMHTMLImageElement.mm: * DOM/DOMHTMLInputElement.mm: * DOM/DOMHTMLLIElement.mm: * DOM/DOMHTMLLabelElement.mm: * DOM/DOMHTMLLegendElement.mm: * DOM/DOMHTMLLinkElement.mm: * DOM/DOMHTMLMapElement.mm: * DOM/DOMHTMLMarqueeElement.mm: * DOM/DOMHTMLMediaElement.mm: * DOM/DOMHTMLMenuElement.mm: * DOM/DOMHTMLMetaElement.mm: * DOM/DOMHTMLModElement.mm: * DOM/DOMHTMLOListElement.mm: * DOM/DOMHTMLObjectElement.mm: * DOM/DOMHTMLOptGroupElement.mm: * DOM/DOMHTMLOptionElement.mm: * DOM/DOMHTMLOptionsCollection.mm: * DOM/DOMHTMLParagraphElement.mm: * DOM/DOMHTMLParamElement.mm: * DOM/DOMHTMLPreElement.mm: * DOM/DOMHTMLQuoteElement.mm: * DOM/DOMHTMLScriptElement.mm: * DOM/DOMHTMLSelectElement.mm: * DOM/DOMHTMLStyleElement.mm: * DOM/DOMHTMLTableCaptionElement.mm: * DOM/DOMHTMLTableCellElement.mm: * DOM/DOMHTMLTableColElement.mm: * DOM/DOMHTMLTableElement.mm: * DOM/DOMHTMLTableRowElement.mm: * DOM/DOMHTMLTableSectionElement.mm: * DOM/DOMHTMLTitleElement.mm: * DOM/DOMHTMLUListElement.mm: * DOM/DOMHTMLVideoElement.mm: * DOM/DOMKeyboardEvent.mm: * DOM/DOMMediaError.mm: * DOM/DOMMediaList.mm: * DOM/DOMMouseEvent.mm: * DOM/DOMMutationEvent.mm: * DOM/DOMNamedNodeMap.mm: * DOM/DOMNodeIterator.mm: * DOM/DOMNodeList.mm: * DOM/DOMOverflowEvent.mm: * DOM/DOMProcessingInstruction.mm: * DOM/DOMProgressEvent.mm: * DOM/DOMRGBColor.mm: * DOM/DOMRange.mm: * DOM/DOMRect.mm: * DOM/DOMStyleSheet.mm: * DOM/DOMStyleSheetList.mm: * DOM/DOMText.mm: * DOM/DOMTextEvent.mm: * DOM/DOMTimeRanges.mm: * DOM/DOMTokenList.mm: * DOM/DOMTreeWalker.mm: * DOM/DOMUIEvent.mm: * DOM/DOMWheelEvent.mm: * DOM/DOMXPath.mm: * DOM/DOMXPathExpression.mm: * DOM/DOMXPathResult.mm: Canonical link: https://commits.webkit.org/213790@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-07-18 19:05:29 +00:00
mac/DOM/DOM.mm
mac/DOM/DOMAbstractView.mm
mac/DOM/DOMAttr.mm
mac/DOM/DOMBlob.mm
mac/DOM/DOMCDATASection.mm
mac/DOM/DOMCSS.mm
mac/DOM/DOMCSSCharsetRule.mm
mac/DOM/DOMCSSFontFaceRule.mm
mac/DOM/DOMCSSImportRule.mm
mac/DOM/DOMCSSMediaRule.mm
mac/DOM/DOMCSSPageRule.mm
mac/DOM/DOMCSSPrimitiveValue.mm
mac/DOM/DOMCSSRule.mm
mac/DOM/DOMCSSRuleList.mm
mac/DOM/DOMCSSStyleDeclaration.mm
mac/DOM/DOMCSSStyleRule.mm
mac/DOM/DOMCSSStyleSheet.mm
mac/DOM/DOMCSSUnknownRule.mm
mac/DOM/DOMCSSValue.mm
mac/DOM/DOMCSSValueList.mm
mac/DOM/DOMCharacterData.mm
mac/DOM/DOMComment.h
mac/DOM/DOMComment.mm
mac/DOM/DOMCommentInternal.h
mac/DOM/DOMCounter.mm
mac/DOM/DOMCustomXPathNSResolver.mm
mac/DOM/DOMDocument.mm
mac/DOM/DOMDocumentFragment.mm
mac/DOM/DOMDocumentType.mm
mac/DOM/DOMElement.mm
mac/DOM/DOMEntity.mm
mac/DOM/DOMEntityReference.mm
mac/DOM/DOMEvent.mm
mac/DOM/DOMEvents.mm
mac/DOM/DOMFile.mm
mac/DOM/DOMFileList.mm
mac/DOM/DOMHTML.mm
Unify more WebKitLegacy sources https://bugs.webkit.org/show_bug.cgi?id=202410 Reviewed by Tim Horton. Source/WebKitLegacy: * SourcesCocoa.txt: * UnifiedSources-output.xcfilelist: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMHTML.mm: (-[DOMHTMLElement scrollXOffset]): (-[DOMHTMLElement scrollYOffset]): (-[DOMHTMLElement setScrollXOffset:scrollYOffset:adjustForIOSCaret:]): (-[DOMHTMLElement absolutePosition::::]): (-[DOMHTMLInputElement setValueWithChangeEvent:]): (-[DOMHTMLInputElement setValueAsNumberWithChangeEvent:]): * DOM/DOMHTMLTextAreaElement.mm: (unwrap): (core): (kit): (-[DOMHTMLTextAreaElement autofocus]): (-[DOMHTMLTextAreaElement setAutofocus:]): (-[DOMHTMLTextAreaElement dirName]): (-[DOMHTMLTextAreaElement setDirName:]): (-[DOMHTMLTextAreaElement disabled]): (-[DOMHTMLTextAreaElement setDisabled:]): (-[DOMHTMLTextAreaElement form]): (-[DOMHTMLTextAreaElement maxLength]): (-[DOMHTMLTextAreaElement setMaxLength:]): (-[DOMHTMLTextAreaElement name]): (-[DOMHTMLTextAreaElement setName:]): (-[DOMHTMLTextAreaElement placeholder]): (-[DOMHTMLTextAreaElement setPlaceholder:]): (-[DOMHTMLTextAreaElement readOnly]): (-[DOMHTMLTextAreaElement setReadOnly:]): (-[DOMHTMLTextAreaElement required]): (-[DOMHTMLTextAreaElement setRequired:]): (-[DOMHTMLTextAreaElement rows]): (-[DOMHTMLTextAreaElement setRows:]): (-[DOMHTMLTextAreaElement cols]): (-[DOMHTMLTextAreaElement setCols:]): (-[DOMHTMLTextAreaElement wrap]): (-[DOMHTMLTextAreaElement setWrap:]): (-[DOMHTMLTextAreaElement type]): (-[DOMHTMLTextAreaElement defaultValue]): (-[DOMHTMLTextAreaElement setDefaultValue:]): (-[DOMHTMLTextAreaElement value]): (-[DOMHTMLTextAreaElement setValue:]): (-[DOMHTMLTextAreaElement textLength]): (-[DOMHTMLTextAreaElement willValidate]): (-[DOMHTMLTextAreaElement labels]): (-[DOMHTMLTextAreaElement selectionStart]): (-[DOMHTMLTextAreaElement setSelectionStart:]): (-[DOMHTMLTextAreaElement selectionEnd]): (-[DOMHTMLTextAreaElement setSelectionEnd:]): (-[DOMHTMLTextAreaElement selectionDirection]): (-[DOMHTMLTextAreaElement setSelectionDirection:]): (-[DOMHTMLTextAreaElement accessKey]): (-[DOMHTMLTextAreaElement setAccessKey:]): (-[DOMHTMLTextAreaElement autocomplete]): (-[DOMHTMLTextAreaElement setAutocomplete:]): (-[DOMHTMLTextAreaElement select]): (-[DOMHTMLTextAreaElement setRangeText:]): (-[DOMHTMLTextAreaElement setRangeText:start:end:selectionMode:]): (-[DOMHTMLTextAreaElement setSelectionRange:end:]): * DOM/DOMUIKitExtensions.mm: (-[DOMRange move:inDirection:]): (-[DOMRange extend:inDirection:]): (-[DOMNode borderRadii]): (-[DOMNode isSelectableBlock]): (-[DOMNode findExplodedTextNodeAtPoint:]): (-[DOMHTMLElement structuralComplexityContribution]): * WebCoreSupport/WebFrameLoaderClient.h: * WebCoreSupport/WebFrameLoaderClient.mm: (dataSource): * WebView/WebDataSource.mm: (addTypesFromClass): Canonical link: https://commits.webkit.org/215936@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250565 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-01 17:36:39 +00:00
mac/DOM/DOMHTMLAnchorElement.mm
Unify builds in WebKitLegacy/mac/DOM https://bugs.webkit.org/show_bug.cgi?id=199771 Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18 Reviewed by Geoffrey Garen. Source/WebKitLegacy: * SourcesCocoa.txt: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMAbstractView.mm: * DOM/DOMAttr.mm: * DOM/DOMBlob.mm: * DOM/DOMCDATASection.mm: * DOM/DOMCSSFontFaceRule.mm: * DOM/DOMCSSImportRule.mm: * DOM/DOMCSSMediaRule.mm: * DOM/DOMCSSPageRule.mm: * DOM/DOMCSSPrimitiveValue.mm: * DOM/DOMCSSRule.mm: * DOM/DOMCSSRuleList.mm: * DOM/DOMCSSStyleDeclaration.mm: * DOM/DOMCSSStyleRule.mm: * DOM/DOMCSSStyleSheet.mm: * DOM/DOMCSSUnknownRule.mm: * DOM/DOMCSSValue.mm: * DOM/DOMCSSValueList.mm: * DOM/DOMCharacterData.mm: * DOM/DOMComment.mm: * DOM/DOMCounter.mm: * DOM/DOMDocument.mm: * DOM/DOMDocumentFragment.mm: * DOM/DOMDocumentType.mm: * DOM/DOMEvent.mm: * DOM/DOMFile.mm: * DOM/DOMFileList.mm: * DOM/DOMHTMLAnchorElement.mm: * DOM/DOMHTMLAppletElement.mm: * DOM/DOMHTMLAreaElement.mm: * DOM/DOMHTMLBRElement.mm: * DOM/DOMHTMLBaseElement.mm: * DOM/DOMHTMLBaseFontElement.mm: * DOM/DOMHTMLBodyElement.mm: * DOM/DOMHTMLButtonElement.mm: * DOM/DOMHTMLCanvasElement.mm: * DOM/DOMHTMLCollection.mm: * DOM/DOMHTMLDListElement.mm: * DOM/DOMHTMLDirectoryElement.mm: * DOM/DOMHTMLDivElement.mm: * DOM/DOMHTMLDocument.mm: * DOM/DOMHTMLElement.mm: * DOM/DOMHTMLEmbedElement.mm: * DOM/DOMHTMLFieldSetElement.mm: * DOM/DOMHTMLFontElement.mm: * DOM/DOMHTMLFormElement.mm: * DOM/DOMHTMLFrameElement.mm: * DOM/DOMHTMLFrameSetElement.mm: * DOM/DOMHTMLHRElement.mm: * DOM/DOMHTMLHeadElement.mm: * DOM/DOMHTMLHeadingElement.mm: * DOM/DOMHTMLHtmlElement.mm: * DOM/DOMHTMLIFrameElement.mm: * DOM/DOMHTMLImageElement.mm: * DOM/DOMHTMLInputElement.mm: * DOM/DOMHTMLLIElement.mm: * DOM/DOMHTMLLabelElement.mm: * DOM/DOMHTMLLegendElement.mm: * DOM/DOMHTMLLinkElement.mm: * DOM/DOMHTMLMapElement.mm: * DOM/DOMHTMLMarqueeElement.mm: * DOM/DOMHTMLMediaElement.mm: * DOM/DOMHTMLMenuElement.mm: * DOM/DOMHTMLMetaElement.mm: * DOM/DOMHTMLModElement.mm: * DOM/DOMHTMLOListElement.mm: * DOM/DOMHTMLObjectElement.mm: * DOM/DOMHTMLOptGroupElement.mm: * DOM/DOMHTMLOptionElement.mm: * DOM/DOMHTMLOptionsCollection.mm: * DOM/DOMHTMLParagraphElement.mm: * DOM/DOMHTMLParamElement.mm: * DOM/DOMHTMLPreElement.mm: * DOM/DOMHTMLQuoteElement.mm: * DOM/DOMHTMLScriptElement.mm: * DOM/DOMHTMLSelectElement.mm: * DOM/DOMHTMLStyleElement.mm: * DOM/DOMHTMLTableCaptionElement.mm: * DOM/DOMHTMLTableCellElement.mm: * DOM/DOMHTMLTableColElement.mm: * DOM/DOMHTMLTableElement.mm: * DOM/DOMHTMLTableRowElement.mm: * DOM/DOMHTMLTableSectionElement.mm: * DOM/DOMHTMLTitleElement.mm: * DOM/DOMHTMLUListElement.mm: * DOM/DOMHTMLVideoElement.mm: * DOM/DOMKeyboardEvent.mm: * DOM/DOMMediaError.mm: * DOM/DOMMediaList.mm: * DOM/DOMMouseEvent.mm: * DOM/DOMMutationEvent.mm: * DOM/DOMNamedNodeMap.mm: * DOM/DOMNodeIterator.mm: * DOM/DOMNodeList.mm: * DOM/DOMOverflowEvent.mm: * DOM/DOMProcessingInstruction.mm: * DOM/DOMProgressEvent.mm: * DOM/DOMRGBColor.mm: * DOM/DOMRange.mm: * DOM/DOMRect.mm: * DOM/DOMStyleSheet.mm: * DOM/DOMStyleSheetList.mm: * DOM/DOMText.mm: * DOM/DOMTextEvent.mm: * DOM/DOMTimeRanges.mm: * DOM/DOMTokenList.mm: * DOM/DOMTreeWalker.mm: * DOM/DOMUIEvent.mm: * DOM/DOMWheelEvent.mm: * DOM/DOMXPath.mm: * DOM/DOMXPathExpression.mm: * DOM/DOMXPathResult.mm: Canonical link: https://commits.webkit.org/213790@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-07-18 19:05:29 +00:00
mac/DOM/DOMHTMLAppletElement.mm
Unify more WebKitLegacy sources https://bugs.webkit.org/show_bug.cgi?id=202410 Reviewed by Tim Horton. Source/WebKitLegacy: * SourcesCocoa.txt: * UnifiedSources-output.xcfilelist: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMHTML.mm: (-[DOMHTMLElement scrollXOffset]): (-[DOMHTMLElement scrollYOffset]): (-[DOMHTMLElement setScrollXOffset:scrollYOffset:adjustForIOSCaret:]): (-[DOMHTMLElement absolutePosition::::]): (-[DOMHTMLInputElement setValueWithChangeEvent:]): (-[DOMHTMLInputElement setValueAsNumberWithChangeEvent:]): * DOM/DOMHTMLTextAreaElement.mm: (unwrap): (core): (kit): (-[DOMHTMLTextAreaElement autofocus]): (-[DOMHTMLTextAreaElement setAutofocus:]): (-[DOMHTMLTextAreaElement dirName]): (-[DOMHTMLTextAreaElement setDirName:]): (-[DOMHTMLTextAreaElement disabled]): (-[DOMHTMLTextAreaElement setDisabled:]): (-[DOMHTMLTextAreaElement form]): (-[DOMHTMLTextAreaElement maxLength]): (-[DOMHTMLTextAreaElement setMaxLength:]): (-[DOMHTMLTextAreaElement name]): (-[DOMHTMLTextAreaElement setName:]): (-[DOMHTMLTextAreaElement placeholder]): (-[DOMHTMLTextAreaElement setPlaceholder:]): (-[DOMHTMLTextAreaElement readOnly]): (-[DOMHTMLTextAreaElement setReadOnly:]): (-[DOMHTMLTextAreaElement required]): (-[DOMHTMLTextAreaElement setRequired:]): (-[DOMHTMLTextAreaElement rows]): (-[DOMHTMLTextAreaElement setRows:]): (-[DOMHTMLTextAreaElement cols]): (-[DOMHTMLTextAreaElement setCols:]): (-[DOMHTMLTextAreaElement wrap]): (-[DOMHTMLTextAreaElement setWrap:]): (-[DOMHTMLTextAreaElement type]): (-[DOMHTMLTextAreaElement defaultValue]): (-[DOMHTMLTextAreaElement setDefaultValue:]): (-[DOMHTMLTextAreaElement value]): (-[DOMHTMLTextAreaElement setValue:]): (-[DOMHTMLTextAreaElement textLength]): (-[DOMHTMLTextAreaElement willValidate]): (-[DOMHTMLTextAreaElement labels]): (-[DOMHTMLTextAreaElement selectionStart]): (-[DOMHTMLTextAreaElement setSelectionStart:]): (-[DOMHTMLTextAreaElement selectionEnd]): (-[DOMHTMLTextAreaElement setSelectionEnd:]): (-[DOMHTMLTextAreaElement selectionDirection]): (-[DOMHTMLTextAreaElement setSelectionDirection:]): (-[DOMHTMLTextAreaElement accessKey]): (-[DOMHTMLTextAreaElement setAccessKey:]): (-[DOMHTMLTextAreaElement autocomplete]): (-[DOMHTMLTextAreaElement setAutocomplete:]): (-[DOMHTMLTextAreaElement select]): (-[DOMHTMLTextAreaElement setRangeText:]): (-[DOMHTMLTextAreaElement setRangeText:start:end:selectionMode:]): (-[DOMHTMLTextAreaElement setSelectionRange:end:]): * DOM/DOMUIKitExtensions.mm: (-[DOMRange move:inDirection:]): (-[DOMRange extend:inDirection:]): (-[DOMNode borderRadii]): (-[DOMNode isSelectableBlock]): (-[DOMNode findExplodedTextNodeAtPoint:]): (-[DOMHTMLElement structuralComplexityContribution]): * WebCoreSupport/WebFrameLoaderClient.h: * WebCoreSupport/WebFrameLoaderClient.mm: (dataSource): * WebView/WebDataSource.mm: (addTypesFromClass): Canonical link: https://commits.webkit.org/215936@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250565 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-01 17:36:39 +00:00
mac/DOM/DOMHTMLAreaElement.mm
Unify builds in WebKitLegacy/mac/DOM https://bugs.webkit.org/show_bug.cgi?id=199771 Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18 Reviewed by Geoffrey Garen. Source/WebKitLegacy: * SourcesCocoa.txt: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMAbstractView.mm: * DOM/DOMAttr.mm: * DOM/DOMBlob.mm: * DOM/DOMCDATASection.mm: * DOM/DOMCSSFontFaceRule.mm: * DOM/DOMCSSImportRule.mm: * DOM/DOMCSSMediaRule.mm: * DOM/DOMCSSPageRule.mm: * DOM/DOMCSSPrimitiveValue.mm: * DOM/DOMCSSRule.mm: * DOM/DOMCSSRuleList.mm: * DOM/DOMCSSStyleDeclaration.mm: * DOM/DOMCSSStyleRule.mm: * DOM/DOMCSSStyleSheet.mm: * DOM/DOMCSSUnknownRule.mm: * DOM/DOMCSSValue.mm: * DOM/DOMCSSValueList.mm: * DOM/DOMCharacterData.mm: * DOM/DOMComment.mm: * DOM/DOMCounter.mm: * DOM/DOMDocument.mm: * DOM/DOMDocumentFragment.mm: * DOM/DOMDocumentType.mm: * DOM/DOMEvent.mm: * DOM/DOMFile.mm: * DOM/DOMFileList.mm: * DOM/DOMHTMLAnchorElement.mm: * DOM/DOMHTMLAppletElement.mm: * DOM/DOMHTMLAreaElement.mm: * DOM/DOMHTMLBRElement.mm: * DOM/DOMHTMLBaseElement.mm: * DOM/DOMHTMLBaseFontElement.mm: * DOM/DOMHTMLBodyElement.mm: * DOM/DOMHTMLButtonElement.mm: * DOM/DOMHTMLCanvasElement.mm: * DOM/DOMHTMLCollection.mm: * DOM/DOMHTMLDListElement.mm: * DOM/DOMHTMLDirectoryElement.mm: * DOM/DOMHTMLDivElement.mm: * DOM/DOMHTMLDocument.mm: * DOM/DOMHTMLElement.mm: * DOM/DOMHTMLEmbedElement.mm: * DOM/DOMHTMLFieldSetElement.mm: * DOM/DOMHTMLFontElement.mm: * DOM/DOMHTMLFormElement.mm: * DOM/DOMHTMLFrameElement.mm: * DOM/DOMHTMLFrameSetElement.mm: * DOM/DOMHTMLHRElement.mm: * DOM/DOMHTMLHeadElement.mm: * DOM/DOMHTMLHeadingElement.mm: * DOM/DOMHTMLHtmlElement.mm: * DOM/DOMHTMLIFrameElement.mm: * DOM/DOMHTMLImageElement.mm: * DOM/DOMHTMLInputElement.mm: * DOM/DOMHTMLLIElement.mm: * DOM/DOMHTMLLabelElement.mm: * DOM/DOMHTMLLegendElement.mm: * DOM/DOMHTMLLinkElement.mm: * DOM/DOMHTMLMapElement.mm: * DOM/DOMHTMLMarqueeElement.mm: * DOM/DOMHTMLMediaElement.mm: * DOM/DOMHTMLMenuElement.mm: * DOM/DOMHTMLMetaElement.mm: * DOM/DOMHTMLModElement.mm: * DOM/DOMHTMLOListElement.mm: * DOM/DOMHTMLObjectElement.mm: * DOM/DOMHTMLOptGroupElement.mm: * DOM/DOMHTMLOptionElement.mm: * DOM/DOMHTMLOptionsCollection.mm: * DOM/DOMHTMLParagraphElement.mm: * DOM/DOMHTMLParamElement.mm: * DOM/DOMHTMLPreElement.mm: * DOM/DOMHTMLQuoteElement.mm: * DOM/DOMHTMLScriptElement.mm: * DOM/DOMHTMLSelectElement.mm: * DOM/DOMHTMLStyleElement.mm: * DOM/DOMHTMLTableCaptionElement.mm: * DOM/DOMHTMLTableCellElement.mm: * DOM/DOMHTMLTableColElement.mm: * DOM/DOMHTMLTableElement.mm: * DOM/DOMHTMLTableRowElement.mm: * DOM/DOMHTMLTableSectionElement.mm: * DOM/DOMHTMLTitleElement.mm: * DOM/DOMHTMLUListElement.mm: * DOM/DOMHTMLVideoElement.mm: * DOM/DOMKeyboardEvent.mm: * DOM/DOMMediaError.mm: * DOM/DOMMediaList.mm: * DOM/DOMMouseEvent.mm: * DOM/DOMMutationEvent.mm: * DOM/DOMNamedNodeMap.mm: * DOM/DOMNodeIterator.mm: * DOM/DOMNodeList.mm: * DOM/DOMOverflowEvent.mm: * DOM/DOMProcessingInstruction.mm: * DOM/DOMProgressEvent.mm: * DOM/DOMRGBColor.mm: * DOM/DOMRange.mm: * DOM/DOMRect.mm: * DOM/DOMStyleSheet.mm: * DOM/DOMStyleSheetList.mm: * DOM/DOMText.mm: * DOM/DOMTextEvent.mm: * DOM/DOMTimeRanges.mm: * DOM/DOMTokenList.mm: * DOM/DOMTreeWalker.mm: * DOM/DOMUIEvent.mm: * DOM/DOMWheelEvent.mm: * DOM/DOMXPath.mm: * DOM/DOMXPathExpression.mm: * DOM/DOMXPathResult.mm: Canonical link: https://commits.webkit.org/213790@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-07-18 19:05:29 +00:00
mac/DOM/DOMHTMLBRElement.mm
mac/DOM/DOMHTMLBaseElement.mm
mac/DOM/DOMHTMLBaseFontElement.mm
mac/DOM/DOMHTMLBodyElement.mm
mac/DOM/DOMHTMLButtonElement.mm
mac/DOM/DOMHTMLCanvasElement.mm
mac/DOM/DOMHTMLCollection.mm
mac/DOM/DOMHTMLDListElement.mm
mac/DOM/DOMHTMLDirectoryElement.mm
mac/DOM/DOMHTMLDivElement.mm
mac/DOM/DOMHTMLDocument.mm
mac/DOM/DOMHTMLElement.mm
mac/DOM/DOMHTMLEmbedElement.mm
mac/DOM/DOMHTMLFieldSetElement.mm
mac/DOM/DOMHTMLFontElement.mm
mac/DOM/DOMHTMLFormElement.mm
mac/DOM/DOMHTMLFrameElement.mm
mac/DOM/DOMHTMLFrameSetElement.mm
mac/DOM/DOMHTMLHRElement.mm
mac/DOM/DOMHTMLHeadElement.mm
mac/DOM/DOMHTMLHeadingElement.mm
mac/DOM/DOMHTMLHtmlElement.mm
mac/DOM/DOMHTMLIFrameElement.mm
mac/DOM/DOMHTMLImageElement.mm
mac/DOM/DOMHTMLInputElement.mm
mac/DOM/DOMHTMLLIElement.mm
mac/DOM/DOMHTMLLabelElement.mm
mac/DOM/DOMHTMLLegendElement.mm
mac/DOM/DOMHTMLLinkElement.mm
mac/DOM/DOMHTMLMapElement.mm
mac/DOM/DOMHTMLMarqueeElement.mm
mac/DOM/DOMHTMLMediaElement.mm
mac/DOM/DOMHTMLMenuElement.mm
mac/DOM/DOMHTMLMetaElement.mm
mac/DOM/DOMHTMLModElement.mm
mac/DOM/DOMHTMLOListElement.mm
mac/DOM/DOMHTMLObjectElement.mm
mac/DOM/DOMHTMLOptGroupElement.mm
mac/DOM/DOMHTMLOptionElement.mm
mac/DOM/DOMHTMLOptionsCollection.mm
mac/DOM/DOMHTMLParagraphElement.mm
mac/DOM/DOMHTMLParamElement.mm
mac/DOM/DOMHTMLPreElement.mm
mac/DOM/DOMHTMLQuoteElement.mm
mac/DOM/DOMHTMLScriptElement.mm
mac/DOM/DOMHTMLSelectElement.mm
mac/DOM/DOMHTMLStyleElement.mm
mac/DOM/DOMHTMLTableCaptionElement.mm
mac/DOM/DOMHTMLTableCellElement.mm
mac/DOM/DOMHTMLTableColElement.mm
mac/DOM/DOMHTMLTableElement.mm
mac/DOM/DOMHTMLTableRowElement.mm
mac/DOM/DOMHTMLTableSectionElement.mm
mac/DOM/DOMHTMLTextAreaElement.mm
mac/DOM/DOMHTMLTitleElement.mm
mac/DOM/DOMHTMLUListElement.mm
mac/DOM/DOMHTMLVideoElement.mm
Unify more WebKitLegacy sources https://bugs.webkit.org/show_bug.cgi?id=202410 Reviewed by Tim Horton. Source/WebKitLegacy: * SourcesCocoa.txt: * UnifiedSources-output.xcfilelist: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMHTML.mm: (-[DOMHTMLElement scrollXOffset]): (-[DOMHTMLElement scrollYOffset]): (-[DOMHTMLElement setScrollXOffset:scrollYOffset:adjustForIOSCaret:]): (-[DOMHTMLElement absolutePosition::::]): (-[DOMHTMLInputElement setValueWithChangeEvent:]): (-[DOMHTMLInputElement setValueAsNumberWithChangeEvent:]): * DOM/DOMHTMLTextAreaElement.mm: (unwrap): (core): (kit): (-[DOMHTMLTextAreaElement autofocus]): (-[DOMHTMLTextAreaElement setAutofocus:]): (-[DOMHTMLTextAreaElement dirName]): (-[DOMHTMLTextAreaElement setDirName:]): (-[DOMHTMLTextAreaElement disabled]): (-[DOMHTMLTextAreaElement setDisabled:]): (-[DOMHTMLTextAreaElement form]): (-[DOMHTMLTextAreaElement maxLength]): (-[DOMHTMLTextAreaElement setMaxLength:]): (-[DOMHTMLTextAreaElement name]): (-[DOMHTMLTextAreaElement setName:]): (-[DOMHTMLTextAreaElement placeholder]): (-[DOMHTMLTextAreaElement setPlaceholder:]): (-[DOMHTMLTextAreaElement readOnly]): (-[DOMHTMLTextAreaElement setReadOnly:]): (-[DOMHTMLTextAreaElement required]): (-[DOMHTMLTextAreaElement setRequired:]): (-[DOMHTMLTextAreaElement rows]): (-[DOMHTMLTextAreaElement setRows:]): (-[DOMHTMLTextAreaElement cols]): (-[DOMHTMLTextAreaElement setCols:]): (-[DOMHTMLTextAreaElement wrap]): (-[DOMHTMLTextAreaElement setWrap:]): (-[DOMHTMLTextAreaElement type]): (-[DOMHTMLTextAreaElement defaultValue]): (-[DOMHTMLTextAreaElement setDefaultValue:]): (-[DOMHTMLTextAreaElement value]): (-[DOMHTMLTextAreaElement setValue:]): (-[DOMHTMLTextAreaElement textLength]): (-[DOMHTMLTextAreaElement willValidate]): (-[DOMHTMLTextAreaElement labels]): (-[DOMHTMLTextAreaElement selectionStart]): (-[DOMHTMLTextAreaElement setSelectionStart:]): (-[DOMHTMLTextAreaElement selectionEnd]): (-[DOMHTMLTextAreaElement setSelectionEnd:]): (-[DOMHTMLTextAreaElement selectionDirection]): (-[DOMHTMLTextAreaElement setSelectionDirection:]): (-[DOMHTMLTextAreaElement accessKey]): (-[DOMHTMLTextAreaElement setAccessKey:]): (-[DOMHTMLTextAreaElement autocomplete]): (-[DOMHTMLTextAreaElement setAutocomplete:]): (-[DOMHTMLTextAreaElement select]): (-[DOMHTMLTextAreaElement setRangeText:]): (-[DOMHTMLTextAreaElement setRangeText:start:end:selectionMode:]): (-[DOMHTMLTextAreaElement setSelectionRange:end:]): * DOM/DOMUIKitExtensions.mm: (-[DOMRange move:inDirection:]): (-[DOMRange extend:inDirection:]): (-[DOMNode borderRadii]): (-[DOMNode isSelectableBlock]): (-[DOMNode findExplodedTextNodeAtPoint:]): (-[DOMHTMLElement structuralComplexityContribution]): * WebCoreSupport/WebFrameLoaderClient.h: * WebCoreSupport/WebFrameLoaderClient.mm: (dataSource): * WebView/WebDataSource.mm: (addTypesFromClass): Canonical link: https://commits.webkit.org/215936@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250565 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-01 17:36:39 +00:00
mac/DOM/DOMImplementation.mm
Unify builds in WebKitLegacy/mac/DOM https://bugs.webkit.org/show_bug.cgi?id=199771 Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18 Reviewed by Geoffrey Garen. Source/WebKitLegacy: * SourcesCocoa.txt: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMAbstractView.mm: * DOM/DOMAttr.mm: * DOM/DOMBlob.mm: * DOM/DOMCDATASection.mm: * DOM/DOMCSSFontFaceRule.mm: * DOM/DOMCSSImportRule.mm: * DOM/DOMCSSMediaRule.mm: * DOM/DOMCSSPageRule.mm: * DOM/DOMCSSPrimitiveValue.mm: * DOM/DOMCSSRule.mm: * DOM/DOMCSSRuleList.mm: * DOM/DOMCSSStyleDeclaration.mm: * DOM/DOMCSSStyleRule.mm: * DOM/DOMCSSStyleSheet.mm: * DOM/DOMCSSUnknownRule.mm: * DOM/DOMCSSValue.mm: * DOM/DOMCSSValueList.mm: * DOM/DOMCharacterData.mm: * DOM/DOMComment.mm: * DOM/DOMCounter.mm: * DOM/DOMDocument.mm: * DOM/DOMDocumentFragment.mm: * DOM/DOMDocumentType.mm: * DOM/DOMEvent.mm: * DOM/DOMFile.mm: * DOM/DOMFileList.mm: * DOM/DOMHTMLAnchorElement.mm: * DOM/DOMHTMLAppletElement.mm: * DOM/DOMHTMLAreaElement.mm: * DOM/DOMHTMLBRElement.mm: * DOM/DOMHTMLBaseElement.mm: * DOM/DOMHTMLBaseFontElement.mm: * DOM/DOMHTMLBodyElement.mm: * DOM/DOMHTMLButtonElement.mm: * DOM/DOMHTMLCanvasElement.mm: * DOM/DOMHTMLCollection.mm: * DOM/DOMHTMLDListElement.mm: * DOM/DOMHTMLDirectoryElement.mm: * DOM/DOMHTMLDivElement.mm: * DOM/DOMHTMLDocument.mm: * DOM/DOMHTMLElement.mm: * DOM/DOMHTMLEmbedElement.mm: * DOM/DOMHTMLFieldSetElement.mm: * DOM/DOMHTMLFontElement.mm: * DOM/DOMHTMLFormElement.mm: * DOM/DOMHTMLFrameElement.mm: * DOM/DOMHTMLFrameSetElement.mm: * DOM/DOMHTMLHRElement.mm: * DOM/DOMHTMLHeadElement.mm: * DOM/DOMHTMLHeadingElement.mm: * DOM/DOMHTMLHtmlElement.mm: * DOM/DOMHTMLIFrameElement.mm: * DOM/DOMHTMLImageElement.mm: * DOM/DOMHTMLInputElement.mm: * DOM/DOMHTMLLIElement.mm: * DOM/DOMHTMLLabelElement.mm: * DOM/DOMHTMLLegendElement.mm: * DOM/DOMHTMLLinkElement.mm: * DOM/DOMHTMLMapElement.mm: * DOM/DOMHTMLMarqueeElement.mm: * DOM/DOMHTMLMediaElement.mm: * DOM/DOMHTMLMenuElement.mm: * DOM/DOMHTMLMetaElement.mm: * DOM/DOMHTMLModElement.mm: * DOM/DOMHTMLOListElement.mm: * DOM/DOMHTMLObjectElement.mm: * DOM/DOMHTMLOptGroupElement.mm: * DOM/DOMHTMLOptionElement.mm: * DOM/DOMHTMLOptionsCollection.mm: * DOM/DOMHTMLParagraphElement.mm: * DOM/DOMHTMLParamElement.mm: * DOM/DOMHTMLPreElement.mm: * DOM/DOMHTMLQuoteElement.mm: * DOM/DOMHTMLScriptElement.mm: * DOM/DOMHTMLSelectElement.mm: * DOM/DOMHTMLStyleElement.mm: * DOM/DOMHTMLTableCaptionElement.mm: * DOM/DOMHTMLTableCellElement.mm: * DOM/DOMHTMLTableColElement.mm: * DOM/DOMHTMLTableElement.mm: * DOM/DOMHTMLTableRowElement.mm: * DOM/DOMHTMLTableSectionElement.mm: * DOM/DOMHTMLTitleElement.mm: * DOM/DOMHTMLUListElement.mm: * DOM/DOMHTMLVideoElement.mm: * DOM/DOMKeyboardEvent.mm: * DOM/DOMMediaError.mm: * DOM/DOMMediaList.mm: * DOM/DOMMouseEvent.mm: * DOM/DOMMutationEvent.mm: * DOM/DOMNamedNodeMap.mm: * DOM/DOMNodeIterator.mm: * DOM/DOMNodeList.mm: * DOM/DOMOverflowEvent.mm: * DOM/DOMProcessingInstruction.mm: * DOM/DOMProgressEvent.mm: * DOM/DOMRGBColor.mm: * DOM/DOMRange.mm: * DOM/DOMRect.mm: * DOM/DOMStyleSheet.mm: * DOM/DOMStyleSheetList.mm: * DOM/DOMText.mm: * DOM/DOMTextEvent.mm: * DOM/DOMTimeRanges.mm: * DOM/DOMTokenList.mm: * DOM/DOMTreeWalker.mm: * DOM/DOMUIEvent.mm: * DOM/DOMWheelEvent.mm: * DOM/DOMXPath.mm: * DOM/DOMXPathExpression.mm: * DOM/DOMXPathResult.mm: Canonical link: https://commits.webkit.org/213790@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-07-18 19:05:29 +00:00
mac/DOM/DOMInternal.mm
mac/DOM/DOMKeyboardEvent.mm
mac/DOM/DOMMediaError.mm
mac/DOM/DOMMediaList.mm
mac/DOM/DOMMouseEvent.mm
mac/DOM/DOMMutationEvent.mm
mac/DOM/DOMNamedNodeMap.mm
mac/DOM/DOMNode.mm
mac/DOM/DOMNodeIterator.mm
mac/DOM/DOMNodeList.mm
mac/DOM/DOMObject.mm
mac/DOM/DOMOverflowEvent.mm
mac/DOM/DOMProcessingInstruction.mm
mac/DOM/DOMProgressEvent.mm
mac/DOM/DOMRGBColor.mm
mac/DOM/DOMRange.mm
mac/DOM/DOMRect.mm
mac/DOM/DOMStyleSheet.mm
mac/DOM/DOMStyleSheetList.mm
mac/DOM/DOMText.mm
mac/DOM/DOMTextEvent.mm
mac/DOM/DOMTimeRanges.mm
mac/DOM/DOMTokenList.mm
mac/DOM/DOMTreeWalker.mm
mac/DOM/DOMUIEvent.mm
Unify more WebKitLegacy sources https://bugs.webkit.org/show_bug.cgi?id=202410 Reviewed by Tim Horton. Source/WebKitLegacy: * SourcesCocoa.txt: * UnifiedSources-output.xcfilelist: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMHTML.mm: (-[DOMHTMLElement scrollXOffset]): (-[DOMHTMLElement scrollYOffset]): (-[DOMHTMLElement setScrollXOffset:scrollYOffset:adjustForIOSCaret:]): (-[DOMHTMLElement absolutePosition::::]): (-[DOMHTMLInputElement setValueWithChangeEvent:]): (-[DOMHTMLInputElement setValueAsNumberWithChangeEvent:]): * DOM/DOMHTMLTextAreaElement.mm: (unwrap): (core): (kit): (-[DOMHTMLTextAreaElement autofocus]): (-[DOMHTMLTextAreaElement setAutofocus:]): (-[DOMHTMLTextAreaElement dirName]): (-[DOMHTMLTextAreaElement setDirName:]): (-[DOMHTMLTextAreaElement disabled]): (-[DOMHTMLTextAreaElement setDisabled:]): (-[DOMHTMLTextAreaElement form]): (-[DOMHTMLTextAreaElement maxLength]): (-[DOMHTMLTextAreaElement setMaxLength:]): (-[DOMHTMLTextAreaElement name]): (-[DOMHTMLTextAreaElement setName:]): (-[DOMHTMLTextAreaElement placeholder]): (-[DOMHTMLTextAreaElement setPlaceholder:]): (-[DOMHTMLTextAreaElement readOnly]): (-[DOMHTMLTextAreaElement setReadOnly:]): (-[DOMHTMLTextAreaElement required]): (-[DOMHTMLTextAreaElement setRequired:]): (-[DOMHTMLTextAreaElement rows]): (-[DOMHTMLTextAreaElement setRows:]): (-[DOMHTMLTextAreaElement cols]): (-[DOMHTMLTextAreaElement setCols:]): (-[DOMHTMLTextAreaElement wrap]): (-[DOMHTMLTextAreaElement setWrap:]): (-[DOMHTMLTextAreaElement type]): (-[DOMHTMLTextAreaElement defaultValue]): (-[DOMHTMLTextAreaElement setDefaultValue:]): (-[DOMHTMLTextAreaElement value]): (-[DOMHTMLTextAreaElement setValue:]): (-[DOMHTMLTextAreaElement textLength]): (-[DOMHTMLTextAreaElement willValidate]): (-[DOMHTMLTextAreaElement labels]): (-[DOMHTMLTextAreaElement selectionStart]): (-[DOMHTMLTextAreaElement setSelectionStart:]): (-[DOMHTMLTextAreaElement selectionEnd]): (-[DOMHTMLTextAreaElement setSelectionEnd:]): (-[DOMHTMLTextAreaElement selectionDirection]): (-[DOMHTMLTextAreaElement setSelectionDirection:]): (-[DOMHTMLTextAreaElement accessKey]): (-[DOMHTMLTextAreaElement setAccessKey:]): (-[DOMHTMLTextAreaElement autocomplete]): (-[DOMHTMLTextAreaElement setAutocomplete:]): (-[DOMHTMLTextAreaElement select]): (-[DOMHTMLTextAreaElement setRangeText:]): (-[DOMHTMLTextAreaElement setRangeText:start:end:selectionMode:]): (-[DOMHTMLTextAreaElement setSelectionRange:end:]): * DOM/DOMUIKitExtensions.mm: (-[DOMRange move:inDirection:]): (-[DOMRange extend:inDirection:]): (-[DOMNode borderRadii]): (-[DOMNode isSelectableBlock]): (-[DOMNode findExplodedTextNodeAtPoint:]): (-[DOMHTMLElement structuralComplexityContribution]): * WebCoreSupport/WebFrameLoaderClient.h: * WebCoreSupport/WebFrameLoaderClient.mm: (dataSource): * WebView/WebDataSource.mm: (addTypesFromClass): Canonical link: https://commits.webkit.org/215936@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250565 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-01 17:36:39 +00:00
mac/DOM/DOMUIKitExtensions.mm
Unify builds in WebKitLegacy/mac/DOM https://bugs.webkit.org/show_bug.cgi?id=199771 Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18 Reviewed by Geoffrey Garen. Source/WebKitLegacy: * SourcesCocoa.txt: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * DOM/DOMAbstractView.mm: * DOM/DOMAttr.mm: * DOM/DOMBlob.mm: * DOM/DOMCDATASection.mm: * DOM/DOMCSSFontFaceRule.mm: * DOM/DOMCSSImportRule.mm: * DOM/DOMCSSMediaRule.mm: * DOM/DOMCSSPageRule.mm: * DOM/DOMCSSPrimitiveValue.mm: * DOM/DOMCSSRule.mm: * DOM/DOMCSSRuleList.mm: * DOM/DOMCSSStyleDeclaration.mm: * DOM/DOMCSSStyleRule.mm: * DOM/DOMCSSStyleSheet.mm: * DOM/DOMCSSUnknownRule.mm: * DOM/DOMCSSValue.mm: * DOM/DOMCSSValueList.mm: * DOM/DOMCharacterData.mm: * DOM/DOMComment.mm: * DOM/DOMCounter.mm: * DOM/DOMDocument.mm: * DOM/DOMDocumentFragment.mm: * DOM/DOMDocumentType.mm: * DOM/DOMEvent.mm: * DOM/DOMFile.mm: * DOM/DOMFileList.mm: * DOM/DOMHTMLAnchorElement.mm: * DOM/DOMHTMLAppletElement.mm: * DOM/DOMHTMLAreaElement.mm: * DOM/DOMHTMLBRElement.mm: * DOM/DOMHTMLBaseElement.mm: * DOM/DOMHTMLBaseFontElement.mm: * DOM/DOMHTMLBodyElement.mm: * DOM/DOMHTMLButtonElement.mm: * DOM/DOMHTMLCanvasElement.mm: * DOM/DOMHTMLCollection.mm: * DOM/DOMHTMLDListElement.mm: * DOM/DOMHTMLDirectoryElement.mm: * DOM/DOMHTMLDivElement.mm: * DOM/DOMHTMLDocument.mm: * DOM/DOMHTMLElement.mm: * DOM/DOMHTMLEmbedElement.mm: * DOM/DOMHTMLFieldSetElement.mm: * DOM/DOMHTMLFontElement.mm: * DOM/DOMHTMLFormElement.mm: * DOM/DOMHTMLFrameElement.mm: * DOM/DOMHTMLFrameSetElement.mm: * DOM/DOMHTMLHRElement.mm: * DOM/DOMHTMLHeadElement.mm: * DOM/DOMHTMLHeadingElement.mm: * DOM/DOMHTMLHtmlElement.mm: * DOM/DOMHTMLIFrameElement.mm: * DOM/DOMHTMLImageElement.mm: * DOM/DOMHTMLInputElement.mm: * DOM/DOMHTMLLIElement.mm: * DOM/DOMHTMLLabelElement.mm: * DOM/DOMHTMLLegendElement.mm: * DOM/DOMHTMLLinkElement.mm: * DOM/DOMHTMLMapElement.mm: * DOM/DOMHTMLMarqueeElement.mm: * DOM/DOMHTMLMediaElement.mm: * DOM/DOMHTMLMenuElement.mm: * DOM/DOMHTMLMetaElement.mm: * DOM/DOMHTMLModElement.mm: * DOM/DOMHTMLOListElement.mm: * DOM/DOMHTMLObjectElement.mm: * DOM/DOMHTMLOptGroupElement.mm: * DOM/DOMHTMLOptionElement.mm: * DOM/DOMHTMLOptionsCollection.mm: * DOM/DOMHTMLParagraphElement.mm: * DOM/DOMHTMLParamElement.mm: * DOM/DOMHTMLPreElement.mm: * DOM/DOMHTMLQuoteElement.mm: * DOM/DOMHTMLScriptElement.mm: * DOM/DOMHTMLSelectElement.mm: * DOM/DOMHTMLStyleElement.mm: * DOM/DOMHTMLTableCaptionElement.mm: * DOM/DOMHTMLTableCellElement.mm: * DOM/DOMHTMLTableColElement.mm: * DOM/DOMHTMLTableElement.mm: * DOM/DOMHTMLTableRowElement.mm: * DOM/DOMHTMLTableSectionElement.mm: * DOM/DOMHTMLTitleElement.mm: * DOM/DOMHTMLUListElement.mm: * DOM/DOMHTMLVideoElement.mm: * DOM/DOMKeyboardEvent.mm: * DOM/DOMMediaError.mm: * DOM/DOMMediaList.mm: * DOM/DOMMouseEvent.mm: * DOM/DOMMutationEvent.mm: * DOM/DOMNamedNodeMap.mm: * DOM/DOMNodeIterator.mm: * DOM/DOMNodeList.mm: * DOM/DOMOverflowEvent.mm: * DOM/DOMProcessingInstruction.mm: * DOM/DOMProgressEvent.mm: * DOM/DOMRGBColor.mm: * DOM/DOMRange.mm: * DOM/DOMRect.mm: * DOM/DOMStyleSheet.mm: * DOM/DOMStyleSheetList.mm: * DOM/DOMText.mm: * DOM/DOMTextEvent.mm: * DOM/DOMTimeRanges.mm: * DOM/DOMTokenList.mm: * DOM/DOMTreeWalker.mm: * DOM/DOMUIEvent.mm: * DOM/DOMWheelEvent.mm: * DOM/DOMXPath.mm: * DOM/DOMXPathExpression.mm: * DOM/DOMXPathResult.mm: Canonical link: https://commits.webkit.org/213790@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-07-18 19:05:29 +00:00
mac/DOM/DOMUtility.mm
mac/DOM/DOMWheelEvent.mm
mac/DOM/DOMXPath.mm
mac/DOM/DOMXPathExpression.mm
mac/DOM/DOMXPathResult.mm
mac/DOM/ExceptionHandlers.mm
mac/DOM/ObjCEventListener.mm
mac/DOM/ObjCNodeFilterCondition.mm
mac/DOM/WebDOMOperations.mm
Unify more WebKitLegacy sources https://bugs.webkit.org/show_bug.cgi?id=202390 Reviewed by Tim Horton. Source/WebCore/PAL: * pal/spi/mac/QuickLookMacSPI.h: Source/WebKitLegacy: These files were causing problems with the CMake build, but only if not unified. So I unified them and sped up the build too, without changing any behavior. * SourcesCocoa.txt: * UnifiedSources-output.xcfilelist: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * WebCoreSupport/WebFrameLoaderClient.mm: (dataSource): (WebFrameLoaderClient::pageID const): (WebFrameLoaderClient::frameID const): (WebFrameLoaderClient::makeRepresentation): (WebFrameLoaderClient::forceLayoutOnRestoreFromPageCache): (WebFrameLoaderClient::convertMainResourceLoadToDownload): (WebFrameLoaderClient::dispatchDidLoadResourceFromMemoryCache): (WebFrameLoaderClient::assignIdentifierToInitialRequest): (WebFrameLoaderClient::dispatchWillSendRequest): (WebFrameLoaderClient::shouldUseCredentialStorage): (WebFrameLoaderClient::dispatchDidReceiveAuthenticationChallenge): (WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace): (WebFrameLoaderClient::connectionProperties): (WebFrameLoaderClient::dispatchDidReceiveResponse): (WebFrameLoaderClient::willCacheResponse const): (WebFrameLoaderClient::dispatchDidReceiveContentLength): (WebFrameLoaderClient::dispatchDidFinishLoading): (WebFrameLoaderClient::dispatchDidFailLoading): (WebFrameLoaderClient::dispatchWillPerformClientRedirect): (WebFrameLoaderClient::dispatchDidReceiveTitle): (WebFrameLoaderClient::dispatchDidCommitLoad): (WebFrameLoaderClient::dispatchDidFailProvisionalLoad): (WebFrameLoaderClient::dispatchDidFailLoad): (WebFrameLoaderClient::dispatchDidReachLayoutMilestone): (WebFrameLoaderClient::dispatchCreatePage): (WebFrameLoaderClient::dispatchDecidePolicyForResponse): (shouldTryAppLink): (WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction): (WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction): (WebFrameLoaderClient::dispatchUnableToImplementPolicy): (makeFormFieldValuesDictionary): (WebFrameLoaderClient::dispatchWillSubmitForm): (WebFrameLoaderClient::revertToProvisionalState): (WebFrameLoaderClient::setMainDocumentError): (WebFrameLoaderClient::startDownload): (WebFrameLoaderClient::willChangeTitle): (WebFrameLoaderClient::didChangeTitle): (WebFrameLoaderClient::didReplaceMultipartContent): (WebFrameLoaderClient::committedLoad): (WebFrameLoaderClient::finishedLoading): (WebFrameLoaderClient::updateGlobalHistory): (WebFrameLoaderClient::updateGlobalHistoryRedirectLinks): (WebFrameLoaderClient::shouldGoToHistoryItem const): (WebFrameLoaderClient::didDisplayInsecureContent): (WebFrameLoaderClient::didRunInsecureContent): (WebFrameLoaderClient::cancelledError): (WebFrameLoaderClient::blockedError): (WebFrameLoaderClient::blockedByContentBlockerError): (WebFrameLoaderClient::cannotShowURLError): (WebFrameLoaderClient::interruptedForPolicyChangeError): (WebFrameLoaderClient::blockedByContentFilterError): (WebFrameLoaderClient::cannotShowMIMETypeError): (WebFrameLoaderClient::fileDoesNotExistError): (WebFrameLoaderClient::pluginWillHandleLoadError): (WebFrameLoaderClient::shouldFallBack): (WebFrameLoaderClient::canHandleRequest const): (WebFrameLoaderClient::saveViewStateToItem): (WebFrameLoaderClient::restoreViewState): (WebFrameLoaderClient::createDocumentLoader): (WebFrameLoaderClient::setTitle): (WebFrameLoaderClient::savePlatformDataToCachedFrame): (WebFrameLoaderClient::transitionToCommittedFromCachedFrame): (WebFrameLoaderClient::transitionToCommittedForNewPage): (WebFrameLoaderClient::setUpPolicyListener): (WebFrameLoaderClient::actionDictionary const): (WebFrameLoaderClient::canCachePage const): (WebFrameLoaderClient::createFrame): (WebFrameLoaderClient::objectContentType): (PluginWidget::PluginWidget): (PluginWidget::invalidateRect): (NetscapePluginWidget::handleEvent): (NetscapePluginWidget::notifyWidget): (shouldBlockPlugin): (WebFrameLoaderClient::createPlugin): (WebFrameLoaderClient::redirectDataToPlugin): (WebFrameLoaderClient::createJavaAppletWidget): (shouldBlockWebGL): (WebFrameLoaderClient::webGLPolicyForURL const): (WebFrameLoaderClient::resolveWebGLPolicyForURL const): (WebFrameLoaderClient::dispatchDidClearWindowObjectInWorld): (WebFrameLoaderClient::createNetworkingContext): (WebFrameLoaderClient::createPreviewLoaderClient): (WebFrameLoaderClient::getLoadDecisionForIcons): (webGetNSImage): (WebFrameLoaderClient::finishedLoadingIcon): (-[WebFramePolicyListener initWithFrame:identifier:policyFunction:defaultPolicy:]): (-[WebFramePolicyListener initWithFrame:identifier:policyFunction:defaultPolicy:appLinkURL:]): (-[WebFramePolicyListener invalidate]): (-[WebFramePolicyListener receivedPolicyDecision:]): (-[WebFramePolicyListener ignore]): (-[WebFramePolicyListener download]): (-[WebFramePolicyListener use]): (-[WebFramePolicyListener continue]): * WebInspector/WebInspector.mm: (-[WebInspector showWindow]): (-[WebInspector evaluateInFrontend:script:]): * WebView/WebClipView.mm: (-[WebClipView visibleRect]): (-[WebClipView _immediateScrollToPoint:]): * WebView/WebDataSource.mm: (-[WebDataSource _documentFragmentWithArchive:]): (-[WebDataSource _documentLoader]): (-[WebDataSource initWithRequest:]): (-[WebDataSource dealloc]): (-[WebDataSource data]): (-[WebDataSource webFrame]): (-[WebDataSource initialRequest]): (-[WebDataSource request]): (-[WebDataSource webArchive]): * WebView/WebFrame.mm: (core): (kit): (getWebView): (+[WebFrame _createFrameWithPage:frameName:frameView:ownerElement:]): (+[WebFrame _createMainFrameWithPage:frameName:frameView:]): (+[WebFrame _createSubframeWithOwnerElement:frameName:frameView:]): (+[WebFrame _createMainFrameWithSimpleHTMLDocumentWithPage:frameView:style:]): (-[WebFrame _attachScriptDebugger]): (-[WebFrame _updateBackgroundAndUpdatesWhileOffscreen]): (-[WebFrame _unmarkAllBadGrammar]): (-[WebFrame _unmarkAllMisspellings]): (-[WebFrame _hasSelection]): (-[WebFrame _atMostOneFrameHasSelection]): (-[WebFrame _findFrameWithSelection]): (-[WebFrame _nodesFromList:]): (-[WebFrame _stringForRange:]): (-[WebFrame _paintBehaviorForDestinationContext:]): (-[WebFrame _drawRect:contentsOnly:]): (-[WebFrame _getVisibleRect:]): (-[WebFrame _stringByEvaluatingJavaScriptFromString:forceUserGesture:]): (-[WebFrame _caretRectAtPosition:affinity:]): (-[WebFrame _scrollDOMRangeToVisible:]): (-[WebFrame _scrollDOMRangeToVisible:withInset:]): (-[WebFrame _rangeByAlteringCurrentSelection:direction:granularity:]): (-[WebFrame _selectionGranularity]): (-[WebFrame _convertToNSRange:]): (-[WebFrame _convertToDOMRange:]): (-[WebFrame _convertToDOMRange:rangeIsRelativeTo:]): (-[WebFrame _documentFragmentWithMarkupString:baseURLString:]): (-[WebFrame _documentFragmentWithNodesAsParagraphs:]): (-[WebFrame _visiblePositionForPoint:]): (-[WebFrame _characterRangeAtPoint:]): (-[WebFrame _typingStyle]): (-[WebFrame _setTypingStyle:withUndoAction:]): (-[WebFrame _dragSourceEndedAt:operation:]): (-[WebFrame _canProvideDocumentSource]): (-[WebFrame _commitData:]): (-[WebFrame _isDescendantOfFrame:]): (-[WebFrame _bodyBackgroundColor]): (-[WebFrame _isFrameSet]): (-[WebFrame _isVisuallyNonEmpty]): (toWebFrameLoadType): (-[WebFrame _rectsForRange:]): (-[WebFrame _selectionRangeForFirstPoint:secondPoint:]): (-[WebFrame _selectionRangeForPoint:]): (-[WebFrame _selectNSRange:]): (-[WebFrame _isDisplayingStandaloneImage]): (-[WebFrame _recursive_resumeNullEventsForAllNetscapePlugins]): (-[WebFrame _recursive_pauseNullEventsForAllNetscapePlugins]): (-[WebFrame setTimeoutsPaused:]): (-[WebFrame prepareForPause]): (-[WebFrame resumeFromPause]): (-[WebFrame selectWithoutClosingTypingNSRange:]): (-[WebFrame _saveViewState]): (-[WebFrame deviceOrientationChanged]): (-[WebFrame renderedSizeOfNode:constrainedToWidth:]): (-[WebFrame deepestNodeAtViewportLocation:]): (-[WebFrame scrollableNodeAtViewportLocation:]): (-[WebFrame approximateNodeAtViewportLocation:]): (-[WebFrame revealSelectionAtExtent:]): (-[WebFrame setCaretColor:]): (-[WebFrame isTelephoneNumberParsingAllowed]): (-[WebFrame isTelephoneNumberParsingEnabled]): (-[WebFrame setSelectedDOMRange:affinity:closeTyping:]): (-[WebFrame selectNSRange:onElement:]): (-[WebFrame setMarkedText:selectedRange:]): (-[WebFrame setMarkedText:forCandidates:]): (-[WebFrame getDictationResultRanges:andMetadatas:]): (-[WebFrame dictationResultMetadataForRange:]): (+[WebFrame stringWithData:textEncodingName:]): (-[WebFrame fontForSelection:]): (-[WebFrame _userScrolled]): (-[WebFrame _replaceSelectionWithText:selectReplacement:smartReplace:matchStyle:]): (-[WebFrame resetTextAutosizingBeforeLayout]): (-[WebFrame _setTextAutosizingWidth:]): (-[WebFrame _replaceSelectionWithFragment:selectReplacement:smartReplace:matchStyle:]): (-[WebFrame _replaceSelectionWithText:selectReplacement:smartReplace:]): (-[WebFrame _smartInsertForString:replacingRange:beforeString:afterString:]): (-[WebFrame _cacheabilityDictionary]): (-[WebFrame _stringByEvaluatingJavaScriptFromString:withGlobalObject:inScriptWorld:]): (-[WebFrame _globalContextForScriptWorld:]): (-[WebFrame setAccessibleName:]): (-[WebFrame enhancedAccessibilityEnabled]): (-[WebFrame setEnhancedAccessibility:]): (-[WebFrame _layerTreeAsText]): (-[WebFrame accessibilityRoot]): (-[WebFrame _clearOpener]): (-[WebFrame _computePageRectsWithPrintScaleFactor:pageSize:]): (-[WebFrame focusedNodeHasContent]): (-[WebFrame _dispatchDidReceiveTitle:]): (-[WebFrame jsWrapperForNode:inScriptWorld:]): (-[WebFrame elementAtPoint:]): (-[WebFrame name]): (needsMicrosoftMessengerDOMDocumentWorkaround): (-[WebFrame DOMDocument]): (-[WebFrame frameElement]): (-[WebFrame provisionalDataSource]): (-[WebFrame dataSource]): (-[WebFrame loadRequest:]): (-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]): (-[WebFrame findFrameNamed:]): (-[WebFrame parentFrame]): (-[WebFrame childFrames]): (-[WebFrame windowObject]): (-[WebFrame globalContext]): (-[WebFrame javaScriptContext]): (dataSource): Deleted. * WebView/WebFrameView.mm: (-[WebFrameView _web_frame]): (-[WebFrameView _setDocumentView:]): (-[WebFrameView _verticalPageScrollDistance]): (-[WebFrameView _install]): (-[WebFrameView _frameSizeChanged]): (-[WebFrameView initWithFrame:]): (-[WebFrameView drawRect:]): (-[WebFrameView _scrollOverflowInDirection:granularity:]): (-[WebFrameView _isVerticalDocument]): (-[WebFrameView _isFlippedDocument]): (-[WebFrameView _scrollToBeginningOfDocument]): (-[WebFrameView _scrollToEndOfDocument]): (-[WebFrameView _horizontalPageScrollDistance]): (-[WebFrameView _pageVertically:]): (-[WebFrameView _pageHorizontally:]): (-[WebFrameView _scrollLineVertically:]): (-[WebFrameView _scrollLineHorizontally:]): (-[WebFrameView keyDown:keyDown:]): (addTypesFromClass): Deleted. * WebView/WebFullScreenController.mm: (screenRectOfContents): (-[WebFullScreenController element]): (-[WebFullScreenController setElement:]): (-[WebFullScreenController _document]): (-[WebFullScreenController _manager]): * WebView/WebHTMLView.mm: (toAction): (toTag): (-[NSView _web_setNeedsDisplayInRect:]): (promisedDataClient): (+[WebHTMLView _excludedElementsForAttributedStringConversion]): (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:]): (-[WebHTMLView _plainTextFromPasteboard:]): (-[WebHTMLView _pasteWithPasteboard:allowPlainText:]): (-[WebHTMLView readSelectionFromPasteboard:]): (-[WebHTMLView _selectedRange]): (-[WebHTMLView _writeSelectionWithPasteboardTypes:toPasteboard:cachedAttributedString:]): (-[WebHTMLView _frameOrBoundsChanged]): (-[WebHTMLView _updateMouseoverWithEvent:]): (+[WebHTMLView _insertablePasteboardTypes]): (+[WebHTMLView _selectionPasteboardTypes]): (-[WebHTMLView pasteboard:provideDataForType:]): (-[WebHTMLView setScale:]): (-[WebHTMLView _canEdit]): (-[WebHTMLView _canEditRichly]): (-[WebHTMLView _hasSelection]): (-[WebHTMLView _hasSelectionOrInsertionPoint]): (-[WebHTMLView _hasInsertionPoint]): (-[WebHTMLView _isEditable]): (-[WebHTMLView _selectionDraggingImage]): (-[WebHTMLView _insertOrderedList]): (-[WebHTMLView _insertUnorderedList]): (-[WebHTMLView _canIncreaseSelectionListLevel]): (-[WebHTMLView _canDecreaseSelectionListLevel]): (-[WebHTMLView _increaseSelectionListLevel]): (-[WebHTMLView _increaseSelectionListLevelOrdered]): (-[WebHTMLView _increaseSelectionListLevelUnordered]): (-[WebHTMLView _decreaseSelectionListLevel]): (-[WebHTMLView _writeSelectionToPasteboard:]): (-[WebHTMLView _documentFragmentFromPasteboard:forType:inContext:subresources:]): (-[WebHTMLView _beginPrintModeWithMinimumPageWidth:height:maximumPageWidth:]): (-[WebHTMLView _beginPrintModeWithPageWidth:height:shrinkToFit:]): (-[WebHTMLView _beginScreenPaginationModeWithPageSize:shrinkToFit:]): (-[WebHTMLView _adjustedBottomOfPageWithTop:bottom:limit:]): (-[WebHTMLView coreCommandBySelector:]): (-[WebHTMLView coreCommandByName:]): (-[WebHTMLView validRequestorForSendType:returnType:]): (-[WebHTMLView jumpToSelection:]): (-[WebHTMLView validateUserInterfaceItemWithoutDelegate:]): (-[WebHTMLView maintainsInactiveSelection]): (-[WebHTMLView reapplyStyles]): (-[WebHTMLView layoutToMinimumPageWidth:height:originalPageWidth:originalPageHeight:maximumShrinkRatio:adjustingViewSize:]): (-[WebHTMLView rightMouseUp:]): (fixMenusReceivedFromOldClients): (createShareMenuItem): (createMenuItem): (createMenuItems): (customMenuFromDefaultItems): (-[WebHTMLView menuForEvent:]): (-[WebHTMLView clearFocus]): (-[WebHTMLView setLayer:]): (-[WebHTMLView setNeedsLayout:]): (-[WebHTMLView setNeedsToApplyStyles:]): (-[WebHTMLView _invalidateGStatesForTree]): (-[WebHTMLView scrollWheel:]): (-[WebHTMLView acceptsFirstMouse:]): (-[WebHTMLView shouldDelayWindowOrderingForEvent:]): (-[WebHTMLView mouseDown:]): (-[WebHTMLView touch:]): (-[WebHTMLView mouseDragged:]): (-[WebHTMLView draggingSourceOperationMaskForLocal:]): (-[WebHTMLView draggedImage:endedAt:operation:]): (-[WebHTMLView namesOfPromisedFilesDroppedAtDestination:]): (-[WebHTMLView draggingSession:sourceOperationMaskForDraggingContext:]): (-[WebHTMLView draggingSession:endedAtPoint:operation:]): (-[WebHTMLView mouseUp:]): (-[WebHTMLView pressureChangeWithEvent:]): (isTextInput): (isInPasswordField): (currentKeyboardEvent): (-[WebHTMLView becomeFirstResponder]): (-[WebHTMLView resignFirstResponder]): (-[WebHTMLView _setPrinting:minimumPageLogicalWidth:logicalHeight:originalPageWidth:originalPageHeight:maximumShrinkRatio:adjustViewSize:paginateScreenContent:]): (-[WebHTMLView _scaleFactorForPrintOperation:]): (-[WebHTMLView keyDown:]): (-[WebHTMLView keyUp:]): (-[WebHTMLView flagsChanged:]): (-[WebHTMLView centerSelectionInVisibleArea:]): (-[WebHTMLView _selectionStartFontAttributesAsRTF]): (-[WebHTMLView _fontAttributesFromFontPasteboard]): (-[WebHTMLView _applyStyleToSelection:withUndoAction:]): (-[WebHTMLView _applyEditingStyleToSelection:withUndoAction:]): (-[WebHTMLView performKeyEquivalent:]): (-[WebHTMLView copyFont:]): (-[WebHTMLView pasteFont:]): (-[WebHTMLView changeFont:]): (-[WebHTMLView changeAttributes:]): (-[WebHTMLView _undoActionFromColorPanelWithSelector:]): (-[WebHTMLView _changeCSSColorUsingSelector:inRange:]): (-[WebHTMLView changeColor:]): (-[WebHTMLView checkSpelling:]): (-[WebHTMLView showGuessPanel:]): (-[WebHTMLView toggleBaseWritingDirection:]): (-[WebHTMLView changeBaseWritingDirection:]): (-[WebHTMLView _changeBaseWritingDirectionTo:]): (-[WebHTMLView _updateControlTints]): (-[WebHTMLView _selectionChanged]): (-[WebHTMLView _updateFontPanel]): (-[WebHTMLView _canSmartCopyOrDelete]): (-[WebHTMLView _lookUpInDictionaryFromMenu:]): (-[WebHTMLView quickLookWithEvent:]): (-[WebHTMLView _executeSavedKeypressCommands]): (-[WebHTMLView _interpretKeyEvent:savingCommands:]): (-[WebHTMLView _handleEditingKeyEvent:]): (-[WebHTMLView _web_updateLayoutAndStyleIfNeededRecursive]): (-[WebHTMLView ALLOW_DEPRECATED_IMPLEMENTATIONS_END]): (-[WebHTMLView attributedSubstringFromRange:]): (-[WebHTMLView hasMarkedText]): (extractUnderlines): (-[WebHTMLView setMarkedText:selectedRange:]): (-[WebHTMLView doCommandBySelector:]): (-[WebHTMLView insertText:]): (-[WebHTMLView _updateSecureInputState]): (-[WebHTMLView _updateSelectionForInputManager]): (-[WebHTMLView selectionTextRects]): (imageFromRect): (selectionImage): (-[WebHTMLView selectionImageForcingBlackText:selectionImageForcingBlackText:]): (-[WebHTMLView selectAll]): (-[WebHTMLView deselectAll]): (-[WebHTMLView _legacyAttributedStringFrom:offset:to:offset:]): (-[WebHTMLView attributedString]): (-[WebHTMLView selectedAttributedString]): (-[WebHTMLView elementAtPoint:allowShadowContent:]): (-[WebHTMLView countMatchesForText:inDOMRange:options:limit:markMatches:]): (-[WebHTMLView setMarkedTextMatchesAreHighlighted:]): (-[WebHTMLView markedTextMatchesAreHighlighted]): (-[WebHTMLView unmarkAllTextMatches]): (-[WebHTMLView rectsForTextMatches]): (-[WebHTMLView _findString:options:]): * WebView/WebImmediateActionController.mm: (-[WebImmediateActionController webView:didHandleScrollWheel:]): (-[WebImmediateActionController _cancelImmediateAction]): (-[WebImmediateActionController performHitTestAtPoint:]): (-[WebImmediateActionController immediateActionRecognizerDidUpdateAnimation:]): (-[WebImmediateActionController immediateActionRecognizerDidCancelAnimation:]): (-[WebImmediateActionController immediateActionRecognizerDidCompleteAnimation:]): (-[WebImmediateActionController _defaultAnimationController]): (-[WebImmediateActionController _updateImmediateActionItem]): (-[WebImmediateActionController menuItemDidClose:]): (elementBoundingBoxInWindowCoordinatesFromNode): (-[WebImmediateActionController menuItem:itemFrameForPoint:]): (-[WebImmediateActionController menuItem:maxSizeForPoint:]): (-[WebImmediateActionController _animationControllerForDataDetectedText]): (-[WebImmediateActionController _animationControllerForDataDetectedLink]): (+[WebImmediateActionController _dictionaryPopupInfoForRange:inFrame:withLookupOptions:indicatorOptions:transition:]): (-[WebImmediateActionController _animationControllerForText]): * WebView/WebPDFView.mm: (isFrameInRange): (-[WebPDFView pasteboardTypesForSelection]): (-[WebPDFView writeSelectionWithPasteboardTypes:toPasteboard:]): (-[WebPDFView PDFViewWillClickOnLink:withURL:]): * WebView/WebScriptDebugDelegate.mm: (-[WebScriptCallFrame _convertValueToObjcValue:]): * WebView/WebScriptDebugger.mm: (toNSString): (toWebFrame): (WebScriptDebugger::WebScriptDebugger): (WebScriptDebugger::sourceParsed): (WebScriptDebugger::handlePause): * WebView/WebScriptWorld.mm: (-[WebScriptWorld initWithWorld:]): (-[WebScriptWorld init]): (+[WebScriptWorld standardWorld]): (+[WebScriptWorld scriptWorldForGlobalContext:]): (core): (+[WebScriptWorld findOrCreateWorld:]): * WebView/WebView.mm: (coreOptions): (coreLayoutMilestones): (kitLayoutMilestones): (kit): (WebKit::DeferredPageDestructor::createDeferredPageDestructor): (WebKit::DeferredPageDestructor::DeferredPageDestructor): (-[WebUITextIndicatorData initWithImage:textIndicatorData:scale:]): (+[WebView _standardUserAgentWithApplicationName:]): (+[WebView _reportException:inContext:]): (shouldEnableLoadDeferring): (shouldRestrictWindowFocus): (needsOutlookQuirksScript): (-[WebView _injectOutlookQuirksScript]): (shouldUseLegacyBackgroundSizeShorthandBehavior): (shouldAllowWindowOpenWithoutUserGesture): (WebKitInitializeGamepadProviderIfNecessary): (-[WebView _commonInitializationWithFrameName:groupName:]): (-[WebView initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:]): (-[WebView _replaceCurrentHistoryItem:]): (-[WebView updateLayoutIgnorePendingStyleSheets]): (-[WebView _requestStartDataInteraction:globalPosition:]): (-[WebView _startDrag:]): (-[WebView dragDataForSession:client:global:operation:]): (-[WebView _didConcludeEditDrag]): (+[WebView _setAlwaysUsesComplexTextCodePath:]): (+[WebView canCloseAllWebViews]): (+[WebView closeAllWebViews]): (-[WebView _dispatchUnloadEvent]): (-[WebView styleAtSelectionStart]): (-[WebView _didFinishScrollingOrZooming]): (-[WebView _close]): (-[WebView _isProcessingUserGesture]): (+[WebView _enableRemoteInspector]): (+[WebView _disableRemoteInspector]): (+[WebView _disableAutoStartRemoteInspector]): (+[WebView _isRemoteInspectorEnabled]): (+[WebView _hasRemoteInspectorSession]): (-[WebView _setHostApplicationProcessIdentifier:auditToken:]): (-[WebView _loadBackForwardListFromOtherView:]): (-[WebView _needsKeyboardEventDisambiguationQuirks]): (needsSelfRetainWhileLoadingQuirk): (-[WebView _needsPreHTML5ParserQuirks]): (-[WebView _preferencesChanged:]): (-[WebView _cacheFrameLoadDelegateImplementations]): (+[WebView _unregisterViewClassAndRepresentationClassForMIMEType:]): (+[WebView _registerViewClass:representationClass:forURLScheme:]): (+[WebView _decodeData:]): (-[WebView _didStartProvisionalLoadForFrame:]): (-[WebView _checkDidPerformFirstNavigation]): (-[WebView _cachedResponseForURL:]): (+[WebView _setShouldUseFontSmoothing:]): (+[WebView _shouldUseFontSmoothing]): (+[WebView _setUsesTestModeFocusRingColor:]): (+[WebView _usesTestModeFocusRingColor]): (-[WebView setAlwaysShowVerticalScroller:]): (-[WebView alwaysShowVerticalScroller]): (-[WebView setAlwaysShowHorizontalScroller:]): (-[WebView setProhibitsMainFrameScrolling:]): (-[WebView alwaysShowHorizontalScroller]): (-[WebView _setMediaLayer:forPluginView:]): (-[WebView _attachScriptDebuggerToAllFrames]): (-[WebView _detachScriptDebuggerFromAllFrames]): (+[WebView _productivityDocumentMIMETypes]): (-[WebView _setFixedLayoutSize:]): (-[WebView _synchronizeCustomFixedPositionLayoutRect]): (-[WebView _viewGeometryDidChange]): (-[WebView _overflowScrollPositionChangedTo:forNode:isUserScroll:]): (+[WebView _doNotStartObservingNetworkReachability]): (-[WebView _touchEventRegions]): (-[WebView textIteratorForRect:]): (-[WebView _executeCoreCommandByName:value:]): (-[WebView _isUsingAcceleratedCompositing]): (-[WebView _isSoftwareRenderable]): (-[WebView setTracksRepaints:]): (-[WebView isTrackingRepaints]): (-[WebView resetTrackedRepaints]): (-[WebView trackedRepaintRects]): (+[WebView _addOriginAccessWhitelistEntryWithSourceOrigin:destinationProtocol:destinationHost:allowDestinationSubdomains:]): (+[WebView _removeOriginAccessWhitelistEntryWithSourceOrigin:destinationProtocol:destinationHost:allowDestinationSubdomains:]): (+[WebView _resetOriginAccessWhitelists]): (+[WebView _addUserScriptToGroup:world:source:url:whitelist:blacklist:injectionTime:injectedFrames:]): (+[WebView _addUserStyleSheetToGroup:world:source:url:whitelist:blacklist:injectedFrames:]): (-[WebView allowsNewCSSAnimationsWhileSuspended]): (-[WebView setAllowsNewCSSAnimationsWhileSuspended:]): (-[WebView cssAnimationsSuspended]): (-[WebView setCSSAnimationsSuspended:]): (+[WebView _setDomainRelaxationForbidden:forURLScheme:]): (+[WebView _registerURLSchemeAsSecure:]): (+[WebView _registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing:]): (-[WebView _scaleWebView:atOrigin:]): (-[WebView _setUseFixedLayout:]): (-[WebView _useFixedLayout]): (-[WebView _fixedLayoutSize]): (-[WebView _setPaginationMode:]): (-[WebView _paginationMode]): (-[WebView _listenForLayoutMilestones:]): (-[WebView _layoutMilestones]): (-[WebView _setPaginationBehavesLikeColumns:]): (-[WebView _paginationBehavesLikeColumns]): (-[WebView _setPageLength:]): (-[WebView _pageLength]): (-[WebView _setGapBetweenPages:]): (-[WebView _gapBetweenPages]): (-[WebView _setPaginationLineGridEnabled:]): (-[WebView _paginationLineGridEnabled]): (-[WebView _pageCount]): (+[WebView _HTTPPipeliningEnabled]): (+[WebView _setHTTPPipeliningEnabled:]): (-[WebView shouldRequestCandidates]): (-[WebView removePluginInstanceViewsFor:]): (+[WebView registerURLSchemeAsLocal:]): (-[WebView doWindowDidChangeScreen]): (-[WebView _updateScreenScaleFromWindow]): (-[WebView goToBackForwardItem:]): (-[WebView _setZoomMultiplier:isTextOnly:]): (-[WebView setCustomTextEncodingName:]): (-[WebView windowScriptObject]): (-[WebView setHostWindow:]): (-[WebView applicationFlags:]): (-[WebView actionMaskForDraggingInfo:]): (-[WebView draggingEntered:]): (-[WebView draggingUpdated:]): (-[WebView draggingExited:]): (-[WebView performDragOperation:]): (incrementFrame): (+[WebView registerViewClass:representationClass:forMIMEType:]): (-[WebView moveDragCaretToPoint:]): (-[WebView removeDragCaret]): (-[WebView mainFrameIconURL]): (coreTextCheckingType): (textCheckingResultFromNSTextCheckingResult): (-[WebView candidateListTouchBarItem:endSelectingCandidateAtIndex:]): (-[WebView candidateListTouchBarItem:changedCandidateListVisibility:]): (-[WebView shouldClose]): (aeDescFromJSValue): (-[WebView aeDescByEvaluatingJavaScriptFromString:]): (-[WebView editableDOMRangeForPoint:]): (-[WebView setSelectedDOMRange:affinity:]): (-[WebView selectedDOMRange]): (-[WebView selectionAffinity]): (-[WebView setEditable:]): (-[WebView setTypingStyle:]): (-[WebView deleteSelection]): (-[WebView applyStyle:]): (-[WebView insertDictationPhrases:metadata:]): (-[WebView _selectionIsCaret]): (-[WebView _selectionIsAll]): (-[WebView _simplifyMarkup:endNode:]): (+[WebView _setCacheModel:]): (-[WebView _searchWithGoogleFromMenu:]): (-[WebView _retrieveKeyboardUIModeFromPreferences:]): (-[WebView _keyboardUIMode]): (-[WebView _mainCoreFrame]): (-[WebView _clearCredentials]): (-[WebView _flushCompositingChanges]): (-[WebView _scheduleLayerFlushForPendingTileCacheRepaint]): (-[WebView _hasActiveVideoForControlsInterface]): (-[WebView _setUpPlaybackControlsManagerForMediaElement:]): (-[WebView handleAcceptedAlternativeText:]): (-[WebView _getWebCoreDictationAlternatives:fromTextAlternatives:]): (-[WebView _animationControllerForDictionaryLookupPopupInfo:]): (-[WebView _setTextIndicator:]): (-[WebView _setTextIndicator:withLifetime:]): (-[WebView _clearTextIndicatorWithAnimation:]): (-[WebView _showDictionaryLookupPopup:]): (-[WebView _dictionaryLookupPopoverWillClose:]): (-[WebView showFormValidationMessage:withAnchorRect:]): (-[WebView textTouchBar]): (nsTextAlignmentFromRenderStyle): (-[WebView updateTextTouchBar]): (-[WebView updateTouchBar]): (-[WebView candidateList]): (-[WebView _geolocationDidFailWithMessage:]): (-[WebView _resetAllGeolocationPermission]): (-[WebView _notificationIDForTesting:]): Canonical link: https://commits.webkit.org/215920@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250549 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-01 06:17:53 +00:00
mac/DefaultDelegates/WebDefaultContextMenuDelegate.mm
mac/Misc/WebSharingServicePickerController.mm
mac/Plugins/WebBasePluginPackage.mm
mac/Plugins/WebPluginContainerCheck.mm
mac/Plugins/WebPluginController.mm
mac/Plugins/WebPluginDatabase.mm
mac/History/WebBackForwardList.mm
mac/WebCoreSupport/WebApplicationCache.mm
mac/WebCoreSupport/WebApplicationCacheQuotaManager.mm
Unify more WebKitLegacy sources https://bugs.webkit.org/show_bug.cgi?id=202390 Reviewed by Tim Horton. Source/WebCore/PAL: * pal/spi/mac/QuickLookMacSPI.h: Source/WebKitLegacy: These files were causing problems with the CMake build, but only if not unified. So I unified them and sped up the build too, without changing any behavior. * SourcesCocoa.txt: * UnifiedSources-output.xcfilelist: * WebKitLegacy.xcodeproj/project.pbxproj: * scripts/generate-unified-sources.sh: Source/WebKitLegacy/mac: * WebCoreSupport/WebFrameLoaderClient.mm: (dataSource): (WebFrameLoaderClient::pageID const): (WebFrameLoaderClient::frameID const): (WebFrameLoaderClient::makeRepresentation): (WebFrameLoaderClient::forceLayoutOnRestoreFromPageCache): (WebFrameLoaderClient::convertMainResourceLoadToDownload): (WebFrameLoaderClient::dispatchDidLoadResourceFromMemoryCache): (WebFrameLoaderClient::assignIdentifierToInitialRequest): (WebFrameLoaderClient::dispatchWillSendRequest): (WebFrameLoaderClient::shouldUseCredentialStorage): (WebFrameLoaderClient::dispatchDidReceiveAuthenticationChallenge): (WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace): (WebFrameLoaderClient::connectionProperties): (WebFrameLoaderClient::dispatchDidReceiveResponse): (WebFrameLoaderClient::willCacheResponse const): (WebFrameLoaderClient::dispatchDidReceiveContentLength): (WebFrameLoaderClient::dispatchDidFinishLoading): (WebFrameLoaderClient::dispatchDidFailLoading): (WebFrameLoaderClient::dispatchWillPerformClientRedirect): (WebFrameLoaderClient::dispatchDidReceiveTitle): (WebFrameLoaderClient::dispatchDidCommitLoad): (WebFrameLoaderClient::dispatchDidFailProvisionalLoad): (WebFrameLoaderClient::dispatchDidFailLoad): (WebFrameLoaderClient::dispatchDidReachLayoutMilestone): (WebFrameLoaderClient::dispatchCreatePage): (WebFrameLoaderClient::dispatchDecidePolicyForResponse): (shouldTryAppLink): (WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction): (WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction): (WebFrameLoaderClient::dispatchUnableToImplementPolicy): (makeFormFieldValuesDictionary): (WebFrameLoaderClient::dispatchWillSubmitForm): (WebFrameLoaderClient::revertToProvisionalState): (WebFrameLoaderClient::setMainDocumentError): (WebFrameLoaderClient::startDownload): (WebFrameLoaderClient::willChangeTitle): (WebFrameLoaderClient::didChangeTitle): (WebFrameLoaderClient::didReplaceMultipartContent): (WebFrameLoaderClient::committedLoad): (WebFrameLoaderClient::finishedLoading): (WebFrameLoaderClient::updateGlobalHistory): (WebFrameLoaderClient::updateGlobalHistoryRedirectLinks): (WebFrameLoaderClient::shouldGoToHistoryItem const): (WebFrameLoaderClient::didDisplayInsecureContent): (WebFrameLoaderClient::didRunInsecureContent): (WebFrameLoaderClient::cancelledError): (WebFrameLoaderClient::blockedError): (WebFrameLoaderClient::blockedByContentBlockerError): (WebFrameLoaderClient::cannotShowURLError): (WebFrameLoaderClient::interruptedForPolicyChangeError): (WebFrameLoaderClient::blockedByContentFilterError): (WebFrameLoaderClient::cannotShowMIMETypeError): (WebFrameLoaderClient::fileDoesNotExistError): (WebFrameLoaderClient::pluginWillHandleLoadError): (WebFrameLoaderClient::shouldFallBack): (WebFrameLoaderClient::canHandleRequest const): (WebFrameLoaderClient::saveViewStateToItem): (WebFrameLoaderClient::restoreViewState): (WebFrameLoaderClient::createDocumentLoader): (WebFrameLoaderClient::setTitle): (WebFrameLoaderClient::savePlatformDataToCachedFrame): (WebFrameLoaderClient::transitionToCommittedFromCachedFrame): (WebFrameLoaderClient::transitionToCommittedForNewPage): (WebFrameLoaderClient::setUpPolicyListener): (WebFrameLoaderClient::actionDictionary const): (WebFrameLoaderClient::canCachePage const): (WebFrameLoaderClient::createFrame): (WebFrameLoaderClient::objectContentType): (PluginWidget::PluginWidget): (PluginWidget::invalidateRect): (NetscapePluginWidget::handleEvent): (NetscapePluginWidget::notifyWidget): (shouldBlockPlugin): (WebFrameLoaderClient::createPlugin): (WebFrameLoaderClient::redirectDataToPlugin): (WebFrameLoaderClient::createJavaAppletWidget): (shouldBlockWebGL): (WebFrameLoaderClient::webGLPolicyForURL const): (WebFrameLoaderClient::resolveWebGLPolicyForURL const): (WebFrameLoaderClient::dispatchDidClearWindowObjectInWorld): (WebFrameLoaderClient::createNetworkingContext): (WebFrameLoaderClient::createPreviewLoaderClient): (WebFrameLoaderClient::getLoadDecisionForIcons): (webGetNSImage): (WebFrameLoaderClient::finishedLoadingIcon): (-[WebFramePolicyListener initWithFrame:identifier:policyFunction:defaultPolicy:]): (-[WebFramePolicyListener initWithFrame:identifier:policyFunction:defaultPolicy:appLinkURL:]): (-[WebFramePolicyListener invalidate]): (-[WebFramePolicyListener receivedPolicyDecision:]): (-[WebFramePolicyListener ignore]): (-[WebFramePolicyListener download]): (-[WebFramePolicyListener use]): (-[WebFramePolicyListener continue]): * WebInspector/WebInspector.mm: (-[WebInspector showWindow]): (-[WebInspector evaluateInFrontend:script:]): * WebView/WebClipView.mm: (-[WebClipView visibleRect]): (-[WebClipView _immediateScrollToPoint:]): * WebView/WebDataSource.mm: (-[WebDataSource _documentFragmentWithArchive:]): (-[WebDataSource _documentLoader]): (-[WebDataSource initWithRequest:]): (-[WebDataSource dealloc]): (-[WebDataSource data]): (-[WebDataSource webFrame]): (-[WebDataSource initialRequest]): (-[WebDataSource request]): (-[WebDataSource webArchive]): * WebView/WebFrame.mm: (core): (kit): (getWebView): (+[WebFrame _createFrameWithPage:frameName:frameView:ownerElement:]): (+[WebFrame _createMainFrameWithPage:frameName:frameView:]): (+[WebFrame _createSubframeWithOwnerElement:frameName:frameView:]): (+[WebFrame _createMainFrameWithSimpleHTMLDocumentWithPage:frameView:style:]): (-[WebFrame _attachScriptDebugger]): (-[WebFrame _updateBackgroundAndUpdatesWhileOffscreen]): (-[WebFrame _unmarkAllBadGrammar]): (-[WebFrame _unmarkAllMisspellings]): (-[WebFrame _hasSelection]): (-[WebFrame _atMostOneFrameHasSelection]): (-[WebFrame _findFrameWithSelection]): (-[WebFrame _nodesFromList:]): (-[WebFrame _stringForRange:]): (-[WebFrame _paintBehaviorForDestinationContext:]): (-[WebFrame _drawRect:contentsOnly:]): (-[WebFrame _getVisibleRect:]): (-[WebFrame _stringByEvaluatingJavaScriptFromString:forceUserGesture:]): (-[WebFrame _caretRectAtPosition:affinity:]): (-[WebFrame _scrollDOMRangeToVisible:]): (-[WebFrame _scrollDOMRangeToVisible:withInset:]): (-[WebFrame _rangeByAlteringCurrentSelection:direction:granularity:]): (-[WebFrame _selectionGranularity]): (-[WebFrame _convertToNSRange:]): (-[WebFrame _convertToDOMRange:]): (-[WebFrame _convertToDOMRange:rangeIsRelativeTo:]): (-[WebFrame _documentFragmentWithMarkupString:baseURLString:]): (-[WebFrame _documentFragmentWithNodesAsParagraphs:]): (-[WebFrame _visiblePositionForPoint:]): (-[WebFrame _characterRangeAtPoint:]): (-[WebFrame _typingStyle]): (-[WebFrame _setTypingStyle:withUndoAction:]): (-[WebFrame _dragSourceEndedAt:operation:]): (-[WebFrame _canProvideDocumentSource]): (-[WebFrame _commitData:]): (-[WebFrame _isDescendantOfFrame:]): (-[WebFrame _bodyBackgroundColor]): (-[WebFrame _isFrameSet]): (-[WebFrame _isVisuallyNonEmpty]): (toWebFrameLoadType): (-[WebFrame _rectsForRange:]): (-[WebFrame _selectionRangeForFirstPoint:secondPoint:]): (-[WebFrame _selectionRangeForPoint:]): (-[WebFrame _selectNSRange:]): (-[WebFrame _isDisplayingStandaloneImage]): (-[WebFrame _recursive_resumeNullEventsForAllNetscapePlugins]): (-[WebFrame _recursive_pauseNullEventsForAllNetscapePlugins]): (-[WebFrame setTimeoutsPaused:]): (-[WebFrame prepareForPause]): (-[WebFrame resumeFromPause]): (-[WebFrame selectWithoutClosingTypingNSRange:]): (-[WebFrame _saveViewState]): (-[WebFrame deviceOrientationChanged]): (-[WebFrame renderedSizeOfNode:constrainedToWidth:]): (-[WebFrame deepestNodeAtViewportLocation:]): (-[WebFrame scrollableNodeAtViewportLocation:]): (-[WebFrame approximateNodeAtViewportLocation:]): (-[WebFrame revealSelectionAtExtent:]): (-[WebFrame setCaretColor:]): (-[WebFrame isTelephoneNumberParsingAllowed]): (-[WebFrame isTelephoneNumberParsingEnabled]): (-[WebFrame setSelectedDOMRange:affinity:closeTyping:]): (-[WebFrame selectNSRange:onElement:]): (-[WebFrame setMarkedText:selectedRange:]): (-[WebFrame setMarkedText:forCandidates:]): (-[WebFrame getDictationResultRanges:andMetadatas:]): (-[WebFrame dictationResultMetadataForRange:]): (+[WebFrame stringWithData:textEncodingName:]): (-[WebFrame fontForSelection:]): (-[WebFrame _userScrolled]): (-[WebFrame _replaceSelectionWithText:selectReplacement:smartReplace:matchStyle:]): (-[WebFrame resetTextAutosizingBeforeLayout]): (-[WebFrame _setTextAutosizingWidth:]): (-[WebFrame _replaceSelectionWithFragment:selectReplacement:smartReplace:matchStyle:]): (-[WebFrame _replaceSelectionWithText:selectReplacement:smartReplace:]): (-[WebFrame _smartInsertForString:replacingRange:beforeString:afterString:]): (-[WebFrame _cacheabilityDictionary]): (-[WebFrame _stringByEvaluatingJavaScriptFromString:withGlobalObject:inScriptWorld:]): (-[WebFrame _globalContextForScriptWorld:]): (-[WebFrame setAccessibleName:]): (-[WebFrame enhancedAccessibilityEnabled]): (-[WebFrame setEnhancedAccessibility:]): (-[WebFrame _layerTreeAsText]): (-[WebFrame accessibilityRoot]): (-[WebFrame _clearOpener]): (-[WebFrame _computePageRectsWithPrintScaleFactor:pageSize:]): (-[WebFrame focusedNodeHasContent]): (-[WebFrame _dispatchDidReceiveTitle:]): (-[WebFrame jsWrapperForNode:inScriptWorld:]): (-[WebFrame elementAtPoint:]): (-[WebFrame name]): (needsMicrosoftMessengerDOMDocumentWorkaround): (-[WebFrame DOMDocument]): (-[WebFrame frameElement]): (-[WebFrame provisionalDataSource]): (-[WebFrame dataSource]): (-[WebFrame loadRequest:]): (-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]): (-[WebFrame findFrameNamed:]): (-[WebFrame parentFrame]): (-[WebFrame childFrames]): (-[WebFrame windowObject]): (-[WebFrame globalContext]): (-[WebFrame javaScriptContext]): (dataSource): Deleted. * WebView/WebFrameView.mm: (-[WebFrameView _web_frame]): (-[WebFrameView _setDocumentView:]): (-[WebFrameView _verticalPageScrollDistance]): (-[WebFrameView _install]): (-[WebFrameView _frameSizeChanged]): (-[WebFrameView initWithFrame:]): (-[WebFrameView drawRect:]): (-[WebFrameView _scrollOverflowInDirection:granularity:]): (-[WebFrameView _isVerticalDocument]): (-[WebFrameView _isFlippedDocument]): (-[WebFrameView _scrollToBeginningOfDocument]): (-[WebFrameView _scrollToEndOfDocument]): (-[WebFrameView _horizontalPageScrollDistance]): (-[WebFrameView _pageVertically:]): (-[WebFrameView _pageHorizontally:]): (-[WebFrameView _scrollLineVertically:]): (-[WebFrameView _scrollLineHorizontally:]): (-[WebFrameView keyDown:keyDown:]): (addTypesFromClass): Deleted. * WebView/WebFullScreenController.mm: (screenRectOfContents): (-[WebFullScreenController element]): (-[WebFullScreenController setElement:]): (-[WebFullScreenController _document]): (-[WebFullScreenController _manager]): * WebView/WebHTMLView.mm: (toAction): (toTag): (-[NSView _web_setNeedsDisplayInRect:]): (promisedDataClient): (+[WebHTMLView _excludedElementsForAttributedStringConversion]): (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:]): (-[WebHTMLView _plainTextFromPasteboard:]): (-[WebHTMLView _pasteWithPasteboard:allowPlainText:]): (-[WebHTMLView readSelectionFromPasteboard:]): (-[WebHTMLView _selectedRange]): (-[WebHTMLView _writeSelectionWithPasteboardTypes:toPasteboard:cachedAttributedString:]): (-[WebHTMLView _frameOrBoundsChanged]): (-[WebHTMLView _updateMouseoverWithEvent:]): (+[WebHTMLView _insertablePasteboardTypes]): (+[WebHTMLView _selectionPasteboardTypes]): (-[WebHTMLView pasteboard:provideDataForType:]): (-[WebHTMLView setScale:]): (-[WebHTMLView _canEdit]): (-[WebHTMLView _canEditRichly]): (-[WebHTMLView _hasSelection]): (-[WebHTMLView _hasSelectionOrInsertionPoint]): (-[WebHTMLView _hasInsertionPoint]): (-[WebHTMLView _isEditable]): (-[WebHTMLView _selectionDraggingImage]): (-[WebHTMLView _insertOrderedList]): (-[WebHTMLView _insertUnorderedList]): (-[WebHTMLView _canIncreaseSelectionListLevel]): (-[WebHTMLView _canDecreaseSelectionListLevel]): (-[WebHTMLView _increaseSelectionListLevel]): (-[WebHTMLView _increaseSelectionListLevelOrdered]): (-[WebHTMLView _increaseSelectionListLevelUnordered]): (-[WebHTMLView _decreaseSelectionListLevel]): (-[WebHTMLView _writeSelectionToPasteboard:]): (-[WebHTMLView _documentFragmentFromPasteboard:forType:inContext:subresources:]): (-[WebHTMLView _beginPrintModeWithMinimumPageWidth:height:maximumPageWidth:]): (-[WebHTMLView _beginPrintModeWithPageWidth:height:shrinkToFit:]): (-[WebHTMLView _beginScreenPaginationModeWithPageSize:shrinkToFit:]): (-[WebHTMLView _adjustedBottomOfPageWithTop:bottom:limit:]): (-[WebHTMLView coreCommandBySelector:]): (-[WebHTMLView coreCommandByName:]): (-[WebHTMLView validRequestorForSendType:returnType:]): (-[WebHTMLView jumpToSelection:]): (-[WebHTMLView validateUserInterfaceItemWithoutDelegate:]): (-[WebHTMLView maintainsInactiveSelection]): (-[WebHTMLView reapplyStyles]): (-[WebHTMLView layoutToMinimumPageWidth:height:originalPageWidth:originalPageHeight:maximumShrinkRatio:adjustingViewSize:]): (-[WebHTMLView rightMouseUp:]): (fixMenusReceivedFromOldClients): (createShareMenuItem): (createMenuItem): (createMenuItems): (customMenuFromDefaultItems): (-[WebHTMLView menuForEvent:]): (-[WebHTMLView clearFocus]): (-[WebHTMLView setLayer:]): (-[WebHTMLView setNeedsLayout:]): (-[WebHTMLView setNeedsToApplyStyles:]): (-[WebHTMLView _invalidateGStatesForTree]): (-[WebHTMLView scrollWheel:]): (-[WebHTMLView acceptsFirstMouse:]): (-[WebHTMLView shouldDelayWindowOrderingForEvent:]): (-[WebHTMLView mouseDown:]): (-[WebHTMLView touch:]): (-[WebHTMLView mouseDragged:]): (-[WebHTMLView draggingSourceOperationMaskForLocal:]): (-[WebHTMLView draggedImage:endedAt:operation:]): (-[WebHTMLView namesOfPromisedFilesDroppedAtDestination:]): (-[WebHTMLView draggingSession:sourceOperationMaskForDraggingContext:]): (-[WebHTMLView draggingSession:endedAtPoint:operation:]): (-[WebHTMLView mouseUp:]): (-[WebHTMLView pressureChangeWithEvent:]): (isTextInput): (isInPasswordField): (currentKeyboardEvent): (-[WebHTMLView becomeFirstResponder]): (-[WebHTMLView resignFirstResponder]): (-[WebHTMLView _setPrinting:minimumPageLogicalWidth:logicalHeight:originalPageWidth:originalPageHeight:maximumShrinkRatio:adjustViewSize:paginateScreenContent:]): (-[WebHTMLView _scaleFactorForPrintOperation:]): (-[WebHTMLView keyDown:]): (-[WebHTMLView keyUp:]): (-[WebHTMLView flagsChanged:]): (-[WebHTMLView centerSelectionInVisibleArea:]): (-[WebHTMLView _selectionStartFontAttributesAsRTF]): (-[WebHTMLView _fontAttributesFromFontPasteboard]): (-[WebHTMLView _applyStyleToSelection:withUndoAction:]): (-[WebHTMLView _applyEditingStyleToSelection:withUndoAction:]): (-[WebHTMLView performKeyEquivalent:]): (-[WebHTMLView copyFont:]): (-[WebHTMLView pasteFont:]): (-[WebHTMLView changeFont:]): (-[WebHTMLView changeAttributes:]): (-[WebHTMLView _undoActionFromColorPanelWithSelector:]): (-[WebHTMLView _changeCSSColorUsingSelector:inRange:]): (-[WebHTMLView changeColor:]): (-[WebHTMLView checkSpelling:]): (-[WebHTMLView showGuessPanel:]): (-[WebHTMLView toggleBaseWritingDirection:]): (-[WebHTMLView changeBaseWritingDirection:]): (-[WebHTMLView _changeBaseWritingDirectionTo:]): (-[WebHTMLView _updateControlTints]): (-[WebHTMLView _selectionChanged]): (-[WebHTMLView _updateFontPanel]): (-[WebHTMLView _canSmartCopyOrDelete]): (-[WebHTMLView _lookUpInDictionaryFromMenu:]): (-[WebHTMLView quickLookWithEvent:]): (-[WebHTMLView _executeSavedKeypressCommands]): (-[WebHTMLView _interpretKeyEvent:savingCommands:]): (-[WebHTMLView _handleEditingKeyEvent:]): (-[WebHTMLView _web_updateLayoutAndStyleIfNeededRecursive]): (-[WebHTMLView ALLOW_DEPRECATED_IMPLEMENTATIONS_END]): (-[WebHTMLView attributedSubstringFromRange:]): (-[WebHTMLView hasMarkedText]): (extractUnderlines): (-[WebHTMLView setMarkedText:selectedRange:]): (-[WebHTMLView doCommandBySelector:]): (-[WebHTMLView insertText:]): (-[WebHTMLView _updateSecureInputState]): (-[WebHTMLView _updateSelectionForInputManager]): (-[WebHTMLView selectionTextRects]): (imageFromRect): (selectionImage): (-[WebHTMLView selectionImageForcingBlackText:selectionImageForcingBlackText:]): (-[WebHTMLView selectAll]): (-[WebHTMLView deselectAll]): (-[WebHTMLView _legacyAttributedStringFrom:offset:to:offset:]): (-[WebHTMLView attributedString]): (-[WebHTMLView selectedAttributedString]): (-[WebHTMLView elementAtPoint:allowShadowContent:]): (-[WebHTMLView countMatchesForText:inDOMRange:options:limit:markMatches:]): (-[WebHTMLView setMarkedTextMatchesAreHighlighted:]): (-[WebHTMLView markedTextMatchesAreHighlighted]): (-[WebHTMLView unmarkAllTextMatches]): (-[WebHTMLView rectsForTextMatches]): (-[WebHTMLView _findString:options:]): * WebView/WebImmediateActionController.mm: (-[WebImmediateActionController webView:didHandleScrollWheel:]): (-[WebImmediateActionController _cancelImmediateAction]): (-[WebImmediateActionController performHitTestAtPoint:]): (-[WebImmediateActionController immediateActionRecognizerDidUpdateAnimation:]): (-[WebImmediateActionController immediateActionRecognizerDidCancelAnimation:]): (-[WebImmediateActionController immediateActionRecognizerDidCompleteAnimation:]): (-[WebImmediateActionController _defaultAnimationController]): (-[WebImmediateActionController _updateImmediateActionItem]): (-[WebImmediateActionController menuItemDidClose:]): (elementBoundingBoxInWindowCoordinatesFromNode): (-[WebImmediateActionController menuItem:itemFrameForPoint:]): (-[WebImmediateActionController menuItem:maxSizeForPoint:]): (-[WebImmediateActionController _animationControllerForDataDetectedText]): (-[WebImmediateActionController _animationControllerForDataDetectedLink]): (+[WebImmediateActionController _dictionaryPopupInfoForRange:inFrame:withLookupOptions:indicatorOptions:transition:]): (-[WebImmediateActionController _animationControllerForText]): * WebView/WebPDFView.mm: (isFrameInRange): (-[WebPDFView pasteboardTypesForSelection]): (-[WebPDFView writeSelectionWithPasteboardTypes:toPasteboard:]): (-[WebPDFView PDFViewWillClickOnLink:withURL:]): * WebView/WebScriptDebugDelegate.mm: (-[WebScriptCallFrame _convertValueToObjcValue:]): * WebView/WebScriptDebugger.mm: (toNSString): (toWebFrame): (WebScriptDebugger::WebScriptDebugger): (WebScriptDebugger::sourceParsed): (WebScriptDebugger::handlePause): * WebView/WebScriptWorld.mm: (-[WebScriptWorld initWithWorld:]): (-[WebScriptWorld init]): (+[WebScriptWorld standardWorld]): (+[WebScriptWorld scriptWorldForGlobalContext:]): (core): (+[WebScriptWorld findOrCreateWorld:]): * WebView/WebView.mm: (coreOptions): (coreLayoutMilestones): (kitLayoutMilestones): (kit): (WebKit::DeferredPageDestructor::createDeferredPageDestructor): (WebKit::DeferredPageDestructor::DeferredPageDestructor): (-[WebUITextIndicatorData initWithImage:textIndicatorData:scale:]): (+[WebView _standardUserAgentWithApplicationName:]): (+[WebView _reportException:inContext:]): (shouldEnableLoadDeferring): (shouldRestrictWindowFocus): (needsOutlookQuirksScript): (-[WebView _injectOutlookQuirksScript]): (shouldUseLegacyBackgroundSizeShorthandBehavior): (shouldAllowWindowOpenWithoutUserGesture): (WebKitInitializeGamepadProviderIfNecessary): (-[WebView _commonInitializationWithFrameName:groupName:]): (-[WebView initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:]): (-[WebView _replaceCurrentHistoryItem:]): (-[WebView updateLayoutIgnorePendingStyleSheets]): (-[WebView _requestStartDataInteraction:globalPosition:]): (-[WebView _startDrag:]): (-[WebView dragDataForSession:client:global:operation:]): (-[WebView _didConcludeEditDrag]): (+[WebView _setAlwaysUsesComplexTextCodePath:]): (+[WebView canCloseAllWebViews]): (+[WebView closeAllWebViews]): (-[WebView _dispatchUnloadEvent]): (-[WebView styleAtSelectionStart]): (-[WebView _didFinishScrollingOrZooming]): (-[WebView _close]): (-[WebView _isProcessingUserGesture]): (+[WebView _enableRemoteInspector]): (+[WebView _disableRemoteInspector]): (+[WebView _disableAutoStartRemoteInspector]): (+[WebView _isRemoteInspectorEnabled]): (+[WebView _hasRemoteInspectorSession]): (-[WebView _setHostApplicationProcessIdentifier:auditToken:]): (-[WebView _loadBackForwardListFromOtherView:]): (-[WebView _needsKeyboardEventDisambiguationQuirks]): (needsSelfRetainWhileLoadingQuirk): (-[WebView _needsPreHTML5ParserQuirks]): (-[WebView _preferencesChanged:]): (-[WebView _cacheFrameLoadDelegateImplementations]): (+[WebView _unregisterViewClassAndRepresentationClassForMIMEType:]): (+[WebView _registerViewClass:representationClass:forURLScheme:]): (+[WebView _decodeData:]): (-[WebView _didStartProvisionalLoadForFrame:]): (-[WebView _checkDidPerformFirstNavigation]): (-[WebView _cachedResponseForURL:]): (+[WebView _setShouldUseFontSmoothing:]): (+[WebView _shouldUseFontSmoothing]): (+[WebView _setUsesTestModeFocusRingColor:]): (+[WebView _usesTestModeFocusRingColor]): (-[WebView setAlwaysShowVerticalScroller:]): (-[WebView alwaysShowVerticalScroller]): (-[WebView setAlwaysShowHorizontalScroller:]): (-[WebView setProhibitsMainFrameScrolling:]): (-[WebView alwaysShowHorizontalScroller]): (-[WebView _setMediaLayer:forPluginView:]): (-[WebView _attachScriptDebuggerToAllFrames]): (-[WebView _detachScriptDebuggerFromAllFrames]): (+[WebView _productivityDocumentMIMETypes]): (-[WebView _setFixedLayoutSize:]): (-[WebView _synchronizeCustomFixedPositionLayoutRect]): (-[WebView _viewGeometryDidChange]): (-[WebView _overflowScrollPositionChangedTo:forNode:isUserScroll:]): (+[WebView _doNotStartObservingNetworkReachability]): (-[WebView _touchEventRegions]): (-[WebView textIteratorForRect:]): (-[WebView _executeCoreCommandByName:value:]): (-[WebView _isUsingAcceleratedCompositing]): (-[WebView _isSoftwareRenderable]): (-[WebView setTracksRepaints:]): (-[WebView isTrackingRepaints]): (-[WebView resetTrackedRepaints]): (-[WebView trackedRepaintRects]): (+[WebView _addOriginAccessWhitelistEntryWithSourceOrigin:destinationProtocol:destinationHost:allowDestinationSubdomains:]): (+[WebView _removeOriginAccessWhitelistEntryWithSourceOrigin:destinationProtocol:destinationHost:allowDestinationSubdomains:]): (+[WebView _resetOriginAccessWhitelists]): (+[WebView _addUserScriptToGroup:world:source:url:whitelist:blacklist:injectionTime:injectedFrames:]): (+[WebView _addUserStyleSheetToGroup:world:source:url:whitelist:blacklist:injectedFrames:]): (-[WebView allowsNewCSSAnimationsWhileSuspended]): (-[WebView setAllowsNewCSSAnimationsWhileSuspended:]): (-[WebView cssAnimationsSuspended]): (-[WebView setCSSAnimationsSuspended:]): (+[WebView _setDomainRelaxationForbidden:forURLScheme:]): (+[WebView _registerURLSchemeAsSecure:]): (+[WebView _registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing:]): (-[WebView _scaleWebView:atOrigin:]): (-[WebView _setUseFixedLayout:]): (-[WebView _useFixedLayout]): (-[WebView _fixedLayoutSize]): (-[WebView _setPaginationMode:]): (-[WebView _paginationMode]): (-[WebView _listenForLayoutMilestones:]): (-[WebView _layoutMilestones]): (-[WebView _setPaginationBehavesLikeColumns:]): (-[WebView _paginationBehavesLikeColumns]): (-[WebView _setPageLength:]): (-[WebView _pageLength]): (-[WebView _setGapBetweenPages:]): (-[WebView _gapBetweenPages]): (-[WebView _setPaginationLineGridEnabled:]): (-[WebView _paginationLineGridEnabled]): (-[WebView _pageCount]): (+[WebView _HTTPPipeliningEnabled]): (+[WebView _setHTTPPipeliningEnabled:]): (-[WebView shouldRequestCandidates]): (-[WebView removePluginInstanceViewsFor:]): (+[WebView registerURLSchemeAsLocal:]): (-[WebView doWindowDidChangeScreen]): (-[WebView _updateScreenScaleFromWindow]): (-[WebView goToBackForwardItem:]): (-[WebView _setZoomMultiplier:isTextOnly:]): (-[WebView setCustomTextEncodingName:]): (-[WebView windowScriptObject]): (-[WebView setHostWindow:]): (-[WebView applicationFlags:]): (-[WebView actionMaskForDraggingInfo:]): (-[WebView draggingEntered:]): (-[WebView draggingUpdated:]): (-[WebView draggingExited:]): (-[WebView performDragOperation:]): (incrementFrame): (+[WebView registerViewClass:representationClass:forMIMEType:]): (-[WebView moveDragCaretToPoint:]): (-[WebView removeDragCaret]): (-[WebView mainFrameIconURL]): (coreTextCheckingType): (textCheckingResultFromNSTextCheckingResult): (-[WebView candidateListTouchBarItem:endSelectingCandidateAtIndex:]): (-[WebView candidateListTouchBarItem:changedCandidateListVisibility:]): (-[WebView shouldClose]): (aeDescFromJSValue): (-[WebView aeDescByEvaluatingJavaScriptFromString:]): (-[WebView editableDOMRangeForPoint:]): (-[WebView setSelectedDOMRange:affinity:]): (-[WebView selectedDOMRange]): (-[WebView selectionAffinity]): (-[WebView setEditable:]): (-[WebView setTypingStyle:]): (-[WebView deleteSelection]): (-[WebView applyStyle:]): (-[WebView insertDictationPhrases:metadata:]): (-[WebView _selectionIsCaret]): (-[WebView _selectionIsAll]): (-[WebView _simplifyMarkup:endNode:]): (+[WebView _setCacheModel:]): (-[WebView _searchWithGoogleFromMenu:]): (-[WebView _retrieveKeyboardUIModeFromPreferences:]): (-[WebView _keyboardUIMode]): (-[WebView _mainCoreFrame]): (-[WebView _clearCredentials]): (-[WebView _flushCompositingChanges]): (-[WebView _scheduleLayerFlushForPendingTileCacheRepaint]): (-[WebView _hasActiveVideoForControlsInterface]): (-[WebView _setUpPlaybackControlsManagerForMediaElement:]): (-[WebView handleAcceptedAlternativeText:]): (-[WebView _getWebCoreDictationAlternatives:fromTextAlternatives:]): (-[WebView _animationControllerForDictionaryLookupPopupInfo:]): (-[WebView _setTextIndicator:]): (-[WebView _setTextIndicator:withLifetime:]): (-[WebView _clearTextIndicatorWithAnimation:]): (-[WebView _showDictionaryLookupPopup:]): (-[WebView _dictionaryLookupPopoverWillClose:]): (-[WebView showFormValidationMessage:withAnchorRect:]): (-[WebView textTouchBar]): (nsTextAlignmentFromRenderStyle): (-[WebView updateTextTouchBar]): (-[WebView updateTouchBar]): (-[WebView candidateList]): (-[WebView _geolocationDidFailWithMessage:]): (-[WebView _resetAllGeolocationPermission]): (-[WebView _notificationIDForTesting:]): Canonical link: https://commits.webkit.org/215920@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250549 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-01 06:17:53 +00:00
mac/WebCoreSupport/WebFrameLoaderClient.mm
mac/WebInspector/WebInspector.mm
mac/WebView/WebClipView.mm
mac/WebView/WebDataSource.mm
mac/WebView/WebFrame.mm
mac/WebView/WebFrameView.mm
mac/WebView/WebFullScreenController.mm
mac/WebView/WebHTMLView.mm
mac/WebView/WebImmediateActionController.mm
mac/WebView/WebPDFRepresentation.mm
mac/WebView/WebPDFView.mm
mac/WebView/WebScriptDebugger.mm
mac/WebView/WebScriptDebugDelegate.mm
mac/WebView/WebScriptWorld.mm
mac/WebView/WebView.mm