Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Delete Notation because we don't use it
https://bugs.webkit.org/show_bug.cgi?id=139171 Reviewed by Kent Tamura. Source/WebCore: No tests because this is un-exposing something that never gets instantiated. * CMakeLists.txt: * DerivedSources.cpp: * DerivedSources.make: * WebCore.exp.in: * WebCore.order: * WebCore.vcxproj/WebCore.vcxproj: * WebCore.vcxproj/WebCore.vcxproj.filters: * WebCore.xcodeproj/project.pbxproj: * bindings/gobject/WebKitDOMNodeFilter.h: * bindings/gobject/WebKitDOMNodeFilter.symbols: * bindings/gobject/WebKitDOMPrivate.cpp: (WebKit::wrap): * bindings/gobject/webkitdom.symbols: * bindings/js/JSNodeCustom.cpp: (WebCore::createWrapperInline): * bindings/objc/DOM.mm: (kitClass): * bindings/objc/DOMCore.h: * bindings/objc/PublicDOMInterfaces.h: * dom/DOMAllInOne.cpp: * dom/Document.cpp: (WebCore::Document::importNode): (WebCore::Document::adoptNode): (WebCore::Document::childTypeAllowed): (WebCore::Document::canReplaceChild): * dom/Node.cpp: (WebCore::Node::dumpStatistics): (WebCore::Node::isDefaultNamespace): (WebCore::Node::lookupPrefix): (WebCore::Node::lookupNamespaceURI): (WebCore::appendTextContent): (WebCore::Node::setTextContent): * dom/Node.h: * dom/Node.idl: * dom/NodeFilter.h: * dom/NodeFilter.idl: * dom/Notation.cpp: Removed. * dom/Notation.h: Removed. * dom/Notation.idl: Removed. * dom/Range.cpp: (WebCore::lengthOfContentsInNode): (WebCore::Range::processContentsBetweenOffsets): (WebCore::Range::insertNode): (WebCore::Range::checkNodeWOffset): (WebCore::Range::checkNodeBA): (WebCore::Range::selectNode): (WebCore::Range::selectNodeContents): (WebCore::Range::surroundContents): * editing/MarkupAccumulator.cpp: (WebCore::MarkupAccumulator::appendStartMarkup): * xml/XPathUtil.cpp: (WebCore::XPath::isValidContextNode): Source/WebKit/mac: * MigrateHeaders.make: Source/WebKit2: * WebProcess/InjectedBundle/API/mac/WKDOMInternals.mm: (WebKit::WKDOMNodeClass): * mac/MigrateHeadersFromWebKitLegacy.make: LayoutTests: Updating for removed property * fast/dom/Window/get-set-properties-expected.txt: * fast/dom/Window/get-set-properties.html: * fast/dom/Window/resources/window-properties.js: * fast/dom/Window/window-lookup-precedence-expected.txt: * fast/dom/constants-expected.txt: * fast/dom/constants.html: * fast/dom/dom-constructors-expected.txt: * fast/dom/dom-constructors.html: * http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html: * http/tests/security/cross-frame-access-put-expected.txt: * http/tests/security/cross-frame-access-put.html: * http/tests/security/resources/cross-frame-iframe-for-put-test.html: * js/dom/global-constructors-attributes-expected.txt: * platform/efl/js/dom/global-constructors-attributes-expected.txt: * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: * platform/gtk/js/dom/global-constructors-attributes-expected.txt: * platform/ios-sim-deprecated/http/tests/security/cross-frame-access-put-expected.txt: * platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt: * platform/ios-simulator/fast/dom/Window/window-lookup-precedence-expected.txt: * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: * platform/mac/js/dom/global-constructors-attributes-expected.txt: * platform/win/js/dom/global-constructors-attributes-expected.txt: Canonical link: https://commits.webkit.org/157531@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@177297 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
125 additions
and 274 deletions.
- +34 −0 LayoutTests/ChangeLog
- +0 −2 LayoutTests/fast/dom/Window/get-set-properties-expected.txt
- +0 −1 LayoutTests/fast/dom/Window/get-set-properties.html
- +0 −1 LayoutTests/fast/dom/Window/resources/window-properties.js
- +0 −2 LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
- +0 −1 LayoutTests/fast/dom/dom-constructors-expected.txt
- +0 −1 LayoutTests/fast/dom/dom-constructors.html
- +0 −1 LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
- +0 −1 LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html
- +0 −2 LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
- +0 −1 LayoutTests/http/tests/security/cross-frame-access-put.html
- +0 −2 LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
- +0 −5 LayoutTests/js/dom/global-constructors-attributes-expected.txt
- +0 −5 LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt
- +0 −2 LayoutTests/platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt
- +0 −5 LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt
- +0 −1 ...m/ios-sim-deprecated/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
- +0 −1 LayoutTests/platform/ios-sim-deprecated/http/tests/security/cross-frame-access-put-expected.txt
- +0 −5 LayoutTests/platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt
- +0 −2 LayoutTests/platform/ios-simulator/fast/dom/Window/window-lookup-precedence-expected.txt
- +0 −5 LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt
- +0 −5 LayoutTests/platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt
- +0 −2 LayoutTests/platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt
- +0 −5 LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt
- +0 −5 LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt
- +0 −2 Source/WebCore/CMakeLists.txt
- +62 −0 Source/WebCore/ChangeLog
- +0 −1 Source/WebCore/DerivedSources.cpp
- +0 −1 Source/WebCore/DerivedSources.make
- +0 −1 Source/WebCore/WebCore.exp.in
- +0 −9 Source/WebCore/WebCore.order
- +0 −30 Source/WebCore/WebCore.vcxproj/WebCore.vcxproj
- +0 −12 Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters
- +0 −32 Source/WebCore/WebCore.xcodeproj/project.pbxproj
- +0 −1 Source/WebCore/bindings/gobject/WebKitDOMPrivate.cpp
- +0 −1 Source/WebCore/bindings/gobject/webkitdom.symbols
- +0 −5 Source/WebCore/bindings/js/JSNodeCustom.cpp
- +0 −2 Source/WebCore/bindings/objc/DOM.mm
- +0 −1 Source/WebCore/bindings/objc/DOMCore.h
- +0 −5 Source/WebCore/bindings/objc/PublicDOMInterfaces.h
- +0 −1 Source/WebCore/dom/DOMAllInOne.cpp
- +0 −5 Source/WebCore/dom/Document.cpp
- +0 −11 Source/WebCore/dom/Node.cpp
- +3 −1 Source/WebCore/dom/Node.h
- +0 −1 Source/WebCore/dom/Notation.cpp
- +0 −44 Source/WebCore/dom/Notation.h
- +0 −24 Source/WebCore/dom/Notation.idl
- +6 −16 Source/WebCore/dom/Range.cpp
- +0 −1 Source/WebCore/editing/MarkupAccumulator.cpp
- +0 −1 Source/WebCore/xml/XPathUtil.cpp
- +9 −0 Source/WebKit/mac/ChangeLog
- +0 −1 Source/WebKit/mac/MigrateHeaders.make
- +11 −0 Source/WebKit2/ChangeLog
- +0 −1 Source/WebKit2/WebProcess/InjectedBundle/API/mac/WKDOMInternals.mm
- +0 −1 Source/WebKit2/mac/MigrateHeadersFromWebKitLegacy.make
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -147,7 +147,6 @@ | ||
"MutationEvent", | ||
"Node", | ||
"NodeFilter", | ||
"Option", | ||
"ProcessingInstruction", | ||
"Range", | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,7 +22,6 @@ | ||
'EntityReference', | ||
'HTMLDocument', | ||
'Node', | ||
'ProcessingInstruction', | ||
'HTMLAllCollection', | ||
'HTMLAnchorElement', | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -86,7 +86,6 @@ | ||
"MutationEvent", | ||
"Node", | ||
"NodeFilter", | ||
"Option", | ||
"ProcessingInstruction", | ||
"Range", | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.