Title: [234655] trunk/Source/WebCore
Revision
234655
Author
achristen...@apple.com
Date
2018-08-07 10:15:26 -0700 (Tue, 07 Aug 2018)

Log Message

Removed unused *AllInOne.cpp
https://bugs.webkit.org/show_bug.cgi?id=188369

Reviewed by Yusuke Suzuki.

* accessibility/AccessibilityAllInOne.cpp: Removed.
* bindings/js/JSBindingsAllInOne.cpp: Removed.
* css/CSSAllInOne.cpp: Removed.
* dom/DOMAllInOne.cpp: Removed.
* editing/EditingAllInOne.cpp: Removed.
* html/HTMLElementsAllInOne.cpp: Removed.
* inspector/InspectorAllInOne.cpp: Removed.
* loader/appcache/ApplicationCacheAllInOne.cpp: Removed.
* mathml/MathMLAllInOne.cpp: Removed.
* platform/text/TextAllInOne.cpp: Removed.
* rendering/RenderingAllInOne.cpp: Removed.
* rendering/style/StyleAllInOne.cpp: Removed.
* rendering/svg/RenderSVGAllInOne.cpp: Removed.
* svg/SVGAllInOne.cpp: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (234654 => 234655)


--- trunk/Source/WebCore/ChangeLog	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/ChangeLog	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,3 +1,25 @@
+2018-08-07  Alex Christensen  <achristen...@webkit.org>
+
+        Removed unused *AllInOne.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=188369
+
+        Reviewed by Yusuke Suzuki.
+
+        * accessibility/AccessibilityAllInOne.cpp: Removed.
+        * bindings/js/JSBindingsAllInOne.cpp: Removed.
+        * css/CSSAllInOne.cpp: Removed.
+        * dom/DOMAllInOne.cpp: Removed.
+        * editing/EditingAllInOne.cpp: Removed.
+        * html/HTMLElementsAllInOne.cpp: Removed.
+        * inspector/InspectorAllInOne.cpp: Removed.
+        * loader/appcache/ApplicationCacheAllInOne.cpp: Removed.
+        * mathml/MathMLAllInOne.cpp: Removed.
+        * platform/text/TextAllInOne.cpp: Removed.
+        * rendering/RenderingAllInOne.cpp: Removed.
+        * rendering/style/StyleAllInOne.cpp: Removed.
+        * rendering/svg/RenderSVGAllInOne.cpp: Removed.
+        * svg/SVGAllInOne.cpp: Removed.
+
 2018-08-07  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [WPE][GTK] Handle some virtual keys commonly used on TVs

Deleted: trunk/Source/WebCore/accessibility/AccessibilityAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/accessibility/AccessibilityAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/accessibility/AccessibilityAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,61 +0,0 @@
-/*
- * Copyright (C) 2009 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "AXObjectCache.cpp"
-#include "AccessibilityARIAGrid.cpp"
-#include "AccessibilityARIAGridCell.cpp"
-#include "AccessibilityARIAGridRow.cpp"
-#include "AccessibilityAttachment.cpp"
-#include "AccessibilityImageMapLink.cpp"
-#include "AccessibilityLabel.cpp"
-#include "AccessibilityList.cpp"
-#include "AccessibilityListBox.cpp"
-#include "AccessibilityListBoxOption.cpp"
-#include "AccessibilityMathMLElement.cpp"
-#include "AccessibilityMediaControls.cpp"
-#include "AccessibilityMenuList.cpp"
-#include "AccessibilityMenuListOption.cpp"
-#include "AccessibilityMenuListPopup.cpp"
-#include "AccessibilityMockObject.cpp"
-#include "AccessibilityNodeObject.cpp"
-#include "AccessibilityObject.cpp"
-#include "AccessibilityProgressIndicator.cpp"
-#include "AccessibilityRenderObject.cpp"
-#include "AccessibilitySVGElement.cpp"
-#include "AccessibilitySVGRoot.cpp"
-#include "AccessibilityScrollView.cpp"
-#include "AccessibilityScrollbar.cpp"
-#include "AccessibilitySlider.cpp"
-#include "AccessibilitySpinButton.cpp"
-#include "AccessibilityTable.cpp"
-#include "AccessibilityTableCell.cpp"
-#include "AccessibilityTableColumn.cpp"
-#include "AccessibilityTableHeaderContainer.cpp"
-#include "AccessibilityTableRow.cpp"
-#include "AccessibilityTree.cpp"
-#include "AccessibilityTreeItem.cpp"
-#include "AccessibleSetValueEvent.cpp"

Deleted: trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,115 +0,0 @@
-/*
- * Copyright (C) 2009, 2010 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. ``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
- * 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.
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "CachedModuleScriptLoader.cpp"
-#include "CallTracer.cpp"
-#include "DOMWrapperWorld.cpp"
-#include "GCController.cpp"
-#include "JSAttrCustom.cpp"
-#include "JSAudioTrackCustom.cpp"
-#include "JSAudioTrackListCustom.cpp"
-#include "JSBasicCredentialCustom.cpp"
-#include "JSBlobCustom.cpp"
-#include "JSCSSRuleCustom.cpp"
-#include "JSCSSRuleListCustom.cpp"
-#include "JSCSSStyleDeclarationCustom.cpp"
-#include "JSCallbackData.cpp"
-#include "JSCanvasRenderingContext2DCustom.cpp"
-#include "JSCustomEventCustom.cpp"
-#include "JSCustomXPathNSResolver.cpp"
-#include "JSDOMBindingSecurity.cpp"
-#include "JSDOMBuiltinConstructorBase.cpp"
-#include "JSDOMConstructorBase.cpp"
-#include "JSDOMConstructorWithDocument.cpp"
-#include "JSDOMExceptionHandling.cpp"
-#include "JSDOMGlobalObject.cpp"
-#include "JSDOMGlobalObjectTask.cpp"
-#include "JSDOMPromiseDeferred.cpp"
-#include "JSDOMWindowBase.cpp"
-#include "JSDOMWindowCustom.cpp"
-#include "JSDOMWindowProperties.cpp"
-#include "JSDOMWrapper.cpp"
-#include "JSDOMWrapperCache.cpp"
-#include "JSDeprecatedCSSOMValueCustom.cpp"
-#include "JSDocumentCustom.cpp"
-#include "JSDocumentFragmentCustom.cpp"
-#include "JSElementCustom.cpp"
-#include "JSErrorHandler.cpp"
-#include "JSEventCustom.cpp"
-#include "JSEventListener.cpp"
-#include "JSEventTargetCustom.cpp"
-#include "JSExecState.cpp"
-#include "JSExtendableMessageEventCustom.cpp"
-#include "JSFileSystemEntryCustom.cpp"
-#include "JSHTMLCollectionCustom.cpp"
-#include "JSHTMLDocumentCustom.cpp"
-#include "JSHTMLElementCustom.cpp"
-#include "JSHTMLTemplateElementCustom.cpp"
-#include "JSHistoryCustom.cpp"
-#include "JSImageDataCustom.cpp"
-#include "JSLazyEventListener.cpp"
-#include "JSLocationCustom.cpp"
-#include "JSMediaStreamTrackCustom.cpp"
-#include "JSMessageChannelCustom.cpp"
-#include "JSMessageEventCustom.cpp"
-#include "JSMessagePortCustom.cpp"
-#include "JSMutationCallback.cpp"
-#include "JSMutationObserverCustom.cpp"
-#include "JSNodeCustom.cpp"
-#include "JSNodeIteratorCustom.cpp"
-#include "JSNodeListCustom.cpp"
-#include "JSPluginElementFunctions.cpp"
-#include "JSPopStateEventCustom.cpp"
-#include "JSReadableStreamPrivateConstructors.cpp"
-#include "JSRemoteDOMWindowBase.cpp"
-#include "JSRemoteDOMWindowCustom.cpp"
-#include "JSSVGPathSegCustom.cpp"
-#include "JSStyleSheetCustom.cpp"
-#include "JSTextCustom.cpp"
-#include "JSTextTrackCueCustom.cpp"
-#include "JSTextTrackCustom.cpp"
-#include "JSTextTrackListCustom.cpp"
-#include "JSTrackCustom.cpp"
-#include "JSTreeWalkerCustom.cpp"
-#include "JSVideoTrackCustom.cpp"
-#include "JSVideoTrackListCustom.cpp"
-#include "JSWindowProxy.cpp"
-#include "JSWorkerGlobalScopeBase.cpp"
-#include "JSWorkerGlobalScopeCustom.cpp"
-#include "JSXMLDocumentCustom.cpp"
-#include "JSXMLHttpRequestCustom.cpp"
-#include "JSXPathNSResolverCustom.cpp"
-#include "JSXPathResultCustom.cpp"
-#include "ScheduledAction.cpp"
-#include "ScriptCachedFrameData.cpp"
-#include "ScriptController.cpp"
-#include "ScriptModuleLoader.cpp"
-#include "ScriptState.cpp"
-#include "SerializedScriptValue.cpp"
-#include "WebCoreTypedArrayController.cpp"
-#include "WindowProxy.cpp"
-#include "WorkerScriptController.cpp"

Deleted: trunk/Source/WebCore/css/CSSAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/css/CSSAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/css/CSSAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,128 +0,0 @@
-/*
- * Copyright (C) 2011, 2013 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. ``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
- * 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.
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
- 
-#include "BasicShapeFunctions.cpp"
-#include "CSSAspectRatioValue.cpp"
-#include "CSSBasicShapes.cpp"
-#include "CSSBorderImage.cpp"
-#include "CSSBorderImageSliceValue.cpp"
-#include "CSSCalculationValue.cpp"
-#include "CSSCanvasValue.cpp"
-#include "CSSComputedStyleDeclaration.cpp"
-#include "CSSContentDistributionValue.cpp"
-#include "CSSCrossfadeValue.cpp"
-#include "CSSCursorImageValue.cpp"
-#include "CSSDefaultStyleSheets.cpp"
-#include "CSSFilterImageValue.cpp"
-#include "CSSFontFace.cpp"
-#include "CSSFontFaceRule.cpp"
-#include "CSSFontFaceSet.cpp"
-#include "CSSFontFaceSource.cpp"
-#include "CSSFontFaceSrcValue.cpp"
-#include "CSSFontFeatureValue.cpp"
-#include "CSSFontSelector.cpp"
-#include "CSSFontStyleValue.cpp"
-#include "CSSFontValue.cpp"
-#include "CSSFontVariationValue.cpp"
-#include "CSSFunctionValue.cpp"
-#include "CSSGradientValue.cpp"
-#include "CSSGridLineNamesValue.cpp"
-#include "CSSGridTemplateAreasValue.cpp"
-#include "CSSGroupingRule.cpp"
-#include "CSSImageGeneratorValue.cpp"
-#include "CSSImageSetValue.cpp"
-#include "CSSImageValue.cpp"
-#include "CSSImportRule.cpp"
-#include "CSSInheritedValue.cpp"
-#include "CSSInitialValue.cpp"
-#include "CSSKeyframeRule.cpp"
-#include "CSSKeyframesRule.cpp"
-#include "CSSLineBoxContainValue.cpp"
-#include "CSSMarkup.cpp"
-#include "CSSMediaRule.cpp"
-#include "CSSNamedImageValue.cpp"
-#include "CSSPageRule.cpp"
-#include "CSSParser.cpp"
-#include "CSSParserSelector.cpp"
-#include "CSSProperty.cpp"
-#include "CSSPropertySourceData.cpp"
-#include "CSSReflectValue.cpp"
-#include "CSSRevertValue.cpp"
-#include "CSSRule.cpp"
-#include "CSSRuleList.cpp"
-#include "CSSSegmentedFontFace.cpp"
-#include "CSSSelector.cpp"
-#include "CSSSelectorList.cpp"
-#include "CSSShadowValue.cpp"
-#include "CSSStyleDeclaration.cpp"
-#include "CSSStyleRule.cpp"
-#include "CSSStyleSheet.cpp"
-#include "CSSSupportsRule.cpp"
-#include "CSSTimingFunctionValue.cpp"
-#include "CSSToLengthConversionData.cpp"
-#include "CSSToStyleMap.cpp"
-#include "CSSUnicodeRangeValue.cpp"
-#include "CSSUnsetValue.cpp"
-#include "CSSValue.cpp"
-#include "CSSValueList.cpp"
-#include "CSSValuePool.cpp"
-#include "DOMCSSNamespace.cpp"
-#include "DocumentRuleSets.cpp"
-#include "ElementRuleCollector.cpp"
-#include "FontFace.cpp"
-#include "FontVariantBuilder.cpp"
-#include "InspectorCSSOMWrappers.cpp"
-#include "LengthFunctions.cpp"
-#include "MediaList.cpp"
-#include "MediaQuery.cpp"
-#include "MediaQueryEvaluator.cpp"
-#include "MediaQueryExpression.cpp"
-#include "MediaQueryList.cpp"
-#include "MediaQueryMatcher.cpp"
-#include "PageRuleCollector.cpp"
-#include "PropertySetCSSStyleDeclaration.cpp"
-#include "RGBColor.cpp"
-#include "RuleFeature.cpp"
-#include "RuleSet.cpp"
-#include "SVGCSSComputedStyleDeclaration.cpp"
-#include "SelectorChecker.cpp"
-#include "SelectorFilter.cpp"
-#include "StyleInvalidator.cpp"
-#include "StyleMedia.cpp"
-#include "StyleProperties.cpp"
-#include "StylePropertyShorthand.cpp"
-#include "StyleResolver.cpp"
-#include "StyleRule.cpp"
-#include "StyleRuleImport.cpp"
-#include "StyleSheet.cpp"
-#include "StyleSheetContents.cpp"
-#include "StyleSheetList.cpp"
-#include "TransformFunctions.cpp"
-#include "ViewportStyleResolver.cpp"
-#include "WebKitCSSMatrix.cpp"
-#include "WebKitCSSViewportRule.cpp"
-

Deleted: trunk/Source/WebCore/dom/DOMAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/dom/DOMAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/dom/DOMAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,162 +0,0 @@
-/*
- * Copyright (C) 2010, 2011 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "ActiveDOMCallbackMicrotask.cpp"
-#include "ActiveDOMObject.cpp"
-#include "AnimationEvent.cpp"
-#include "Attr.cpp"
-#include "StyleScope.cpp"
-#include "BeforeTextInsertedEvent.cpp"
-#include "BeforeUnloadEvent.cpp"
-#include "CDATASection.cpp"
-#include "CharacterData.cpp"
-#include "ChildListMutationScope.cpp"
-#include "ChildNodeList.cpp"
-#include "ClassCollection.cpp"
-#include "ClipboardEvent.cpp"
-#include "CollectionIndexCache.cpp"
-#include "Comment.cpp"
-#include "ComposedTreeIterator.cpp"
-#include "CompositionEvent.cpp"
-#include "ContainerNode.cpp"
-#include "ContainerNodeAlgorithms.cpp"
-#include "ContextDestructionObserver.cpp"
-#include "CustomEvent.cpp"
-#include "DOMException.cpp"
-#include "DOMImplementation.cpp"
-#include "DOMStringList.cpp"
-#include "DataTransfer.cpp"
-#include "DataTransferItem.cpp"
-#include "DatasetDOMStringMap.cpp"
-#include "DecodedDataDocumentParser.cpp"
-#include "DeviceMotionController.cpp"
-#include "DeviceMotionData.cpp"
-#include "DeviceMotionEvent.cpp"
-#include "DeviceOrientationController.cpp"
-#include "DeviceOrientationData.cpp"
-#include "DeviceOrientationEvent.cpp"
-#include "Document.cpp"
-#include "DocumentEventQueue.cpp"
-#include "DocumentFragment.cpp"
-#include "DocumentMarkerController.cpp"
-#include "DocumentOrderedMap.cpp"
-#include "DocumentParser.cpp"
-#include "DocumentSharedObjectPool.cpp"
-#include "DocumentType.cpp"
-#include "Element.cpp"
-#include "ElementData.cpp"
-#include "ElementRareData.cpp"
-#include "ErrorEvent.cpp"
-#include "Event.cpp"
-#include "EventContext.cpp"
-#include "EventDispatcher.cpp"
-#include "EventListenerMap.cpp"
-#include "EventNames.cpp"
-#include "EventPath.cpp"
-#include "EventTarget.cpp"
-#include "ExtensionStyleSheets.cpp"
-#include "FocusEvent.cpp"
-#include "GenericEventQueue.cpp"
-#include "IdTargetObserver.cpp"
-#include "IdTargetObserverRegistry.cpp"
-#include "InlineStyleSheetOwner.cpp"
-#include "InputEvent.cpp"
-#include "KeyboardEvent.cpp"
-#include "CustomElementReactionQueue.cpp"
-#include "LiveNodeList.cpp"
-#include "MessageChannel.cpp"
-#include "MessageEvent.cpp"
-#include "MessagePort.cpp"
-#include "Microtasks.cpp"
-#include "MouseEvent.cpp"
-#include "MouseRelatedEvent.cpp"
-#include "MutationEvent.cpp"
-#include "MutationObserver.cpp"
-#include "MutationObserverInterestGroup.cpp"
-#include "MutationObserverRegistration.cpp"
-#include "MutationRecord.cpp"
-#include "NameNodeList.cpp"
-#include "NamedNodeMap.cpp"
-#include "Node.cpp"
-#include "NodeFilterCondition.cpp"
-#include "NodeIterator.cpp"
-#include "NodeRareData.cpp"
-#include "NodeTraversal.cpp"
-#include "OverflowEvent.cpp"
-#include "PageTransitionEvent.cpp"
-#include "PendingScript.cpp"
-#include "PopStateEvent.cpp"
-#include "Position.cpp"
-#include "PositionIterator.cpp"
-#include "ProcessingInstruction.cpp"
-#include "ProgressEvent.cpp"
-#include "PseudoElement.cpp"
-#include "QualifiedName.cpp"
-#include "RadioButtonGroups.cpp"
-#include "Range.cpp"
-#include "RejectedPromiseTracker.cpp"
-#include "ScopedEventQueue.cpp"
-#include "ScriptElement.cpp"
-#include "ScriptExecutionContext.cpp"
-#include "ScriptRunner.cpp"
-#include "ScriptableDocumentParser.cpp"
-#include "ScriptedAnimationController.cpp"
-#include "SecurityContext.cpp"
-#include "SecurityOriginPolicy.cpp"
-#include "SelectorQuery.cpp"
-#include "ShadowRoot.cpp"
-#include "SlotAssignment.cpp"
-#include "SpaceSplitString.cpp"
-#include "StaticNodeList.cpp"
-#include "StaticRange.cpp"
-#include "StringCallback.cpp"
-#include "StyledElement.cpp"
-#include "TagCollection.cpp"
-#include "Text.cpp"
-#include "TextEvent.cpp"
-#include "TextNodeTraversal.cpp"
-#include "Touch.cpp"
-#include "TouchEvent.cpp"
-#include "TouchList.cpp"
-#include "TransformSourceLibxslt.cpp"
-#include "TransitionEvent.cpp"
-#include "Traversal.cpp"
-#include "TreeScope.cpp"
-#include "TreeWalker.cpp"
-#include "UIEvent.cpp"
-#include "UIEventWithKeyState.cpp"
-#include "UserActionElementSet.cpp"
-#include "UserGestureIndicator.cpp"
-#include "UserTypingGestureIndicator.cpp"
-#include "ViewportArguments.cpp"
-#include "VisitedLinkState.cpp"
-#include "WebKitAnimationEvent.cpp"
-#include "WebKitTransitionEvent.cpp"
-#include "WheelEvent.cpp"
-#include "XMLDocumentParser.cpp"
-#include "XMLDocumentParserScope.cpp"
-

Deleted: trunk/Source/WebCore/editing/EditingAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/editing/EditingAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/editing/EditingAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,86 +0,0 @@
-/*
- * Copyright (C) 2010 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include <AlternativeTextController.cpp>
-#include <AppendNodeCommand.cpp>
-#include <ApplyBlockElementCommand.cpp>
-#include <ApplyStyleCommand.cpp>
-#include <BreakBlockquoteCommand.cpp>
-#include <CompositeEditCommand.cpp>
-#include <CreateLinkCommand.cpp>
-#include <DeleteFromTextNodeCommand.cpp>
-#include <DeleteSelectionCommand.cpp>
-#include <DictationAlternative.cpp>
-#include <DictationCommand.cpp>
-#include <EditCommand.cpp>
-#include <Editing.cpp>
-#include <EditingStyle.cpp>
-#include <Editor.cpp>
-#include <EditorCommand.cpp>
-#include <FormatBlockCommand.cpp>
-#include <FrameSelection.cpp>
-#include <HTMLInterchange.cpp>
-#include <IndentOutdentCommand.cpp>
-#include <InsertIntoTextNodeCommand.cpp>
-#include <InsertLineBreakCommand.cpp>
-#include <InsertListCommand.cpp>
-#include <InsertNodeBeforeCommand.cpp>
-#include <InsertParagraphSeparatorCommand.cpp>
-#include <InsertTextCommand.cpp>
-#include <MarkupAccumulator.cpp>
-#include <MergeIdenticalElementsCommand.cpp>
-#include <ModifySelectionListLevel.cpp>
-#include <MoveSelectionCommand.cpp>
-#include <RemoveFormatCommand.cpp>
-#include <RemoveNodeCommand.cpp>
-#include <RemoveNodePreservingChildrenCommand.cpp>
-#include <RenderedPosition.cpp>
-#include <ReplaceNodeWithSpanCommand.cpp>
-#include <ReplaceRangeWithTextCommand.cpp>
-#include <ReplaceSelectionCommand.cpp>
-#include <SetNodeAttributeCommand.cpp>
-#include <SetSelectionCommand.cpp>
-#include <SimplifyMarkupCommand.cpp>
-#include <SmartReplace.cpp>
-#if USE(CF)
-#include <SmartReplaceCF.cpp>
-#endif
-#include <SpellingCorrectionCommand.cpp>
-#include <SpellChecker.cpp>
-#include <SplitElementCommand.cpp>
-#include <SplitTextNodeCommand.cpp>
-#include <SplitTextNodeContainingElementCommand.cpp>
-#include <TextCheckingHelper.cpp>
-#include <TextInsertionBaseCommand.cpp>
-#include <TextIterator.cpp>
-#include <TypingCommand.cpp>
-#include <UnlinkCommand.cpp>
-#include <VisiblePosition.cpp>
-#include <VisibleSelection.cpp>
-#include <VisibleUnits.cpp>
-#include <WrapContentsInDummySpanCommand.cpp>
-#include <markup.cpp>

Deleted: trunk/Source/WebCore/html/HTMLElementsAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/html/HTMLElementsAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/html/HTMLElementsAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,117 +0,0 @@
-/*
- * Copyright (c) 2009, Google 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:
- * 
- *     * Redistributions of source code must retain the above copyright
- *       notice, this list of conditions and the following disclaimer.
- *     * 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.
- *     * Neither the name of Google Inc. nor the names of its
- *       contributors may be used to endorse or promote products derived from
- *       this software without specific prior written permission.
- * 
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 THE COPYRIGHT
- * OWNER OR 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.
- */
-
-// This source file coalesces the HTML elements into a single object file to
-// reduce bloat and allow us to link release builds on 32-bit Windows.
-
-// This file comes first due to the inclusion of conflicting X11 headers
-#include "HTMLPlugInElement.cpp"
-
-#include "HTMLAnchorElement.cpp"
-#include "HTMLAppletElement.cpp"
-#include "HTMLAreaElement.cpp"
-#include "HTMLAttachmentElement.cpp"
-#include "HTMLAudioElement.cpp"
-#include "HTMLBRElement.cpp"
-#include "HTMLBaseElement.cpp"
-#include "HTMLBodyElement.cpp"
-#include "HTMLButtonElement.cpp"
-#include "HTMLDataElement.cpp"
-#include "HTMLDataListElement.cpp"
-#include "HTMLDetailsElement.cpp"
-#include "HTMLDListElement.cpp"
-#include "HTMLDirectoryElement.cpp"
-#include "HTMLDivElement.cpp"
-#include "HTMLElement.cpp"
-#include "HTMLEmbedElement.cpp"
-#include "HTMLFieldSetElement.cpp"
-#include "HTMLFontElement.cpp"
-#include "HTMLFormControlElement.cpp"
-#include "HTMLFormControlElementWithState.cpp"
-#include "HTMLFormElement.cpp"
-#include "HTMLFrameElement.cpp"
-#include "HTMLFrameElementBase.cpp"
-#include "HTMLFrameOwnerElement.cpp"
-#include "HTMLFrameSetElement.cpp"
-#include "HTMLHRElement.cpp"
-#include "HTMLHeadElement.cpp"
-#include "HTMLHeadingElement.cpp"
-#include "HTMLHtmlElement.cpp"
-#include "HTMLIFrameElement.cpp"
-#include "HTMLImageElement.cpp"
-#include "HTMLInputElement.cpp"
-#include "HTMLKeygenElement.cpp"
-#include "HTMLLIElement.cpp"
-#include "HTMLLabelElement.cpp"
-#include "HTMLLegendElement.cpp"
-#include "HTMLLinkElement.cpp"
-#include "HTMLMapElement.cpp"
-#include "HTMLMarqueeElement.cpp"
-#include "HTMLMediaElement.cpp"
-#include "HTMLMenuElement.cpp"
-#include "HTMLMenuItemElement.cpp"
-#include "HTMLMetaElement.cpp"
-#include "HTMLMeterElement.cpp"
-#include "HTMLModElement.cpp"
-#include "HTMLOListElement.cpp"
-#include "HTMLObjectElement.cpp"
-#include "HTMLOptGroupElement.cpp"
-#include "HTMLOptionElement.cpp"
-#include "HTMLOutputElement.cpp"
-#include "HTMLParagraphElement.cpp"
-#include "HTMLParamElement.cpp"
-#include "HTMLPlugInImageElement.cpp"
-#include "HTMLPreElement.cpp"
-#include "HTMLProgressElement.cpp"
-#include "HTMLQuoteElement.cpp"
-#include "HTMLScriptElement.cpp"
-#include "HTMLSelectElement.cpp"
-#include "HTMLSlotElement.cpp"
-#include "HTMLSourceElement.cpp"
-#include "HTMLSpanElement.cpp"
-#include "HTMLStyleElement.cpp"
-#include "HTMLSummaryElement.cpp"
-#include "HTMLTableCaptionElement.cpp"
-#include "HTMLTableCellElement.cpp"
-#include "HTMLTableColElement.cpp"
-#include "HTMLTableElement.cpp"
-#include "HTMLTablePartElement.cpp"
-#include "HTMLTableRowElement.cpp"
-#include "HTMLTableSectionElement.cpp"
-#include "HTMLTemplateElement.cpp"
-#include "HTMLTextAreaElement.cpp"
-#include "HTMLTextFormControlElement.cpp"
-#include "HTMLTimeElement.cpp"
-#include "HTMLTitleElement.cpp"
-#include "HTMLTrackElement.cpp"
-#include "HTMLUListElement.cpp"
-#include "HTMLVideoElement.cpp"
-#include "HTMLWBRElement.cpp"
-

Deleted: trunk/Source/WebCore/inspector/InspectorAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/inspector/InspectorAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/inspector/InspectorAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,75 +0,0 @@
-/*
- * Copyright (C) 2012 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. ``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
- * 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.
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "CommandLineAPIHost.cpp"
-#include "CommandLineAPIModule.cpp"
-#include "DOMEditor.cpp"
-#include "DOMPatchSupport.cpp"
-#include "InspectorApplicationCacheAgent.cpp"
-#include "InspectorCSSAgent.cpp"
-#include "InspectorCanvasAgent.cpp"
-#include "InspectorClient.cpp"
-#include "InspectorController.cpp"
-#include "InspectorDOMAgent.cpp"
-#include "InspectorDOMDebuggerAgent.cpp"
-#include "InspectorDOMStorageAgent.cpp"
-#include "InspectorDatabaseAgent.cpp"
-#include "InspectorDatabaseResource.cpp"
-#include "InspectorFrontendClientLocal.cpp"
-#include "InspectorFrontendHost.cpp"
-#include "InspectorHistory.cpp"
-#include "InspectorInstrumentation.cpp"
-#include "InspectorInstrumentationCookie.cpp"
-#include "InspectorLayerTreeAgent.cpp"
-#include "InspectorNetworkAgent.cpp"
-#include "InspectorNodeFinder.cpp"
-#include "InspectorOverlay.cpp"
-#include "InspectorPageAgent.cpp"
-#include "InspectorStyleSheet.cpp"
-#include "InspectorTimelineAgent.cpp"
-#include "InspectorWorkerAgent.cpp"
-#include "InstrumentingAgents.cpp"
-#include "NetworkResourcesData.cpp"
-#include "PageConsoleAgent.cpp"
-#include "PageDebuggerAgent.cpp"
-#include "PageHeapAgent.cpp"
-#include "PageNetworkAgent.cpp"
-#include "PageRuntimeAgent.cpp"
-#include "PageScriptDebugServer.cpp"
-#include "ServiceWorkerAgent.cpp"
-#include "TimelineRecordFactory.cpp"
-#include "WebConsoleAgent.cpp"
-#include "WebDebuggerAgent.cpp"
-#include "WebHeapAgent.cpp"
-#include "WebInjectedScriptHost.cpp"
-#include "WebInjectedScriptManager.cpp"
-#include "WorkerConsoleAgent.cpp"
-#include "WorkerDebuggerAgent.cpp"
-#include "WorkerInspectorController.cpp"
-#include "WorkerNetworkAgent.cpp"
-#include "WorkerRuntimeAgent.cpp"
-#include "WorkerScriptDebugServer.cpp"

Deleted: trunk/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,32 +0,0 @@
-/*
- * Copyright (C) 2012 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. ``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
- * 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.
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "ApplicationCache.cpp"
-#include "ApplicationCacheGroup.cpp"
-#include "ApplicationCacheHost.cpp"
-#include "ApplicationCacheResource.cpp"
-#include "ApplicationCacheStorage.cpp"

Deleted: trunk/Source/WebCore/mathml/MathMLAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/mathml/MathMLAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/mathml/MathMLAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,43 +0,0 @@
-/*
- * Copyright (C) 2012 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. ``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
- * 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.
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "MathMLAnnotationElement.cpp"
-#include "MathMLElement.cpp"
-#include "MathMLFractionElement.cpp"
-#include "MathMLMathElement.cpp"
-#include "MathMLMencloseElement.cpp"
-#include "MathMLOperatorDictionary.cpp"
-#include "MathMLOperatorElement.cpp"
-#include "MathMLPaddedElement.cpp"
-#include "MathMLPresentationElement.cpp"
-#include "MathMLRootElement.cpp"
-#include "MathMLRowElement.cpp"
-#include "MathMLScriptsElement.cpp"
-#include "MathMLSelectElement.cpp"
-#include "MathMLTokenElement.cpp"
-#include "MathMLUnderOverElement.cpp"
-

Deleted: trunk/Source/WebCore/platform/text/TextAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/platform/text/TextAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/platform/text/TextAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,38 +0,0 @@
-/*
- * Copyright (C) 2012 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. ``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
- * 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.
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "TextBoundaries.cpp"
-#include "TextCodec.cpp"
-#include "TextCodecICU.cpp"
-#include "TextCodecLatin1.cpp"
-#include "TextCodecReplacement.cpp"
-#include "TextCodecUTF16.cpp"
-#include "TextCodecUTF8.cpp"
-#include "TextCodecUserDefined.cpp"
-#include "TextEncoding.cpp"
-#include "TextEncodingDetectorICU.cpp"
-#include "TextEncodingRegistry.cpp"

Deleted: trunk/Source/WebCore/rendering/RenderingAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/rendering/RenderingAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/rendering/RenderingAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,147 +0,0 @@
-/*
- * Copyright (C) 2010 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "AutoTableLayout.cpp"
-#include "BidiRun.cpp"
-#include "BorderEdge.cpp"
-#include "BreakLines.cpp"
-#include "ClipRect.cpp"
-#include "CounterNode.cpp"
-#include "EllipsisBox.cpp"
-#include "FilterEffectRenderer.cpp"
-#include "FixedTableLayout.cpp"
-#include "FloatingObjects.cpp"
-#include "HitTestLocation.cpp"
-#include "HitTestResult.cpp"
-#include "HitTestingTransformState.cpp"
-#include "ImageQualityController.cpp"
-#include "InlineBox.cpp"
-#include "InlineElementBox.cpp"
-#include "InlineFlowBox.cpp"
-#include "InlineIterator.cpp"
-#include "InlineTextBox.cpp"
-#include "LayoutRepainter.cpp"
-#include "LayoutState.cpp"
-#include "OrderIterator.cpp"
-#include "PointerEventsHitRules.cpp"
-#include "RenderAttachment.cpp"
-#include "RenderBlock.cpp"
-#include "RenderBlockFlow.cpp"
-#include "RenderBlockLineLayout.cpp"
-#include "RenderBox.cpp"
-#include "RenderBoxModelObject.cpp"
-#include "RenderButton.cpp"
-#include "RenderCombineText.cpp"
-#include "RenderCounter.cpp"
-#include "RenderDeprecatedFlexibleBox.cpp"
-#include "RenderDetailsMarker.cpp"
-#include "RenderElement.cpp"
-#include "RenderEmbeddedObject.cpp"
-#include "RenderFileUploadControl.cpp"
-#include "RenderFlexibleBox.cpp"
-#include "RenderFragmentContainer.cpp"
-#include "RenderFragmentContainerSet.cpp"
-#include "RenderFragmentedFlow.cpp"
-#include "RenderFrame.cpp"
-#include "RenderFrameBase.cpp"
-#include "RenderFrameSet.cpp"
-#include "RenderFullScreen.cpp"
-#include "RenderGeometryMap.cpp"
-#include "RenderGrid.cpp"
-#include "RenderHTMLCanvas.cpp"
-#include "RenderIFrame.cpp"
-#include "RenderImage.cpp"
-#include "RenderImageResource.cpp"
-#include "RenderImageResourceStyleImage.cpp"
-#include "RenderInline.cpp"
-#include "RenderLayer.cpp"
-#include "RenderLayerBacking.cpp"
-#include "RenderLayerCompositor.cpp"
-#include "RenderLayerFilterInfo.cpp"
-#include "RenderLayerModelObject.cpp"
-#include "RenderLineBoxList.cpp"
-#include "RenderLineBreak.cpp"
-#include "RenderListBox.cpp"
-#include "RenderListItem.cpp"
-#include "RenderListMarker.cpp"
-#include "RenderMarquee.cpp"
-#include "RenderMedia.cpp"
-#include "RenderMediaControlElements.cpp"
-#include "RenderMediaControls.cpp"
-#include "RenderMenuList.cpp"
-#include "RenderMeter.cpp"
-#include "RenderMultiColumnFlow.cpp"
-#include "RenderMultiColumnSet.cpp"
-#include "RenderMultiColumnSpannerPlaceholder.cpp"
-#include "RenderObject.cpp"
-#include "RenderProgress.cpp"
-#include "RenderQuote.cpp"
-#include "RenderReplaced.cpp"
-#include "RenderReplica.cpp"
-#include "RenderRuby.cpp"
-#include "RenderRubyBase.cpp"
-#include "RenderRubyRun.cpp"
-#include "RenderRubyText.cpp"
-#include "RenderScrollbar.cpp"
-#include "RenderScrollbarPart.cpp"
-#include "RenderScrollbarTheme.cpp"
-#include "RenderSearchField.cpp"
-#include "RenderSelectionInfo.cpp"
-#include "RenderSlider.cpp"
-#include "RenderSnapshottedPlugIn.cpp"
-#include "RenderTable.cpp"
-#include "RenderTableCaption.cpp"
-#include "RenderTableCell.cpp"
-#include "RenderTableCol.cpp"
-#include "RenderTableRow.cpp"
-#include "RenderTableSection.cpp"
-#include "RenderText.cpp"
-#include "RenderTextControl.cpp"
-#include "RenderTextControlMultiLine.cpp"
-#include "RenderTextControlSingleLine.cpp"
-#include "RenderTextFragment.cpp"
-#include "RenderTextLineBoxes.cpp"
-#include "RenderTheme.cpp"
-#include "RenderTreeAsText.cpp"
-#include "RenderVTTCue.cpp"
-#include "RenderVideo.cpp"
-#include "RenderView.cpp"
-#include "RenderWidget.cpp"
-#include "RootInlineBox.cpp"
-#include "ScrollAlignment.cpp"
-#include "SelectionRangeData.cpp"
-#include "SimpleLineLayout.cpp"
-#include "SimpleLineLayoutCoverage.cpp"
-#include "SimpleLineLayoutFlowContents.cpp"
-#include "SimpleLineLayoutFunctions.cpp"
-#include "SimpleLineLayoutPagination.cpp"
-#include "SimpleLineLayoutResolver.cpp"
-#include "SimpleLineLayoutTextFragmentIterator.cpp"
-#include "TextDecorationPainter.cpp"
-#include "TextPaintStyle.cpp"
-#include "TextPainter.cpp"
-#include "TrailingFloatsRootInlineBox.cpp"

Deleted: trunk/Source/WebCore/rendering/style/StyleAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/rendering/style/StyleAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/rendering/style/StyleAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,58 +0,0 @@
-/*
- * Copyright (C) 2010 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "BasicShapes.cpp"
-#include "ContentData.cpp"
-#include "FillLayer.cpp"
-#include "GridPositionsResolver.cpp"
-#include "KeyframeList.cpp"
-#include "NinePieceImage.cpp"
-#include "QuotesData.cpp"
-#include "RenderStyle.cpp"
-#include "SVGRenderStyle.cpp"
-#include "SVGRenderStyleDefs.cpp"
-#include "ShadowData.cpp"
-#include "ShapeValue.cpp"
-#include "StyleBackgroundData.cpp"
-#include "StyleBoxData.cpp"
-#include "StyleCachedImage.cpp"
-#include "StyleDeprecatedFlexibleBoxData.cpp"
-#include "StyleFilterData.cpp"
-#include "StyleFlexibleBoxData.cpp"
-#include "StyleGeneratedImage.cpp"
-#include "StyleGridData.cpp"
-#include "StyleGridItemData.cpp"
-#include "StyleInheritedData.cpp"
-#include "StyleMarqueeData.cpp"
-#include "StyleMultiColData.cpp"
-#include "StyleRareInheritedData.cpp"
-#include "StyleRareNonInheritedData.cpp"
-#include "StyleScrollSnapPoints.cpp"
-#include "StyleSurroundData.cpp"
-#include "StyleTransformData.cpp"
-#include "StyleVisualData.cpp"
-#include "WillChangeData.cpp"

Deleted: trunk/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,78 +0,0 @@
-/*
- * Copyright (C) 2009, 2010 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "RenderSVGBlock.cpp"
-#include "RenderSVGContainer.cpp"
-#include "RenderSVGEllipse.cpp"
-#include "RenderSVGForeignObject.cpp"
-#include "RenderSVGGradientStop.cpp"
-#include "RenderSVGHiddenContainer.cpp"
-#include "RenderSVGImage.cpp"
-#include "RenderSVGInline.cpp"
-#include "RenderSVGInlineText.cpp"
-#include "RenderSVGModelObject.cpp"
-#include "RenderSVGPath.cpp"
-#include "RenderSVGRect.cpp"
-#include "RenderSVGResource.cpp"
-#include "RenderSVGResourceClipper.cpp"
-#include "RenderSVGResourceContainer.cpp"
-#include "RenderSVGResourceFilter.cpp"
-#include "RenderSVGResourceFilterPrimitive.cpp"
-#include "RenderSVGResourceGradient.cpp"
-#include "RenderSVGResourceLinearGradient.cpp"
-#include "RenderSVGResourceMarker.cpp"
-#include "RenderSVGResourceMasker.cpp"
-#include "RenderSVGResourcePattern.cpp"
-#include "RenderSVGResourceRadialGradient.cpp"
-#include "RenderSVGResourceSolidColor.cpp"
-#include "RenderSVGRoot.cpp"
-#include "RenderSVGShape.cpp"
-#include "RenderSVGText.cpp"
-#include "RenderSVGTextPath.cpp"
-#include "RenderSVGTransformableContainer.cpp"
-#include "RenderSVGViewportContainer.cpp"
-#include "SVGInlineFlowBox.cpp"
-#include "SVGInlineTextBox.cpp"
-#include "SVGPathData.cpp"
-#include "SVGRenderSupport.cpp"
-#include "SVGRenderTreeAsText.cpp"
-#include "SVGRenderingContext.cpp"
-#include "SVGResources.cpp"
-#include "SVGResourcesCache.cpp"
-#include "SVGResourcesCycleSolver.cpp"
-#include "SVGRootInlineBox.cpp"
-#include "SVGTextChunk.cpp"
-#include "SVGTextChunkBuilder.cpp"
-#include "SVGTextLayoutAttributes.cpp"
-#include "SVGTextLayoutAttributesBuilder.cpp"
-#include "SVGTextLayoutEngine.cpp"
-#include "SVGTextLayoutEngineBaseline.cpp"
-#include "SVGTextLayoutEngineSpacing.cpp"
-#include "SVGTextMetrics.cpp"
-#include "SVGTextMetricsBuilder.cpp"
-#include "SVGTextQuery.cpp"
-

Deleted: trunk/Source/WebCore/svg/SVGAllInOne.cpp (234654 => 234655)


--- trunk/Source/WebCore/svg/SVGAllInOne.cpp	2018-08-07 16:29:29 UTC (rev 234654)
+++ trunk/Source/WebCore/svg/SVGAllInOne.cpp	2018-08-07 17:15:26 UTC (rev 234655)
@@ -1,174 +0,0 @@
-/*
- * Copyright (C) 2009 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. ``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
- * 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. 
- */
-
-// This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
-
-#include "SVGAElement.cpp"
-#include "SVGAltGlyphDefElement.cpp"
-#include "SVGAltGlyphElement.cpp"
-#include "SVGAltGlyphItemElement.cpp"
-#include "SVGAnimateColorElement.cpp"
-#include "SVGAnimateElement.cpp"
-#include "SVGAnimateElementBase.cpp"
-#include "SVGAnimateMotionElement.cpp"
-#include "SVGAnimateTransformElement.cpp"
-#include "SVGAnimatedAngle.cpp"
-#include "SVGAnimatedBoolean.cpp"
-#include "SVGAnimatedColor.cpp"
-#include "SVGAnimatedEnumeration.cpp"
-#include "SVGAnimatedInteger.cpp"
-#include "SVGAnimatedIntegerOptionalInteger.cpp"
-#include "SVGAnimatedLength.cpp"
-#include "SVGAnimatedLengthList.cpp"
-#include "SVGAnimatedNumber.cpp"
-#include "SVGAnimatedNumberList.cpp"
-#include "SVGAnimatedNumberOptionalNumber.cpp"
-#include "SVGAnimatedPath.cpp"
-#include "SVGAnimatedPointList.cpp"
-#include "SVGAnimatedPreserveAspectRatio.cpp"
-#include "SVGAnimatedRect.cpp"
-#include "SVGAnimatedString.cpp"
-#include "SVGAnimatedTransformList.cpp"
-#include "SVGAnimatedType.cpp"
-#include "SVGAnimatedTypeAnimator.cpp"
-#include "SVGAnimationElement.cpp"
-#include "SVGCircleElement.cpp"
-#include "SVGClipPathElement.cpp"
-#include "SVGComponentTransferFunctionElement.cpp"
-#include "SVGCursorElement.cpp"
-#include "SVGDefsElement.cpp"
-#include "SVGDescElement.cpp"
-#include "SVGDocument.cpp"
-#include "SVGDocumentExtensions.cpp"
-#include "SVGElement.cpp"
-#include "SVGEllipseElement.cpp"
-#include "SVGExternalResourcesRequired.cpp"
-#include "SVGFEBlendElement.cpp"
-#include "SVGFEColorMatrixElement.cpp"
-#include "SVGFEComponentTransferElement.cpp"
-#include "SVGFECompositeElement.cpp"
-#include "SVGFEConvolveMatrixElement.cpp"
-#include "SVGFEDiffuseLightingElement.cpp"
-#include "SVGFEDisplacementMapElement.cpp"
-#include "SVGFEDistantLightElement.cpp"
-#include "SVGFEDropShadowElement.cpp"
-#include "SVGFEFloodElement.cpp"
-#include "SVGFEFuncAElement.cpp"
-#include "SVGFEFuncBElement.cpp"
-#include "SVGFEFuncGElement.cpp"
-#include "SVGFEFuncRElement.cpp"
-#include "SVGFEGaussianBlurElement.cpp"
-#include "SVGFEImageElement.cpp"
-#include "SVGFELightElement.cpp"
-#include "SVGFEMergeElement.cpp"
-#include "SVGFEMergeNodeElement.cpp"
-#include "SVGFEMorphologyElement.cpp"
-#include "SVGFEOffsetElement.cpp"
-#include "SVGFEPointLightElement.cpp"
-#include "SVGFESpecularLightingElement.cpp"
-#include "SVGFESpotLightElement.cpp"
-#include "SVGFETileElement.cpp"
-#include "SVGFETurbulenceElement.cpp"
-#include "SVGFilterElement.cpp"
-#include "SVGFilterPrimitiveStandardAttributes.cpp"
-#include "SVGFitToViewBox.cpp"
-#include "SVGFontElement.cpp"
-#include "SVGFontFaceElement.cpp"
-#include "SVGFontFaceFormatElement.cpp"
-#include "SVGFontFaceNameElement.cpp"
-#include "SVGFontFaceSrcElement.cpp"
-#include "SVGFontFaceUriElement.cpp"
-#include "SVGForeignObjectElement.cpp"
-#include "SVGGElement.cpp"
-#include "SVGGeometryElement.cpp"
-#include "SVGGlyphElement.cpp"
-#include "SVGGlyphRefElement.cpp"
-#include "SVGGradientElement.cpp"
-#include "SVGGraphicsElement.cpp"
-#include "SVGHKernElement.cpp"
-#include "SVGImageElement.cpp"
-#include "SVGImageLoader.cpp"
-#include "SVGLangSpace.cpp"
-#include "SVGLengthContext.cpp"
-#include "SVGLengthListValues.cpp"
-#include "SVGLineElement.cpp"
-#include "SVGLinearGradientElement.cpp"
-#include "SVGLocatable.cpp"
-#include "SVGMPathElement.cpp"
-#include "SVGMarkerElement.cpp"
-#include "SVGMaskElement.cpp"
-#include "SVGMetadataElement.cpp"
-#include "SVGMissingGlyphElement.cpp"
-#include "SVGNumberListValues.cpp"
-#include "SVGParserUtilities.cpp"
-#include "SVGPathBlender.cpp"
-#include "SVGPathBuilder.cpp"
-#include "SVGPathByteStreamBuilder.cpp"
-#include "SVGPathByteStreamSource.cpp"
-#include "SVGPathElement.cpp"
-#include "SVGPathParser.cpp"
-#include "SVGPathSegList.cpp"
-#include "SVGPathSegListBuilder.cpp"
-#include "SVGPathSegListSource.cpp"
-#include "SVGPathSegListValues.cpp"
-#include "SVGPathStringBuilder.cpp"
-#include "SVGPathStringSource.cpp"
-#include "SVGPathTraversalStateBuilder.cpp"
-#include "SVGPathUtilities.cpp"
-#include "SVGPatternElement.cpp"
-#include "SVGPointListValues.cpp"
-#include "SVGPolyElement.cpp"
-#include "SVGPolygonElement.cpp"
-#include "SVGPolylineElement.cpp"
-#include "SVGPreserveAspectRatioValue.cpp"
-#include "SVGRadialGradientElement.cpp"
-#include "SVGRectElement.cpp"
-#include "SVGSVGElement.cpp"
-#include "SVGScriptElement.cpp"
-#include "SVGSetElement.cpp"
-#include "SVGStopElement.cpp"
-#include "SVGStringListValues.cpp"
-#include "SVGStyleElement.cpp"
-#include "SVGSwitchElement.cpp"
-#include "SVGSymbolElement.cpp"
-#include "SVGTRefElement.cpp"
-#include "SVGTSpanElement.cpp"
-#include "SVGTests.cpp"
-#include "SVGTextContentElement.cpp"
-#include "SVGTextElement.cpp"
-#include "SVGTextPathElement.cpp"
-#include "SVGTextPositioningElement.cpp"
-#include "SVGTitleElement.cpp"
-#include "SVGTransform.cpp"
-#include "SVGTransformDistance.cpp"
-#include "SVGTransformListValues.cpp"
-#include "SVGTransformable.cpp"
-#include "SVGURIReference.cpp"
-#include "SVGUseElement.cpp"
-#include "SVGVKernElement.cpp"
-#include "SVGViewElement.cpp"
-#include "SVGViewSpec.cpp"
-#include "SVGZoomAndPan.cpp"
-#include "SVGZoomEvent.cpp"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to