WebKit Bugzilla
Attachment 346671 Details for
Bug 188369
: Removed unused *AllInOne.cpp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188369-20180806180115.patch (text/plain), 58.50 KB, created by
Alex Christensen
on 2018-08-06 18:01:15 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2018-08-06 18:01:15 PDT
Size:
58.50 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 234639) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,27 @@ >+2018-08-06 Alex Christensen <achristensen@webkit.org> >+ >+ Removed unused *AllInOne.cpp >+ https://bugs.webkit.org/show_bug.cgi?id=188369 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ No new tests (OOPS!). >+ >+ * 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-04 Ryosuke Niwa <rniwa@webkit.org> > > Add CEReactions=NotNeeded for reactions only needed for customized builtins >Index: Source/WebCore/accessibility/AccessibilityAllInOne.cpp >=================================================================== >--- Source/WebCore/accessibility/AccessibilityAllInOne.cpp (revision 234618) >+++ Source/WebCore/accessibility/AccessibilityAllInOne.cpp (nonexistent) >@@ -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" > >Property changes on: Source/WebCore/accessibility/AccessibilityAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/bindings/js/JSBindingsAllInOne.cpp >=================================================================== >--- Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (revision 234618) >+++ Source/WebCore/bindings/js/JSBindingsAllInOne.cpp (nonexistent) >@@ -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" > >Property changes on: Source/WebCore/bindings/js/JSBindingsAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/css/CSSAllInOne.cpp >=================================================================== >--- Source/WebCore/css/CSSAllInOne.cpp (revision 234618) >+++ Source/WebCore/css/CSSAllInOne.cpp (nonexistent) >@@ -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" >- >Index: Source/WebCore/dom/DOMAllInOne.cpp >=================================================================== >--- Source/WebCore/dom/DOMAllInOne.cpp (revision 234618) >+++ Source/WebCore/dom/DOMAllInOne.cpp (nonexistent) >@@ -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" >- > >Property changes on: Source/WebCore/dom/DOMAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/editing/EditingAllInOne.cpp >=================================================================== >--- Source/WebCore/editing/EditingAllInOne.cpp (revision 234618) >+++ Source/WebCore/editing/EditingAllInOne.cpp (nonexistent) >@@ -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> > >Property changes on: Source/WebCore/editing/EditingAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/html/HTMLElementsAllInOne.cpp >=================================================================== >--- Source/WebCore/html/HTMLElementsAllInOne.cpp (revision 234618) >+++ Source/WebCore/html/HTMLElementsAllInOne.cpp (nonexistent) >@@ -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" >- > >Property changes on: Source/WebCore/html/HTMLElementsAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/inspector/InspectorAllInOne.cpp >=================================================================== >--- Source/WebCore/inspector/InspectorAllInOne.cpp (revision 234618) >+++ Source/WebCore/inspector/InspectorAllInOne.cpp (nonexistent) >@@ -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" >Index: Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp >=================================================================== >--- Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp (revision 234618) >+++ Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp (nonexistent) >@@ -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" >Index: Source/WebCore/mathml/MathMLAllInOne.cpp >=================================================================== >--- Source/WebCore/mathml/MathMLAllInOne.cpp (revision 234618) >+++ Source/WebCore/mathml/MathMLAllInOne.cpp (nonexistent) >@@ -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" >- >Index: Source/WebCore/platform/text/TextAllInOne.cpp >=================================================================== >--- Source/WebCore/platform/text/TextAllInOne.cpp (revision 234618) >+++ Source/WebCore/platform/text/TextAllInOne.cpp (nonexistent) >@@ -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" >Index: Source/WebCore/rendering/RenderingAllInOne.cpp >=================================================================== >--- Source/WebCore/rendering/RenderingAllInOne.cpp (revision 234618) >+++ Source/WebCore/rendering/RenderingAllInOne.cpp (nonexistent) >@@ -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" > >Property changes on: Source/WebCore/rendering/RenderingAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/rendering/style/StyleAllInOne.cpp >=================================================================== >--- Source/WebCore/rendering/style/StyleAllInOne.cpp (revision 234618) >+++ Source/WebCore/rendering/style/StyleAllInOne.cpp (nonexistent) >@@ -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" > >Property changes on: Source/WebCore/rendering/style/StyleAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp >=================================================================== >--- Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp (revision 234618) >+++ Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp (nonexistent) >@@ -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" >- > >Property changes on: Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Index: Source/WebCore/svg/SVGAllInOne.cpp >=================================================================== >--- Source/WebCore/svg/SVGAllInOne.cpp (revision 234618) >+++ Source/WebCore/svg/SVGAllInOne.cpp (nonexistent) >@@ -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" > >Property changes on: Source/WebCore/svg/SVGAllInOne.cpp >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ysuzuki
:
review+
commit-queue
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188369
: 346671 |
346708