2010-10-20 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Adam Roben.
Rename SVGAnimatedProperty* -> DeprecatedSVGAnimatedProperty*
https://bugs.webkit.org/show_bug.cgi?id=47973
Prepare fixing bug 47905, redesigning SVGAnimatedProperty. As we're going to move type by type
to the new animated property concept, keep the old one around, marked deprecated, until the
transition is finished.
* GNUmakefile.am:
* WebCore.gypi:
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* bindings/scripts/CodeGeneratorObjC.pm:
* bindings/scripts/CodeGeneratorV8.pm:
* svg/DeprecatedSVGAnimatedProperty.h: Copied from svg/SVGAnimatedProperty.h.
(WebCore::DeprecatedSVGAnimatedPropertyTearOff::DeprecatedSVGAnimatedPropertyTearOff):
(WebCore::DeprecatedSVGAnimatedPropertyTearOff::~DeprecatedSVGAnimatedPropertyTearOff):
(WebCore::DeprecatedSVGAnimatedProperty::~DeprecatedSVGAnimatedProperty):
(WebCore::DeprecatedSVGAnimatedProperty::DeprecatedSVGAnimatedProperty):
(WebCore::DeprecatedSVGAnimatedProperty::value):
(WebCore::DeprecatedSVGAnimatedProperty::baseValue):
* svg/DeprecatedSVGAnimatedPropertyTraits.h: Copied from svg/SVGAnimatedPropertyTraits.h.
* svg/DeprecatedSVGAnimatedTemplate.h: Copied from svg/SVGAnimatedTemplate.h.
(WebCore::DeprecatedSVGAnimatedTypeWrapperKey::DeprecatedSVGAnimatedTypeWrapperKey):
(WebCore::DeprecatedSVGAnimatedTypeWrapperKey::operator==):
(WebCore::DeprecatedSVGAnimatedTypeWrapperKeyHash::hash):
(WebCore::DeprecatedSVGAnimatedTypeWrapperKeyHash::equal):
(WebCore::DeprecatedSVGAnimatedTypeWrapperKeyHashTraits::constructDeletedValue):
(WebCore::DeprecatedSVGAnimatedTypeWrapperKeyHashTraits::isDeletedValue):
(WebCore::DeprecatedSVGAnimatedTemplate::~DeprecatedSVGAnimatedTemplate):
(WebCore::DeprecatedSVGAnimatedTemplate::forgetWrapper):
(WebCore::lookupOrCreateWrapper):
* svg/SVGAnimatedProperty.h: Removed.
* svg/SVGAnimatedPropertySynchronizer.h: Removed.
* svg/SVGAnimatedPropertyTraits.h: Removed.
* svg/SVGAnimatedTemplate.h: Removed.
* svg/SVGElement.h:
* svg/SVGExternalResourcesRequired.h:
* svg/SVGFitToViewBox.h:
* svg/SVGURIReference.h:
* svg/properties: Added.
* svg/properties/SVGAnimatedPropertySynchronizer.h: Copied from svg/SVGAnimatedPropertySynchronizer.h.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70135 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 1ce1055..4b3d27b 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -2335,20 +2335,20 @@
svg/animation/SMILTime.h \
svg/animation/SVGSMILElement.h \
svg/ColorDistance.h \
+ svg/DeprecatedSVGAnimatedProperty.h \
+ svg/DeprecatedSVGAnimatedPropertyTraits.h \
+ svg/DeprecatedSVGAnimatedTemplate.h \
svg/graphics/filters/SVGFEImage.h \
svg/graphics/filters/SVGFilterBuilder.h \
svg/graphics/filters/SVGFilter.h \
svg/graphics/SVGImage.h \
+ svg/properties/SVGAnimatedPropertySynchronizer.h \
svg/SVGAElement.h \
svg/SVGAltGlyphElement.h \
svg/SVGAngle.h \
svg/SVGAnimateColorElement.h \
svg/SVGAnimatedPathData.h \
svg/SVGAnimatedPoints.h \
- svg/SVGAnimatedProperty.h \
- svg/SVGAnimatedPropertySynchronizer.h \
- svg/SVGAnimatedPropertyTraits.h \
- svg/SVGAnimatedTemplate.h \
svg/SVGAnimateElement.h \
svg/SVGAnimateMotionElement.h \
svg/SVGAnimateTransformElement.h \