WebCore/ChangeLog

 12010-09-04 Martin Robinson <mrobinson@igalia.com>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 [GTK] When a feature is disabled by default, the source necessary to build it are not included in the distribution
 6 https://bugs.webkit.org/show_bug.cgi?id=45230
 7
 8 No new tests as this is just a build change.
 9
 10 * GNUmakefile.am: Move as many sources as possible to the SOURCES primary.
 11 Others should be moved over time as we solve issues with them.
 12
1132010-09-07 Martin Robinson <mrobinson@igalia.com>
214
315 Reviewed by Xan Lopez.

WebCore/GNUmakefile.am

@@webcore_built_sources += \
551551 DerivedSources/WebCore/JSXMLSerializer.h \
552552 DerivedSources/WebCore/JSXSLTProcessor.cpp \
553553 DerivedSources/WebCore/JSXSLTProcessor.h \
 554 DerivedSources/WebCore/MathMLElementFactory.cpp \
 555 DerivedSources/WebCore/MathMLElementFactory.h \
 556 DerivedSources/WebCore/MathMLNames.cpp \
 557 DerivedSources/WebCore/MathMLNames.h \
554558 DerivedSources/WebCore/UserAgentStyleSheetsData.cpp \
555559 DerivedSources/WebCore/UserAgentStyleSheets.h \
556560 DerivedSources/WebCore/XMLNames.cpp \

@@webcore_built_sources += \
558562 DerivedSources/WebCore/XMLNSNames.cpp \
559563 DerivedSources/WebCore/XMLNSNames.h
560564
561 webcoregtk_dom_sources = \
562  WebCore/bindings/gobject/ConvertToUTF8String.cpp \
563  WebCore/bindings/gobject/ConvertToUTF8String.h \
564  WebCore/bindings/gobject/GObjectEventListener.cpp \
565  WebCore/bindings/gobject/GObjectEventListener.h \
566  WebCore/bindings/gobject/WebKitDOMBinding.cpp \
567  WebCore/bindings/gobject/WebKitDOMBinding.h \
568  WebCore/bindings/gobject/WebKitDOMEventTarget.cpp \
569  WebCore/bindings/gobject/WebKitDOMEventTarget.h \
570  WebCore/bindings/gobject/WebKitDOMEventTargetPrivate.h \
571  WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp \
572  WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.h \
573  WebCore/bindings/gobject/WebKitDOMObject.cpp \
574  WebCore/bindings/gobject/WebKitDOMObject.h
575 
576 webcoregtk_sources += $(webcoregtk_dom_sources)
577 
578565webcore_sources += \
579  WebCore/WebCorePrefix.h \
580  WebCore/accessibility/AXObjectCache.cpp \
581  WebCore/accessibility/AXObjectCache.h \
582  WebCore/accessibility/AccessibilityARIAGrid.cpp \
583  WebCore/accessibility/AccessibilityARIAGrid.h \
584566 WebCore/accessibility/AccessibilityARIAGridCell.cpp \
585567 WebCore/accessibility/AccessibilityARIAGridCell.h \
 568 WebCore/accessibility/AccessibilityARIAGrid.cpp \
 569 WebCore/accessibility/AccessibilityARIAGrid.h \
586570 WebCore/accessibility/AccessibilityARIAGridRow.cpp \
587571 WebCore/accessibility/AccessibilityARIAGridRow.h \
588572 WebCore/accessibility/AccessibilityImageMapLink.cpp \
589573 WebCore/accessibility/AccessibilityImageMapLink.h \
590  WebCore/accessibility/AccessibilityList.cpp \
591  WebCore/accessibility/AccessibilityList.h \
592574 WebCore/accessibility/AccessibilityListBox.cpp \
593575 WebCore/accessibility/AccessibilityListBox.h \
594576 WebCore/accessibility/AccessibilityListBoxOption.cpp \
595577 WebCore/accessibility/AccessibilityListBoxOption.h \
 578 WebCore/accessibility/AccessibilityList.cpp \
 579 WebCore/accessibility/AccessibilityList.h \
596580 WebCore/accessibility/AccessibilityMediaControls.cpp \
597581 WebCore/accessibility/AccessibilityMediaControls.h \
598582 WebCore/accessibility/AccessibilityMenuList.cpp \
599583 WebCore/accessibility/AccessibilityMenuList.h \
600  WebCore/accessibility/AccessibilityMenuListPopup.cpp \
601  WebCore/accessibility/AccessibilityMenuListPopup.h \
602584 WebCore/accessibility/AccessibilityMenuListOption.cpp \
603585 WebCore/accessibility/AccessibilityMenuListOption.h \
 586 WebCore/accessibility/AccessibilityMenuListPopup.cpp \
 587 WebCore/accessibility/AccessibilityMenuListPopup.h \
604588 WebCore/accessibility/AccessibilityObject.cpp \
605589 WebCore/accessibility/AccessibilityObject.h \
606590 WebCore/accessibility/AccessibilityProgressIndicator.cpp \

@@webcore_sources += \
611595 WebCore/accessibility/AccessibilityScrollbar.h \
612596 WebCore/accessibility/AccessibilitySlider.cpp \
613597 WebCore/accessibility/AccessibilitySlider.h \
614  WebCore/accessibility/AccessibilityTable.cpp \
615  WebCore/accessibility/AccessibilityTable.h \
616598 WebCore/accessibility/AccessibilityTableCell.cpp \
617599 WebCore/accessibility/AccessibilityTableCell.h \
618600 WebCore/accessibility/AccessibilityTableColumn.cpp \
619601 WebCore/accessibility/AccessibilityTableColumn.h \
 602 WebCore/accessibility/AccessibilityTable.cpp \
 603 WebCore/accessibility/AccessibilityTable.h \
620604 WebCore/accessibility/AccessibilityTableHeaderContainer.cpp \
621605 WebCore/accessibility/AccessibilityTableHeaderContainer.h \
622606 WebCore/accessibility/AccessibilityTableRow.cpp \
623607 WebCore/accessibility/AccessibilityTableRow.h \
 608 WebCore/accessibility/AXObjectCache.cpp \
 609 WebCore/accessibility/AXObjectCache.h \
624610 WebCore/bindings/generic/ActiveDOMCallback.cpp \
625611 WebCore/bindings/generic/ActiveDOMCallback.h \
626612 WebCore/bindings/generic/RuntimeEnabledFeatures.cpp \

@@webcore_sources += \
632618 WebCore/bindings/js/DOMWrapperWorld.h \
633619 WebCore/bindings/js/GCController.cpp \
634620 WebCore/bindings/js/GCController.h \
 621 WebCore/bindings/js/IDBBindingUtilities.h \
 622 WebCore/bindings/js/JavaScriptCallFrame.cpp \
 623 WebCore/bindings/js/JavaScriptCallFrame.h \
635624 WebCore/bindings/js/JSAttrCustom.cpp \
636  WebCore/bindings/js/JSCDATASectionCustom.cpp \
637  WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
638  WebCore/bindings/js/JSDataGridDataSource.cpp \
639  WebCore/bindings/js/JSDataGridDataSource.h \
640  WebCore/bindings/js/JSDebugWrapperSet.cpp \
641  WebCore/bindings/js/JSDebugWrapperSet.h \
642  WebCore/bindings/js/JSCSSRuleCustom.cpp \
643  WebCore/bindings/js/JSCSSRuleListCustom.cpp \
644  WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
645  WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
646  WebCore/bindings/js/JSCSSValueCustom.cpp \
 625 WebCore/bindings/js/JSAudioConstructor.cpp \
 626 WebCore/bindings/js/JSAudioConstructor.h \
647627 WebCore/bindings/js/JSCallbackData.cpp \
648628 WebCore/bindings/js/JSCallbackData.h \
649  WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp \
650629 WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
 630 WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp \
 631 WebCore/bindings/js/JSCDATASectionCustom.cpp \
651632 WebCore/bindings/js/JSClipboardCustom.cpp \
652633 WebCore/bindings/js/JSConsoleCustom.cpp \
653634 WebCore/bindings/js/JSCoordinatesCustom.cpp \
 635 WebCore/bindings/js/JSCSSRuleCustom.cpp \
 636 WebCore/bindings/js/JSCSSRuleListCustom.cpp \
 637 WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
 638 WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
 639 WebCore/bindings/js/JSCSSValueCustom.cpp \
654640 WebCore/bindings/js/JSCustomPositionCallback.cpp \
655641 WebCore/bindings/js/JSCustomPositionCallback.h \
656642 WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
657643 WebCore/bindings/js/JSCustomPositionErrorCallback.h \
 644 WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
658645 WebCore/bindings/js/JSCustomVoidCallback.cpp \
659646 WebCore/bindings/js/JSCustomVoidCallback.h \
660647 WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
661648 WebCore/bindings/js/JSCustomXPathNSResolver.h \
 649 WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
 650 WebCore/bindings/js/JSDataGridDataSource.cpp \
 651 WebCore/bindings/js/JSDataGridDataSource.h \
 652 WebCore/bindings/js/JSDebugWrapperSet.cpp \
 653 WebCore/bindings/js/JSDebugWrapperSet.h \
 654 WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
 655 WebCore/bindings/js/JSDeviceMotionEventCustom.cpp \
 656 WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp \
 657 WebCore/bindings/js/JSDocumentCustom.cpp \
 658 WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
662659 WebCore/bindings/js/JSDOMBinding.cpp \
663660 WebCore/bindings/js/JSDOMBinding.h \
664661 WebCore/bindings/js/JSDOMFormDataCustom.cpp \
665662 WebCore/bindings/js/JSDOMGlobalObject.cpp \
666663 WebCore/bindings/js/JSDOMGlobalObject.h \
 664 WebCore/bindings/js/JSDOMMimeTypeArrayCustom.cpp \
 665 WebCore/bindings/js/JSDOMPluginArrayCustom.cpp \
 666 WebCore/bindings/js/JSDOMPluginCustom.cpp \
667667 WebCore/bindings/js/JSDOMStringMapCustom.cpp \
668668 WebCore/bindings/js/JSDOMStringMapCustom.h \
669669 WebCore/bindings/js/JSDOMWindowBase.cpp \

@@webcore_sources += \
674674 WebCore/bindings/js/JSDOMWindowShell.h \
675675 WebCore/bindings/js/JSDOMWrapper.cpp \
676676 WebCore/bindings/js/JSDOMWrapper.h \
677  WebCore/bindings/js/JSDeviceMotionEventCustom.cpp \
678  WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp \
679  WebCore/bindings/js/JSDocumentCustom.cpp \
680677 WebCore/bindings/js/JSElementCustom.cpp \
681678 WebCore/bindings/js/JSEventCustom.cpp \
682679 WebCore/bindings/js/JSEventListener.cpp \

@@webcore_sources += \
687684 WebCore/bindings/js/JSExceptionBase.cpp \
688685 WebCore/bindings/js/JSExceptionBase.h \
689686 WebCore/bindings/js/JSGeolocationCustom.cpp \
 687 WebCore/bindings/js/JSHistoryCustom.cpp \
 688 WebCore/bindings/js/JSHistoryCustom.h \
690689 WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp \
691690 WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
692691 WebCore/bindings/js/JSHTMLAppletElementCustom.h \

@@webcore_sources += \
707706 WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
708707 WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
709708 WebCore/bindings/js/JSHTMLSelectElementCustom.h \
710  WebCore/bindings/js/JSHistoryCustom.cpp \
711  WebCore/bindings/js/JSHistoryCustom.h \
712709 WebCore/bindings/js/JSImageConstructor.cpp \
713710 WebCore/bindings/js/JSImageConstructor.h \
714711 WebCore/bindings/js/JSImageDataCustom.cpp \

@@webcore_sources += \
725722 WebCore/bindings/js/JSMessageEventCustom.cpp \
726723 WebCore/bindings/js/JSMessagePortCustom.cpp \
727724 WebCore/bindings/js/JSMessagePortCustom.h \
728  WebCore/bindings/js/JSDOMMimeTypeArrayCustom.cpp \
729725 WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
730726 WebCore/bindings/js/JSNavigatorCustom.cpp \
731727 WebCore/bindings/js/JSNodeCustom.cpp \

@@webcore_sources += \
737733 WebCore/bindings/js/JSNodeListCustom.cpp \
738734 WebCore/bindings/js/JSOptionConstructor.cpp \
739735 WebCore/bindings/js/JSOptionConstructor.h \
740  WebCore/bindings/js/JSDOMPluginArrayCustom.cpp \
741  WebCore/bindings/js/JSDOMPluginCustom.cpp \
742736 WebCore/bindings/js/JSPluginElementFunctions.cpp \
743737 WebCore/bindings/js/JSPluginElementFunctions.h \
744738 WebCore/bindings/js/JSPopStateEventCustom.cpp \
745739 WebCore/bindings/js/JSScriptProfileNodeCustom.cpp \
 740 WebCore/bindings/js/JSSharedWorkerCustom.cpp \
 741 WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
 742 WebCore/bindings/js/JSSQLTransactionCustom.cpp \
 743 WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp \
 744 WebCore/bindings/js/JSStorageCustom.cpp \
746745 WebCore/bindings/js/JSStorageCustom.h \
747746 WebCore/bindings/js/JSStyleSheetCustom.cpp \
748747 WebCore/bindings/js/JSStyleSheetListCustom.cpp \
 748 WebCore/bindings/js/JSSVGContextCache.h \
 749 WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
 750 WebCore/bindings/js/JSSVGLengthCustom.cpp \
 751 WebCore/bindings/js/JSSVGMatrixCustom.cpp \
 752 WebCore/bindings/js/JSSVGPathSegCustom.cpp \
 753 WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
 754 WebCore/bindings/js/JSSVGPODListCustom.h \
 755 WebCore/bindings/js/JSSVGPODTypeWrapper.h \
749756 WebCore/bindings/js/JSTextCustom.cpp \
750757 WebCore/bindings/js/JSTreeWalkerCustom.cpp \
751758 WebCore/bindings/js/JSWebKitCSSMatrixCustom.cpp \
752759 WebCore/bindings/js/JSWebKitPointCustom.cpp \
 760 WebCore/bindings/js/JSWebSocketCustom.cpp \
 761 WebCore/bindings/js/JSWorkerContextBase.cpp \
 762 WebCore/bindings/js/JSWorkerContextBase.h \
 763 WebCore/bindings/js/JSWorkerContextCustom.cpp \
753764 WebCore/bindings/js/JSWorkerContextErrorHandler.cpp \
754765 WebCore/bindings/js/JSWorkerContextErrorHandler.h \
 766 WebCore/bindings/js/JSWorkerCustom.cpp \
755767 WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
756768 WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
757769 WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
758  WebCore/bindings/js/JavaScriptCallFrame.cpp \
759  WebCore/bindings/js/JavaScriptCallFrame.h \
760770 WebCore/bindings/js/ScheduledAction.cpp \
761771 WebCore/bindings/js/ScheduledAction.h \
762772 WebCore/bindings/js/ScriptCachedFrameData.cpp \

@@webcore_sources += \
789799 WebCore/bindings/js/ScriptState.cpp \
790800 WebCore/bindings/js/ScriptState.h \
791801 WebCore/bindings/js/ScriptString.h \
792  WebCore/bindings/js/ScriptWrappable.h \
793802 WebCore/bindings/js/ScriptValue.cpp \
794803 WebCore/bindings/js/ScriptValue.h \
 804 WebCore/bindings/js/ScriptWrappable.h \
795805 WebCore/bindings/js/SerializedScriptValue.cpp \
796806 WebCore/bindings/js/SerializedScriptValue.h \
797807 WebCore/bindings/js/StringSourceProvider.h \
798808 WebCore/bindings/js/WebCoreJSClientData.h \
 809 WebCore/bindings/js/WorkerScriptController.cpp \
 810 WebCore/bindings/js/WorkerScriptController.h \
799811 WebCore/bindings/ScriptControllerBase.cpp \
800812 WebCore/bindings/ScriptControllerBase.h \
801813 WebCore/bridge/Bridge.h \
802  WebCore/bridge/IdentifierRep.cpp \
803  WebCore/bridge/IdentifierRep.h \
804  WebCore/bridge/NP_jsobject.cpp \
805  WebCore/bridge/NP_jsobject.h \
806  WebCore/bridge/c/CRuntimeObject.cpp \
807  WebCore/bridge/c/CRuntimeObject.h \
808814 WebCore/bridge/c/c_class.cpp \
809815 WebCore/bridge/c/c_class.h \
810816 WebCore/bridge/c/c_instance.cpp \
811817 WebCore/bridge/c/c_instance.h \
812818 WebCore/bridge/c/c_runtime.cpp \
813819 WebCore/bridge/c/c_runtime.h \
 820 WebCore/bridge/c/CRuntimeObject.cpp \
 821 WebCore/bridge/c/CRuntimeObject.h \
814822 WebCore/bridge/c/c_utility.cpp \
815823 WebCore/bridge/c/c_utility.h \
 824 WebCore/bridge/IdentifierRep.cpp \
 825 WebCore/bridge/IdentifierRep.h \
816826 WebCore/bridge/jni/JNIBridge.h \
817  WebCore/bridge/jni/JNIUtility.h \
818827 WebCore/bridge/jni/jni_jsobject.h \
819  WebCore/bridge/jni/jsc/JNIBridgeJSC.h \
 828 WebCore/bridge/jni/JNIUtility.h \
820829 WebCore/bridge/jni/jsc/JavaClassJSC.h \
821830 WebCore/bridge/jni/jsc/JavaInstanceJSC.h \
822  WebCore/bridge/jsc/BridgeJSC.h \
 831 WebCore/bridge/jni/jsc/JNIBridgeJSC.h \
823832 WebCore/bridge/jsc/BridgeJSC.cpp \
 833 WebCore/bridge/jsc/BridgeJSC.h \
824834 WebCore/bridge/npapi.h \
 835 WebCore/bridge/NP_jsobject.cpp \
 836 WebCore/bridge/NP_jsobject.h \
825837 WebCore/bridge/npruntime.cpp \
826838 WebCore/bridge/npruntime.h \
827839 WebCore/bridge/npruntime_impl.h \

@@webcore_sources += \
837849 WebCore/bridge/runtime_root.cpp \
838850 WebCore/bridge/runtime_root.h \
839851 WebCore/config.h \
 852 WebCore/css/Counter.h \
840853 WebCore/css/CSSBorderImageValue.cpp \
841854 WebCore/css/CSSBorderImageValue.h \
842855 WebCore/css/CSSCanvasValue.cpp \

@@webcore_sources += \
894907 WebCore/css/CSSPropertyLonghand.cpp \
895908 WebCore/css/CSSPropertyLonghand.h \
896909 WebCore/css/CSSQuirkPrimitiveValue.h \
 910 WebCore/css/CSSReflectionDirection.h \
897911 WebCore/css/CSSReflectValue.cpp \
898912 WebCore/css/CSSReflectValue.h \
899  WebCore/css/CSSReflectionDirection.h \
900913 WebCore/css/CSSRule.cpp \
901914 WebCore/css/CSSRule.h \
902915 WebCore/css/CSSRuleList.cpp \

@@webcore_sources += \
929942 WebCore/css/CSSVariablesDeclaration.h \
930943 WebCore/css/CSSVariablesRule.cpp \
931944 WebCore/css/CSSVariablesRule.h \
932  WebCore/css/Counter.h \
933945 WebCore/css/DashboardRegion.h \
934946 WebCore/css/FontFamilyValue.cpp \
935947 WebCore/css/FontFamilyValue.h \

@@webcore_sources += \
961973 WebCore/css/StyleSheet.h \
962974 WebCore/css/StyleSheetList.cpp \
963975 WebCore/css/StyleSheetList.h \
 976 WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
 977 WebCore/css/SVGCSSParser.cpp \
 978 WebCore/css/SVGCSSStyleSelector.cpp \
964979 WebCore/css/WebKitCSSKeyframeRule.cpp \
965980 WebCore/css/WebKitCSSKeyframeRule.h \
966981 WebCore/css/WebKitCSSKeyframesRule.cpp \

@@webcore_sources += \
9861001 WebCore/dom/BeforeUnloadEvent.h \
9871002 WebCore/dom/CDATASection.cpp \
9881003 WebCore/dom/CDATASection.h \
989  WebCore/dom/CSSMappedAttributeDeclaration.cpp \
990  WebCore/dom/CSSMappedAttributeDeclaration.h \
9911004 WebCore/dom/CharacterData.cpp \
9921005 WebCore/dom/CharacterData.h \
9931006 WebCore/dom/CheckedRadioButtons.cpp \

@@webcore_sources += \
10001013 WebCore/dom/ClientRect.h \
10011014 WebCore/dom/ClientRectList.cpp \
10021015 WebCore/dom/ClientRectList.h \
1003  WebCore/dom/Clipboard.cpp \
1004  WebCore/dom/Clipboard.h \
10051016 WebCore/dom/ClipboardAccessPolicy.h \
 1017 WebCore/dom/Clipboard.cpp \
10061018 WebCore/dom/ClipboardEvent.cpp \
10071019 WebCore/dom/ClipboardEvent.h \
 1020 WebCore/dom/Clipboard.h \
10081021 WebCore/dom/Comment.cpp \
10091022 WebCore/dom/Comment.h \
10101023 WebCore/dom/CompositionEvent.cpp \
10111024 WebCore/dom/CompositionEvent.h \
 1025 WebCore/dom/ContainerNodeAlgorithms.h \
10121026 WebCore/dom/ContainerNode.cpp \
10131027 WebCore/dom/ContainerNode.h \
1014  WebCore/dom/ContainerNodeAlgorithms.h \
10151028 WebCore/dom/CrossThreadTask.h \
 1029 WebCore/dom/CSSMappedAttributeDeclaration.cpp \
 1030 WebCore/dom/CSSMappedAttributeDeclaration.h \
10161031 WebCore/dom/CustomEvent.cpp \
10171032 WebCore/dom/CustomEvent.h \
1018  WebCore/dom/DOMCoreException.h \
1019  WebCore/dom/DOMImplementation.cpp \
1020  WebCore/dom/DOMImplementation.h \
1021  WebCore/dom/DOMStringList.cpp \
1022  WebCore/dom/DOMStringList.h \
1023  WebCore/dom/DOMStringMap.cpp \
1024  WebCore/dom/DOMStringMap.h \
10251033 WebCore/dom/DatasetDOMStringMap.cpp \
10261034 WebCore/dom/DatasetDOMStringMap.h \
10271035 WebCore/dom/DecodedDataDocumentParser.cpp \
10281036 WebCore/dom/DecodedDataDocumentParser.h \
 1037 WebCore/dom/default/PlatformMessagePortChannel.cpp \
 1038 WebCore/dom/default/PlatformMessagePortChannel.h \
10291039 WebCore/dom/DeviceMotionClient.h \
10301040 WebCore/dom/DeviceMotionController.cpp \
10311041 WebCore/dom/DeviceMotionController.h \

@@webcore_sources += \
10331043 WebCore/dom/DeviceMotionData.h \
10341044 WebCore/dom/DeviceMotionEvent.cpp \
10351045 WebCore/dom/DeviceMotionEvent.h \
1036  WebCore/dom/DeviceOrientation.cpp \
1037  WebCore/dom/DeviceOrientation.h \
10381046 WebCore/dom/DeviceOrientationClient.h \
10391047 WebCore/dom/DeviceOrientationController.cpp \
10401048 WebCore/dom/DeviceOrientationController.h \
 1049 WebCore/dom/DeviceOrientation.cpp \
10411050 WebCore/dom/DeviceOrientationEvent.cpp \
10421051 WebCore/dom/DeviceOrientationEvent.h \
 1052 WebCore/dom/DeviceOrientation.h \
10431053 WebCore/dom/Document.cpp \
1044  WebCore/dom/Document.h \
10451054 WebCore/dom/DocumentFragment.cpp \
10461055 WebCore/dom/DocumentFragment.h \
1047  WebCore/dom/DocumentMarker.h \
 1056 WebCore/dom/Document.h \
10481057 WebCore/dom/DocumentMarkerController.cpp \
10491058 WebCore/dom/DocumentMarkerController.h \
 1059 WebCore/dom/DocumentMarker.h \
10501060 WebCore/dom/DocumentParser.cpp \
 1061 WebCore/dom/DocumentParser.h \
10511062 WebCore/dom/DocumentType.cpp \
10521063 WebCore/dom/DocumentType.h \
 1064 WebCore/dom/DOMCoreException.h \
 1065 WebCore/dom/DOMImplementation.cpp \
 1066 WebCore/dom/DOMImplementation.h \
 1067 WebCore/dom/DOMStringList.cpp \
 1068 WebCore/dom/DOMStringList.h \
 1069 WebCore/dom/DOMStringMap.cpp \
 1070 WebCore/dom/DOMStringMap.h \
10531071 WebCore/dom/DynamicNodeList.cpp \
10541072 WebCore/dom/DynamicNodeList.h \
10551073 WebCore/dom/EditingText.cpp \

@@webcore_sources += \
10641082 WebCore/dom/ErrorEvent.cpp \
10651083 WebCore/dom/ErrorEvent.h \
10661084 WebCore/dom/Event.cpp \
1067  WebCore/dom/Event.h \
10681085 WebCore/dom/EventException.h \
 1086 WebCore/dom/Event.h \
10691087 WebCore/dom/EventListener.h \
10701088 WebCore/dom/EventNames.cpp \
10711089 WebCore/dom/EventNames.h \

@@webcore_sources += \
10851103 WebCore/dom/MessageChannel.h \
10861104 WebCore/dom/MessageEvent.cpp \
10871105 WebCore/dom/MessageEvent.h \
1088  WebCore/dom/MessagePort.cpp \
1089  WebCore/dom/MessagePort.h \
10901106 WebCore/dom/MessagePortChannel.cpp \
10911107 WebCore/dom/MessagePortChannel.h \
 1108 WebCore/dom/MessagePort.cpp \
 1109 WebCore/dom/MessagePort.h \
10921110 WebCore/dom/MouseEvent.cpp \
10931111 WebCore/dom/MouseEvent.h \
10941112 WebCore/dom/MouseRelatedEvent.cpp \
10951113 WebCore/dom/MouseRelatedEvent.h \
10961114 WebCore/dom/MutationEvent.cpp \
10971115 WebCore/dom/MutationEvent.h \
1098  WebCore/dom/NameNodeList.cpp \
1099  WebCore/dom/NameNodeList.h \
11001116 WebCore/dom/NamedNodeMap.cpp \
11011117 WebCore/dom/NamedNodeMap.h \
 1118 WebCore/dom/NameNodeList.cpp \
 1119 WebCore/dom/NameNodeList.h \
11021120 WebCore/dom/Node.cpp \
1103  WebCore/dom/Node.h \
1104  WebCore/dom/NodeFilter.cpp \
1105  WebCore/dom/NodeFilter.h \
11061121 WebCore/dom/NodeFilterCondition.cpp \
11071122 WebCore/dom/NodeFilterCondition.h \
 1123 WebCore/dom/NodeFilter.cpp \
 1124 WebCore/dom/NodeFilter.h \
 1125 WebCore/dom/Node.h \
11081126 WebCore/dom/NodeIterator.cpp \
11091127 WebCore/dom/NodeIterator.h \
11101128 WebCore/dom/NodeList.h \

@@webcore_sources += \
11131131 WebCore/dom/NodeWithIndex.h \
11141132 WebCore/dom/Notation.cpp \
11151133 WebCore/dom/Notation.h \
1116  WebCore/dom/OptionGroupElement.cpp \
1117  WebCore/dom/OptionGroupElement.h \
11181134 WebCore/dom/OptionElement.cpp \
11191135 WebCore/dom/OptionElement.h \
 1136 WebCore/dom/OptionGroupElement.cpp \
 1137 WebCore/dom/OptionGroupElement.h \
11201138 WebCore/dom/OverflowEvent.cpp \
11211139 WebCore/dom/OverflowEvent.h \
11221140 WebCore/dom/PageTransitionEvent.cpp \
11231141 WebCore/dom/PageTransitionEvent.h \
11241142 WebCore/dom/PendingScript.cpp \
11251143 WebCore/dom/PendingScript.h \
1126  WebCore/dom/Position.cpp \
1127  WebCore/dom/Position.h \
11281144 WebCore/dom/PopStateEvent.cpp \
11291145 WebCore/dom/PopStateEvent.h \
 1146 WebCore/dom/Position.cpp \
 1147 WebCore/dom/Position.h \
11301148 WebCore/dom/PositionIterator.cpp \
11311149 WebCore/dom/PositionIterator.h \
11321150 WebCore/dom/ProcessingInstruction.cpp \

@@webcore_sources += \
11351153 WebCore/dom/ProgressEvent.h \
11361154 WebCore/dom/QualifiedName.cpp \
11371155 WebCore/dom/QualifiedName.h \
1138  WebCore/dom/Range.cpp \
1139  WebCore/dom/Range.h \
11401156 WebCore/dom/RangeBoundaryPoint.h \
 1157 WebCore/dom/Range.cpp \
11411158 WebCore/dom/RangeException.h \
 1159 WebCore/dom/Range.h \
11421160 WebCore/dom/RawDataDocumentParser.h \
11431161 WebCore/dom/RegisteredEventListener.cpp \
11441162 WebCore/dom/RegisteredEventListener.h \

@@webcore_sources += \
11581176 WebCore/dom/StaticHashSetNodeList.h \
11591177 WebCore/dom/StaticNodeList.cpp \
11601178 WebCore/dom/StaticNodeList.h \
1161  WebCore/dom/StyleElement.cpp \
1162  WebCore/dom/StyleElement.h \
11631179 WebCore/dom/StyledElement.cpp \
11641180 WebCore/dom/StyledElement.h \
 1181 WebCore/dom/StyleElement.cpp \
 1182 WebCore/dom/StyleElement.h \
11651183 WebCore/dom/TagNodeList.cpp \
11661184 WebCore/dom/TagNodeList.h \
11671185 WebCore/dom/Text.cpp \
1168  WebCore/dom/Text.h \
11691186 WebCore/dom/TextEvent.cpp \
11701187 WebCore/dom/TextEvent.h \
1171  WebCore/dom/DocumentParser.h \
 1188 WebCore/dom/Text.h \
 1189 WebCore/dom/TransformSource.h \
 1190 WebCore/dom/TransformSourceLibxslt.cpp \
11721191 WebCore/dom/Traversal.cpp \
11731192 WebCore/dom/Traversal.h \
11741193 WebCore/dom/TreeDepthLimit.h \

@@webcore_sources += \
11951214 WebCore/dom/XMLDocumentParserLibxml2.cpp \
11961215 WebCore/dom/XMLDocumentParserScope.cpp \
11971216 WebCore/dom/XMLDocumentParserScope.h \
1198  WebCore/dom/default/PlatformMessagePortChannel.cpp \
1199  WebCore/dom/default/PlatformMessagePortChannel.h \
12001217 WebCore/editing/AppendNodeCommand.cpp \
12011218 WebCore/editing/AppendNodeCommand.h \
12021219 WebCore/editing/ApplyStyleCommand.cpp \

@@webcore_sources += \
12071224 WebCore/editing/CompositeEditCommand.h \
12081225 WebCore/editing/CreateLinkCommand.cpp \
12091226 WebCore/editing/CreateLinkCommand.h \
1210  WebCore/editing/DeleteButton.cpp \
1211  WebCore/editing/DeleteButton.h \
12121227 WebCore/editing/DeleteButtonController.cpp \
12131228 WebCore/editing/DeleteButtonController.h \
 1229 WebCore/editing/DeleteButton.cpp \
 1230 WebCore/editing/DeleteButton.h \
12141231 WebCore/editing/DeleteFromTextNodeCommand.cpp \
12151232 WebCore/editing/DeleteFromTextNodeCommand.h \
12161233 WebCore/editing/DeleteSelectionCommand.cpp \

@@webcore_sources += \
12201237 WebCore/editing/EditCommand.h \
12211238 WebCore/editing/EditingBehavior.h \
12221239 WebCore/editing/EditingBehaviorTypes.h \
1223  WebCore/editing/Editor.cpp \
1224  WebCore/editing/Editor.h \
12251240 WebCore/editing/EditorCommand.cpp \
 1241 WebCore/editing/Editor.cpp \
12261242 WebCore/editing/EditorDeleteAction.h \
 1243 WebCore/editing/Editor.h \
12271244 WebCore/editing/EditorInsertAction.h \
12281245 WebCore/editing/FormatBlockCommand.cpp \
12291246 WebCore/editing/FormatBlockCommand.h \
 1247 WebCore/editing/gtk/SelectionControllerGtk.cpp \
 1248 WebCore/editing/htmlediting.cpp \
 1249 WebCore/editing/htmlediting.h \
12301250 WebCore/editing/HTMLInterchange.cpp \
12311251 WebCore/editing/HTMLInterchange.h \
12321252 WebCore/editing/IndentOutdentCommand.cpp \

@@webcore_sources += \
12451265 WebCore/editing/InsertTextCommand.h \
12461266 WebCore/editing/JoinTextNodesCommand.cpp \
12471267 WebCore/editing/JoinTextNodesCommand.h \
 1268 WebCore/editing/markup.cpp \
 1269 WebCore/editing/markup.h \
12481270 WebCore/editing/MergeIdenticalElementsCommand.cpp \
12491271 WebCore/editing/MergeIdenticalElementsCommand.h \
12501272 WebCore/editing/ModifySelectionListLevel.cpp \

@@webcore_sources += \
12881310 WebCore/editing/VisiblePosition.h \
12891311 WebCore/editing/VisibleSelection.cpp \
12901312 WebCore/editing/VisibleSelection.h \
1291  WebCore/editing/WrapContentsInDummySpanCommand.cpp \
1292  WebCore/editing/WrapContentsInDummySpanCommand.h \
1293  WebCore/editing/htmlediting.cpp \
1294  WebCore/editing/htmlediting.h \
1295  WebCore/editing/markup.cpp \
1296  WebCore/editing/markup.h \
12971313 WebCore/editing/visible_units.cpp \
12981314 WebCore/editing/visible_units.h \
1299  WebCore/editing/gtk/SelectionControllerGtk.cpp \
1300  WebCore/fileapi/Blob.cpp \
1301  WebCore/fileapi/Blob.h \
 1315 WebCore/editing/WrapContentsInDummySpanCommand.cpp \
 1316 WebCore/editing/WrapContentsInDummySpanCommand.h \
 1317 WebCore/fileapi/AsyncFileWriter.h \
13021318 WebCore/fileapi/BlobBuilder.cpp \
13031319 WebCore/fileapi/BlobBuilder.h \
 1320 WebCore/fileapi/Blob.cpp \
 1321 WebCore/fileapi/Blob.h \
13041322 WebCore/fileapi/BlobURL.cpp \
13051323 WebCore/fileapi/BlobURL.h \
 1324 WebCore/fileapi/DirectoryEntry.cpp \
 1325 WebCore/fileapi/DirectoryEntry.h \
 1326 WebCore/fileapi/DirectoryReader.cpp \
 1327 WebCore/fileapi/DirectoryReader.h \
 1328 WebCore/fileapi/DOMFilePath.cpp \
 1329 WebCore/fileapi/DOMFilePath.h \
 1330 WebCore/fileapi/DOMFileSystem.cpp \
 1331 WebCore/fileapi/DOMFileSystem.h \
 1332 WebCore/fileapi/EntriesCallback.h \
 1333 WebCore/fileapi/EntryArray.cpp \
 1334 WebCore/fileapi/EntryArray.h \
 1335 WebCore/fileapi/EntryCallback.h \
 1336 WebCore/fileapi/Entry.cpp \
 1337 WebCore/fileapi/Entry.h \
 1338 WebCore/fileapi/ErrorCallback.h \
13061339 WebCore/fileapi/File.cpp \
1307  WebCore/fileapi/File.h \
 1340 WebCore/fileapi/FileEntry.cpp \
 1341 WebCore/fileapi/FileEntry.h \
13081342 WebCore/fileapi/FileError.h \
13091343 WebCore/fileapi/FileException.h \
 1344 WebCore/fileapi/File.h \
13101345 WebCore/fileapi/FileList.cpp \
13111346 WebCore/fileapi/FileList.h \
13121347 WebCore/fileapi/FileReader.cpp \

@@webcore_sources += \
13151350 WebCore/fileapi/FileReaderSync.h \
13161351 WebCore/fileapi/FileStreamProxy.cpp \
13171352 WebCore/fileapi/FileStreamProxy.h \
 1353 WebCore/fileapi/FileSystemCallback.h \
 1354 WebCore/fileapi/FileSystemCallbacks.cpp \
 1355 WebCore/fileapi/FileSystemCallbacks.h \
13181356 WebCore/fileapi/FileThread.cpp \
13191357 WebCore/fileapi/FileThread.h \
13201358 WebCore/fileapi/FileThreadTask.h \
 1359 WebCore/fileapi/FileWriterClient.h \
 1360 WebCore/fileapi/FileWriter.cpp \
 1361 WebCore/fileapi/FileWriter.h \
 1362 WebCore/fileapi/Flags.h \
 1363 WebCore/fileapi/LocalFileSystem.cpp \
 1364 WebCore/fileapi/LocalFileSystem.h \
 1365 WebCore/fileapi/MetadataCallback.h \
 1366 WebCore/fileapi/Metadata.h \
13211367 WebCore/fileapi/ThreadableBlobRegistry.cpp \
13221368 WebCore/fileapi/ThreadableBlobRegistry.h \
 1369 WebCore/history/BackForwardControllerClient.h \
13231370 WebCore/history/BackForwardController.cpp \
13241371 WebCore/history/BackForwardController.h \
1325  WebCore/history/BackForwardControllerClient.h \
13261372 WebCore/history/BackForwardList.h \
13271373 WebCore/history/BackForwardListImpl.cpp \
13281374 WebCore/history/BackForwardListImpl.h \

@@webcore_sources += \
13371383 WebCore/history/PageCache.h \
13381384 WebCore/html/AsyncImageResizer.cpp \
13391385 WebCore/html/AsyncImageResizer.h \
 1386 WebCore/html/canvas/CanvasContextAttributes.h \
 1387 WebCore/html/canvas/CanvasGradient.cpp \
 1388 WebCore/html/canvas/CanvasGradient.h \
 1389 WebCore/html/canvas/CanvasPattern.cpp \
 1390 WebCore/html/canvas/CanvasPattern.h \
 1391 WebCore/html/canvas/CanvasPixelArray.cpp \
 1392 WebCore/html/canvas/CanvasPixelArray.h \
 1393 WebCore/html/canvas/CanvasRenderingContext2D.cpp \
 1394 WebCore/html/canvas/CanvasRenderingContext2D.h \
 1395 WebCore/html/canvas/CanvasRenderingContext.cpp \
 1396 WebCore/html/canvas/CanvasRenderingContext.h \
 1397 WebCore/html/canvas/CanvasStyle.cpp \
 1398 WebCore/html/canvas/CanvasStyle.h \
13401399 WebCore/html/CollectionCache.cpp \
13411400 WebCore/html/CollectionCache.h \
13421401 WebCore/html/CollectionType.h \
1343  WebCore/html/DOMDataGridDataSource.cpp \
1344  WebCore/html/DOMDataGridDataSource.h \
1345  WebCore/html/DOMFormData.cpp \
1346  WebCore/html/DOMFormData.h \
13471402 WebCore/html/DataGridColumn.cpp \
13481403 WebCore/html/DataGridColumn.h \
13491404 WebCore/html/DataGridColumnList.cpp \

@@webcore_sources += \
13511406 WebCore/html/DataGridDataSource.h \
13521407 WebCore/html/DateComponents.cpp \
13531408 WebCore/html/DateComponents.h \
 1409 WebCore/html/DOMDataGridDataSource.cpp \
 1410 WebCore/html/DOMDataGridDataSource.h \
 1411 WebCore/html/DOMFormData.cpp \
 1412 WebCore/html/DOMFormData.h \
13541413 WebCore/html/FormDataList.cpp \
13551414 WebCore/html/FormDataList.h \
13561415 WebCore/html/HTMLAllCollection.cpp \

@@webcore_sources += \
13611420 WebCore/html/HTMLAppletElement.h \
13621421 WebCore/html/HTMLAreaElement.cpp \
13631422 WebCore/html/HTMLAreaElement.h \
1364  WebCore/html/HTMLBRElement.cpp \
1365  WebCore/html/HTMLBRElement.h \
 1423 WebCore/html/HTMLAudioElement.cpp \
 1424 WebCore/html/HTMLAudioElement.h \
13661425 WebCore/html/HTMLBaseElement.cpp \
13671426 WebCore/html/HTMLBaseElement.h \
13681427 WebCore/html/HTMLBaseFontElement.cpp \

@@webcore_sources += \
13711430 WebCore/html/HTMLBlockquoteElement.h \
13721431 WebCore/html/HTMLBodyElement.cpp \
13731432 WebCore/html/HTMLBodyElement.h \
 1433 WebCore/html/HTMLBRElement.cpp \
 1434 WebCore/html/HTMLBRElement.h \
13741435 WebCore/html/HTMLButtonElement.cpp \
13751436 WebCore/html/HTMLButtonElement.h \
13761437 WebCore/html/HTMLCanvasElement.cpp \
13771438 WebCore/html/HTMLCanvasElement.h \
13781439 WebCore/html/HTMLCollection.cpp \
13791440 WebCore/html/HTMLCollection.h \
1380  WebCore/html/HTMLDListElement.cpp \
1381  WebCore/html/HTMLDListElement.h \
13821441 WebCore/html/HTMLDataGridCellElement.cpp \
13831442 WebCore/html/HTMLDataGridCellElement.h \
13841443 WebCore/html/HTMLDataGridColElement.cpp \

@@webcore_sources += \
13931452 WebCore/html/HTMLDirectoryElement.h \
13941453 WebCore/html/HTMLDivElement.cpp \
13951454 WebCore/html/HTMLDivElement.h \
 1455 WebCore/html/HTMLDListElement.cpp \
 1456 WebCore/html/HTMLDListElement.h \
13961457 WebCore/html/HTMLDocument.cpp \
13971458 WebCore/html/HTMLDocument.h \
13981459 WebCore/html/HTMLElement.cpp \

@@webcore_sources += \
14091470 WebCore/html/HTMLFormControlElement.h \
14101471 WebCore/html/HTMLFormElement.cpp \
14111472 WebCore/html/HTMLFormElement.h \
1412  WebCore/html/HTMLFrameElement.cpp \
1413  WebCore/html/HTMLFrameElement.h \
14141473 WebCore/html/HTMLFrameElementBase.cpp \
14151474 WebCore/html/HTMLFrameElementBase.h \
 1475 WebCore/html/HTMLFrameElement.cpp \
 1476 WebCore/html/HTMLFrameElement.h \
14161477 WebCore/html/HTMLFrameOwnerElement.cpp \
14171478 WebCore/html/HTMLFrameOwnerElement.h \
14181479 WebCore/html/HTMLFrameSetElement.cpp \
14191480 WebCore/html/HTMLFrameSetElement.h \
1420  WebCore/html/HTMLHRElement.cpp \
1421  WebCore/html/HTMLHRElement.h \
14221481 WebCore/html/HTMLHeadElement.cpp \
14231482 WebCore/html/HTMLHeadElement.h \
14241483 WebCore/html/HTMLHeadingElement.cpp \
14251484 WebCore/html/HTMLHeadingElement.h \
 1485 WebCore/html/HTMLHRElement.cpp \
 1486 WebCore/html/HTMLHRElement.h \
14261487 WebCore/html/HTMLHtmlElement.cpp \
14271488 WebCore/html/HTMLHtmlElement.h \
14281489 WebCore/html/HTMLIFrameElement.cpp \

@@webcore_sources += \
14381499 WebCore/html/HTMLIsIndexElement.h \
14391500 WebCore/html/HTMLKeygenElement.cpp \
14401501 WebCore/html/HTMLKeygenElement.h \
1441  WebCore/html/HTMLLIElement.cpp \
1442  WebCore/html/HTMLLIElement.h \
14431502 WebCore/html/HTMLLabelElement.cpp \
14441503 WebCore/html/HTMLLabelElement.h \
14451504 WebCore/html/HTMLLegendElement.cpp \
14461505 WebCore/html/HTMLLegendElement.h \
 1506 WebCore/html/HTMLLIElement.cpp \
 1507 WebCore/html/HTMLLIElement.h \
14471508 WebCore/html/HTMLLinkElement.cpp \
14481509 WebCore/html/HTMLLinkElement.h \
14491510 WebCore/html/HTMLMapElement.cpp \
14501511 WebCore/html/HTMLMapElement.h \
14511512 WebCore/html/HTMLMarqueeElement.cpp \
14521513 WebCore/html/HTMLMarqueeElement.h \
 1514 WebCore/html/HTMLMediaElement.cpp \
 1515 WebCore/html/HTMLMediaElement.h \
14531516 WebCore/html/HTMLMenuElement.cpp \
14541517 WebCore/html/HTMLMenuElement.h \
14551518 WebCore/html/HTMLMetaElement.cpp \

@@webcore_sources += \
14601523 WebCore/html/HTMLModElement.h \
14611524 WebCore/html/HTMLNameCollection.cpp \
14621525 WebCore/html/HTMLNameCollection.h \
1463  WebCore/html/HTMLOListElement.cpp \
1464  WebCore/html/HTMLOListElement.h \
 1526 WebCore/html/HTMLNoScriptElement.cpp \
 1527 WebCore/html/HTMLNoScriptElement.h \
14651528 WebCore/html/HTMLObjectElement.cpp \
14661529 WebCore/html/HTMLObjectElement.h \
 1530 WebCore/html/HTMLOListElement.cpp \
 1531 WebCore/html/HTMLOListElement.h \
14671532 WebCore/html/HTMLOptGroupElement.cpp \
14681533 WebCore/html/HTMLOptGroupElement.h \
14691534 WebCore/html/HTMLOptionElement.cpp \

@@webcore_sources += \
14911556 WebCore/html/HTMLScriptElement.h \
14921557 WebCore/html/HTMLSelectElement.cpp \
14931558 WebCore/html/HTMLSelectElement.h \
 1559 WebCore/html/HTMLSourceElement.cpp \
 1560 WebCore/html/HTMLSourceElement.h \
14941561 WebCore/html/HTMLStyleElement.cpp \
14951562 WebCore/html/HTMLStyleElement.h \
14961563 WebCore/html/HTMLTableCaptionElement.cpp \

@@webcore_sources += \
15151582 WebCore/html/HTMLTitleElement.h \
15161583 WebCore/html/HTMLUListElement.cpp \
15171584 WebCore/html/HTMLUListElement.h \
 1585 WebCore/html/HTMLVideoElement.cpp \
 1586 WebCore/html/HTMLVideoElement.h \
15181587 WebCore/html/HTMLViewSourceDocument.cpp \
15191588 WebCore/html/HTMLViewSourceDocument.h \
15201589 WebCore/html/ImageData.cpp \

@@webcore_sources += \
15241593 WebCore/html/LabelsNodeList.cpp \
15251594 WebCore/html/LabelsNodeList.h \
15261595 WebCore/html/MediaError.h \
1527  WebCore/html/StepRange.cpp \
1528  WebCore/html/StepRange.h \
1529  WebCore/html/TextMetrics.h \
1530  WebCore/html/canvas/CanvasContextAttributes.h \
1531  WebCore/html/canvas/CanvasGradient.cpp \
1532  WebCore/html/canvas/CanvasGradient.h \
1533  WebCore/html/canvas/CanvasPattern.cpp \
1534  WebCore/html/canvas/CanvasPattern.h \
1535  WebCore/html/canvas/CanvasPixelArray.cpp \
1536  WebCore/html/canvas/CanvasPixelArray.h \
1537  WebCore/html/canvas/CanvasRenderingContext.cpp \
1538  WebCore/html/canvas/CanvasRenderingContext.h \
1539  WebCore/html/canvas/CanvasRenderingContext2D.cpp \
1540  WebCore/html/canvas/CanvasRenderingContext2D.h \
1541  WebCore/html/canvas/CanvasStyle.cpp \
1542  WebCore/html/canvas/CanvasStyle.h \
15431596 WebCore/html/parser/CSSPreloadScanner.cpp \
15441597 WebCore/html/parser/CSSPreloadScanner.h \
15451598 WebCore/html/parser/HTMLConstructionSite.cpp \

@@webcore_sources += \
15691622 WebCore/html/parser/HTMLTreeBuilder.h \
15701623 WebCore/html/parser/HTMLViewSourceParser.cpp \
15711624 WebCore/html/parser/HTMLViewSourceParser.h \
 1625 WebCore/html/StepRange.cpp \
 1626 WebCore/html/StepRange.h \
 1627 WebCore/html/TextMetrics.h \
 1628 WebCore/html/TimeRanges.cpp \
 1629 WebCore/html/TimeRanges.h \
15721630 WebCore/html/ValidityState.cpp \
15731631 WebCore/html/ValidityState.h \
15741632 WebCore/html/VoidCallback.h \

@@webcore_sources += \
15771635 WebCore/icu/unicode/putil.h \
15781636 WebCore/icu/unicode/ubrk.h \
15791637 WebCore/icu/unicode/uchar.h \
1580  WebCore/icu/unicode/ucnv.h \
15811638 WebCore/icu/unicode/ucnv_cb.h \
15821639 WebCore/icu/unicode/ucnv_err.h \
 1640 WebCore/icu/unicode/ucnv.h \
15831641 WebCore/icu/unicode/ucol.h \
15841642 WebCore/icu/unicode/uconfig.h \
15851643 WebCore/icu/unicode/uenum.h \

@@webcore_sources += \
15931651 WebCore/icu/unicode/uset.h \
15941652 WebCore/icu/unicode/ushape.h \
15951653 WebCore/icu/unicode/ustring.h \
1596  WebCore/icu/unicode/utf.h \
15971654 WebCore/icu/unicode/utf16.h \
15981655 WebCore/icu/unicode/utf8.h \
 1656 WebCore/icu/unicode/utf.h \
15991657 WebCore/icu/unicode/utf_old.h \
16001658 WebCore/icu/unicode/utypes.h \
16011659 WebCore/icu/unicode/uversion.h \

@@webcore_sources += \
16091667 WebCore/inspector/InspectorApplicationCacheAgent.h \
16101668 WebCore/inspector/InspectorBackend.cpp \
16111669 WebCore/inspector/InspectorBackend.h \
 1670 WebCore/inspector/InspectorClient.h \
 1671 WebCore/inspector/InspectorController.cpp \
 1672 WebCore/inspector/InspectorController.h \
16121673 WebCore/inspector/InspectorCSSStore.cpp \
16131674 WebCore/inspector/InspectorCSSStore.h \
16141675 WebCore/inspector/InspectorDatabaseResource.cpp \

@@webcore_sources += \
16191680 WebCore/inspector/InspectorDOMAgent.h \
16201681 WebCore/inspector/InspectorDOMStorageResource.cpp \
16211682 WebCore/inspector/InspectorDOMStorageResource.h \
1622  WebCore/inspector/InspectorClient.h \
1623  WebCore/inspector/InspectorController.cpp \
1624  WebCore/inspector/InspectorController.h \
16251683 WebCore/inspector/InspectorFrontendClient.h \
16261684 WebCore/inspector/InspectorFrontendClientLocal.cpp \
16271685 WebCore/inspector/InspectorFrontendClientLocal.h \

@@webcore_sources += \
16441702 WebCore/inspector/ScriptGCEventListener.h \
16451703 WebCore/inspector/TimelineRecordFactory.cpp \
16461704 WebCore/inspector/TimelineRecordFactory.h \
 1705 WebCore/loader/appcache/ApplicationCache.cpp \
 1706 WebCore/loader/appcache/ApplicationCacheGroup.cpp \
 1707 WebCore/loader/appcache/ApplicationCacheGroup.h \
 1708 WebCore/loader/appcache/ApplicationCache.h \
 1709 WebCore/loader/appcache/ApplicationCacheHost.cpp \
 1710 WebCore/loader/appcache/ApplicationCacheHost.h \
 1711 WebCore/loader/appcache/ApplicationCacheResource.cpp \
 1712 WebCore/loader/appcache/ApplicationCacheResource.h \
 1713 WebCore/loader/appcache/ApplicationCacheStorage.cpp \
 1714 WebCore/loader/appcache/ApplicationCacheStorage.h \
 1715 WebCore/loader/appcache/DOMApplicationCache.cpp \
 1716 WebCore/loader/appcache/DOMApplicationCache.h \
 1717 WebCore/loader/appcache/ManifestParser.cpp \
 1718 WebCore/loader/appcache/ManifestParser.h \
 1719 WebCore/loader/archive/ArchiveFactory.cpp \
 1720 WebCore/loader/archive/ArchiveFactory.h \
 1721 WebCore/loader/archive/Archive.h \
 1722 WebCore/loader/archive/ArchiveResourceCollection.cpp \
 1723 WebCore/loader/archive/ArchiveResourceCollection.h \
 1724 WebCore/loader/archive/ArchiveResource.cpp \
 1725 WebCore/loader/archive/ArchiveResource.h \
16471726 WebCore/loader/Cache.cpp \
1648  WebCore/loader/Cache.h \
1649  WebCore/loader/CachePolicy.h \
16501727 WebCore/loader/CachedCSSStyleSheet.cpp \
16511728 WebCore/loader/CachedCSSStyleSheet.h \
16521729 WebCore/loader/CachedFont.cpp \

@@webcore_sources += \
16541731 WebCore/loader/CachedImage.cpp \
16551732 WebCore/loader/CachedImage.h \
16561733 WebCore/loader/CachedMetadata.h \
1657  WebCore/loader/CachedResource.cpp \
1658  WebCore/loader/CachedResource.h \
16591734 WebCore/loader/CachedResourceClient.h \
16601735 WebCore/loader/CachedResourceClientWalker.cpp \
16611736 WebCore/loader/CachedResourceClientWalker.h \
 1737 WebCore/loader/CachedResource.cpp \
 1738 WebCore/loader/CachedResource.h \
16621739 WebCore/loader/CachedResourceHandle.cpp \
16631740 WebCore/loader/CachedResourceHandle.h \
16641741 WebCore/loader/CachedScript.cpp \
16651742 WebCore/loader/CachedScript.h \
16661743 WebCore/loader/CachedXSLStyleSheet.cpp \
16671744 WebCore/loader/CachedXSLStyleSheet.h \
 1745 WebCore/loader/Cache.h \
 1746 WebCore/loader/CachePolicy.h \
16681747 WebCore/loader/CrossOriginAccessControl.cpp \
16691748 WebCore/loader/CrossOriginAccessControl.h \
16701749 WebCore/loader/CrossOriginPreflightResultCache.cpp \
16711750 WebCore/loader/CrossOriginPreflightResultCache.h \
16721751 WebCore/loader/DocLoader.cpp \
16731752 WebCore/loader/DocLoader.h \
1674  WebCore/loader/DocumentLoadTiming.h \
16751753 WebCore/loader/DocumentLoader.cpp \
16761754 WebCore/loader/DocumentLoader.h \
 1755 WebCore/loader/DocumentLoadTiming.h \
16771756 WebCore/loader/DocumentThreadableLoader.cpp \
16781757 WebCore/loader/DocumentThreadableLoader.h \
16791758 WebCore/loader/DocumentWriter.cpp \
16801759 WebCore/loader/DocumentWriter.h \
16811760 WebCore/loader/EmptyClients.h \
1682  WebCore/loader/FTPDirectoryDocument.cpp \
1683  WebCore/loader/FTPDirectoryDocument.h \
1684  WebCore/loader/FTPDirectoryParser.cpp \
1685  WebCore/loader/FTPDirectoryParser.h \
16861761 WebCore/loader/FormState.cpp \
16871762 WebCore/loader/FormState.h \
16881763 WebCore/loader/FormSubmission.cpp \
16891764 WebCore/loader/FormSubmission.h \
 1765 WebCore/loader/FrameLoaderClient.h \
16901766 WebCore/loader/FrameLoader.cpp \
16911767 WebCore/loader/FrameLoader.h \
1692  WebCore/loader/FrameLoaderClient.h \
16931768 WebCore/loader/FrameLoaderStateMachine.cpp \
16941769 WebCore/loader/FrameLoaderStateMachine.h \
16951770 WebCore/loader/FrameLoaderTypes.h \
16961771 WebCore/loader/FrameNetworkingContext.h \
 1772 WebCore/loader/FTPDirectoryDocument.cpp \
 1773 WebCore/loader/FTPDirectoryDocument.h \
 1774 WebCore/loader/FTPDirectoryParser.cpp \
 1775 WebCore/loader/FTPDirectoryParser.h \
16971776 WebCore/loader/HistoryController.cpp \
16981777 WebCore/loader/HistoryController.h \
 1778 WebCore/loader/icon/IconDatabaseClient.h \
 1779 WebCore/loader/icon/IconDatabase.cpp \
 1780 WebCore/loader/icon/IconDatabase.h \
 1781 WebCore/loader/icon/IconDatabaseNone.cpp \
 1782 WebCore/loader/icon/IconFetcher.h \
 1783 WebCore/loader/icon/IconLoader.cpp \
 1784 WebCore/loader/icon/IconLoader.h \
 1785 WebCore/loader/icon/IconRecord.cpp \
 1786 WebCore/loader/icon/IconRecord.h \
 1787 WebCore/loader/icon/PageURLRecord.cpp \
 1788 WebCore/loader/icon/PageURLRecord.h \
16991789 WebCore/loader/ImageDocument.cpp \
17001790 WebCore/loader/ImageDocument.h \
17011791 WebCore/loader/ImageLoader.cpp \
17021792 WebCore/loader/ImageLoader.h \
 1793 WebCore/loader/loader.cpp \
 1794 WebCore/loader/loader.h \
17031795 WebCore/loader/MainResourceLoader.cpp \
17041796 WebCore/loader/MainResourceLoader.h \
17051797 WebCore/loader/MediaDocument.cpp \

@@webcore_sources += \
17321824 WebCore/loader/SinkDocument.h \
17331825 WebCore/loader/SubframeLoader.cpp \
17341826 WebCore/loader/SubframeLoader.h \
 1827 WebCore/loader/SubresourceLoaderClient.h \
17351828 WebCore/loader/SubresourceLoader.cpp \
17361829 WebCore/loader/SubresourceLoader.h \
1737  WebCore/loader/SubresourceLoaderClient.h \
17381830 WebCore/loader/SubstituteData.h \
17391831 WebCore/loader/SubstituteResource.h \
17401832 WebCore/loader/TextDocument.cpp \
17411833 WebCore/loader/TextDocument.h \
17421834 WebCore/loader/TextResourceDecoder.cpp \
17431835 WebCore/loader/TextResourceDecoder.h \
1744  WebCore/loader/ThreadableLoader.cpp \
1745  WebCore/loader/ThreadableLoader.h \
17461836 WebCore/loader/ThreadableLoaderClient.h \
17471837 WebCore/loader/ThreadableLoaderClientWrapper.h \
 1838 WebCore/loader/ThreadableLoader.cpp \
 1839 WebCore/loader/ThreadableLoader.h \
17481840 WebCore/loader/WorkerThreadableLoader.cpp \
17491841 WebCore/loader/WorkerThreadableLoader.h \
1750  WebCore/loader/archive/Archive.h \
1751  WebCore/loader/archive/ArchiveFactory.cpp \
1752  WebCore/loader/archive/ArchiveFactory.h \
1753  WebCore/loader/archive/ArchiveResource.cpp \
1754  WebCore/loader/archive/ArchiveResource.h \
1755  WebCore/loader/archive/ArchiveResourceCollection.cpp \
1756  WebCore/loader/archive/ArchiveResourceCollection.h \
1757  WebCore/loader/icon/IconFetcher.h \
1758  WebCore/loader/icon/IconLoader.cpp \
1759  WebCore/loader/icon/IconLoader.h \
1760  WebCore/loader/loader.cpp \
1761  WebCore/loader/loader.h \
 1842 WebCore/mathml/MathMLElement.cpp \
 1843 WebCore/mathml/MathMLElement.h \
 1844 WebCore/mathml/MathMLInlineContainerElement.cpp \
 1845 WebCore/mathml/MathMLInlineContainerElement.h \
 1846 WebCore/mathml/MathMLMathElement.cpp \
 1847 WebCore/mathml/MathMLMathElement.h \
 1848 WebCore/mathml/MathMLTextElement.cpp \
 1849 WebCore/mathml/MathMLTextElement.h \
 1850 WebCore/mathml/RenderMathMLBlock.cpp \
 1851 WebCore/mathml/RenderMathMLBlock.h \
 1852 WebCore/mathml/RenderMathMLFenced.cpp \
 1853 WebCore/mathml/RenderMathMLFenced.h \
 1854 WebCore/mathml/RenderMathMLFraction.cpp \
 1855 WebCore/mathml/RenderMathMLFraction.h \
 1856 WebCore/mathml/RenderMathMLMath.cpp \
 1857 WebCore/mathml/RenderMathMLMath.h \
 1858 WebCore/mathml/RenderMathMLOperator.cpp \
 1859 WebCore/mathml/RenderMathMLOperator.h \
 1860 WebCore/mathml/RenderMathMLRoot.cpp \
 1861 WebCore/mathml/RenderMathMLRoot.h \
 1862 WebCore/mathml/RenderMathMLRow.cpp \
 1863 WebCore/mathml/RenderMathMLRow.h \
 1864 WebCore/mathml/RenderMathMLSquareRoot.cpp \
 1865 WebCore/mathml/RenderMathMLSquareRoot.h \
 1866 WebCore/mathml/RenderMathMLSubSup.cpp \
 1867 WebCore/mathml/RenderMathMLSubSup.h \
 1868 WebCore/mathml/RenderMathMLUnderOver.cpp \
 1869 WebCore/mathml/RenderMathMLUnderOver.h \
 1870 WebCore/notifications/NotificationCenter.cpp \
 1871 WebCore/notifications/NotificationCenter.h \
 1872 WebCore/notifications/NotificationContents.h \
 1873 WebCore/notifications/Notification.cpp \
 1874 WebCore/notifications/Notification.h \
 1875 WebCore/notifications/NotificationPresenter.h \
 1876 WebCore/page/animation/AnimationBase.cpp \
 1877 WebCore/page/animation/AnimationBase.h \
 1878 WebCore/page/animation/AnimationController.cpp \
 1879 WebCore/page/animation/AnimationController.h \
 1880 WebCore/page/animation/AnimationControllerPrivate.h \
 1881 WebCore/page/animation/CompositeAnimation.cpp \
 1882 WebCore/page/animation/CompositeAnimation.h \
 1883 WebCore/page/animation/ImplicitAnimation.cpp \
 1884 WebCore/page/animation/ImplicitAnimation.h \
 1885 WebCore/page/animation/KeyframeAnimation.cpp \
 1886 WebCore/page/animation/KeyframeAnimation.h \
17621887 WebCore/page/BarInfo.cpp \
17631888 WebCore/page/BarInfo.h \
 1889 WebCore/page/ChromeClient.h \
17641890 WebCore/page/Chrome.cpp \
17651891 WebCore/page/Chrome.h \
1766  WebCore/page/ChromeClient.h \
17671892 WebCore/page/Console.cpp \
17681893 WebCore/page/Console.h \
17691894 WebCore/page/ContextMenuClient.h \

@@webcore_sources += \
17961921 WebCore/page/FrameTree.h \
17971922 WebCore/page/FrameView.cpp \
17981923 WebCore/page/FrameView.h \
1799  WebCore/page/Geolocation.cpp \
1800  WebCore/page/Geolocation.h \
 1924 WebCore/page/GeolocationControllerClient.h \
18011925 WebCore/page/GeolocationController.cpp \
18021926 WebCore/page/GeolocationController.h \
1803  WebCore/page/GeolocationControllerClient.h \
 1927 WebCore/page/Geolocation.cpp \
18041928 WebCore/page/GeolocationError.h \
1805  WebCore/page/GeolocationPosition.h \
 1929 WebCore/page/Geolocation.h \
18061930 WebCore/page/GeolocationPositionCache.cpp \
18071931 WebCore/page/GeolocationPositionCache.h \
 1932 WebCore/page/GeolocationPosition.h \
18081933 WebCore/page/Geoposition.h \
18091934 WebCore/page/GroupSettings.cpp \
18101935 WebCore/page/GroupSettings.h \

@@webcore_sources += \
18201945 WebCore/page/MouseEventWithHitTestResults.h \
18211946 WebCore/page/Navigation.cpp \
18221947 WebCore/page/Navigation.h \
1823  WebCore/page/Navigator.cpp \
1824  WebCore/page/Navigator.h \
18251948 WebCore/page/NavigatorBase.cpp \
18261949 WebCore/page/NavigatorBase.h \
 1950 WebCore/page/Navigator.cpp \
 1951 WebCore/page/Navigator.h \
18271952 WebCore/page/OriginAccessEntry.cpp \
18281953 WebCore/page/OriginAccessEntry.h \
18291954 WebCore/page/Page.cpp \
1830  WebCore/page/Page.h \
18311955 WebCore/page/PageGroup.cpp \
18321956 WebCore/page/PageGroup.h \
18331957 WebCore/page/PageGroupLoadDeferrer.cpp \
18341958 WebCore/page/PageGroupLoadDeferrer.h \
 1959 WebCore/page/Page.h \
18351960 WebCore/page/Performance.cpp \
18361961 WebCore/page/Performance.h \
 1962 WebCore/page/PluginHalterClient.h \
18371963 WebCore/page/PluginHalter.cpp \
18381964 WebCore/page/PluginHalter.h \
1839  WebCore/page/PluginHalterClient.h \
18401965 WebCore/page/PositionCallback.h \
1841  WebCore/page/PositionError.h \
18421966 WebCore/page/PositionErrorCallback.h \
 1967 WebCore/page/PositionError.h \
18431968 WebCore/page/PositionOptions.h \
18441969 WebCore/page/PrintContext.cpp \
18451970 WebCore/page/PrintContext.h \

@@webcore_sources += \
18521977 WebCore/page/Settings.h \
18531978 WebCore/page/SpatialNavigation.cpp \
18541979 WebCore/page/SpatialNavigation.h \
 1980 WebCore/page/SpeechInputClient.h \
 1981 WebCore/page/SpeechInput.cpp \
 1982 WebCore/page/SpeechInput.h \
 1983 WebCore/page/SpeechInputListener.h \
18551984 WebCore/page/SuspendableTimer.cpp \
18561985 WebCore/page/SuspendableTimer.h \
18571986 WebCore/page/Timing.cpp \
18581987 WebCore/page/Timing.h \
 1988 WebCore/page/UserContentTypes.h \
18591989 WebCore/page/UserContentURLPattern.cpp \
18601990 WebCore/page/UserContentURLPattern.h \
1861  WebCore/page/UserContentTypes.h \
18621991 WebCore/page/UserScript.h \
18631992 WebCore/page/UserScriptTypes.h \
18641993 WebCore/page/UserStyleSheet.h \

@@webcore_sources += \
18661995 WebCore/page/WebKitPoint.h \
18671996 WebCore/page/WindowFeatures.cpp \
18681997 WebCore/page/WindowFeatures.h \
 1998 WebCore/page/WorkerNavigator.cpp \
 1999 WebCore/page/WorkerNavigator.h \
18692000 WebCore/page/XSSAuditor.cpp \
18702001 WebCore/page/XSSAuditor.h \
18712002 WebCore/page/ZoomMode.h \
1872  WebCore/page/animation/AnimationBase.cpp \
1873  WebCore/page/animation/AnimationBase.h \
1874  WebCore/page/animation/AnimationController.cpp \
1875  WebCore/page/animation/AnimationController.h \
1876  WebCore/page/animation/AnimationControllerPrivate.h \
1877  WebCore/page/animation/CompositeAnimation.cpp \
1878  WebCore/page/animation/CompositeAnimation.h \
1879  WebCore/page/animation/ImplicitAnimation.cpp \
1880  WebCore/page/animation/ImplicitAnimation.h \
1881  WebCore/page/animation/KeyframeAnimation.cpp \
1882  WebCore/page/animation/KeyframeAnimation.h \
 2003 WebCore/platform/animation/Animation.cpp \
 2004 WebCore/platform/animation/Animation.h \
 2005 WebCore/platform/animation/AnimationList.cpp \
 2006 WebCore/platform/animation/AnimationList.h \
 2007 WebCore/platform/animation/TimingFunction.h \
18832008 WebCore/platform/Arena.cpp \
18842009 WebCore/platform/Arena.h \
18852010 WebCore/platform/AsyncFileStream.h \

@@webcore_sources += \
19052030 WebCore/platform/EventLoop.h \
19062031 WebCore/platform/FileChooser.cpp \
19072032 WebCore/platform/FileChooser.h \
 2033 WebCore/platform/FileStreamClient.h \
19082034 WebCore/platform/FileStream.cpp \
19092035 WebCore/platform/FileStream.h \
1910  WebCore/platform/FileStreamClient.h \
19112036 WebCore/platform/FileSystem.cpp \
19122037 WebCore/platform/FileSystem.h \
19132038 WebCore/platform/FloatConversion.h \
19142039 WebCore/platform/GeolocationService.cpp \
19152040 WebCore/platform/GeolocationService.h \
1916  WebCore/platform/HostWindow.h \
1917  WebCore/platform/KillRing.h \
1918  WebCore/platform/KillRingNone.cpp \
1919  WebCore/platform/KURL.cpp \
1920  WebCore/platform/KURL.h \
1921  WebCore/platform/KURLHash.h \
1922  WebCore/platform/Language.h \
1923  WebCore/platform/Length.cpp \
1924  WebCore/platform/Length.h \
1925  WebCore/platform/LengthBox.h \
1926  WebCore/platform/LengthSize.h \
1927  WebCore/platform/LinkHash.cpp \
1928  WebCore/platform/LinkHash.h \
1929  WebCore/platform/LocalizedStrings.h \
1930  WebCore/platform/Logging.cpp \
1931  WebCore/platform/Logging.h \
1932  WebCore/platform/MIMETypeRegistry.cpp \
1933  WebCore/platform/MIMETypeRegistry.h \
1934  WebCore/platform/mock/DeviceOrientationClientMock.cpp \
1935  WebCore/platform/mock/DeviceOrientationClientMock.h \
1936  WebCore/platform/mock/GeolocationServiceMock.cpp \
1937  WebCore/platform/mock/GeolocationServiceMock.h \
1938  WebCore/platform/mock/SpeechInputClientMock.cpp \
1939  WebCore/platform/mock/SpeechInputClientMock.h \
1940  WebCore/platform/NotImplemented.h \
1941  WebCore/platform/Pasteboard.h \
1942  WebCore/platform/PlatformKeyboardEvent.h \
1943  WebCore/platform/PlatformMenuDescription.h \
1944  WebCore/platform/PlatformMouseEvent.h \
1945  WebCore/platform/PlatformScreen.h \
1946  WebCore/platform/PlatformWheelEvent.h \
1947  WebCore/platform/PopupMenu.h \
1948  WebCore/platform/PopupMenuClient.h \
1949  WebCore/platform/PopupMenuStyle.h \
1950  WebCore/platform/PurgeableBuffer.h \
1951  WebCore/platform/SSLKeyGenerator.h \
1952  WebCore/platform/ScrollTypes.h \
1953  WebCore/platform/ScrollView.cpp \
1954  WebCore/platform/ScrollView.h \
1955  WebCore/platform/SchemeRegistry.cpp \
1956  WebCore/platform/SchemeRegistry.h \
1957  WebCore/platform/Scrollbar.cpp \
1958  WebCore/platform/Scrollbar.h \
1959  WebCore/platform/ScrollbarClient.h \
1960  WebCore/platform/ScrollbarTheme.h \
1961  WebCore/platform/ScrollbarThemeComposite.cpp \
1962  WebCore/platform/ScrollbarThemeComposite.h \
1963  WebCore/platform/SearchPopupMenu.h \
1964  WebCore/platform/SecureTextInput.h \
1965  WebCore/platform/SharedBuffer.cpp \
1966  WebCore/platform/SharedBuffer.h \
1967  WebCore/platform/SharedTimer.h \
1968  WebCore/platform/Sound.h \
1969  WebCore/platform/SuddenTermination.h \
1970  WebCore/platform/SystemTime.h \
1971  WebCore/platform/ThemeTypes.h \
1972  WebCore/platform/ThreadCheck.h \
1973  WebCore/platform/ThreadGlobalData.cpp \
1974  WebCore/platform/ThreadGlobalData.h \
1975  WebCore/platform/ThreadTimers.cpp \
1976  WebCore/platform/ThreadTimers.h \
1977  WebCore/platform/Timer.cpp \
1978  WebCore/platform/Timer.h \
1979  WebCore/platform/TreeShared.h \
1980  WebCore/platform/UUID.cpp \
1981  WebCore/platform/UUID.h \
1982  WebCore/platform/Widget.cpp \
1983  WebCore/platform/Widget.h \
1984  WebCore/platform/WindowsKeyboardCodes.h \
1985  WebCore/platform/animation/Animation.cpp \
1986  WebCore/platform/animation/Animation.h \
1987  WebCore/platform/animation/AnimationList.cpp \
1988  WebCore/platform/animation/AnimationList.h \
1989  WebCore/platform/animation/TimingFunction.h \
19902041 WebCore/platform/graphics/BitmapImage.cpp \
19912042 WebCore/platform/graphics/BitmapImage.h \
19922043 WebCore/platform/graphics/Color.cpp \
19932044 WebCore/platform/graphics/Color.h \
19942045 WebCore/platform/graphics/ColorSpace.h \
19952046 WebCore/platform/graphics/DashArray.h \
1996  WebCore/platform/graphics/FloatPoint.cpp \
1997  WebCore/platform/graphics/FloatPoint.h \
 2047 WebCore/platform/graphics/filters/FEBlend.cpp \
 2048 WebCore/platform/graphics/filters/FEBlend.h \
 2049 WebCore/platform/graphics/filters/FEColorMatrix.cpp \
 2050 WebCore/platform/graphics/filters/FEColorMatrix.h \
 2051 WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
 2052 WebCore/platform/graphics/filters/FEComponentTransfer.h \
 2053 WebCore/platform/graphics/filters/FEComposite.cpp \
 2054 WebCore/platform/graphics/filters/FEComposite.h \
 2055 WebCore/platform/graphics/filters/FEGaussianBlur.cpp \
 2056 WebCore/platform/graphics/filters/FEGaussianBlur.h \
 2057 WebCore/platform/graphics/filters/FilterEffect.cpp \
 2058 WebCore/platform/graphics/filters/FilterEffect.h \
 2059 WebCore/platform/graphics/filters/Filter.h \
 2060 WebCore/platform/graphics/filters/ImageBufferFilter.cpp \
 2061 WebCore/platform/graphics/filters/ImageBufferFilter.h \
 2062 WebCore/platform/graphics/filters/SourceAlpha.cpp \
 2063 WebCore/platform/graphics/filters/SourceAlpha.h \
 2064 WebCore/platform/graphics/filters/SourceGraphic.cpp \
 2065 WebCore/platform/graphics/filters/SourceGraphic.h \
19982066 WebCore/platform/graphics/FloatPoint3D.cpp \
19992067 WebCore/platform/graphics/FloatPoint3D.h \
 2068 WebCore/platform/graphics/FloatPoint.cpp \
 2069 WebCore/platform/graphics/FloatPoint.h \
20002070 WebCore/platform/graphics/FloatQuad.cpp \
20012071 WebCore/platform/graphics/FloatQuad.h \
20022072 WebCore/platform/graphics/FloatRect.cpp \
20032073 WebCore/platform/graphics/FloatRect.h \
20042074 WebCore/platform/graphics/FloatSize.cpp \
20052075 WebCore/platform/graphics/FloatSize.h \
2006  WebCore/platform/graphics/Font.cpp \
2007  WebCore/platform/graphics/Font.h \
20082076 WebCore/platform/graphics/FontCache.cpp \
20092077 WebCore/platform/graphics/FontCache.h \
 2078 WebCore/platform/graphics/Font.cpp \
20102079 WebCore/platform/graphics/FontData.cpp \
20112080 WebCore/platform/graphics/FontData.h \
20122081 WebCore/platform/graphics/FontDescription.cpp \

@@webcore_sources += \
20162085 WebCore/platform/graphics/FontFamily.cpp \
20172086 WebCore/platform/graphics/FontFamily.h \
20182087 WebCore/platform/graphics/FontFastPath.cpp \
 2088 WebCore/platform/graphics/Font.h \
20192089 WebCore/platform/graphics/FontRenderingMode.h \
20202090 WebCore/platform/graphics/FontSelector.h \
20212091 WebCore/platform/graphics/FontSmoothingMode.h \

@@webcore_sources += \
20362106 WebCore/platform/graphics/GraphicsTypes.cpp \
20372107 WebCore/platform/graphics/GraphicsTypes.h \
20382108 WebCore/platform/graphics/Icon.h \
2039  WebCore/platform/graphics/Image.cpp \
2040  WebCore/platform/graphics/Image.h \
20412109 WebCore/platform/graphics/ImageBuffer.cpp \
20422110 WebCore/platform/graphics/ImageBuffer.h \
 2111 WebCore/platform/graphics/Image.cpp \
 2112 WebCore/platform/graphics/Image.h \
20432113 WebCore/platform/graphics/ImageObserver.h \
20442114 WebCore/platform/graphics/ImageSource.cpp \
20452115 WebCore/platform/graphics/ImageSource.h \

@@webcore_sources += \
20492119 WebCore/platform/graphics/IntRect.h \
20502120 WebCore/platform/graphics/IntSize.h \
20512121 WebCore/platform/graphics/IntSizeHash.h \
 2122 WebCore/platform/graphics/MediaPlayer.cpp \
20522123 WebCore/platform/graphics/MediaPlayer.h \
 2124 WebCore/platform/graphics/MediaPlayerPrivate.h \
20532125 WebCore/platform/graphics/Path.cpp \
20542126 WebCore/platform/graphics/Path.h \
20552127 WebCore/platform/graphics/PathTraversalState.cpp \

@@webcore_sources += \
20672139 WebCore/platform/graphics/StrokeStyleApplier.h \
20682140 WebCore/platform/graphics/TextRenderingMode.h \
20692141 WebCore/platform/graphics/TextRun.h \
2070  WebCore/platform/graphics/TypesettingFeatures.h \
2071  WebCore/platform/graphics/UnitBezier.h \
2072  WebCore/platform/graphics/WidthIterator.cpp \
2073  WebCore/platform/graphics/WidthIterator.h \
20742142 WebCore/platform/graphics/transforms/AffineTransform.cpp \
20752143 WebCore/platform/graphics/transforms/AffineTransform.h \
20762144 WebCore/platform/graphics/transforms/IdentityTransformOperation.h \
2077  WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \
2078  WebCore/platform/graphics/transforms/MatrixTransformOperation.h \
20792145 WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp \
20802146 WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h \
 2147 WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \
 2148 WebCore/platform/graphics/transforms/MatrixTransformOperation.h \
20812149 WebCore/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
20822150 WebCore/platform/graphics/transforms/PerspectiveTransformOperation.h \
20832151 WebCore/platform/graphics/transforms/RotateTransformOperation.cpp \

@@webcore_sources += \
20862154 WebCore/platform/graphics/transforms/ScaleTransformOperation.h \
20872155 WebCore/platform/graphics/transforms/SkewTransformOperation.cpp \
20882156 WebCore/platform/graphics/transforms/SkewTransformOperation.h \
 2157 WebCore/platform/graphics/transforms/TransformationMatrix.cpp \
 2158 WebCore/platform/graphics/transforms/TransformationMatrix.h \
20892159 WebCore/platform/graphics/transforms/TransformOperation.h \
20902160 WebCore/platform/graphics/transforms/TransformOperations.cpp \
20912161 WebCore/platform/graphics/transforms/TransformOperations.h \
2092  WebCore/platform/graphics/transforms/TransformationMatrix.cpp \
2093  WebCore/platform/graphics/transforms/TransformationMatrix.h \
20942162 WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp \
20952163 WebCore/platform/graphics/transforms/TranslateTransformOperation.h \
 2164 WebCore/platform/graphics/TypesettingFeatures.h \
 2165 WebCore/platform/graphics/UnitBezier.h \
 2166 WebCore/platform/graphics/WidthIterator.cpp \
 2167 WebCore/platform/graphics/WidthIterator.h \
 2168 WebCore/platform/HostWindow.h \
 2169 WebCore/platform/KillRing.h \
 2170 WebCore/platform/KillRingNone.cpp \
 2171 WebCore/platform/KURL.cpp \
 2172 WebCore/platform/KURL.h \
 2173 WebCore/platform/KURLHash.h \
 2174 WebCore/platform/Language.h \
 2175 WebCore/platform/LengthBox.h \
 2176 WebCore/platform/Length.cpp \
 2177 WebCore/platform/Length.h \
 2178 WebCore/platform/LengthSize.h \
 2179 WebCore/platform/LinkHash.cpp \
 2180 WebCore/platform/LinkHash.h \
 2181 WebCore/platform/LocalizedStrings.h \
 2182 WebCore/platform/Logging.cpp \
 2183 WebCore/platform/Logging.h \
 2184 WebCore/platform/MIMETypeRegistry.cpp \
 2185 WebCore/platform/MIMETypeRegistry.h \
 2186 WebCore/platform/mock/DeviceOrientationClientMock.cpp \
 2187 WebCore/platform/mock/DeviceOrientationClientMock.h \
 2188 WebCore/platform/mock/GeolocationServiceMock.cpp \
 2189 WebCore/platform/mock/GeolocationServiceMock.h \
 2190 WebCore/platform/mock/SpeechInputClientMock.cpp \
 2191 WebCore/platform/mock/SpeechInputClientMock.h \
20962192 WebCore/platform/network/AuthenticationChallengeBase.cpp \
20972193 WebCore/platform/network/AuthenticationChallengeBase.h \
20982194 WebCore/platform/network/AuthenticationClient.h \

@@webcore_sources += \
21072203 WebCore/platform/network/Credential.cpp \
21082204 WebCore/platform/network/Credential.h \
21092205 WebCore/platform/network/DNS.h \
2110  WebCore/platform/network/FormData.cpp \
2111  WebCore/platform/network/FormData.h \
21122206 WebCore/platform/network/FormDataBuilder.cpp \
21132207 WebCore/platform/network/FormDataBuilder.h \
2114  WebCore/platform/network/HTTPHeaderMap.h \
 2208 WebCore/platform/network/FormData.cpp \
 2209 WebCore/platform/network/FormData.h \
21152210 WebCore/platform/network/HTTPHeaderMap.cpp \
 2211 WebCore/platform/network/HTTPHeaderMap.h \
21162212 WebCore/platform/network/HTTPParsers.cpp \
21172213 WebCore/platform/network/HTTPParsers.h \
 2214 WebCore/platform/network/NetworkingContext.h \
21182215 WebCore/platform/network/NetworkStateNotifier.cpp \
21192216 WebCore/platform/network/NetworkStateNotifier.h \
2120  WebCore/platform/network/NetworkingContext.h \
21212217 WebCore/platform/network/ProtectionSpace.cpp \
21222218 WebCore/platform/network/ProtectionSpace.h \
21232219 WebCore/platform/network/ResourceErrorBase.cpp \
21242220 WebCore/platform/network/ResourceErrorBase.h \
 2221 WebCore/platform/network/ResourceHandleClient.h \
21252222 WebCore/platform/network/ResourceHandle.cpp \
21262223 WebCore/platform/network/ResourceHandle.h \
2127  WebCore/platform/network/ResourceHandleClient.h \
21282224 WebCore/platform/network/ResourceHandleInternal.h \
21292225 WebCore/platform/network/ResourceLoadTiming.h \
21302226 WebCore/platform/network/ResourceRequestBase.cpp \
21312227 WebCore/platform/network/ResourceRequestBase.h \
21322228 WebCore/platform/network/ResourceResponseBase.cpp \
21332229 WebCore/platform/network/ResourceResponseBase.h \
 2230 WebCore/platform/network/SocketStreamErrorBase.cpp \
 2231 WebCore/platform/network/SocketStreamErrorBase.h \
 2232 WebCore/platform/network/SocketStreamHandleBase.cpp \
 2233 WebCore/platform/network/SocketStreamHandleBase.h \
 2234 WebCore/platform/network/SocketStreamHandleClient.h \
 2235 WebCore/platform/NotImplemented.h \
 2236 WebCore/platform/Pasteboard.h \
 2237 WebCore/platform/PlatformKeyboardEvent.h \
 2238 WebCore/platform/PlatformMenuDescription.h \
 2239 WebCore/platform/PlatformMouseEvent.h \
 2240 WebCore/platform/PlatformScreen.h \
 2241 WebCore/platform/PlatformWheelEvent.h \
 2242 WebCore/platform/PopupMenuClient.h \
 2243 WebCore/platform/PopupMenu.h \
 2244 WebCore/platform/PopupMenuStyle.h \
 2245 WebCore/platform/PurgeableBuffer.h \
 2246 WebCore/platform/SchemeRegistry.cpp \
 2247 WebCore/platform/SchemeRegistry.h \
 2248 WebCore/platform/ScrollbarClient.h \
 2249 WebCore/platform/Scrollbar.cpp \
 2250 WebCore/platform/Scrollbar.h \
 2251 WebCore/platform/ScrollbarThemeComposite.cpp \
 2252 WebCore/platform/ScrollbarThemeComposite.h \
 2253 WebCore/platform/ScrollbarTheme.h \
 2254 WebCore/platform/ScrollTypes.h \
 2255 WebCore/platform/ScrollView.cpp \
 2256 WebCore/platform/ScrollView.h \
 2257 WebCore/platform/SearchPopupMenu.h \
 2258 WebCore/platform/SecureTextInput.h \
 2259 WebCore/platform/SharedBuffer.cpp \
 2260 WebCore/platform/SharedBuffer.h \
 2261 WebCore/platform/SharedTimer.h \
 2262 WebCore/platform/Sound.h \
 2263 WebCore/platform/sql/SQLiteAuthorizer.cpp \
 2264 WebCore/platform/sql/SQLiteDatabase.cpp \
 2265 WebCore/platform/sql/SQLiteDatabase.h \
 2266 WebCore/platform/sql/SQLiteFileSystem.cpp \
 2267 WebCore/platform/sql/SQLiteFileSystem.h \
 2268 WebCore/platform/sql/SQLiteStatement.cpp \
 2269 WebCore/platform/sql/SQLiteStatement.h \
 2270 WebCore/platform/sql/SQLiteTransaction.cpp \
 2271 WebCore/platform/sql/SQLiteTransaction.h \
 2272 WebCore/platform/sql/SQLValue.cpp \
 2273 WebCore/platform/sql/SQLValue.h \
 2274 WebCore/platform/SSLKeyGenerator.h \
 2275 WebCore/platform/SuddenTermination.h \
 2276 WebCore/platform/SystemTime.h \
21342277 WebCore/platform/text/Base64.cpp \
21352278 WebCore/platform/text/Base64.h \
21362279 WebCore/platform/text/BidiContext.cpp \

@@webcore_sources += \
21472290 WebCore/platform/text/RegularExpression.h \
21482291 WebCore/platform/text/SegmentedString.cpp \
21492292 WebCore/platform/text/SegmentedString.h \
2150  WebCore/platform/text/String.cpp \
21512293 WebCore/platform/text/StringBuffer.h \
21522294 WebCore/platform/text/StringBuilder.cpp \
21532295 WebCore/platform/text/StringBuilder.h \
 2296 WebCore/platform/text/String.cpp \
21542297 WebCore/platform/text/SuffixTree.h \
2155  WebCore/platform/text/TextBoundaries.h \
21562298 WebCore/platform/text/TextBoundaries.cpp \
 2299 WebCore/platform/text/TextBoundaries.h \
21572300 WebCore/platform/text/TextBreakIterator.h \
21582301 WebCore/platform/text/TextCodec.cpp \
21592302 WebCore/platform/text/TextCodec.h \
21602303 WebCore/platform/text/TextCodecLatin1.cpp \
21612304 WebCore/platform/text/TextCodecLatin1.h \
2162  WebCore/platform/text/TextCodecUTF16.cpp \
2163  WebCore/platform/text/TextCodecUTF16.h \
21642305 WebCore/platform/text/TextCodecUserDefined.cpp \
21652306 WebCore/platform/text/TextCodecUserDefined.h \
 2307 WebCore/platform/text/TextCodecUTF16.cpp \
 2308 WebCore/platform/text/TextCodecUTF16.h \
21662309 WebCore/platform/text/TextDirection.h \
21672310 WebCore/platform/text/TextEncoding.cpp \
2168  WebCore/platform/text/TextEncoding.h \
21692311 WebCore/platform/text/TextEncodingDetector.h \
21702312 WebCore/platform/text/TextEncodingDetectorNone.cpp \
 2313 WebCore/platform/text/TextEncoding.h \
21712314 WebCore/platform/text/TextEncodingRegistry.cpp \
21722315 WebCore/platform/text/TextEncodingRegistry.h \
21732316 WebCore/platform/text/TextStream.cpp \
21742317 WebCore/platform/text/TextStream.h \
2175  WebCore/platform/text/UnicodeRange.cpp \
2176  WebCore/platform/text/UnicodeRange.h \
21772318 WebCore/platform/text/transcoder/FontTranscoder.cpp \
21782319 WebCore/platform/text/transcoder/FontTranscoder.h \
2179  WebCore/plugins/DOMMimeType.cpp \
2180  WebCore/plugins/DOMMimeType.h \
 2320 WebCore/platform/text/UnicodeRange.cpp \
 2321 WebCore/platform/text/UnicodeRange.h \
 2322 WebCore/platform/ThemeTypes.h \
 2323 WebCore/platform/ThreadCheck.h \
 2324 WebCore/platform/ThreadGlobalData.cpp \
 2325 WebCore/platform/ThreadGlobalData.h \
 2326 WebCore/platform/ThreadTimers.cpp \
 2327 WebCore/platform/ThreadTimers.h \
 2328 WebCore/platform/Timer.cpp \
 2329 WebCore/platform/Timer.h \
 2330 WebCore/platform/TreeShared.h \
 2331 WebCore/platform/UUID.cpp \
 2332 WebCore/platform/UUID.h \
 2333 WebCore/platform/Widget.cpp \
 2334 WebCore/platform/Widget.h \
 2335 WebCore/platform/WindowsKeyboardCodes.h \
21812336 WebCore/plugins/DOMMimeTypeArray.cpp \
21822337 WebCore/plugins/DOMMimeTypeArray.h \
2183  WebCore/plugins/DOMPlugin.cpp \
2184  WebCore/plugins/DOMPlugin.h \
 2338 WebCore/plugins/DOMMimeType.cpp \
 2339 WebCore/plugins/DOMMimeType.h \
21852340 WebCore/plugins/DOMPluginArray.cpp \
21862341 WebCore/plugins/DOMPluginArray.h \
2187  WebCore/plugins/PluginData.cpp \
2188  WebCore/plugins/PluginData.h \
 2342 WebCore/plugins/DOMPlugin.cpp \
 2343 WebCore/plugins/DOMPlugin.h \
 2344 WebCore/plugins/npapi.cpp \
 2345 WebCore/plugins/npfunctions.h \
21892346 WebCore/plugins/PluginDatabase.cpp \
21902347 WebCore/plugins/PluginDatabase.h \
 2348 WebCore/plugins/PluginData.cpp \
 2349 WebCore/plugins/PluginData.h \
21912350 WebCore/plugins/PluginDebug.cpp \
21922351 WebCore/plugins/PluginDebug.h \
21932352 WebCore/plugins/PluginMainThreadScheduler.cpp \

@@webcore_sources += \
21972356 WebCore/plugins/PluginQuirkSet.h \
21982357 WebCore/plugins/PluginStream.cpp \
21992358 WebCore/plugins/PluginStream.h \
 2359 WebCore/plugins/PluginViewBase.h \
22002360 WebCore/plugins/PluginView.cpp \
22012361 WebCore/plugins/PluginView.h \
2202  WebCore/plugins/PluginViewBase.h \
2203  WebCore/plugins/npapi.cpp \
2204  WebCore/plugins/npfunctions.h \
22052362 WebCore/rendering/AutoTableLayout.cpp \
22062363 WebCore/rendering/AutoTableLayout.h \
22072364 WebCore/rendering/BidiRun.cpp \
22082365 WebCore/rendering/BidiRun.h \
 2366 WebCore/rendering/break_lines.cpp \
 2367 WebCore/rendering/break_lines.h \
22092368 WebCore/rendering/CounterNode.cpp \
22102369 WebCore/rendering/CounterNode.h \
22112370 WebCore/rendering/EllipsisBox.cpp \

@@webcore_sources += \
22252384 WebCore/rendering/InlineTextBox.h \
22262385 WebCore/rendering/LayoutState.cpp \
22272386 WebCore/rendering/LayoutState.h \
 2387 WebCore/rendering/MediaControlElements.cpp \
22282388 WebCore/rendering/MediaControlElements.h \
22292389 WebCore/rendering/OverlapTestRequestClient.h \
22302390 WebCore/rendering/PaintInfo.h \
22312391 WebCore/rendering/PaintPhase.h \
 2392 WebCore/rendering/PointerEventsHitRules.cpp \
 2393 WebCore/rendering/PointerEventsHitRules.h \
22322394 WebCore/rendering/RenderApplet.cpp \
22332395 WebCore/rendering/RenderApplet.h \
22342396 WebCore/rendering/RenderArena.cpp \
22352397 WebCore/rendering/RenderArena.h \
2236  WebCore/rendering/RenderBR.cpp \
2237  WebCore/rendering/RenderBR.h \
22382398 WebCore/rendering/RenderBlock.cpp \
22392399 WebCore/rendering/RenderBlock.h \
22402400 WebCore/rendering/RenderBlockLineLayout.cpp \

@@webcore_sources += \
22422402 WebCore/rendering/RenderBox.h \
22432403 WebCore/rendering/RenderBoxModelObject.cpp \
22442404 WebCore/rendering/RenderBoxModelObject.h \
 2405 WebCore/rendering/RenderBR.cpp \
 2406 WebCore/rendering/RenderBR.h \
22452407 WebCore/rendering/RenderButton.cpp \
22462408 WebCore/rendering/RenderButton.h \
22472409 WebCore/rendering/RenderCounter.cpp \

@@webcore_sources += \
22562418 WebCore/rendering/RenderFileUploadControl.h \
22572419 WebCore/rendering/RenderFlexibleBox.cpp \
22582420 WebCore/rendering/RenderFlexibleBox.h \
2259  WebCore/rendering/RenderFrame.cpp \
2260  WebCore/rendering/RenderFrame.h \
 2421 WebCore/rendering/RenderForeignObject.cpp \
 2422 WebCore/rendering/RenderForeignObject.h \
22612423 WebCore/rendering/RenderFrameBase.cpp \
22622424 WebCore/rendering/RenderFrameBase.h \
 2425 WebCore/rendering/RenderFrame.cpp \
 2426 WebCore/rendering/RenderFrame.h \
22632427 WebCore/rendering/RenderFrameSet.cpp \
22642428 WebCore/rendering/RenderFrameSet.h \
22652429 WebCore/rendering/RenderHTMLCanvas.cpp \

@@webcore_sources += \
22762440 WebCore/rendering/RenderIndicator.h \
22772441 WebCore/rendering/RenderInline.cpp \
22782442 WebCore/rendering/RenderInline.h \
 2443 WebCore/rendering/RenderLayerBacking.h \
22792444 WebCore/rendering/RenderLayer.cpp \
22802445 WebCore/rendering/RenderLayer.h \
2281  WebCore/rendering/RenderLayerBacking.h \
22822446 WebCore/rendering/RenderLineBoxList.cpp \
22832447 WebCore/rendering/RenderLineBoxList.h \
22842448 WebCore/rendering/RenderListBox.cpp \

@@webcore_sources += \
22892453 WebCore/rendering/RenderListMarker.h \
22902454 WebCore/rendering/RenderMarquee.cpp \
22912455 WebCore/rendering/RenderMarquee.h \
 2456 WebCore/rendering/RenderMedia.cpp \
 2457 WebCore/rendering/RenderMedia.h \
22922458 WebCore/rendering/RenderMenuList.cpp \
22932459 WebCore/rendering/RenderMenuList.h \
22942460 WebCore/rendering/RenderMeter.cpp \
22952461 WebCore/rendering/RenderMeter.h \
2296  WebCore/rendering/RenderObject.cpp \
2297  WebCore/rendering/RenderObject.h \
22982462 WebCore/rendering/RenderObjectChildList.cpp \
22992463 WebCore/rendering/RenderObjectChildList.h \
 2464 WebCore/rendering/RenderObject.cpp \
 2465 WebCore/rendering/RenderObject.h \
23002466 WebCore/rendering/RenderOverflow.h \
23012467 WebCore/rendering/RenderPart.cpp \
23022468 WebCore/rendering/RenderPart.h \
 2469 WebCore/rendering/RenderPath.cpp \
 2470 WebCore/rendering/RenderPath.h \
23032471 WebCore/rendering/RenderProgress.cpp \
23042472 WebCore/rendering/RenderProgress.h \
23052473 WebCore/rendering/RenderReplaced.cpp \
23062474 WebCore/rendering/RenderReplaced.h \
23072475 WebCore/rendering/RenderReplica.cpp \
23082476 WebCore/rendering/RenderReplica.h \
2309  WebCore/rendering/RenderRuby.cpp \
2310  WebCore/rendering/RenderRuby.h \
23112477 WebCore/rendering/RenderRubyBase.cpp \
23122478 WebCore/rendering/RenderRubyBase.h \
 2479 WebCore/rendering/RenderRuby.cpp \
 2480 WebCore/rendering/RenderRuby.h \
23132481 WebCore/rendering/RenderRubyRun.cpp \
23142482 WebCore/rendering/RenderRubyRun.h \
23152483 WebCore/rendering/RenderRubyText.cpp \

@@webcore_sources += \
23202488 WebCore/rendering/RenderScrollbarPart.h \
23212489 WebCore/rendering/RenderScrollbarTheme.cpp \
23222490 WebCore/rendering/RenderScrollbarTheme.h \
2323  WebCore/rendering/RenderSVGResourceContainer.cpp \
2324  WebCore/rendering/RenderSVGResourceContainer.h \
23252491 WebCore/rendering/RenderSelectionInfo.h \
23262492 WebCore/rendering/RenderSlider.cpp \
23272493 WebCore/rendering/RenderSlider.h \
2328  WebCore/rendering/RenderTable.cpp \
2329  WebCore/rendering/RenderTable.h \
 2494 WebCore/rendering/RenderSVGBlock.cpp \
 2495 WebCore/rendering/RenderSVGBlock.h \
 2496 WebCore/rendering/RenderSVGContainer.cpp \
 2497 WebCore/rendering/RenderSVGContainer.h \
 2498 WebCore/rendering/RenderSVGGradientStop.cpp \
 2499 WebCore/rendering/RenderSVGGradientStop.h \
 2500 WebCore/rendering/RenderSVGHiddenContainer.cpp \
 2501 WebCore/rendering/RenderSVGHiddenContainer.h \
 2502 WebCore/rendering/RenderSVGImage.cpp \
 2503 WebCore/rendering/RenderSVGImage.h \
 2504 WebCore/rendering/RenderSVGInline.cpp \
 2505 WebCore/rendering/RenderSVGInline.h \
 2506 WebCore/rendering/RenderSVGInlineText.cpp \
 2507 WebCore/rendering/RenderSVGInlineText.h \
 2508 WebCore/rendering/RenderSVGModelObject.cpp \
 2509 WebCore/rendering/RenderSVGModelObject.h \
 2510 WebCore/rendering/RenderSVGResourceClipper.cpp \
 2511 WebCore/rendering/RenderSVGResourceClipper.h \
 2512 WebCore/rendering/RenderSVGResourceContainer.cpp \
 2513 WebCore/rendering/RenderSVGResourceContainer.h \
 2514 WebCore/rendering/RenderSVGResource.cpp \
 2515 WebCore/rendering/RenderSVGResourceFilter.cpp \
 2516 WebCore/rendering/RenderSVGResourceFilter.h \
 2517 WebCore/rendering/RenderSVGResourceGradient.cpp \
 2518 WebCore/rendering/RenderSVGResourceGradient.h \
 2519 WebCore/rendering/RenderSVGResource.h \
 2520 WebCore/rendering/RenderSVGResourceLinearGradient.cpp \
 2521 WebCore/rendering/RenderSVGResourceLinearGradient.h \
 2522 WebCore/rendering/RenderSVGResourceMarker.cpp \
 2523 WebCore/rendering/RenderSVGResourceMarker.h \
 2524 WebCore/rendering/RenderSVGResourceMasker.cpp \
 2525 WebCore/rendering/RenderSVGResourceMasker.h \
 2526 WebCore/rendering/RenderSVGResourcePattern.cpp \
 2527 WebCore/rendering/RenderSVGResourcePattern.h \
 2528 WebCore/rendering/RenderSVGResourceRadialGradient.cpp \
 2529 WebCore/rendering/RenderSVGResourceRadialGradient.h \
 2530 WebCore/rendering/RenderSVGResourceSolidColor.cpp \
 2531 WebCore/rendering/RenderSVGResourceSolidColor.h \
 2532 WebCore/rendering/RenderSVGRoot.cpp \
 2533 WebCore/rendering/RenderSVGRoot.h \
 2534 WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp \
 2535 WebCore/rendering/RenderSVGShadowTreeRootContainer.h \
 2536 WebCore/rendering/RenderSVGText.cpp \
 2537 WebCore/rendering/RenderSVGText.h \
 2538 WebCore/rendering/RenderSVGTextPath.cpp \
 2539 WebCore/rendering/RenderSVGTextPath.h \
 2540 WebCore/rendering/RenderSVGTransformableContainer.cpp \
 2541 WebCore/rendering/RenderSVGTransformableContainer.h \
 2542 WebCore/rendering/RenderSVGTSpan.cpp \
 2543 WebCore/rendering/RenderSVGTSpan.h \
 2544 WebCore/rendering/RenderSVGViewportContainer.cpp \
 2545 WebCore/rendering/RenderSVGViewportContainer.h \
23302546 WebCore/rendering/RenderTableCell.cpp \
23312547 WebCore/rendering/RenderTableCell.h \
23322548 WebCore/rendering/RenderTableCol.cpp \
23332549 WebCore/rendering/RenderTableCol.h \
 2550 WebCore/rendering/RenderTable.cpp \
 2551 WebCore/rendering/RenderTable.h \
23342552 WebCore/rendering/RenderTableRow.cpp \
23352553 WebCore/rendering/RenderTableRow.h \
23362554 WebCore/rendering/RenderTableSection.cpp \
23372555 WebCore/rendering/RenderTableSection.h \
2338  WebCore/rendering/RenderText.cpp \
2339  WebCore/rendering/RenderText.h \
23402556 WebCore/rendering/RenderTextControl.cpp \
23412557 WebCore/rendering/RenderTextControl.h \
23422558 WebCore/rendering/RenderTextControlMultiLine.cpp \
23432559 WebCore/rendering/RenderTextControlMultiLine.h \
23442560 WebCore/rendering/RenderTextControlSingleLine.cpp \
23452561 WebCore/rendering/RenderTextControlSingleLine.h \
 2562 WebCore/rendering/RenderText.cpp \
23462563 WebCore/rendering/RenderTextFragment.cpp \
23472564 WebCore/rendering/RenderTextFragment.h \
 2565 WebCore/rendering/RenderText.h \
23482566 WebCore/rendering/RenderTheme.cpp \
23492567 WebCore/rendering/RenderTheme.h \
23502568 WebCore/rendering/RenderTreeAsText.cpp \
23512569 WebCore/rendering/RenderTreeAsText.h \
 2570 WebCore/rendering/RenderVideo.cpp \
 2571 WebCore/rendering/RenderVideo.h \
23522572 WebCore/rendering/RenderView.cpp \
23532573 WebCore/rendering/RenderView.h \
23542574 WebCore/rendering/RenderWidget.cpp \

@@webcore_sources += \
23622582 WebCore/rendering/ScrollBehavior.h \
23632583 WebCore/rendering/ShadowElement.cpp \
23642584 WebCore/rendering/ShadowElement.h \
2365  WebCore/rendering/TableLayout.h \
2366  WebCore/rendering/TextControlInnerElements.cpp \
2367  WebCore/rendering/TextControlInnerElements.h \
2368  WebCore/rendering/TrailingFloatsRootInlineBox.h \
2369  WebCore/rendering/TransformState.cpp \
2370  WebCore/rendering/TransformState.h \
2371  WebCore/rendering/break_lines.cpp \
2372  WebCore/rendering/break_lines.h \
23732585 WebCore/rendering/style/BorderData.h \
23742586 WebCore/rendering/style/BorderValue.h \
23752587 WebCore/rendering/style/CollapsedBorderValue.h \

@@webcore_sources += \
23892601 WebCore/rendering/style/NinePieceImage.cpp \
23902602 WebCore/rendering/style/NinePieceImage.h \
23912603 WebCore/rendering/style/OutlineValue.h \
 2604 WebCore/rendering/style/RenderStyleConstants.h \
23922605 WebCore/rendering/style/RenderStyle.cpp \
23932606 WebCore/rendering/style/RenderStyle.h \
2394  WebCore/rendering/style/RenderStyleConstants.h \
23952607 WebCore/rendering/style/ShadowData.cpp \
23962608 WebCore/rendering/style/ShadowData.h \
23972609 WebCore/rendering/style/StyleBackgroundData.cpp \

@@webcore_sources += \
24242636 WebCore/rendering/style/StyleTransformData.h \
24252637 WebCore/rendering/style/StyleVisualData.cpp \
24262638 WebCore/rendering/style/StyleVisualData.h \
 2639 WebCore/rendering/style/SVGRenderStyle.cpp \
 2640 WebCore/rendering/style/SVGRenderStyleDefs.cpp \
 2641 WebCore/rendering/style/SVGRenderStyleDefs.h \
 2642 WebCore/rendering/style/SVGRenderStyle.h \
 2643 WebCore/rendering/SVGCharacterData.cpp \
 2644 WebCore/rendering/SVGCharacterData.h \
 2645 WebCore/rendering/SVGCharacterLayoutInfo.cpp \
 2646 WebCore/rendering/SVGCharacterLayoutInfo.h \
 2647 WebCore/rendering/SVGImageBufferTools.cpp \
 2648 WebCore/rendering/SVGImageBufferTools.h \
 2649 WebCore/rendering/SVGInlineFlowBox.cpp \
 2650 WebCore/rendering/SVGInlineFlowBox.h \
 2651 WebCore/rendering/SVGInlineTextBox.cpp \
 2652 WebCore/rendering/SVGInlineTextBox.h \
 2653 WebCore/rendering/SVGMarkerData.h \
 2654 WebCore/rendering/SVGMarkerLayoutInfo.cpp \
 2655 WebCore/rendering/SVGMarkerLayoutInfo.h \
 2656 WebCore/rendering/SVGRenderSupport.cpp \
 2657 WebCore/rendering/SVGRenderSupport.h \
 2658 WebCore/rendering/SVGRenderTreeAsText.cpp \
 2659 WebCore/rendering/SVGRenderTreeAsText.h \
 2660 WebCore/rendering/SVGResourcesCache.cpp \
 2661 WebCore/rendering/SVGResourcesCache.h \
 2662 WebCore/rendering/SVGResources.cpp \
 2663 WebCore/rendering/SVGResourcesCycleSolver.cpp \
 2664 WebCore/rendering/SVGResourcesCycleSolver.h \
 2665 WebCore/rendering/SVGResources.h \
 2666 WebCore/rendering/SVGRootInlineBox.cpp \
 2667 WebCore/rendering/SVGRootInlineBox.h \
 2668 WebCore/rendering/SVGShadowTreeElements.cpp \
 2669 WebCore/rendering/SVGShadowTreeElements.h \
 2670 WebCore/rendering/SVGTextChunkLayoutInfo.cpp \
 2671 WebCore/rendering/SVGTextChunkLayoutInfo.h \
 2672 WebCore/rendering/SVGTextLayoutUtilities.cpp \
 2673 WebCore/rendering/SVGTextLayoutUtilities.h \
 2674 WebCore/rendering/SVGTextQuery.cpp \
 2675 WebCore/rendering/SVGTextQuery.h \
 2676 WebCore/rendering/TableLayout.h \
 2677 WebCore/rendering/TextControlInnerElements.cpp \
 2678 WebCore/rendering/TextControlInnerElements.h \
 2679 WebCore/rendering/TrailingFloatsRootInlineBox.h \
 2680 WebCore/rendering/TransformState.cpp \
 2681 WebCore/rendering/TransformState.h \
 2682 WebCore/storage/AbstractDatabase.cpp \
 2683 WebCore/storage/AbstractDatabase.h \
 2684 WebCore/storage/ChangeVersionWrapper.cpp \
 2685 WebCore/storage/ChangeVersionWrapper.h \
 2686 WebCore/storage/DatabaseAuthorizer.cpp \
 2687 WebCore/storage/DatabaseAuthorizer.h \
 2688 WebCore/storage/DatabaseCallback.h \
 2689 WebCore/storage/Database.cpp \
 2690 WebCore/storage/DatabaseDetails.h \
 2691 WebCore/storage/Database.h \
 2692 WebCore/storage/DatabaseSync.cpp \
 2693 WebCore/storage/DatabaseSync.h \
 2694 WebCore/storage/DatabaseTask.cpp \
 2695 WebCore/storage/DatabaseTask.h \
 2696 WebCore/storage/DatabaseThread.cpp \
 2697 WebCore/storage/DatabaseThread.h \
 2698 WebCore/storage/DatabaseTrackerClient.h \
 2699 WebCore/storage/DatabaseTracker.cpp \
 2700 WebCore/storage/DatabaseTracker.h \
 2701 WebCore/storage/IDBAny.cpp \
 2702 WebCore/storage/IDBAny.h \
 2703 WebCore/storage/IDBCallbacks.h \
 2704 WebCore/storage/IDBCursorBackendImpl.cpp \
 2705 WebCore/storage/IDBCursorBackendImpl.h \
 2706 WebCore/storage/IDBCursorBackendInterface.h \
 2707 WebCore/storage/IDBCursor.cpp \
 2708 WebCore/storage/IDBCursor.h \
 2709 WebCore/storage/IDBDatabaseBackendImpl.cpp \
 2710 WebCore/storage/IDBDatabaseBackendImpl.h \
 2711 WebCore/storage/IDBDatabaseBackendInterface.h \
 2712 WebCore/storage/IDBDatabase.cpp \
 2713 WebCore/storage/IDBDatabaseError.h \
 2714 WebCore/storage/IDBDatabaseException.h \
 2715 WebCore/storage/IDBDatabase.h \
 2716 WebCore/storage/IDBErrorEvent.cpp \
 2717 WebCore/storage/IDBErrorEvent.h \
 2718 WebCore/storage/IDBEvent.cpp \
 2719 WebCore/storage/IDBEvent.h \
 2720 WebCore/storage/IDBFactoryBackendImpl.cpp \
 2721 WebCore/storage/IDBFactoryBackendImpl.h \
 2722 WebCore/storage/IDBFactoryBackendInterface.cpp \
 2723 WebCore/storage/IDBFactoryBackendInterface.h \
 2724 WebCore/storage/IDBFactory.cpp \
 2725 WebCore/storage/IDBFactory.h \
 2726 WebCore/storage/IDBIndexBackendImpl.cpp \
 2727 WebCore/storage/IDBIndexBackendImpl.h \
 2728 WebCore/storage/IDBIndexBackendInterface.h \
 2729 WebCore/storage/IDBIndexBackendInterface.h \
 2730 WebCore/storage/IDBIndex.cpp \
 2731 WebCore/storage/IDBIndex.h \
 2732 WebCore/storage/IDBKey.h \
 2733 WebCore/storage/IDBKeyPath.h \
 2734 WebCore/storage/IDBKeyPathBackendImpl.h \
 2735 WebCore/storage/IDBKeyRange.cpp \
 2736 WebCore/storage/IDBKeyRange.h \
 2737 WebCore/storage/IDBObjectStoreBackendImpl.cpp \
 2738 WebCore/storage/IDBObjectStoreBackendImpl.h \
 2739 WebCore/storage/IDBObjectStoreBackendInterface.h \
 2740 WebCore/storage/IDBObjectStoreBackendInterface.h \
 2741 WebCore/storage/IDBObjectStore.cpp \
 2742 WebCore/storage/IDBObjectStore.h \
 2743 WebCore/storage/IDBRequest.cpp \
 2744 WebCore/storage/IDBRequest.h \
 2745 WebCore/storage/IDBSuccessEvent.cpp \
 2746 WebCore/storage/IDBSuccessEvent.h \
 2747 WebCore/storage/IDBTransactionBackendInterface.h \
 2748 WebCore/storage/IDBTransactionCoordinator.h \
 2749 WebCore/storage/IDBTransaction.cpp \
 2750 WebCore/storage/IDBTransaction.h \
 2751 WebCore/storage/LocalStorageTask.cpp \
 2752 WebCore/storage/LocalStorageTask.h \
 2753 WebCore/storage/LocalStorageThread.cpp \
 2754 WebCore/storage/LocalStorageThread.h \
 2755 WebCore/storage/OriginQuotaManager.cpp \
 2756 WebCore/storage/OriginQuotaManager.h \
 2757 WebCore/storage/OriginUsageRecord.cpp \
 2758 WebCore/storage/OriginUsageRecord.h \
 2759 WebCore/storage/SQLError.h \
 2760 WebCore/storage/SQLException.h \
 2761 WebCore/storage/SQLResultSet.cpp \
 2762 WebCore/storage/SQLResultSet.h \
 2763 WebCore/storage/SQLResultSetRowList.cpp \
 2764 WebCore/storage/SQLResultSetRowList.h \
 2765 WebCore/storage/SQLStatementCallback.h \
 2766 WebCore/storage/SQLStatement.cpp \
 2767 WebCore/storage/SQLStatementErrorCallback.h \
 2768 WebCore/storage/SQLStatement.h \
 2769 WebCore/storage/SQLStatementSync.cpp \
 2770 WebCore/storage/SQLStatementSync.h \
 2771 WebCore/storage/SQLTransactionCallback.h \
 2772 WebCore/storage/SQLTransactionClient.cpp \
 2773 WebCore/storage/SQLTransactionClient.h \
 2774 WebCore/storage/SQLTransactionCoordinator.cpp \
 2775 WebCore/storage/SQLTransactionCoordinator.h \
 2776 WebCore/storage/SQLTransaction.cpp \
 2777 WebCore/storage/SQLTransactionErrorCallback.h \
 2778 WebCore/storage/SQLTransaction.h \
 2779 WebCore/storage/SQLTransactionSyncCallback.h \
 2780 WebCore/storage/SQLTransactionSync.cpp \
 2781 WebCore/storage/SQLTransactionSync.h \
 2782 WebCore/storage/StorageArea.h \
 2783 WebCore/storage/StorageAreaImpl.cpp \
 2784 WebCore/storage/StorageAreaImpl.h \
 2785 WebCore/storage/StorageAreaSync.cpp \
 2786 WebCore/storage/StorageAreaSync.h \
 2787 WebCore/storage/Storage.cpp \
 2788 WebCore/storage/StorageEvent.cpp \
 2789 WebCore/storage/StorageEventDispatcher.cpp \
 2790 WebCore/storage/StorageEventDispatcher.h \
 2791 WebCore/storage/StorageEvent.h \
 2792 WebCore/storage/Storage.h \
 2793 WebCore/storage/StorageMap.cpp \
 2794 WebCore/storage/StorageMap.h \
 2795 WebCore/storage/StorageNamespace.cpp \
 2796 WebCore/storage/StorageNamespace.h \
 2797 WebCore/storage/StorageNamespaceImpl.cpp \
 2798 WebCore/storage/StorageNamespaceImpl.h \
 2799 WebCore/storage/StorageSyncManager.cpp \
 2800 WebCore/storage/StorageSyncManager.h \
 2801 WebCore/svg/animation/SMILTimeContainer.cpp \
 2802 WebCore/svg/animation/SMILTimeContainer.h \
 2803 WebCore/svg/animation/SMILTime.cpp \
 2804 WebCore/svg/animation/SMILTime.h \
 2805 WebCore/svg/animation/SVGSMILElement.cpp \
 2806 WebCore/svg/animation/SVGSMILElement.h \
 2807 WebCore/svg/ColorDistance.cpp \
 2808 WebCore/svg/ColorDistance.h \
 2809 WebCore/svg/ElementTimeControl.h \
 2810 WebCore/svg/GradientAttributes.h \
 2811 WebCore/svg/graphics/filters/SVGDistantLightSource.h \
 2812 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
 2813 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
 2814 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
 2815 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
 2816 WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
 2817 WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
 2818 WebCore/svg/graphics/filters/SVGFEFlood.cpp \
 2819 WebCore/svg/graphics/filters/SVGFEFlood.h \
 2820 WebCore/svg/graphics/filters/SVGFEImage.cpp \
 2821 WebCore/svg/graphics/filters/SVGFEImage.h \
 2822 WebCore/svg/graphics/filters/SVGFELighting.cpp \
 2823 WebCore/svg/graphics/filters/SVGFELighting.h \
 2824 WebCore/svg/graphics/filters/SVGFEMerge.cpp \
 2825 WebCore/svg/graphics/filters/SVGFEMerge.h \
 2826 WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
 2827 WebCore/svg/graphics/filters/SVGFEMorphology.h \
 2828 WebCore/svg/graphics/filters/SVGFEOffset.cpp \
 2829 WebCore/svg/graphics/filters/SVGFEOffset.h \
 2830 WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
 2831 WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
 2832 WebCore/svg/graphics/filters/SVGFETile.cpp \
 2833 WebCore/svg/graphics/filters/SVGFETile.h \
 2834 WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
 2835 WebCore/svg/graphics/filters/SVGFETurbulence.h \
 2836 WebCore/svg/graphics/filters/SVGFilterBuilder.cpp \
 2837 WebCore/svg/graphics/filters/SVGFilterBuilder.h \
 2838 WebCore/svg/graphics/filters/SVGFilter.cpp \
 2839 WebCore/svg/graphics/filters/SVGFilter.h \
 2840 WebCore/svg/graphics/filters/SVGLightSource.cpp \
 2841 WebCore/svg/graphics/filters/SVGLightSource.h \
 2842 WebCore/svg/graphics/filters/SVGPointLightSource.h \
 2843 WebCore/svg/graphics/filters/SVGSpotLightSource.h \
 2844 WebCore/svg/graphics/SVGImage.cpp \
 2845 WebCore/svg/graphics/SVGImage.h \
 2846 WebCore/svg/LinearGradientAttributes.h \
 2847 WebCore/svg/PatternAttributes.h \
 2848 WebCore/svg/RadialGradientAttributes.h \
 2849 WebCore/svg/SVGAElement.cpp \
 2850 WebCore/svg/SVGAElement.h \
 2851 WebCore/svg/SVGAltGlyphElement.cpp \
 2852 WebCore/svg/SVGAltGlyphElement.h \
 2853 WebCore/svg/SVGAngle.cpp \
 2854 WebCore/svg/SVGAngle.h \
 2855 WebCore/svg/SVGAnimateColorElement.cpp \
 2856 WebCore/svg/SVGAnimateColorElement.h \
 2857 WebCore/svg/SVGAnimatedPathData.cpp \
 2858 WebCore/svg/SVGAnimatedPathData.h \
 2859 WebCore/svg/SVGAnimatedPoints.cpp \
 2860 WebCore/svg/SVGAnimatedPoints.h \
 2861 WebCore/svg/SVGAnimatedProperty.h \
 2862 WebCore/svg/SVGAnimatedPropertySynchronizer.h \
 2863 WebCore/svg/SVGAnimatedPropertyTraits.h \
 2864 WebCore/svg/SVGAnimatedTemplate.h \
 2865 WebCore/svg/SVGAnimateElement.cpp \
 2866 WebCore/svg/SVGAnimateElement.h \
 2867 WebCore/svg/SVGAnimateMotionElement.cpp \
 2868 WebCore/svg/SVGAnimateMotionElement.h \
 2869 WebCore/svg/SVGAnimateTransformElement.cpp \
 2870 WebCore/svg/SVGAnimateTransformElement.h \
 2871 WebCore/svg/SVGAnimationElement.cpp \
 2872 WebCore/svg/SVGAnimationElement.h \
 2873 WebCore/svg/SVGCircleElement.cpp \
 2874 WebCore/svg/SVGCircleElement.h \
 2875 WebCore/svg/SVGClipPathElement.cpp \
 2876 WebCore/svg/SVGClipPathElement.h \
 2877 WebCore/svg/SVGColor.cpp \
 2878 WebCore/svg/SVGColor.h \
 2879 WebCore/svg/SVGComponentTransferFunctionElement.cpp \
 2880 WebCore/svg/SVGComponentTransferFunctionElement.h \
 2881 WebCore/svg/SVGCursorElement.cpp \
 2882 WebCore/svg/SVGCursorElement.h \
 2883 WebCore/svg/SVGDefsElement.cpp \
 2884 WebCore/svg/SVGDefsElement.h \
 2885 WebCore/svg/SVGDescElement.cpp \
 2886 WebCore/svg/SVGDescElement.h \
 2887 WebCore/svg/SVGDocument.cpp \
 2888 WebCore/svg/SVGDocumentExtensions.cpp \
 2889 WebCore/svg/SVGDocumentExtensions.h \
 2890 WebCore/svg/SVGDocument.h \
 2891 WebCore/svg/SVGElement.cpp \
 2892 WebCore/svg/SVGElement.h \
 2893 WebCore/svg/SVGElementInstance.cpp \
 2894 WebCore/svg/SVGElementInstance.h \
 2895 WebCore/svg/SVGElementInstanceList.cpp \
 2896 WebCore/svg/SVGElementInstanceList.h \
 2897 WebCore/svg/SVGElementRareData.h \
 2898 WebCore/svg/SVGEllipseElement.cpp \
 2899 WebCore/svg/SVGEllipseElement.h \
 2900 WebCore/svg/SVGException.h \
 2901 WebCore/svg/SVGExternalResourcesRequired.cpp \
 2902 WebCore/svg/SVGExternalResourcesRequired.h \
 2903 WebCore/svg/SVGFEBlendElement.cpp \
 2904 WebCore/svg/SVGFEBlendElement.h \
 2905 WebCore/svg/SVGFEColorMatrixElement.cpp \
 2906 WebCore/svg/SVGFEColorMatrixElement.h \
 2907 WebCore/svg/SVGFEComponentTransferElement.cpp \
 2908 WebCore/svg/SVGFEComponentTransferElement.h \
 2909 WebCore/svg/SVGFECompositeElement.cpp \
 2910 WebCore/svg/SVGFECompositeElement.h \
 2911 WebCore/svg/SVGFEConvolveMatrixElement.cpp \
 2912 WebCore/svg/SVGFEConvolveMatrixElement.h \
 2913 WebCore/svg/SVGFEDiffuseLightingElement.cpp \
 2914 WebCore/svg/SVGFEDiffuseLightingElement.h \
 2915 WebCore/svg/SVGFEDisplacementMapElement.cpp \
 2916 WebCore/svg/SVGFEDisplacementMapElement.h \
 2917 WebCore/svg/SVGFEDistantLightElement.cpp \
 2918 WebCore/svg/SVGFEDistantLightElement.h \
 2919 WebCore/svg/SVGFEFloodElement.cpp \
 2920 WebCore/svg/SVGFEFloodElement.h \
 2921 WebCore/svg/SVGFEFuncAElement.cpp \
 2922 WebCore/svg/SVGFEFuncAElement.h \
 2923 WebCore/svg/SVGFEFuncBElement.cpp \
 2924 WebCore/svg/SVGFEFuncBElement.h \
 2925 WebCore/svg/SVGFEFuncGElement.cpp \
 2926 WebCore/svg/SVGFEFuncGElement.h \
 2927 WebCore/svg/SVGFEFuncRElement.cpp \
 2928 WebCore/svg/SVGFEFuncRElement.h \
 2929 WebCore/svg/SVGFEGaussianBlurElement.cpp \
 2930 WebCore/svg/SVGFEGaussianBlurElement.h \
 2931 WebCore/svg/SVGFEImageElement.cpp \
 2932 WebCore/svg/SVGFEImageElement.h \
 2933 WebCore/svg/SVGFELightElement.cpp \
 2934 WebCore/svg/SVGFELightElement.h \
 2935 WebCore/svg/SVGFEMergeElement.cpp \
 2936 WebCore/svg/SVGFEMergeElement.h \
 2937 WebCore/svg/SVGFEMergeNodeElement.cpp \
 2938 WebCore/svg/SVGFEMergeNodeElement.h \
 2939 WebCore/svg/SVGFEMorphologyElement.cpp \
 2940 WebCore/svg/SVGFEMorphologyElement.h \
 2941 WebCore/svg/SVGFEOffsetElement.cpp \
 2942 WebCore/svg/SVGFEOffsetElement.h \
 2943 WebCore/svg/SVGFEPointLightElement.cpp \
 2944 WebCore/svg/SVGFEPointLightElement.h \
 2945 WebCore/svg/SVGFESpecularLightingElement.cpp \
 2946 WebCore/svg/SVGFESpecularLightingElement.h \
 2947 WebCore/svg/SVGFESpotLightElement.cpp \
 2948 WebCore/svg/SVGFESpotLightElement.h \
 2949 WebCore/svg/SVGFETileElement.cpp \
 2950 WebCore/svg/SVGFETileElement.h \
 2951 WebCore/svg/SVGFETurbulenceElement.cpp \
 2952 WebCore/svg/SVGFETurbulenceElement.h \
 2953 WebCore/svg/SVGFilterElement.cpp \
 2954 WebCore/svg/SVGFilterElement.h \
 2955 WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
 2956 WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
 2957 WebCore/svg/SVGFitToViewBox.cpp \
 2958 WebCore/svg/SVGFitToViewBox.h \
 2959 WebCore/svg/SVGFont.cpp \
 2960 WebCore/svg/SVGFontData.cpp \
 2961 WebCore/svg/SVGFontData.h \
 2962 WebCore/svg/SVGFontElement.cpp \
 2963 WebCore/svg/SVGFontElement.h \
 2964 WebCore/svg/SVGFontFaceElement.cpp \
 2965 WebCore/svg/SVGFontFaceElement.h \
 2966 WebCore/svg/SVGFontFaceFormatElement.cpp \
 2967 WebCore/svg/SVGFontFaceFormatElement.h \
 2968 WebCore/svg/SVGFontFaceNameElement.cpp \
 2969 WebCore/svg/SVGFontFaceNameElement.h \
 2970 WebCore/svg/SVGFontFaceSrcElement.cpp \
 2971 WebCore/svg/SVGFontFaceSrcElement.h \
 2972 WebCore/svg/SVGFontFaceUriElement.cpp \
 2973 WebCore/svg/SVGFontFaceUriElement.h \
 2974 WebCore/svg/SVGForeignObjectElement.cpp \
 2975 WebCore/svg/SVGForeignObjectElement.h \
 2976 WebCore/svg/SVGGElement.cpp \
 2977 WebCore/svg/SVGGElement.h \
 2978 WebCore/svg/SVGGlyphElement.cpp \
 2979 WebCore/svg/SVGGlyphElement.h \
 2980 WebCore/svg/SVGGlyphMap.h \
 2981 WebCore/svg/SVGGradientElement.cpp \
 2982 WebCore/svg/SVGGradientElement.h \
 2983 WebCore/svg/SVGHKernElement.cpp \
 2984 WebCore/svg/SVGHKernElement.h \
 2985 WebCore/svg/SVGImageElement.cpp \
 2986 WebCore/svg/SVGImageElement.h \
 2987 WebCore/svg/SVGImageLoader.cpp \
 2988 WebCore/svg/SVGImageLoader.h \
 2989 WebCore/svg/SVGLangSpace.cpp \
 2990 WebCore/svg/SVGLangSpace.h \
 2991 WebCore/svg/SVGLength.cpp \
 2992 WebCore/svg/SVGLength.h \
 2993 WebCore/svg/SVGLengthList.cpp \
 2994 WebCore/svg/SVGLengthList.h \
 2995 WebCore/svg/SVGLinearGradientElement.cpp \
 2996 WebCore/svg/SVGLinearGradientElement.h \
 2997 WebCore/svg/SVGLineElement.cpp \
 2998 WebCore/svg/SVGLineElement.h \
 2999 WebCore/svg/SVGList.h \
 3000 WebCore/svg/SVGListTraits.h \
 3001 WebCore/svg/SVGLocatable.cpp \
 3002 WebCore/svg/SVGLocatable.h \
 3003 WebCore/svg/SVGMarkerElement.cpp \
 3004 WebCore/svg/SVGMarkerElement.h \
 3005 WebCore/svg/SVGMaskElement.cpp \
 3006 WebCore/svg/SVGMaskElement.h \
 3007 WebCore/svg/SVGMetadataElement.cpp \
 3008 WebCore/svg/SVGMetadataElement.h \
 3009 WebCore/svg/SVGMissingGlyphElement.cpp \
 3010 WebCore/svg/SVGMissingGlyphElement.h \
 3011 WebCore/svg/SVGMPathElement.cpp \
 3012 WebCore/svg/SVGMPathElement.h \
 3013 WebCore/svg/SVGNumberList.cpp \
 3014 WebCore/svg/SVGNumberList.h \
 3015 WebCore/svg/SVGPaint.cpp \
 3016 WebCore/svg/SVGPaint.h \
 3017 WebCore/svg/SVGParserUtilities.cpp \
 3018 WebCore/svg/SVGParserUtilities.h \
 3019 WebCore/svg/SVGPathBlender.cpp \
 3020 WebCore/svg/SVGPathBlender.h \
 3021 WebCore/svg/SVGPathBuilder.cpp \
 3022 WebCore/svg/SVGPathBuilder.h \
 3023 WebCore/svg/SVGPathByteStreamBuilder.cpp \
 3024 WebCore/svg/SVGPathByteStreamBuilder.h \
 3025 WebCore/svg/SVGPathByteStream.h \
 3026 WebCore/svg/SVGPathByteStreamSource.cpp \
 3027 WebCore/svg/SVGPathByteStreamSource.h \
 3028 WebCore/svg/SVGPathConsumer.h \
 3029 WebCore/svg/SVGPathElement.cpp \
 3030 WebCore/svg/SVGPathElement.h \
 3031 WebCore/svg/SVGPathParser.cpp \
 3032 WebCore/svg/SVGPathParserFactory.cpp \
 3033 WebCore/svg/SVGPathParserFactory.h \
 3034 WebCore/svg/SVGPathParser.h \
 3035 WebCore/svg/SVGPathSegArc.cpp \
 3036 WebCore/svg/SVGPathSegArc.h \
 3037 WebCore/svg/SVGPathSegClosePath.cpp \
 3038 WebCore/svg/SVGPathSegClosePath.h \
 3039 WebCore/svg/SVGPathSeg.cpp \
 3040 WebCore/svg/SVGPathSegCurvetoCubic.cpp \
 3041 WebCore/svg/SVGPathSegCurvetoCubic.h \
 3042 WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
 3043 WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
 3044 WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
 3045 WebCore/svg/SVGPathSegCurvetoQuadratic.h \
 3046 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
 3047 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
 3048 WebCore/svg/SVGPathSeg.h \
 3049 WebCore/svg/SVGPathSegLineto.cpp \
 3050 WebCore/svg/SVGPathSegLineto.h \
 3051 WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
 3052 WebCore/svg/SVGPathSegLinetoHorizontal.h \
 3053 WebCore/svg/SVGPathSegLinetoVertical.cpp \
 3054 WebCore/svg/SVGPathSegLinetoVertical.h \
 3055 WebCore/svg/SVGPathSegListBuilder.cpp \
 3056 WebCore/svg/SVGPathSegListBuilder.h \
 3057 WebCore/svg/SVGPathSegList.cpp \
 3058 WebCore/svg/SVGPathSegList.h \
 3059 WebCore/svg/SVGPathSegListSource.cpp \
 3060 WebCore/svg/SVGPathSegListSource.h \
 3061 WebCore/svg/SVGPathSegMoveto.cpp \
 3062 WebCore/svg/SVGPathSegMoveto.h \
 3063 WebCore/svg/SVGPathSource.h \
 3064 WebCore/svg/SVGPathStringBuilder.cpp \
 3065 WebCore/svg/SVGPathStringBuilder.h \
 3066 WebCore/svg/SVGPathStringSource.cpp \
 3067 WebCore/svg/SVGPathStringSource.h \
 3068 WebCore/svg/SVGPathTraversalStateBuilder.cpp \
 3069 WebCore/svg/SVGPathTraversalStateBuilder.h \
 3070 WebCore/svg/SVGPatternElement.cpp \
 3071 WebCore/svg/SVGPatternElement.h \
 3072 WebCore/svg/SVGPointList.cpp \
 3073 WebCore/svg/SVGPointList.h \
 3074 WebCore/svg/SVGPolyElement.cpp \
 3075 WebCore/svg/SVGPolyElement.h \
 3076 WebCore/svg/SVGPolygonElement.cpp \
 3077 WebCore/svg/SVGPolygonElement.h \
 3078 WebCore/svg/SVGPolylineElement.cpp \
 3079 WebCore/svg/SVGPolylineElement.h \
 3080 WebCore/svg/SVGPreserveAspectRatio.cpp \
 3081 WebCore/svg/SVGPreserveAspectRatio.h \
 3082 WebCore/svg/SVGRadialGradientElement.cpp \
 3083 WebCore/svg/SVGRadialGradientElement.h \
 3084 WebCore/svg/SVGRectElement.cpp \
 3085 WebCore/svg/SVGRectElement.h \
 3086 WebCore/svg/SVGRenderingIntent.h \
 3087 WebCore/svg/SVGScriptElement.cpp \
 3088 WebCore/svg/SVGScriptElement.h \
 3089 WebCore/svg/SVGSetElement.cpp \
 3090 WebCore/svg/SVGSetElement.h \
 3091 WebCore/svg/SVGStopElement.cpp \
 3092 WebCore/svg/SVGStopElement.h \
 3093 WebCore/svg/SVGStringList.cpp \
 3094 WebCore/svg/SVGStringList.h \
 3095 WebCore/svg/SVGStylable.cpp \
 3096 WebCore/svg/SVGStylable.h \
 3097 WebCore/svg/SVGStyledElement.cpp \
 3098 WebCore/svg/SVGStyledElement.h \
 3099 WebCore/svg/SVGStyledLocatableElement.cpp \
 3100 WebCore/svg/SVGStyledLocatableElement.h \
 3101 WebCore/svg/SVGStyledTransformableElement.cpp \
 3102 WebCore/svg/SVGStyledTransformableElement.h \
 3103 WebCore/svg/SVGStyleElement.cpp \
 3104 WebCore/svg/SVGStyleElement.h \
 3105 WebCore/svg/SVGSVGElement.cpp \
 3106 WebCore/svg/SVGSVGElement.h \
 3107 WebCore/svg/SVGSwitchElement.cpp \
 3108 WebCore/svg/SVGSwitchElement.h \
 3109 WebCore/svg/SVGSymbolElement.cpp \
 3110 WebCore/svg/SVGSymbolElement.h \
 3111 WebCore/svg/SVGTests.cpp \
 3112 WebCore/svg/SVGTests.h \
 3113 WebCore/svg/SVGTextContentElement.cpp \
 3114 WebCore/svg/SVGTextContentElement.h \
 3115 WebCore/svg/SVGTextElement.cpp \
 3116 WebCore/svg/SVGTextElement.h \
 3117 WebCore/svg/SVGTextPathElement.cpp \
 3118 WebCore/svg/SVGTextPathElement.h \
 3119 WebCore/svg/SVGTextPositioningElement.cpp \
 3120 WebCore/svg/SVGTextPositioningElement.h \
 3121 WebCore/svg/SVGTitleElement.cpp \
 3122 WebCore/svg/SVGTitleElement.h \
 3123 WebCore/svg/SVGTransformable.cpp \
 3124 WebCore/svg/SVGTransformable.h \
 3125 WebCore/svg/SVGTransform.cpp \
 3126 WebCore/svg/SVGTransformDistance.cpp \
 3127 WebCore/svg/SVGTransformDistance.h \
 3128 WebCore/svg/SVGTransform.h \
 3129 WebCore/svg/SVGTransformList.cpp \
 3130 WebCore/svg/SVGTransformList.h \
 3131 WebCore/svg/SVGTRefElement.cpp \
 3132 WebCore/svg/SVGTRefElement.h \
 3133 WebCore/svg/SVGTSpanElement.cpp \
 3134 WebCore/svg/SVGTSpanElement.h \
 3135 WebCore/svg/SVGUnitTypes.h \
 3136 WebCore/svg/SVGURIReference.cpp \
 3137 WebCore/svg/SVGURIReference.h \
 3138 WebCore/svg/SVGUseElement.cpp \
 3139 WebCore/svg/SVGUseElement.h \
 3140 WebCore/svg/SVGViewElement.cpp \
 3141 WebCore/svg/SVGViewElement.h \
 3142 WebCore/svg/SVGViewSpec.cpp \
 3143 WebCore/svg/SVGViewSpec.h \
 3144 WebCore/svg/SVGVKernElement.cpp \
 3145 WebCore/svg/SVGVKernElement.h \
 3146 WebCore/svg/SVGZoomAndPan.cpp \
 3147 WebCore/svg/SVGZoomAndPan.h \
 3148 WebCore/svg/SVGZoomEvent.cpp \
 3149 WebCore/svg/SVGZoomEvent.h \
 3150 WebCore/WebCorePrefix.h \
 3151 WebCore/websockets/ThreadableWebSocketChannelClientWrapper.h \
 3152 WebCore/websockets/ThreadableWebSocketChannel.cpp \
 3153 WebCore/websockets/ThreadableWebSocketChannel.h \
 3154 WebCore/websockets/WebSocketChannelClient.h \
 3155 WebCore/websockets/WebSocketChannel.cpp \
 3156 WebCore/websockets/WebSocketChannel.h \
 3157 WebCore/websockets/WebSocket.cpp \
 3158 WebCore/websockets/WebSocket.h \
 3159 WebCore/websockets/WebSocketHandshake.cpp \
 3160 WebCore/websockets/WebSocketHandshake.h \
 3161 WebCore/websockets/WebSocketHandshakeRequest.cpp \
 3162 WebCore/websockets/WebSocketHandshakeRequest.h \
 3163 WebCore/websockets/WebSocketHandshakeResponse.cpp \
 3164 WebCore/websockets/WebSocketHandshakeResponse.h \
 3165 WebCore/websockets/WorkerThreadableWebSocketChannel.cpp \
 3166 WebCore/websockets/WorkerThreadableWebSocketChannel.h \
 3167 WebCore/wml/WMLAccessElement.cpp \
 3168 WebCore/wml/WMLAElement.cpp \
 3169 WebCore/wml/WMLAnchorElement.cpp \
 3170 WebCore/wml/WMLBRElement.cpp \
 3171 WebCore/wml/WMLCardElement.cpp \
 3172 WebCore/wml/WMLDocument.cpp \
 3173 WebCore/wml/WMLDoElement.cpp \
 3174 WebCore/wml/WMLElement.cpp \
 3175 WebCore/wml/WMLErrorHandling.cpp \
 3176 WebCore/wml/WMLEventHandlingElement.cpp \
 3177 WebCore/wml/WMLFieldSetElement.cpp \
 3178 WebCore/wml/WMLFormControlElement.cpp \
 3179 WebCore/wml/WMLGoElement.cpp \
 3180 WebCore/wml/WMLImageElement.cpp \
 3181 WebCore/wml/WMLImageLoader.cpp \
 3182 WebCore/wml/WMLInputElement.cpp \
 3183 WebCore/wml/WMLInsertedLegendElement.cpp \
 3184 WebCore/wml/WMLIntrinsicEvent.cpp \
 3185 WebCore/wml/WMLIntrinsicEventHandler.cpp \
 3186 WebCore/wml/WMLMetaElement.cpp \
 3187 WebCore/wml/WMLNoopElement.cpp \
 3188 WebCore/wml/WMLOnEventElement.cpp \
 3189 WebCore/wml/WMLOptGroupElement.cpp \
 3190 WebCore/wml/WMLOptionElement.cpp \
 3191 WebCore/wml/WMLPageState.cpp \
 3192 WebCore/wml/WMLPElement.cpp \
 3193 WebCore/wml/WMLPostfieldElement.cpp \
 3194 WebCore/wml/WMLPrevElement.cpp \
 3195 WebCore/wml/WMLRefreshElement.cpp \
 3196 WebCore/wml/WMLSelectElement.cpp \
 3197 WebCore/wml/WMLSetvarElement.cpp \
 3198 WebCore/wml/WMLTableElement.cpp \
 3199 WebCore/wml/WMLTaskElement.cpp \
 3200 WebCore/wml/WMLTemplateElement.cpp \
 3201 WebCore/wml/WMLTimerElement.cpp \
 3202 WebCore/wml/WMLVariables.cpp \
 3203 WebCore/workers/AbstractWorker.cpp \
 3204 WebCore/workers/AbstractWorker.h \
 3205 WebCore/workers/DedicatedWorkerContext.cpp \
 3206 WebCore/workers/DedicatedWorkerContext.h \
 3207 WebCore/workers/DedicatedWorkerThread.cpp \
 3208 WebCore/workers/DedicatedWorkerThread.h \
 3209 WebCore/workers/DefaultSharedWorkerRepository.cpp \
 3210 WebCore/workers/DefaultSharedWorkerRepository.h \
 3211 WebCore/workers/SharedWorkerContext.cpp \
 3212 WebCore/workers/SharedWorkerContext.h \
 3213 WebCore/workers/SharedWorker.cpp \
 3214 WebCore/workers/SharedWorker.h \
 3215 WebCore/workers/SharedWorkerRepository.h \
 3216 WebCore/workers/SharedWorkerThread.cpp \
 3217 WebCore/workers/SharedWorkerThread.h \
 3218 WebCore/workers/WorkerContext.cpp \
 3219 WebCore/workers/WorkerContext.h \
 3220 WebCore/workers/WorkerContextProxy.h \
 3221 WebCore/workers/Worker.cpp \
 3222 WebCore/workers/Worker.h \
 3223 WebCore/workers/WorkerLoaderProxy.h \
 3224 WebCore/workers/WorkerLocation.cpp \
 3225 WebCore/workers/WorkerLocation.h \
 3226 WebCore/workers/WorkerMessagingProxy.cpp \
 3227 WebCore/workers/WorkerMessagingProxy.h \
 3228 WebCore/workers/WorkerObjectProxy.h \
 3229 WebCore/workers/WorkerReportingProxy.h \
 3230 WebCore/workers/WorkerRunLoop.cpp \
 3231 WebCore/workers/WorkerRunLoop.h \
 3232 WebCore/workers/WorkerScriptLoaderClient.h \
 3233 WebCore/workers/WorkerScriptLoader.cpp \
 3234 WebCore/workers/WorkerScriptLoader.h \
 3235 WebCore/workers/WorkerThread.cpp \
 3236 WebCore/workers/WorkerThread.h \
24273237 WebCore/xml/DOMParser.cpp \
24283238 WebCore/xml/DOMParser.h \
 3239 WebCore/xml/NativeXPathNSResolver.cpp \
 3240 WebCore/xml/NativeXPathNSResolver.h \
24293241 WebCore/xml/XMLHttpRequest.cpp \
2430  WebCore/xml/XMLHttpRequest.h \
24313242 WebCore/xml/XMLHttpRequestException.h \
 3243 WebCore/xml/XMLHttpRequest.h \
24323244 WebCore/xml/XMLHttpRequestProgressEvent.h \
24333245 WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp \
24343246 WebCore/xml/XMLHttpRequestProgressEventThrottle.h \
24353247 WebCore/xml/XMLHttpRequestUpload.cpp \
24363248 WebCore/xml/XMLHttpRequestUpload.h \
24373249 WebCore/xml/XMLSerializer.cpp \
2438  WebCore/xml/XMLSerializer.h
 3250 WebCore/xml/XMLSerializer.h \
 3251 WebCore/xml/XPathEvaluator.cpp \
 3252 WebCore/xml/XPathEvaluator.h \
 3253 WebCore/xml/XPathException.h \
 3254 WebCore/xml/XPathExpression.cpp \
 3255 WebCore/xml/XPathExpression.h \
 3256 WebCore/xml/XPathExpressionNode.cpp \
 3257 WebCore/xml/XPathExpressionNode.h \
 3258 WebCore/xml/XPathFunctions.cpp \
 3259 WebCore/xml/XPathFunctions.h \
 3260 WebCore/xml/XPathNamespace.cpp \
 3261 WebCore/xml/XPathNamespace.h \
 3262 WebCore/xml/XPathNodeSet.cpp \
 3263 WebCore/xml/XPathNodeSet.h \
 3264 WebCore/xml/XPathNSResolver.cpp \
 3265 WebCore/xml/XPathNSResolver.h \
 3266 WebCore/xml/XPathParser.cpp \
 3267 WebCore/xml/XPathParser.h \
 3268 WebCore/xml/XPathPath.cpp \
 3269 WebCore/xml/XPathPath.h \
 3270 WebCore/xml/XPathPredicate.cpp \
 3271 WebCore/xml/XPathPredicate.h \
 3272 WebCore/xml/XPathResult.cpp \
 3273 WebCore/xml/XPathResult.h \
 3274 WebCore/xml/XPathStep.cpp \
 3275 WebCore/xml/XPathStep.h \
 3276 WebCore/xml/XPathUtil.cpp \
 3277 WebCore/xml/XPathUtil.h \
 3278 WebCore/xml/XPathValue.cpp \
 3279 WebCore/xml/XPathValue.h \
 3280 WebCore/xml/XPathVariableReference.cpp \
 3281 WebCore/xml/XPathVariableReference.h \
 3282 WebCore/xml/XSLImportRule.cpp \
 3283 WebCore/xml/XSLImportRule.h \
 3284 WebCore/xml/XSLStyleSheet.h \
 3285 WebCore/xml/XSLStyleSheetLibxslt.cpp \
 3286 WebCore/xml/XSLTExtensions.cpp \
 3287 WebCore/xml/XSLTExtensions.h \
 3288 WebCore/xml/XSLTProcessor.cpp \
 3289 WebCore/xml/XSLTProcessor.h \
 3290 WebCore/xml/XSLTProcessorLibxslt.cpp \
 3291 WebCore/xml/XSLTUnicodeSort.cpp \
 3292 WebCore/xml/XSLTUnicodeSort.h
24393293
24403294webcoregtk_sources += \
24413295 WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp \
24423296 WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp \
24433297 WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h \
24443298 WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
 3299 WebCore/bindings/gobject/ConvertToUTF8String.cpp \
 3300 WebCore/bindings/gobject/ConvertToUTF8String.h \
 3301 WebCore/bindings/gobject/GObjectEventListener.cpp \
 3302 WebCore/bindings/gobject/GObjectEventListener.h \
 3303 WebCore/bindings/gobject/WebKitDOMBinding.cpp \
 3304 WebCore/bindings/gobject/WebKitDOMBinding.h \
 3305 WebCore/bindings/gobject/WebKitDOMEventTarget.cpp \
 3306 WebCore/bindings/gobject/WebKitDOMEventTarget.h \
 3307 WebCore/bindings/gobject/WebKitDOMEventTargetPrivate.h \
 3308 WebCore/bindings/gobject/WebKitDOMObject.cpp \
 3309 WebCore/bindings/gobject/WebKitDOMObject.h \
 3310 WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp \
 3311 WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.h \
24453312 WebCore/bindings/js/ScriptControllerGtk.cpp \
24463313 WebCore/page/gtk/DragControllerGtk.cpp \
24473314 WebCore/page/gtk/EventHandlerGtk.cpp \

@@webcoregtk_sources += \
24513318 WebCore/platform/graphics/cairo/FontCairo.cpp \
24523319 WebCore/platform/graphics/cairo/FontCustomPlatformData.h \
24533320 WebCore/platform/graphics/cairo/FontPlatformData.h \
2454  WebCore/platform/graphics/cairo/OwnPtrCairo.cpp \
2455  WebCore/platform/graphics/cairo/OwnPtrCairo.h \
24563321 WebCore/platform/graphics/cairo/GradientCairo.cpp \
24573322 WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
24583323 WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
24593324 WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
24603325 WebCore/platform/graphics/cairo/ImageBufferData.h \
24613326 WebCore/platform/graphics/cairo/ImageCairo.cpp \
 3327 WebCore/platform/graphics/cairo/OwnPtrCairo.cpp \
 3328 WebCore/platform/graphics/cairo/OwnPtrCairo.h \
24623329 WebCore/platform/graphics/cairo/PathCairo.cpp \
24633330 WebCore/platform/graphics/cairo/PatternCairo.cpp \
24643331 WebCore/platform/graphics/cairo/PlatformRefPtrCairo.cpp \
24653332 WebCore/platform/graphics/cairo/PlatformRefPtrCairo.h \
24663333 WebCore/platform/graphics/cairo/TransformationMatrixCairo.cpp \
2467  WebCore/platform/graphics/gtk/ColorGtk.cpp \
 3334 WebCore/platform/graphics/gstreamer/DataSourceGStreamer.cpp \
 3335 WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h \
 3336 WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
 3337 WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.h \
 3338 WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \
 3339 WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
 3340 WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp \
 3341 WebCore/platform/graphics/gstreamer/ImageGStreamer.h \
 3342 WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
 3343 WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
 3344 WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp \
 3345 WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h \
 3346 WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
 3347 WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h \
 3348 WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
 3349 WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h \
24683350 WebCore/platform/graphics/gtk/CairoUtilities.cpp \
24693351 WebCore/platform/graphics/gtk/CairoUtilities.h \
 3352 WebCore/platform/graphics/gtk/ColorGtk.cpp \
24703353 WebCore/platform/graphics/gtk/FontGtk.cpp \
24713354 WebCore/platform/graphics/gtk/IconGtk.cpp \
24723355 WebCore/platform/graphics/gtk/ImageBufferGtk.cpp \

@@webcoregtk_sources += \
24883371 WebCore/platform/gtk/EventLoopGtk.cpp \
24893372 WebCore/platform/gtk/FileChooserGtk.cpp \
24903373 WebCore/platform/gtk/FileSystemGtk.cpp \
 3374 WebCore/platform/gtk/GeolocationServiceGtk.cpp \
 3375 WebCore/platform/gtk/GeolocationServiceGtk.h \
24913376 WebCore/platform/gtk/GOwnPtrGtk.cpp \
24923377 WebCore/platform/gtk/GOwnPtrGtk.h \
24933378 WebCore/platform/gtk/GRefPtrGtk.cpp \

@@webcoregtk_sources += \
25543439 WebCore/platform/network/soup/ResourceRequestSoup.cpp \
25553440 WebCore/platform/network/soup/ResourceResponse.h \
25563441 WebCore/platform/network/soup/ResourceResponseSoup.cpp \
 3442 WebCore/platform/network/soup/SocketStreamError.h \
 3443 WebCore/platform/network/soup/SocketStreamHandle.h \
 3444 WebCore/platform/network/soup/SocketStreamHandleSoup.cpp \
25573445 WebCore/plugins/gtk/PluginDataGtk.cpp \
25583446 WebCore/plugins/gtk/PluginPackageGtk.cpp \
2559  WebCore/plugins/gtk/PluginViewGtk.cpp \
2560  WebCore/workers/SharedWorkerRepository.h
 3447 WebCore/plugins/gtk/PluginViewGtk.cpp
25613448
25623449if TARGET_X11
25633450webcoregtk_sources += \

@@endif
26013488# ---
26023489if ENABLE_CHANNEL_MESSAGING
26033490FEATURE_DEFINES += ENABLE_CHANNEL_MESSAGING=1
2604 
2605 webcore_cppflags += \
2606  -DENABLE_CHANNEL_MESSAGING=1
2607 
 3491webcore_cppflags += -DENABLE_CHANNEL_MESSAGING=1
26083492endif # END ENABLE_CHANNEL_MESSAGING
26093493
26103494# ---

@@endif # END ENABLE_CHANNEL_MESSAGING
26123496# ---
26133497if ENABLE_FAST_MOBILE_SCROLLING
26143498FEATURE_DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
2615 
2616 webcore_cppflags += \
2617  -DENABLE_FAST_MOBILE_SCROLLING=1
2618 
 3499webcore_cppflags += -DENABLE_FAST_MOBILE_SCROLLING=1
26193500endif # END ENABLE_FAST_MOBILE_SCROLLING
26203501
26213502# ---
26223503# Freetype font backend
26233504# ---
26243505if USE_FREETYPE
2625 webcoregtk_cppflags += \
2626  -DUSE_FREETYPE=1
2627 
 3506webcoregtk_cppflags += -DUSE_FREETYPE=1
26283507webcoregtk_sources += \
26293508 WebCore/platform/graphics/cairo/FontCustomPlatformData.cpp \
26303509 WebCore/platform/graphics/cairo/FontPlatformDataCairo.cpp \

@@endif # END USE_FREETYPE
26363515# Pango font backend
26373516# ---
26383517if USE_PANGO
2639 webcoregtk_cppflags += \
2640  -DUSE_PANGO=1
2641 
 3518webcoregtk_cppflags += -DUSE_PANGO=1
26423519webcoregtk_sources += \
26433520 WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
26443521 WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \

@@endif # END USE_PANGO
26503527# HTML Data Grid - disable for now.
26513528# ----
26523529FEATURE_DEFINES += ENABLE_DATAGRID=0
2653 
2654 webcore_cppflags += \
2655  -DENABLE_DATAGRID=0
 3530webcore_cppflags += -DENABLE_DATAGRID=0
26563531
26573532# ----
26583533# HTML Meter Element - disable for now.
26593534# ----
26603535FEATURE_DEFINES += ENABLE_METER_TAG=0
2661 
2662 webcore_cppflags += \
2663  -DENABLE_METER_TAG=0
 3536webcore_cppflags += -DENABLE_METER_TAG=0
26643537
26653538# ----
26663539# HTML Progress Element
26673540# ----
26683541FEATURE_DEFINES += ENABLE_PROGRESS_TAG=1
2669 
2670 webcore_cppflags += \
2671  -DENABLE_PROGRESS_TAG=1
 3542webcore_cppflags += -DENABLE_PROGRESS_TAG=1
26723543
26733544# ----
26743545# JavaScript Debugger/Profiler
26753546# ----
26763547if ENABLE_JAVASCRIPT_DEBUGGER
26773548FEATURE_DEFINES += ENABLE_JAVASCRIPT_DEBUGGER=1
2678 
2679 webcore_cppflags += \
2680  -DENABLE_JAVASCRIPT_DEBUGGER=1
2681 
 3549webcore_cppflags += -DENABLE_JAVASCRIPT_DEBUGGER=1
26823550else
2683 webcore_cppflags += \
2684  -DENABLE_JAVASCRIPT_DEBUGGER=0
2685 
 3551webcore_cppflags += -DENABLE_JAVASCRIPT_DEBUGGER=0
26863552endif # END ENABLE_JAVASCRIPT_DEBUGGER
26873553
26883554# ----

@@endif # END ENABLE_JAVASCRIPT_DEBUGGER
26903556# ----
26913557if ENABLE_OFFLINE_WEB_APPLICATIONS
26923558FEATURE_DEFINES += ENABLE_OFFLINE_WEB_APPLICATIONS=1
2693 
2694 webcore_cppflags += \
2695  -DENABLE_OFFLINE_WEB_APPLICATIONS=1
2696 
 3559webcore_cppflags += -DENABLE_OFFLINE_WEB_APPLICATIONS=1
26973560webcore_built_sources += \
26983561 DerivedSources/WebCore/JSDOMApplicationCache.cpp \
26993562 DerivedSources/WebCore/JSDOMApplicationCache.h
2700 
2701 webcore_sources += \
2702  WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
2703  WebCore/loader/appcache/ApplicationCache.cpp \
2704  WebCore/loader/appcache/ApplicationCache.h \
2705  WebCore/loader/appcache/ApplicationCacheGroup.cpp \
2706  WebCore/loader/appcache/ApplicationCacheGroup.h \
2707  WebCore/loader/appcache/ApplicationCacheHost.cpp \
2708  WebCore/loader/appcache/ApplicationCacheHost.h \
2709  WebCore/loader/appcache/ApplicationCacheResource.cpp \
2710  WebCore/loader/appcache/ApplicationCacheResource.h \
2711  WebCore/loader/appcache/ApplicationCacheStorage.cpp \
2712  WebCore/loader/appcache/ApplicationCacheStorage.h \
2713  WebCore/loader/appcache/DOMApplicationCache.cpp \
2714  WebCore/loader/appcache/DOMApplicationCache.h \
2715  WebCore/loader/appcache/ManifestParser.cpp \
2716  WebCore/loader/appcache/ManifestParser.h
2717 
27183563endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
27193564
27203565# ----

@@endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
27223567# ----
27233568if ENABLE_DATABASE
27243569FEATURE_DEFINES += ENABLE_DATABASE=1
2725 
2726 webcore_cppflags += \
2727  -DENABLE_DATABASE=1
2728 
 3570webcore_cppflags += -DENABLE_DATABASE=1
27293571webcore_built_sources += \
27303572 DerivedSources/WebCore/JSDatabase.cpp \
27313573 DerivedSources/WebCore/JSDatabase.h \

@@webcore_built_sources += \
27553597 DerivedSources/WebCore/JSSQLTransactionSync.h \
27563598 DerivedSources/WebCore/JSSQLTransactionSyncCallback.cpp \
27573599 DerivedSources/WebCore/JSSQLTransactionSyncCallback.h
2758 
2759 webcore_sources += \
2760  WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2761  WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
2762  WebCore/bindings/js/JSSQLTransactionCustom.cpp \
2763  WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp \
2764  WebCore/platform/sql/SQLValue.cpp \
2765  WebCore/platform/sql/SQLValue.h \
2766  WebCore/platform/sql/SQLiteAuthorizer.cpp \
2767  WebCore/platform/sql/SQLiteDatabase.cpp \
2768  WebCore/platform/sql/SQLiteDatabase.h \
2769  WebCore/platform/sql/SQLiteFileSystem.cpp \
2770  WebCore/platform/sql/SQLiteFileSystem.h \
2771  WebCore/platform/sql/SQLiteStatement.cpp \
2772  WebCore/platform/sql/SQLiteStatement.h \
2773  WebCore/platform/sql/SQLiteTransaction.cpp \
2774  WebCore/platform/sql/SQLiteTransaction.h \
2775  WebCore/storage/AbstractDatabase.cpp \
2776  WebCore/storage/AbstractDatabase.h \
2777  WebCore/storage/ChangeVersionWrapper.cpp \
2778  WebCore/storage/ChangeVersionWrapper.h \
2779  WebCore/storage/Database.cpp \
2780  WebCore/storage/Database.h \
2781  WebCore/storage/DatabaseAuthorizer.cpp \
2782  WebCore/storage/DatabaseAuthorizer.h \
2783  WebCore/storage/DatabaseCallback.h \
2784  WebCore/storage/DatabaseDetails.h \
2785  WebCore/storage/DatabaseSync.cpp \
2786  WebCore/storage/DatabaseSync.h \
2787  WebCore/storage/DatabaseTask.cpp \
2788  WebCore/storage/DatabaseTask.h \
2789  WebCore/storage/DatabaseThread.cpp \
2790  WebCore/storage/DatabaseThread.h \
2791  WebCore/storage/DatabaseTracker.cpp \
2792  WebCore/storage/DatabaseTracker.h \
2793  WebCore/storage/DatabaseTrackerClient.h \
2794  WebCore/storage/OriginQuotaManager.cpp \
2795  WebCore/storage/OriginQuotaManager.h \
2796  WebCore/storage/OriginUsageRecord.cpp \
2797  WebCore/storage/OriginUsageRecord.h \
2798  WebCore/storage/SQLError.h \
2799  WebCore/storage/SQLException.h \
2800  WebCore/storage/SQLResultSet.cpp \
2801  WebCore/storage/SQLResultSet.h \
2802  WebCore/storage/SQLResultSetRowList.cpp \
2803  WebCore/storage/SQLResultSetRowList.h \
2804  WebCore/storage/SQLStatement.cpp \
2805  WebCore/storage/SQLStatement.h \
2806  WebCore/storage/SQLStatementCallback.h \
2807  WebCore/storage/SQLStatementErrorCallback.h \
2808  WebCore/storage/SQLStatementSync.cpp \
2809  WebCore/storage/SQLStatementSync.h \
2810  WebCore/storage/SQLTransaction.cpp \
2811  WebCore/storage/SQLTransaction.h \
2812  WebCore/storage/SQLTransactionCallback.h \
2813  WebCore/storage/SQLTransactionClient.cpp \
2814  WebCore/storage/SQLTransactionClient.h \
2815  WebCore/storage/SQLTransactionCoordinator.h \
2816  WebCore/storage/SQLTransactionCoordinator.cpp \
2817  WebCore/storage/SQLTransactionErrorCallback.h \
2818  WebCore/storage/SQLTransactionSync.cpp \
2819  WebCore/storage/SQLTransactionSync.h \
2820  WebCore/storage/SQLTransactionSyncCallback.h
2821 
28223600else
28233601webcore_cppflags += -DENABLE_DATABASE=0
2824 
28253602endif # END ENABLE_DATABASE
28263603
28273604# ----

@@endif # END ENABLE_DATABASE
28303607if ENABLE_DATALIST
28313608FEATURE_DEFINES += ENABLE_DATALIST=1
28323609HTML_FEATURES += ENABLE_DATALIST=1
2833 
28343610webcore_cppflags += -DENABLE_DATALIST=1
2835 
28363611endif # END ENABLE_DATALIST
28373612
28383613# ----

@@endif
28443619
28453620if ENABLE_EVENTSOURCE
28463621FEATURE_DEFINES += ENABLE_EVENTSOURCE=1
2847 
2848 webcore_cppflags += \
2849  -DENABLE_EVENTSOURCE=1
 3622webcore_cppflags += -DENABLE_EVENTSOURCE=1
28503623endif # ENABLE_EVENTSOURCE
28513624
28523625# ----

@@endif # ENABLE_EVENTSOURCE
28543627# ----
28553628if ENABLE_INDEXED_DATABASE
28563629FEATURE_DEFINES += ENABLE_INDEXED_DATABASE=1
2857 
2858 webcore_cppflags += \
2859  -DENABLE_INDEXED_DATABASE=1
2860 
 3630webcore_cppflags += -DENABLE_INDEXED_DATABASE=1
28613631webcore_built_sources += \
28623632 DerivedSources/WebCore/JSIDBAny.cpp \
28633633 DerivedSources/WebCore/JSIDBAny.h \

@@webcore_built_sources += \
28853655 DerivedSources/WebCore/JSIDBSuccessEvent.h \
28863656 DerivedSources/WebCore/JSIDBTransaction.cpp \
28873657 DerivedSources/WebCore/JSIDBTransaction.h
2888 
2889 webcore_sources += \
2890  WebCore/storage/IDBAny.cpp \
2891  WebCore/storage/IDBAny.h \
2892  WebCore/storage/IDBCallbacks.h \
2893  WebCore/storage/IDBCursorBackendImpl.cpp \
2894  WebCore/storage/IDBCursorBackendImpl.h \
2895  WebCore/storage/IDBCursorBackendInterface.h \
2896  WebCore/storage/IDBCursor.cpp \
2897  WebCore/storage/IDBCursor.h \
2898  WebCore/storage/IDBDatabaseBackendImpl.cpp \
2899  WebCore/storage/IDBDatabaseBackendImpl.h \
2900  WebCore/storage/IDBDatabaseBackendInterface.h \
2901  WebCore/storage/IDBDatabase.cpp \
2902  WebCore/storage/IDBDatabaseError.h \
2903  WebCore/storage/IDBDatabaseException.h \
2904  WebCore/storage/IDBDatabase.h \
2905  WebCore/storage/IDBErrorEvent.cpp \
2906  WebCore/storage/IDBErrorEvent.h \
2907  WebCore/storage/IDBEvent.cpp \
2908  WebCore/storage/IDBEvent.h \
2909  WebCore/storage/IDBFactoryBackendImpl.cpp \
2910  WebCore/storage/IDBFactoryBackendImpl.h
2911  WebCore/storage/IDBFactoryBackendInterface.cpp \
2912  WebCore/storage/IDBFactoryBackendInterface.h \
2913  WebCore/storage/IDBFactory.cpp \
2914  WebCore/storage/IDBFactory.h \
2915  WebCore/storage/IDBIndexBackendImpl.cpp \
2916  WebCore/storage/IDBIndexBackendImpl.h \
2917  WebCore/storage/IDBIndexBackendInterface.h \
2918  WebCore/storage/IDBIndexBackendInterface.h \
2919  WebCore/storage/IDBIndex.cpp \
2920  WebCore/storage/IDBIndex.h \
2921  WebCore/storage/IDBKey.h \
2922  WebCore/storage/IDBKeyRange.cpp \
2923  WebCore/storage/IDBKeyRange.h \
2924  WebCore/storage/IDBObjectStoreBackendImpl.cpp \
2925  WebCore/storage/IDBObjectStoreBackendImpl.h \
2926  WebCore/storage/IDBObjectStoreBackendInterface.h \
2927  WebCore/storage/IDBObjectStoreBackendInterface.h \
2928  WebCore/storage/IDBObjectStore.cpp \
2929  WebCore/storage/IDBObjectStore.h \
2930  WebCore/storage/IDBRequest.cpp \
2931  WebCore/storage/IDBRequest.h \
2932  WebCore/storage/IDBSuccessEvent.cpp \
2933  WebCore/storage/IDBSuccessEvent.h \
2934  WebCore/storage/IDBTransactionBackendInterface.h \
2935  WebCore/storage/IDBTransaction.cpp \
2936  WebCore/storage/IDBTransaction.h
29373658endif # END ENABLE_INDEXED_DATABASE
29383659
29393660# ----

@@endif # END ENABLE_INDEXED_DATABASE
29423663if ENABLE_DIRECTORY_UPLOAD
29433664FEATURE_DEFINES += ENABLE_DIRECTORY_UPLOAD=1
29443665webcore_cppflags += -DENABLE_DIRECTORY_UPLOAD=1
2945 
29463666else
2947 
29483667webcore_cppflags += -DENABLE_DIRECTORY_UPLOAD=0
2949 
29503668endif # END ENABLE_DIRECTORY_UPLOAD
29513669
29523670# ----

@@endif # END ENABLE_DIRECTORY_UPLOAD
29543672# ----
29553673if ENABLE_DOM_STORAGE
29563674FEATURE_DEFINES += ENABLE_DOM_STORAGE=1
2957 
2958 webcore_cppflags += \
2959  -DENABLE_DOM_STORAGE=1
2960 
 3675webcore_cppflags += -DENABLE_DOM_STORAGE=1
29613676webcore_built_sources += \
29623677 DerivedSources/WebCore/JSStorage.cpp \
29633678 DerivedSources/WebCore/JSStorage.h \
29643679 DerivedSources/WebCore/JSStorageEvent.cpp \
29653680 DerivedSources/WebCore/JSStorageEvent.h
2966 
2967 webcore_sources += \
2968  WebCore/bindings/js/JSStorageCustom.cpp \
2969  WebCore/storage/LocalStorageTask.cpp \
2970  WebCore/storage/LocalStorageTask.h \
2971  WebCore/storage/LocalStorageThread.cpp \
2972  WebCore/storage/LocalStorageThread.h \
2973  WebCore/storage/Storage.cpp \
2974  WebCore/storage/Storage.h \
2975  WebCore/storage/StorageArea.h \
2976  WebCore/storage/StorageAreaImpl.cpp \
2977  WebCore/storage/StorageAreaImpl.h \
2978  WebCore/storage/StorageAreaSync.cpp \
2979  WebCore/storage/StorageAreaSync.h \
2980  WebCore/storage/StorageEvent.cpp \
2981  WebCore/storage/StorageEventDispatcher.h \
2982  WebCore/storage/StorageEventDispatcher.cpp \
2983  WebCore/storage/StorageEvent.h \
2984  WebCore/storage/StorageMap.cpp \
2985  WebCore/storage/StorageMap.h \
2986  WebCore/storage/StorageNamespace.cpp \
2987  WebCore/storage/StorageNamespace.h \
2988  WebCore/storage/StorageNamespaceImpl.cpp \
2989  WebCore/storage/StorageNamespaceImpl.h \
2990  WebCore/storage/StorageSyncManager.cpp \
2991  WebCore/storage/StorageSyncManager.h
29923681endif # END ENABLE_DOM_STORAGE
29933682
29943683# ----
29953684# FileSystem API support
29963685# ----
29973686if ENABLE_FILE_SYSTEM
2998 
29993687FEATURE_DEFINES += ENABLE_FILE_SYSTEM=1
30003688webcore_cppflags += -DENABLE_FILE_SYSTEM=1
3001 
30023689webcore_built_sources += \
30033690 DerivedSources/WebCore/JSDirectoryEntry.cpp \
30043691 DerivedSources/WebCore/JSDirectoryEntry.h \

@@webcore_built_sources += \
30263713 DerivedSources/WebCore/JSMetadata.h \
30273714 DerivedSources/WebCore/JSMetadataCallback.cpp \
30283715 DerivedSources/WebCore/JSMetadataCallback.h
3029 
3030 webcore_sources += \
3031  WebCore/fileapi/DirectoryEntry.cpp \
3032  WebCore/fileapi/DirectoryEntry.h \
3033  WebCore/fileapi/DirectoryReader.cpp \
3034  WebCore/fileapi/DirectoryReader.h \
3035  WebCore/fileapi/DOMFilePath.cpp \
3036  WebCore/fileapi/DOMFilePath.h \
3037  WebCore/fileapi/DOMFileSystem.cpp \
3038  WebCore/fileapi/DOMFileSystem.h \
3039  WebCore/fileapi/EntriesCallback.h \
3040  WebCore/fileapi/Entry.cpp \
3041  WebCore/fileapi/Entry.h \
3042  WebCore/fileapi/EntryArray.cpp \
3043  WebCore/fileapi/EntryArray.h \
3044  WebCore/fileapi/EntryCallback.h \
3045  WebCore/fileapi/ErrorCallback.h \
3046  WebCore/fileapi/FileEntry.cpp \
3047  WebCore/fileapi/FileEntry.h \
3048  WebCore/fileapi/FileSystemCallback.h \
3049  WebCore/fileapi/FileSystemCallbacks.cpp \
3050  WebCore/fileapi/FileSystemCallbacks.h \
3051  WebCore/fileapi/Flags.h \
3052  WebCore/fileapi/LocalFileSystem.cpp \
3053  WebCore/fileapi/LocalFileSystem.h \
3054  WebCore/fileapi/Metadata.h \
3055  WebCore/fileapi/MetadataCallback.h
3056 
30573716endif # END ENABLE_FILE_SYSTEM
30583717
30593718# ----
30603719# Speech Input API support
30613720# ----
30623721if ENABLE_INPUT_SPEECH
3063 
30643722FEATURE_DEFINES += ENABLE_INPUT_SPEECH=1
30653723webcore_cppflags += -DENABLE_INPUT_SPEECH=1
3066 
3067 webcore_sources += \
3068  WebCore/page/SpeechInput.cpp \
3069  WebCore/page/SpeechInput.h \
3070  WebCore/page/SpeechInputClient.h \
3071  WebCore/page/SpeechInputListener.h
3072 
30733724else
3074 
30753725webcore_cppflags += -DENABLE_INPUT_SPEECH=0
3076 
30773726endif # END ENABLE_INPUT_SPEECH
30783727
30793728# ----

@@endif # END ENABLE_INPUT_SPEECH
30813730# ----
30823731if ENABLE_ICONDATABASE
30833732webcore_cppflags += -DENABLE_ICONDATABASE=1
3084 
3085 webcore_sources += \
3086  WebCore/loader/icon/IconDatabase.cpp \
3087  WebCore/loader/icon/IconDatabase.h \
3088  WebCore/loader/icon/IconDatabaseClient.h \
3089  WebCore/loader/icon/IconRecord.cpp \
3090  WebCore/loader/icon/IconRecord.h \
3091  WebCore/loader/icon/PageURLRecord.cpp \
3092  WebCore/loader/icon/PageURLRecord.h
3093 
30943733else
3095 webcore_sources += \
3096  WebCore/loader/icon/IconDatabaseNone.cpp
3097 
30983734webcore_cppflags += -DENABLE_ICONDATABASE=0
3099 
31003735endif # END ENABLE_ICONDATABASE
31013736
31023737# ----

@@endif # END ENABLE_ICONDATABASE
31043739# ----
31053740if ENABLE_IMAGE_RESIZER
31063741FEATURE_DEFINES += ENABLE_IMAGE_RESIZER=1
3107 
31083742webcore_cppflags += -DENABLE_IMAGE_RESIZER=1
3109 
31103743else
31113744webcore_cppflags += -DENABLE_IMAGE_RESIZER=0
3112 
31133745endif # END ENABLE_IMAGE_RESIZER
31143746
31153747# ----
31163748# Orientation Events
31173749# ----
31183750if ENABLE_ORIENTATION_EVENTS
3119 
31203751FEATURE_DEFINES += ENABLE_ORIENTATION_EVENTS=1
3121 
31223752webcore_cppflags += -DENABLE_ORIENTATION_EVENTS=1
3123 
31243753endif # END ENABLE_ORIENTATION_EVENTS
31253754
31263755# ----

@@endif # END ENABLE_ORIENTATION_EVENTS
31283757# ----
31293758if ENABLE_VIDEO
31303759FEATURE_DEFINES += ENABLE_VIDEO=1
3131 
31323760HTML_FEATURES += ENABLE_VIDEO=1
31333761webcore_cppflags += -DENABLE_VIDEO=1
31343762

@@if ENABLE_DEBUG
31363764webcore_cppflags += -DGST_DISABLE_DEPRECATED
31373765endif # END ENABLE_DEBUG
31383766
3139 webcore_sources += \
3140  WebCore/bindings/js/JSAudioConstructor.cpp \
3141  WebCore/bindings/js/JSAudioConstructor.h \
3142  WebCore/html/HTMLAudioElement.cpp \
3143  WebCore/html/HTMLAudioElement.h \
3144  WebCore/html/HTMLMediaElement.cpp \
3145  WebCore/html/HTMLMediaElement.h \
3146  WebCore/html/HTMLSourceElement.cpp \
3147  WebCore/html/HTMLSourceElement.h \
3148  WebCore/html/HTMLVideoElement.cpp \
3149  WebCore/html/HTMLVideoElement.h \
3150  WebCore/html/TimeRanges.cpp \
3151  WebCore/html/TimeRanges.h \
3152  WebCore/platform/graphics/MediaPlayer.cpp \
3153  WebCore/platform/graphics/MediaPlayerPrivate.h \
3154  WebCore/rendering/MediaControlElements.cpp \
3155  WebCore/rendering/RenderMedia.cpp \
3156  WebCore/rendering/RenderMedia.h \
3157  WebCore/rendering/RenderVideo.cpp \
3158  WebCore/rendering/RenderVideo.h
3159 
3160 webcoregtk_sources += \
3161  WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
3162  WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
3163  WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
3164  WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h \
3165  WebCore/platform/graphics/gstreamer/DataSourceGStreamer.cpp \
3166  WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h \
3167  WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
3168  WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.h \
3169  WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \
3170  WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
3171  WebCore/platform/graphics/gstreamer/ImageGStreamer.h \
3172  WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp \
3173  WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h \
3174  WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp \
3175  WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
3176  WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h
3177 
31783767webcore_libadd += \
31793768 -lgstinterfaces-0.10 \
31803769 -lgstvideo-0.10 \
31813770 -lgstpbutils-0.10 \
31823771 -lgstapp-0.10
3183 
31843772endif # END ENABLE_VIDEO
31853773
31863774# ----

@@endif # END ENABLE_VIDEO
31883776# ----
31893777if ENABLE_XHTMLMP
31903778FEATURE_DEFINES += ENABLE_XHTMLMP=1
3191 
31923779webcore_cppflags += -DENABLE_XHTMLMP=1
3193 
3194 webcore_sources += \
3195  WebCore/html/HTMLNoScriptElement.cpp \
3196  WebCore/html/HTMLNoScriptElement.h
31973780endif # END ENABLE_XHTMLMP
31983781
31993782# ----
32003783# Sandboxed IFrame Support
32013784# ----
32023785if ENABLE_SANDBOX
3203 
32043786HTML_FEATURES += ENABLE_SANDBOX=1
32053787webcore_cppflags += -DENABLE_SANDBOX=1
3206 
32073788endif # END ENABLE_SANDBOX
32083789
32093790# ----
32103791# Ruby Support
32113792# ----
32123793if ENABLE_RUBY
3213 
32143794HTML_FEATURES += ENABLE_RUBY=1
32153795webcore_cppflags += -DENABLE_RUBY=1
3216 
32173796endif # END ENABLE_RUBY
32183797
32193798# ----

@@endif # END ENABLE_RUBY
32213800# ----
32223801if ENABLE_XPATH
32233802FEATURE_DEFINES += ENABLE_XPATH=1
3224 
32253803webcore_cppflags += -DENABLE_XPATH=1
3226 
32273804webcore_built_sources += \
32283805 DerivedSources/WebCore/JSXPathEvaluator.cpp \
32293806 DerivedSources/WebCore/JSXPathEvaluator.h \

@@webcore_built_sources += \
32383815 DerivedSources/WebCore/XPathGrammar.cpp \
32393816 DerivedSources/WebCore/XPathGrammar.h
32403817
3241 webcore_sources += \
3242  WebCore/xml/NativeXPathNSResolver.cpp \
3243  WebCore/xml/NativeXPathNSResolver.h \
3244  WebCore/xml/XPathEvaluator.cpp \
3245  WebCore/xml/XPathEvaluator.h \
3246  WebCore/xml/XPathException.h \
3247  WebCore/xml/XPathExpression.cpp \
3248  WebCore/xml/XPathExpression.h \
3249  WebCore/xml/XPathExpressionNode.cpp \
3250  WebCore/xml/XPathExpressionNode.h \
3251  WebCore/xml/XPathFunctions.cpp \
3252  WebCore/xml/XPathFunctions.h \
3253  WebCore/xml/XPathNSResolver.cpp \
3254  WebCore/xml/XPathNSResolver.h \
3255  WebCore/xml/XPathNamespace.cpp \
3256  WebCore/xml/XPathNamespace.h \
3257  WebCore/xml/XPathNodeSet.cpp \
3258  WebCore/xml/XPathNodeSet.h \
3259  WebCore/xml/XPathParser.cpp \
3260  WebCore/xml/XPathParser.h \
3261  WebCore/xml/XPathPath.cpp \
3262  WebCore/xml/XPathPath.h \
3263  WebCore/xml/XPathPredicate.cpp \
3264  WebCore/xml/XPathPredicate.h \
3265  WebCore/xml/XPathResult.cpp \
3266  WebCore/xml/XPathResult.h \
3267  WebCore/xml/XPathStep.cpp \
3268  WebCore/xml/XPathStep.h \
3269  WebCore/xml/XPathUtil.cpp \
3270  WebCore/xml/XPathUtil.h \
3271  WebCore/xml/XPathValue.cpp \
3272  WebCore/xml/XPathValue.h \
3273  WebCore/xml/XPathVariableReference.cpp \
3274  WebCore/xml/XPathVariableReference.h
3275 # XPath grammar
3276 
32773818$(GENSOURCES_WEBCORE)/XPathGrammar.h: $(GENSOURCES_WEBCORE)/XPathGrammar.cpp;
32783819
32793820# NOTE: older versions of bison do not inject an inclusion guard, so we do it

@@$(GENSOURCES_WEBCORE)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
32863827 cat $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
32873828 echo '#endif' >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
32883829 rm -f $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
3289 
32903830endif # END ENABLE_XPATH
32913831
32923832# ----

@@endif # END ENABLE_XPATH
32943834# ----
32953835if ENABLE_XSLT
32963836FEATURE_DEFINES += ENABLE_XSLT=1
3297 
32983837webcore_cppflags += -DENABLE_XSLT=1
3299 
3300 webcore_sources += \
3301  WebCore/dom/TransformSourceLibxslt.cpp \
3302  WebCore/dom/TransformSource.h \
3303  WebCore/xml/XSLImportRule.cpp \
3304  WebCore/xml/XSLImportRule.h \
3305  WebCore/xml/XSLStyleSheetLibxslt.cpp \
3306  WebCore/xml/XSLStyleSheet.h \
3307  WebCore/xml/XSLTExtensions.cpp \
3308  WebCore/xml/XSLTExtensions.h \
3309  WebCore/xml/XSLTProcessor.cpp \
3310  WebCore/xml/XSLTProcessorLibxslt.cpp \
3311  WebCore/xml/XSLTProcessor.h \
3312  WebCore/xml/XSLTUnicodeSort.cpp \
3313  WebCore/xml/XSLTUnicodeSort.h
33143838endif # END ENABLE_XSLT
33153839
33163840# ----

@@endif # END ENABLE_XSLT
33183842# ----
33193843if ENABLE_WORKERS
33203844FEATURE_DEFINES += ENABLE_WORKERS=1
3321 
3322 webcore_cppflags += \
3323  -DENABLE_WORKERS=1
3324 
3325 webcore_sources += \
3326  WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
3327  WebCore/bindings/js/JSWorkerContextBase.cpp \
3328  WebCore/bindings/js/JSWorkerContextBase.h \
3329  WebCore/bindings/js/JSWorkerContextCustom.cpp \
3330  WebCore/bindings/js/JSWorkerCustom.cpp \
3331  WebCore/bindings/js/WorkerScriptController.cpp \
3332  WebCore/bindings/js/WorkerScriptController.h \
3333  WebCore/page/WorkerNavigator.cpp \
3334  WebCore/page/WorkerNavigator.h \
3335  WebCore/workers/AbstractWorker.cpp \
3336  WebCore/workers/AbstractWorker.h \
3337  WebCore/workers/DedicatedWorkerContext.cpp \
3338  WebCore/workers/DedicatedWorkerContext.h \
3339  WebCore/workers/DedicatedWorkerThread.cpp \
3340  WebCore/workers/DedicatedWorkerThread.h \
3341  WebCore/workers/Worker.cpp \
3342  WebCore/workers/Worker.h \
3343  WebCore/workers/WorkerContext.cpp \
3344  WebCore/workers/WorkerContext.h \
3345  WebCore/workers/WorkerContextProxy.h \
3346  WebCore/workers/WorkerLoaderProxy.h \
3347  WebCore/workers/WorkerLocation.cpp \
3348  WebCore/workers/WorkerLocation.h \
3349  WebCore/workers/WorkerMessagingProxy.cpp \
3350  WebCore/workers/WorkerMessagingProxy.h \
3351  WebCore/workers/WorkerObjectProxy.h \
3352  WebCore/workers/WorkerReportingProxy.h \
3353  WebCore/workers/WorkerRunLoop.cpp \
3354  WebCore/workers/WorkerRunLoop.h \
3355  WebCore/workers/WorkerScriptLoader.cpp \
3356  WebCore/workers/WorkerScriptLoader.h \
3357  WebCore/workers/WorkerScriptLoaderClient.h \
3358  WebCore/workers/WorkerThread.cpp \
3359  WebCore/workers/WorkerThread.h
 3845webcore_cppflags += -DENABLE_WORKERS=1
33603846endif
33613847
33623848# ---

@@endif
33643850# ---
33653851if ENABLE_SHARED_WORKERS
33663852FEATURE_DEFINES += ENABLE_SHARED_WORKERS=1
3367 
3368 webcore_cppflags += \
3369  -DENABLE_SHARED_WORKERS=1
3370 
3371 webcore_sources += \
3372  WebCore/bindings/js/JSSharedWorkerCustom.cpp \
3373  WebCore/workers/DefaultSharedWorkerRepository.cpp \
3374  WebCore/workers/DefaultSharedWorkerRepository.h \
3375  WebCore/workers/SharedWorker.cpp \
3376  WebCore/workers/SharedWorker.h \
3377  WebCore/workers/SharedWorkerContext.cpp \
3378  WebCore/workers/SharedWorkerContext.h \
3379  WebCore/workers/SharedWorkerThread.cpp \
3380  WebCore/workers/SharedWorkerThread.h
3381 
 3853webcore_cppflags += -DENABLE_SHARED_WORKERS=1
33823854endif
33833855
33843856# ----

@@endif
33863858# ----
33873859if ENABLE_WML
33883860FEATURE_DEFINES += ENABLE_WML=1
3389 
 3861webcore_cppflags += -DENABLE_WML=1
33903862webcore_built_sources += \
33913863 DerivedSources/WebCore/WMLElementFactory.cpp \
33923864 DerivedSources/WebCore/WMLNames.cpp
33933865
3394 webcore_cppflags += \
3395  -DENABLE_WML=1
3396 
3397 webcore_sources += \
3398  WebCore/wml/WMLAElement.cpp \
3399  WebCore/wml/WMLAccessElement.cpp \
3400  WebCore/wml/WMLAnchorElement.cpp \
3401  WebCore/wml/WMLBRElement.cpp \
3402  WebCore/wml/WMLCardElement.cpp \
3403  WebCore/wml/WMLDoElement.cpp \
3404  WebCore/wml/WMLDocument.cpp \
3405  WebCore/wml/WMLElement.cpp \
3406  WebCore/wml/WMLErrorHandling.cpp \
3407  WebCore/wml/WMLEventHandlingElement.cpp \
3408  WebCore/wml/WMLFieldSetElement.cpp \
3409  WebCore/wml/WMLFormControlElement.cpp \
3410  WebCore/wml/WMLGoElement.cpp \
3411  WebCore/wml/WMLImageElement.cpp \
3412  WebCore/wml/WMLImageLoader.cpp \
3413  WebCore/wml/WMLInputElement.cpp \
3414  WebCore/wml/WMLInsertedLegendElement.cpp \
3415  WebCore/wml/WMLIntrinsicEvent.cpp \
3416  WebCore/wml/WMLIntrinsicEventHandler.cpp \
3417  WebCore/wml/WMLMetaElement.cpp \
3418  WebCore/wml/WMLNoopElement.cpp \
3419  WebCore/wml/WMLOnEventElement.cpp \
3420  WebCore/wml/WMLPElement.cpp \
3421  WebCore/wml/WMLOptGroupElement.cpp \
3422  WebCore/wml/WMLOptionElement.cpp \
3423  WebCore/wml/WMLPageState.cpp \
3424  WebCore/wml/WMLPostfieldElement.cpp \
3425  WebCore/wml/WMLPrevElement.cpp \
3426  WebCore/wml/WMLRefreshElement.cpp \
3427  WebCore/wml/WMLSelectElement.cpp \
3428  WebCore/wml/WMLSetvarElement.cpp \
3429  WebCore/wml/WMLTableElement.cpp \
3430  WebCore/wml/WMLTaskElement.cpp \
3431  WebCore/wml/WMLTemplateElement.cpp \
3432  WebCore/wml/WMLTimerElement.cpp \
3433  WebCore/wml/WMLVariables.cpp
3434 
34353866# WML tag and attribute names
34363867DerivedSources/WebCore/WMLNames.cpp: DerivedSources/WebCore/WMLElementFactory.cpp;
3437 
34383868DerivedSources/WebCore/WMLElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/wml/WMLTagNames.in $(WebCore)/wml/WMLAttributeNames.in
34393869 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
34403870endif # END ENABLE_WML

@@endif # END ENABLE_WML
34433873# Filters
34443874# ----
34453875if ENABLE_FILTERS
3446 
34473876FEATURE_DEFINES += ENABLE_FILTERS=1
34483877webcore_cppflags += -DENABLE_FILTERS=1
34493878
3450 webcore_sources += \
3451  WebCore/platform/graphics/filters/FEBlend.cpp \
3452  WebCore/platform/graphics/filters/FEBlend.h \
3453  WebCore/platform/graphics/filters/FEColorMatrix.cpp \
3454  WebCore/platform/graphics/filters/FEColorMatrix.h \
3455  WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
3456  WebCore/platform/graphics/filters/FEComponentTransfer.h \
3457  WebCore/platform/graphics/filters/FEComposite.cpp \
3458  WebCore/platform/graphics/filters/FEComposite.h \
3459  WebCore/platform/graphics/filters/FEGaussianBlur.cpp \
3460  WebCore/platform/graphics/filters/FEGaussianBlur.h \
3461  WebCore/platform/graphics/filters/Filter.h \
3462  WebCore/platform/graphics/filters/FilterEffect.cpp \
3463  WebCore/platform/graphics/filters/FilterEffect.h \
3464  WebCore/platform/graphics/filters/ImageBufferFilter.cpp \
3465  WebCore/platform/graphics/filters/ImageBufferFilter.h \
3466  WebCore/platform/graphics/filters/SourceAlpha.cpp \
3467  WebCore/platform/graphics/filters/SourceAlpha.h \
3468  WebCore/platform/graphics/filters/SourceGraphic.cpp \
3469  WebCore/platform/graphics/filters/SourceGraphic.h
3470 
34713879if ENABLE_SVG
34723880SVG_FEATURES += ENABLE_FILTERS=1
34733881endif

@@endif # END ENABLE_FILTERS
34783886# Geolocation
34793887# ----
34803888if ENABLE_GEOLOCATION
3481 
34823889FEATURE_DEFINES += ENABLE_GEOLOCATION=1
3483 webcore_cppflags += \
3484  -DENABLE_GEOLOCATION=1
3485 
3486 webcoregtk_sources += \
3487  WebCore/platform/gtk/GeolocationServiceGtk.cpp \
3488  WebCore/platform/gtk/GeolocationServiceGtk.h
 3890webcore_cppflags += -DENABLE_GEOLOCATION=1
34893891endif # END ENABLE_GEOLOCATION
34903892
34913893# ----
34923894# MathML support
34933895# ----
34943896if ENABLE_MATHML
3495 
34963897FEATURE_DEFINES += ENABLE_MATHML=1
3497 
3498 webcore_cppflags += \
3499  -DENABLE_MATHML=1
3500 
3501 webcore_sources += \
3502  WebCore/mathml/MathMLElement.cpp \
3503  WebCore/mathml/MathMLElement.h \
3504  WebCore/mathml/MathMLInlineContainerElement.cpp \
3505  WebCore/mathml/MathMLInlineContainerElement.h \
3506  WebCore/mathml/MathMLMathElement.cpp \
3507  WebCore/mathml/MathMLMathElement.h \
3508  WebCore/mathml/MathMLTextElement.cpp \
3509  WebCore/mathml/MathMLTextElement.h \
3510  WebCore/mathml/RenderMathMLBlock.cpp \
3511  WebCore/mathml/RenderMathMLBlock.h \
3512  WebCore/mathml/RenderMathMLFenced.cpp \
3513  WebCore/mathml/RenderMathMLFenced.h \
3514  WebCore/mathml/RenderMathMLFraction.cpp \
3515  WebCore/mathml/RenderMathMLFraction.h \
3516  WebCore/mathml/RenderMathMLMath.cpp \
3517  WebCore/mathml/RenderMathMLMath.h \
3518  WebCore/mathml/RenderMathMLOperator.cpp \
3519  WebCore/mathml/RenderMathMLOperator.h \
3520  WebCore/mathml/RenderMathMLRoot.cpp \
3521  WebCore/mathml/RenderMathMLRoot.h \
3522  WebCore/mathml/RenderMathMLRow.cpp \
3523  WebCore/mathml/RenderMathMLRow.h \
3524  WebCore/mathml/RenderMathMLSquareRoot.cpp \
3525  WebCore/mathml/RenderMathMLSquareRoot.h \
3526  WebCore/mathml/RenderMathMLSubSup.cpp \
3527  WebCore/mathml/RenderMathMLSubSup.h \
3528  WebCore/mathml/RenderMathMLUnderOver.cpp \
3529  WebCore/mathml/RenderMathMLUnderOver.h
3530 
3531 endif # END ENABLE_MATHML
3532 
3533 webcore_built_sources += \
3534  DerivedSources/WebCore/MathMLElementFactory.cpp \
3535  DerivedSources/WebCore/MathMLElementFactory.h \
3536  DerivedSources/WebCore/MathMLNames.cpp \
3537  DerivedSources/WebCore/MathMLNames.h
 3898webcore_cppflags += -DENABLE_MATHML=1
 3899endif # ENABLE_MATHML
35383900
35393901# MathML tag and attribute names, and element factory
3540 DerivedSources/WebCore/MathMLElementFactory.h: DerivedSources/WebCore/MathMLElementFactory.cpp
3541 
3542 DerivedSources/WebCore/MathMLNames.h: DerivedSources/WebCore/MathMLNames.cpp
3543 
3544 DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
 3902DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLElementFactory.h DerivedSources/WebCore/MathMLNames.cpp DerivedSources/WebCore/MathMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
35453903 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
35463904
35473905# ----

@@DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLNam
35493907# ----
35503908if ENABLE_NOTIFICATIONS
35513909FEATURE_DEFINES += ENABLE_NOTIFICATIONS=1
3552 
3553 webcore_cppflags += \
3554  -DENABLE_NOTIFICATIONS=1
3555 
3556 webcore_sources += \
3557  WebCore/notifications/Notification.cpp \
3558  WebCore/notifications/Notification.h \
3559  WebCore/notifications/NotificationCenter.cpp \
3560  WebCore/notifications/NotificationCenter.h \
3561  WebCore/notifications/NotificationPresenter.h \
3562  WebCore/notifications/NotificationContents.h
3563 
 3910webcore_cppflags += -DENABLE_NOTIFICATIONS=1
35643911endif # END ENABLE_NOTIFICATIONS
35653912
35663913# ----

@@endif # END ENABLE_NOTIFICATIONS
35703917# ----
35713918if ENABLE_SVG
35723919FEATURE_DEFINES += ENABLE_SVG=1
3573 
 3920webcore_cppflags += -DENABLE_SVG=1
35743921WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in
35753922WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
3576 
3577 webcore_cppflags += \
3578  -DENABLE_SVG=1
3579 
35803923webcore_built_sources += \
35813924 DerivedSources/WebCore/JSElementTimeControl.h \
35823925 DerivedSources/WebCore/JSSVGAElement.cpp \

@@webcore_built_sources += \
38634206 DerivedSources/WebCore/JSSVGZoomEvent.cpp \
38644207 DerivedSources/WebCore/JSSVGZoomEvent.h
38654208
3866 webcore_sources += \
3867  WebCore/bindings/js/JSSVGContextCache.h \
3868  WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
3869  WebCore/bindings/js/JSSVGLengthCustom.cpp \
3870  WebCore/bindings/js/JSSVGMatrixCustom.cpp \
3871  WebCore/bindings/js/JSSVGPODListCustom.h \
3872  WebCore/bindings/js/JSSVGPODTypeWrapper.h \
3873  WebCore/bindings/js/JSSVGPathSegCustom.cpp \
3874  WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
3875  WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
3876  WebCore/css/SVGCSSParser.cpp \
3877  WebCore/css/SVGCSSStyleSelector.cpp \
3878  WebCore/rendering/PointerEventsHitRules.cpp \
3879  WebCore/rendering/PointerEventsHitRules.h \
3880  WebCore/rendering/RenderForeignObject.cpp \
3881  WebCore/rendering/RenderForeignObject.h \
3882  WebCore/rendering/RenderPath.cpp \
3883  WebCore/rendering/RenderPath.h \
3884  WebCore/rendering/RenderSVGBlock.cpp \
3885  WebCore/rendering/RenderSVGBlock.h \
3886  WebCore/rendering/RenderSVGContainer.cpp \
3887  WebCore/rendering/RenderSVGContainer.h \
3888  WebCore/rendering/RenderSVGGradientStop.cpp \
3889  WebCore/rendering/RenderSVGGradientStop.h \
3890  WebCore/rendering/RenderSVGHiddenContainer.cpp \
3891  WebCore/rendering/RenderSVGHiddenContainer.h \
3892  WebCore/rendering/RenderSVGImage.cpp \
3893  WebCore/rendering/RenderSVGImage.h \
3894  WebCore/rendering/RenderSVGInline.cpp \
3895  WebCore/rendering/RenderSVGInline.h \
3896  WebCore/rendering/RenderSVGInlineText.cpp \
3897  WebCore/rendering/RenderSVGInlineText.h \
3898  WebCore/rendering/RenderSVGModelObject.cpp \
3899  WebCore/rendering/RenderSVGModelObject.h \
3900  WebCore/rendering/RenderSVGResource.cpp \
3901  WebCore/rendering/RenderSVGResource.h \
3902  WebCore/rendering/RenderSVGResourceClipper.cpp \
3903  WebCore/rendering/RenderSVGResourceClipper.h \
3904  WebCore/rendering/RenderSVGResourceFilter.cpp \
3905  WebCore/rendering/RenderSVGResourceFilter.h \
3906  WebCore/rendering/RenderSVGResourceGradient.cpp \
3907  WebCore/rendering/RenderSVGResourceGradient.h \
3908  WebCore/rendering/RenderSVGResourceLinearGradient.cpp \
3909  WebCore/rendering/RenderSVGResourceLinearGradient.h \
3910  WebCore/rendering/RenderSVGResourceMarker.cpp \
3911  WebCore/rendering/RenderSVGResourceMarker.h \
3912  WebCore/rendering/RenderSVGResourceMasker.cpp \
3913  WebCore/rendering/RenderSVGResourceMasker.h \
3914  WebCore/rendering/RenderSVGResourcePattern.cpp \
3915  WebCore/rendering/RenderSVGResourcePattern.h \
3916  WebCore/rendering/RenderSVGResourceRadialGradient.cpp \
3917  WebCore/rendering/RenderSVGResourceRadialGradient.h \
3918  WebCore/rendering/RenderSVGResourceSolidColor.cpp \
3919  WebCore/rendering/RenderSVGResourceSolidColor.h \
3920  WebCore/rendering/RenderSVGRoot.cpp \
3921  WebCore/rendering/RenderSVGRoot.h \
3922  WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp \
3923  WebCore/rendering/RenderSVGShadowTreeRootContainer.h \
3924  WebCore/rendering/RenderSVGTSpan.cpp \
3925  WebCore/rendering/RenderSVGTSpan.h \
3926  WebCore/rendering/RenderSVGText.cpp \
3927  WebCore/rendering/RenderSVGText.h \
3928  WebCore/rendering/RenderSVGTextPath.cpp \
3929  WebCore/rendering/RenderSVGTextPath.h \
3930  WebCore/rendering/RenderSVGTransformableContainer.cpp \
3931  WebCore/rendering/RenderSVGTransformableContainer.h \
3932  WebCore/rendering/RenderSVGViewportContainer.cpp \
3933  WebCore/rendering/RenderSVGViewportContainer.h \
3934  WebCore/rendering/SVGCharacterData.cpp \
3935  WebCore/rendering/SVGCharacterData.h \
3936  WebCore/rendering/SVGCharacterLayoutInfo.cpp \
3937  WebCore/rendering/SVGCharacterLayoutInfo.h \
3938  WebCore/rendering/SVGInlineFlowBox.cpp \
3939  WebCore/rendering/SVGInlineFlowBox.h \
3940  WebCore/rendering/SVGImageBufferTools.cpp \
3941  WebCore/rendering/SVGImageBufferTools.h \
3942  WebCore/rendering/SVGInlineTextBox.cpp \
3943  WebCore/rendering/SVGInlineTextBox.h \
3944  WebCore/rendering/SVGMarkerData.h \
3945  WebCore/rendering/SVGMarkerLayoutInfo.cpp \
3946  WebCore/rendering/SVGMarkerLayoutInfo.h \
3947  WebCore/rendering/SVGRenderSupport.cpp \
3948  WebCore/rendering/SVGRenderSupport.h \
3949  WebCore/rendering/SVGRenderTreeAsText.cpp \
3950  WebCore/rendering/SVGRenderTreeAsText.h \
3951  WebCore/rendering/SVGResources.cpp \
3952  WebCore/rendering/SVGResources.h \
3953  WebCore/rendering/SVGResourcesCache.cpp \
3954  WebCore/rendering/SVGResourcesCache.h \
3955  WebCore/rendering/SVGResourcesCycleSolver.cpp \
3956  WebCore/rendering/SVGResourcesCycleSolver.h \
3957  WebCore/rendering/SVGRootInlineBox.cpp \
3958  WebCore/rendering/SVGRootInlineBox.h \
3959  WebCore/rendering/SVGShadowTreeElements.cpp \
3960  WebCore/rendering/SVGShadowTreeElements.h \
3961  WebCore/rendering/SVGTextChunkLayoutInfo.cpp \
3962  WebCore/rendering/SVGTextChunkLayoutInfo.h \
3963  WebCore/rendering/SVGTextLayoutUtilities.cpp \
3964  WebCore/rendering/SVGTextLayoutUtilities.h \
3965  WebCore/rendering/SVGTextQuery.cpp \
3966  WebCore/rendering/SVGTextQuery.h \
3967  WebCore/rendering/style/SVGRenderStyle.cpp \
3968  WebCore/rendering/style/SVGRenderStyle.h \
3969  WebCore/rendering/style/SVGRenderStyleDefs.cpp \
3970  WebCore/rendering/style/SVGRenderStyleDefs.h \
3971  WebCore/svg/ColorDistance.cpp \
3972  WebCore/svg/ColorDistance.h \
3973  WebCore/svg/ElementTimeControl.h \
3974  WebCore/svg/GradientAttributes.h \
3975  WebCore/svg/LinearGradientAttributes.h \
3976  WebCore/svg/PatternAttributes.h \
3977  WebCore/svg/RadialGradientAttributes.h \
3978  WebCore/svg/SVGAElement.cpp \
3979  WebCore/svg/SVGAElement.h \
3980  WebCore/svg/SVGAltGlyphElement.cpp \
3981  WebCore/svg/SVGAltGlyphElement.h \
3982  WebCore/svg/SVGAngle.cpp \
3983  WebCore/svg/SVGAngle.h \
3984  WebCore/svg/SVGAnimateColorElement.cpp \
3985  WebCore/svg/SVGAnimateColorElement.h \
3986  WebCore/svg/SVGAnimateElement.cpp \
3987  WebCore/svg/SVGAnimateElement.h \
3988  WebCore/svg/SVGAnimateMotionElement.cpp \
3989  WebCore/svg/SVGAnimateMotionElement.h \
3990  WebCore/svg/SVGAnimateTransformElement.cpp \
3991  WebCore/svg/SVGAnimateTransformElement.h \
3992  WebCore/svg/SVGAnimatedPathData.cpp \
3993  WebCore/svg/SVGAnimatedPathData.h \
3994  WebCore/svg/SVGAnimatedPoints.cpp \
3995  WebCore/svg/SVGAnimatedPoints.h \
3996  WebCore/svg/SVGAnimatedProperty.h \
3997  WebCore/svg/SVGAnimatedPropertySynchronizer.h \
3998  WebCore/svg/SVGAnimatedPropertyTraits.h \
3999  WebCore/svg/SVGAnimatedTemplate.h \
4000  WebCore/svg/SVGAnimationElement.cpp \
4001  WebCore/svg/SVGAnimationElement.h \
4002  WebCore/svg/SVGCircleElement.cpp \
4003  WebCore/svg/SVGCircleElement.h \
4004  WebCore/svg/SVGClipPathElement.cpp \
4005  WebCore/svg/SVGClipPathElement.h \
4006  WebCore/svg/SVGColor.cpp \
4007  WebCore/svg/SVGColor.h \
4008  WebCore/svg/SVGComponentTransferFunctionElement.cpp \
4009  WebCore/svg/SVGComponentTransferFunctionElement.h \
4010  WebCore/svg/SVGCursorElement.cpp \
4011  WebCore/svg/SVGCursorElement.h \
4012  WebCore/svg/SVGDefsElement.cpp \
4013  WebCore/svg/SVGDefsElement.h \
4014  WebCore/svg/SVGDescElement.cpp \
4015  WebCore/svg/SVGDescElement.h \
4016  WebCore/svg/SVGDocument.cpp \
4017  WebCore/svg/SVGDocument.h \
4018  WebCore/svg/SVGDocumentExtensions.cpp \
4019  WebCore/svg/SVGDocumentExtensions.h \
4020  WebCore/svg/SVGElement.cpp \
4021  WebCore/svg/SVGElement.h \
4022  WebCore/svg/SVGElementInstance.cpp \
4023  WebCore/svg/SVGElementInstance.h \
4024  WebCore/svg/SVGElementInstanceList.cpp \
4025  WebCore/svg/SVGElementInstanceList.h \
4026  WebCore/svg/SVGElementRareData.h \
4027  WebCore/svg/SVGEllipseElement.cpp \
4028  WebCore/svg/SVGEllipseElement.h \
4029  WebCore/svg/SVGException.h \
4030  WebCore/svg/SVGExternalResourcesRequired.cpp \
4031  WebCore/svg/SVGExternalResourcesRequired.h \
4032  WebCore/svg/SVGFEBlendElement.cpp \
4033  WebCore/svg/SVGFEBlendElement.h \
4034  WebCore/svg/SVGFEColorMatrixElement.cpp \
4035  WebCore/svg/SVGFEColorMatrixElement.h \
4036  WebCore/svg/SVGFEComponentTransferElement.cpp \
4037  WebCore/svg/SVGFEComponentTransferElement.h \
4038  WebCore/svg/SVGFECompositeElement.cpp \
4039  WebCore/svg/SVGFECompositeElement.h \
4040  WebCore/svg/SVGFEConvolveMatrixElement.cpp \
4041  WebCore/svg/SVGFEConvolveMatrixElement.h \
4042  WebCore/svg/SVGFEDiffuseLightingElement.cpp \
4043  WebCore/svg/SVGFEDiffuseLightingElement.h \
4044  WebCore/svg/SVGFEDisplacementMapElement.cpp \
4045  WebCore/svg/SVGFEDisplacementMapElement.h \
4046  WebCore/svg/SVGFEDistantLightElement.cpp \
4047  WebCore/svg/SVGFEDistantLightElement.h \
4048  WebCore/svg/SVGFEFloodElement.cpp \
4049  WebCore/svg/SVGFEFloodElement.h \
4050  WebCore/svg/SVGFEFuncAElement.cpp \
4051  WebCore/svg/SVGFEFuncAElement.h \
4052  WebCore/svg/SVGFEFuncBElement.cpp \
4053  WebCore/svg/SVGFEFuncBElement.h \
4054  WebCore/svg/SVGFEFuncGElement.cpp \
4055  WebCore/svg/SVGFEFuncGElement.h \
4056  WebCore/svg/SVGFEFuncRElement.cpp \
4057  WebCore/svg/SVGFEFuncRElement.h \
4058  WebCore/svg/SVGFEGaussianBlurElement.cpp \
4059  WebCore/svg/SVGFEGaussianBlurElement.h \
4060  WebCore/svg/SVGFEImageElement.cpp \
4061  WebCore/svg/SVGFEImageElement.h \
4062  WebCore/svg/SVGFELightElement.cpp \
4063  WebCore/svg/SVGFELightElement.h \
4064  WebCore/svg/SVGFEMergeElement.cpp \
4065  WebCore/svg/SVGFEMergeElement.h \
4066  WebCore/svg/SVGFEMergeNodeElement.cpp \
4067  WebCore/svg/SVGFEMergeNodeElement.h \
4068  WebCore/svg/SVGFEMorphologyElement.cpp \
4069  WebCore/svg/SVGFEMorphologyElement.h \
4070  WebCore/svg/SVGFEOffsetElement.cpp \
4071  WebCore/svg/SVGFEOffsetElement.h \
4072  WebCore/svg/SVGFEPointLightElement.cpp \
4073  WebCore/svg/SVGFEPointLightElement.h \
4074  WebCore/svg/SVGFESpecularLightingElement.cpp \
4075  WebCore/svg/SVGFESpecularLightingElement.h \
4076  WebCore/svg/SVGFESpotLightElement.cpp \
4077  WebCore/svg/SVGFESpotLightElement.h \
4078  WebCore/svg/SVGFETileElement.cpp \
4079  WebCore/svg/SVGFETileElement.h \
4080  WebCore/svg/SVGFETurbulenceElement.cpp \
4081  WebCore/svg/SVGFETurbulenceElement.h \
4082  WebCore/svg/SVGFilterElement.cpp \
4083  WebCore/svg/SVGFilterElement.h \
4084  WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
4085  WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
4086  WebCore/svg/SVGFitToViewBox.cpp \
4087  WebCore/svg/SVGFitToViewBox.h \
4088  WebCore/svg/SVGFont.cpp \
4089  WebCore/svg/SVGFontData.cpp \
4090  WebCore/svg/SVGFontData.h \
4091  WebCore/svg/SVGFontElement.cpp \
4092  WebCore/svg/SVGFontElement.h \
4093  WebCore/svg/SVGFontFaceElement.cpp \
4094  WebCore/svg/SVGFontFaceElement.h \
4095  WebCore/svg/SVGFontFaceFormatElement.cpp \
4096  WebCore/svg/SVGFontFaceFormatElement.h \
4097  WebCore/svg/SVGFontFaceNameElement.cpp \
4098  WebCore/svg/SVGFontFaceNameElement.h \
4099  WebCore/svg/SVGFontFaceSrcElement.cpp \
4100  WebCore/svg/SVGFontFaceSrcElement.h \
4101  WebCore/svg/SVGFontFaceUriElement.cpp \
4102  WebCore/svg/SVGFontFaceUriElement.h \
4103  WebCore/svg/SVGForeignObjectElement.cpp \
4104  WebCore/svg/SVGForeignObjectElement.h \
4105  WebCore/svg/SVGGElement.cpp \
4106  WebCore/svg/SVGGElement.h \
4107  WebCore/svg/SVGGlyphElement.cpp \
4108  WebCore/svg/SVGGlyphElement.h \
4109  WebCore/svg/SVGGlyphMap.h \
4110  WebCore/svg/SVGGradientElement.cpp \
4111  WebCore/svg/SVGGradientElement.h \
4112  WebCore/svg/SVGHKernElement.cpp \
4113  WebCore/svg/SVGHKernElement.h \
4114  WebCore/svg/SVGImageElement.cpp \
4115  WebCore/svg/SVGImageElement.h \
4116  WebCore/svg/SVGImageLoader.cpp \
4117  WebCore/svg/SVGImageLoader.h \
4118  WebCore/svg/SVGLangSpace.cpp \
4119  WebCore/svg/SVGLangSpace.h \
4120  WebCore/svg/SVGLength.cpp \
4121  WebCore/svg/SVGLength.h \
4122  WebCore/svg/SVGLengthList.cpp \
4123  WebCore/svg/SVGLengthList.h \
4124  WebCore/svg/SVGLineElement.cpp \
4125  WebCore/svg/SVGLineElement.h \
4126  WebCore/svg/SVGLinearGradientElement.cpp \
4127  WebCore/svg/SVGLinearGradientElement.h \
4128  WebCore/svg/SVGList.h \
4129  WebCore/svg/SVGListTraits.h \
4130  WebCore/svg/SVGLocatable.cpp \
4131  WebCore/svg/SVGLocatable.h \
4132  WebCore/svg/SVGMPathElement.cpp \
4133  WebCore/svg/SVGMPathElement.h \
4134  WebCore/svg/SVGMarkerElement.cpp \
4135  WebCore/svg/SVGMarkerElement.h \
4136  WebCore/svg/SVGMaskElement.cpp \
4137  WebCore/svg/SVGMaskElement.h \
4138  WebCore/svg/SVGMetadataElement.cpp \
4139  WebCore/svg/SVGMetadataElement.h \
4140  WebCore/svg/SVGMissingGlyphElement.cpp \
4141  WebCore/svg/SVGMissingGlyphElement.h \
4142  WebCore/svg/SVGNumberList.cpp \
4143  WebCore/svg/SVGNumberList.h \
4144  WebCore/svg/SVGPaint.cpp \
4145  WebCore/svg/SVGPaint.h \
4146  WebCore/svg/SVGParserUtilities.cpp \
4147  WebCore/svg/SVGParserUtilities.h \
4148  WebCore/svg/SVGPathBlender.cpp \
4149  WebCore/svg/SVGPathBlender.h \
4150  WebCore/svg/SVGPathBuilder.cpp \
4151  WebCore/svg/SVGPathBuilder.h \
4152  WebCore/svg/SVGPathByteStream.h \
4153  WebCore/svg/SVGPathByteStreamBuilder.cpp \
4154  WebCore/svg/SVGPathByteStreamBuilder.h \
4155  WebCore/svg/SVGPathByteStreamSource.cpp \
4156  WebCore/svg/SVGPathByteStreamSource.h \
4157  WebCore/svg/SVGPathConsumer.h \
4158  WebCore/svg/SVGPathElement.cpp \
4159  WebCore/svg/SVGPathElement.h \
4160  WebCore/svg/SVGPathParser.cpp \
4161  WebCore/svg/SVGPathParser.h \
4162  WebCore/svg/SVGPathParserFactory.cpp \
4163  WebCore/svg/SVGPathParserFactory.h \
4164  WebCore/svg/SVGPathSeg.cpp \
4165  WebCore/svg/SVGPathSeg.h \
4166  WebCore/svg/SVGPathSegArc.cpp \
4167  WebCore/svg/SVGPathSegArc.h \
4168  WebCore/svg/SVGPathSegClosePath.cpp \
4169  WebCore/svg/SVGPathSegClosePath.h \
4170  WebCore/svg/SVGPathSegCurvetoCubic.cpp \
4171  WebCore/svg/SVGPathSegCurvetoCubic.h \
4172  WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
4173  WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
4174  WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
4175  WebCore/svg/SVGPathSegCurvetoQuadratic.h \
4176  WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
4177  WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
4178  WebCore/svg/SVGPathSegLineto.cpp \
4179  WebCore/svg/SVGPathSegLineto.h \
4180  WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
4181  WebCore/svg/SVGPathSegLinetoHorizontal.h \
4182  WebCore/svg/SVGPathSegLinetoVertical.cpp \
4183  WebCore/svg/SVGPathSegLinetoVertical.h \
4184  WebCore/svg/SVGPathSegList.cpp \
4185  WebCore/svg/SVGPathSegList.h \
4186  WebCore/svg/SVGPathSegListBuilder.cpp \
4187  WebCore/svg/SVGPathSegListBuilder.h \
4188  WebCore/svg/SVGPathSegListSource.cpp \
4189  WebCore/svg/SVGPathSegListSource.h \
4190  WebCore/svg/SVGPathSegMoveto.cpp \
4191  WebCore/svg/SVGPathSegMoveto.h \
4192  WebCore/svg/SVGPathSource.h \
4193  WebCore/svg/SVGPathStringBuilder.cpp \
4194  WebCore/svg/SVGPathStringBuilder.h \
4195  WebCore/svg/SVGPathStringSource.cpp \
4196  WebCore/svg/SVGPathStringSource.h \
4197  WebCore/svg/SVGPathTraversalStateBuilder.cpp \
4198  WebCore/svg/SVGPathTraversalStateBuilder.h \
4199  WebCore/svg/SVGPatternElement.cpp \
4200  WebCore/svg/SVGPatternElement.h \
4201  WebCore/svg/SVGPointList.cpp \
4202  WebCore/svg/SVGPointList.h \
4203  WebCore/svg/SVGPolyElement.cpp \
4204  WebCore/svg/SVGPolyElement.h \
4205  WebCore/svg/SVGPolygonElement.cpp \
4206  WebCore/svg/SVGPolygonElement.h \
4207  WebCore/svg/SVGPolylineElement.cpp \
4208  WebCore/svg/SVGPolylineElement.h \
4209  WebCore/svg/SVGPreserveAspectRatio.cpp \
4210  WebCore/svg/SVGPreserveAspectRatio.h \
4211  WebCore/svg/SVGRadialGradientElement.cpp \
4212  WebCore/svg/SVGRadialGradientElement.h \
4213  WebCore/svg/SVGRectElement.cpp \
4214  WebCore/svg/SVGRectElement.h \
4215  WebCore/svg/SVGRenderingIntent.h \
4216  WebCore/svg/SVGSVGElement.cpp \
4217  WebCore/svg/SVGSVGElement.h \
4218  WebCore/svg/SVGScriptElement.cpp \
4219  WebCore/svg/SVGScriptElement.h \
4220  WebCore/svg/SVGSetElement.cpp \
4221  WebCore/svg/SVGSetElement.h \
4222  WebCore/svg/SVGStopElement.cpp \
4223  WebCore/svg/SVGStopElement.h \
4224  WebCore/svg/SVGStringList.cpp \
4225  WebCore/svg/SVGStringList.h \
4226  WebCore/svg/SVGStylable.cpp \
4227  WebCore/svg/SVGStylable.h \
4228  WebCore/svg/SVGStyleElement.cpp \
4229  WebCore/svg/SVGStyleElement.h \
4230  WebCore/svg/SVGStyledElement.cpp \
4231  WebCore/svg/SVGStyledElement.h \
4232  WebCore/svg/SVGStyledLocatableElement.cpp \
4233  WebCore/svg/SVGStyledLocatableElement.h \
4234  WebCore/svg/SVGStyledTransformableElement.cpp \
4235  WebCore/svg/SVGStyledTransformableElement.h \
4236  WebCore/svg/SVGSwitchElement.cpp \
4237  WebCore/svg/SVGSwitchElement.h \
4238  WebCore/svg/SVGSymbolElement.cpp \
4239  WebCore/svg/SVGSymbolElement.h \
4240  WebCore/svg/SVGTRefElement.cpp \
4241  WebCore/svg/SVGTRefElement.h \
4242  WebCore/svg/SVGTSpanElement.cpp \
4243  WebCore/svg/SVGTSpanElement.h \
4244  WebCore/svg/SVGTests.cpp \
4245  WebCore/svg/SVGTests.h \
4246  WebCore/svg/SVGTextContentElement.cpp \
4247  WebCore/svg/SVGTextContentElement.h \
4248  WebCore/svg/SVGTextElement.cpp \
4249  WebCore/svg/SVGTextElement.h \
4250  WebCore/svg/SVGTextPathElement.cpp \
4251  WebCore/svg/SVGTextPathElement.h \
4252  WebCore/svg/SVGTextPositioningElement.cpp \
4253  WebCore/svg/SVGTextPositioningElement.h \
4254  WebCore/svg/SVGTitleElement.cpp \
4255  WebCore/svg/SVGTitleElement.h \
4256  WebCore/svg/SVGTransform.cpp \
4257  WebCore/svg/SVGTransform.h \
4258  WebCore/svg/SVGTransformDistance.cpp \
4259  WebCore/svg/SVGTransformDistance.h \
4260  WebCore/svg/SVGTransformList.cpp \
4261  WebCore/svg/SVGTransformList.h \
4262  WebCore/svg/SVGTransformable.cpp \
4263  WebCore/svg/SVGTransformable.h \
4264  WebCore/svg/SVGURIReference.cpp \
4265  WebCore/svg/SVGURIReference.h \
4266  WebCore/svg/SVGUnitTypes.h \
4267  WebCore/svg/SVGUseElement.cpp \
4268  WebCore/svg/SVGUseElement.h \
4269  WebCore/svg/SVGViewElement.cpp \
4270  WebCore/svg/SVGViewElement.h \
4271  WebCore/svg/SVGVKernElement.cpp \
4272  WebCore/svg/SVGVKernElement.h \
4273  WebCore/svg/SVGViewSpec.cpp \
4274  WebCore/svg/SVGViewSpec.h \
4275  WebCore/svg/SVGZoomAndPan.cpp \
4276  WebCore/svg/SVGZoomAndPan.h \
4277  WebCore/svg/SVGZoomEvent.cpp \
4278  WebCore/svg/SVGZoomEvent.h \
4279  WebCore/svg/animation/SMILTime.cpp \
4280  WebCore/svg/animation/SMILTime.h \
4281  WebCore/svg/animation/SMILTimeContainer.cpp \
4282  WebCore/svg/animation/SMILTimeContainer.h \
4283  WebCore/svg/animation/SVGSMILElement.cpp \
4284  WebCore/svg/animation/SVGSMILElement.h \
4285  WebCore/svg/graphics/SVGImage.cpp \
4286  WebCore/svg/graphics/SVGImage.h \
4287  WebCore/svg/graphics/filters/SVGDistantLightSource.h \
4288  WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
4289  WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
4290  WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
4291  WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
4292  WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
4293  WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
4294  WebCore/svg/graphics/filters/SVGFEFlood.cpp \
4295  WebCore/svg/graphics/filters/SVGFEFlood.h \
4296  WebCore/svg/graphics/filters/SVGFEImage.cpp \
4297  WebCore/svg/graphics/filters/SVGFEImage.h \
4298  WebCore/svg/graphics/filters/SVGFELighting.cpp \
4299  WebCore/svg/graphics/filters/SVGFELighting.h \
4300  WebCore/svg/graphics/filters/SVGFEMerge.cpp \
4301  WebCore/svg/graphics/filters/SVGFEMerge.h \
4302  WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
4303  WebCore/svg/graphics/filters/SVGFEMorphology.h \
4304  WebCore/svg/graphics/filters/SVGFEOffset.cpp \
4305  WebCore/svg/graphics/filters/SVGFEOffset.h \
4306  WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
4307  WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
4308  WebCore/svg/graphics/filters/SVGFETile.cpp \
4309  WebCore/svg/graphics/filters/SVGFETile.h \
4310  WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
4311  WebCore/svg/graphics/filters/SVGFETurbulence.h \
4312  WebCore/svg/graphics/filters/SVGFilter.cpp \
4313  WebCore/svg/graphics/filters/SVGFilter.h \
4314  WebCore/svg/graphics/filters/SVGFilterBuilder.h \
4315  WebCore/svg/graphics/filters/SVGFilterBuilder.cpp \
4316  WebCore/svg/graphics/filters/SVGLightSource.cpp \
4317  WebCore/svg/graphics/filters/SVGLightSource.h \
4318  WebCore/svg/graphics/filters/SVGPointLightSource.h \
4319  WebCore/svg/graphics/filters/SVGSpotLightSource.h
4320 
43214209# SVG Features
43224210if ENABLE_SVG_USE
43234211FEATURE_DEFINES += ENABLE_SVG_USE=1

@@SVG_FEATURES += ENABLE_SVG_ANIMATION=1
43494237webcore_cppflags += -DENABLE_SVG_ANIMATION=1
43504238endif
43514239
4352 endif # END ENABLE_SVG
4353 
43544240webcore_built_sources += \
43554241 DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp \
43564242 DerivedSources/WebCore/SVGElementFactory.cpp \

@@DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(Web
43674253else
43684254DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
43694255 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
4370 
43714256endif # SVG_FLAGS
43724257
 4258endif # ENABLE_SVG
43734259# end SVG Features
43744260
43754261DerivedSources/WebCore/XLinkNames.h: DerivedSources/WebCore/XLinkNames.cpp;
4376 
43774262DerivedSources/WebCore/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
43784263 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
 4264# end SVG Features
43794265
43804266# ----
43814267# Web Sockets Support
43824268# ----
43834269if ENABLE_WEB_SOCKETS
43844270FEATURE_DEFINES += ENABLE_WEB_SOCKETS=1
4385 
4386 webcore_cppflags += \
4387  -DENABLE_WEB_SOCKETS=1
4388 
 4271webcore_cppflags += -DENABLE_WEB_SOCKETS=1
43894272webcore_built_sources += \
43904273 DerivedSources/WebCore/JSWebSocket.cpp \
43914274 DerivedSources/WebCore/JSWebSocket.h
4392 
4393 webcore_sources += \
4394  WebCore/bindings/js/JSWebSocketCustom.cpp \
4395  WebCore/platform/network/SocketStreamErrorBase.cpp \
4396  WebCore/platform/network/SocketStreamErrorBase.h \
4397  WebCore/platform/network/SocketStreamHandleBase.cpp \
4398  WebCore/platform/network/SocketStreamHandleBase.h \
4399  WebCore/platform/network/SocketStreamHandleClient.h \
4400  WebCore/websockets/WebSocket.cpp \
4401  WebCore/websockets/WebSocket.h \
4402  WebCore/websockets/WebSocketChannel.cpp \
4403  WebCore/websockets/WebSocketChannel.h \
4404  WebCore/websockets/WebSocketChannelClient.h \
4405  WebCore/websockets/WebSocketHandshake.cpp \
4406  WebCore/websockets/WebSocketHandshake.h \
4407  WebCore/websockets/WebSocketHandshakeRequest.cpp \
4408  WebCore/websockets/WebSocketHandshakeRequest.h \
4409  WebCore/websockets/WebSocketHandshakeResponse.cpp \
4410  WebCore/websockets/WebSocketHandshakeResponse.h
4411 
4412 if ENABLE_WORKERS
4413 webcore_sources += \
4414  WebCore/websockets/ThreadableWebSocketChannel.cpp \
4415  WebCore/websockets/ThreadableWebSocketChannel.h \
4416  WebCore/websockets/ThreadableWebSocketChannelClientWrapper.h \
4417  WebCore/websockets/WorkerThreadableWebSocketChannel.cpp \
4418  WebCore/websockets/WorkerThreadableWebSocketChannel.h
4419 endif
4420 
4421 webcoregtk_sources += \
4422  WebCore/platform/network/soup/SocketStreamError.h \
4423  WebCore/platform/network/soup/SocketStreamHandle.h \
4424  WebCore/platform/network/soup/SocketStreamHandleSoup.cpp
4425 
44264275else
44274276webcore_cppflags += -DENABLE_WEB_SOCKETS=0
44284277endif # END ENABLE_WEB_SOCKETS

@@endif # END ENABLE_BLOB
44414290if ENABLE_FILE_WRITER
44424291FEATURE_DEFINES += ENABLE_FILE_WRITER=1
44434292webcore_cppflags += -DENABLE_FILE_WRITER=1
4444 
44454293webcore_built_sources += \
44464294 DerivedSources/WebCore/JSFileWriter.cpp \
44474295 DerivedSources/WebCore/JSFileWriter.h
4448 
4449 webcore_sources += \
4450  WebCore/fileapi/AsyncFileWriter.h \
4451  WebCore/fileapi/FileWriterClient.h \
4452  WebCore/fileapi/FileWriter.cpp \
4453  WebCore/fileapi/FileWriter.h
4454 
44554296endif # END ENABLE_FILE_WRITER
44564297
44574298DerivedSources/WebCore/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl

@@dist_webresources_DATA = \
46724513 $(WebCore)/Resources/panIcon.png \
46734514 $(WebCore)/Resources/deleteButton.png \
46744515 $(WebCore)/Resources/inputSpeech.png
4675 
4676 # Clean rules for WebCore
4677 
4678 CLEANFILES += \
4679  libWebCoreJS.la