2015-05-03 22:32:37 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2013-12-09 06:52:54 +04:00
|
|
|
#include "mozilla/ArrayUtils.h"
|
2011-10-11 09:50:08 +04:00
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
#include "mozilla/dom/SVGUseElement.h"
|
2013-01-17 00:50:59 +04:00
|
|
|
#include "mozilla/dom/SVGUseElementBinding.h"
|
2006-12-26 20:47:52 +03:00
|
|
|
#include "nsGkAtoms.h"
|
2013-01-10 03:02:45 +04:00
|
|
|
#include "mozilla/dom/SVGSVGElement.h"
|
2004-11-23 16:51:57 +03:00
|
|
|
#include "nsIDocument.h"
|
|
|
|
#include "nsIPresShell.h"
|
2010-08-24 11:05:56 +04:00
|
|
|
#include "mozilla/dom/Element.h"
|
2011-08-11 17:29:50 +04:00
|
|
|
#include "nsContentUtils.h"
|
2013-08-24 06:42:40 +04:00
|
|
|
#include "nsIURI.h"
|
2017-04-06 09:51:29 +03:00
|
|
|
#include "mozilla/URLExtraData.h"
|
2017-04-18 21:06:07 +03:00
|
|
|
#include "nsSVGEffects.h"
|
2010-08-24 11:05:56 +04:00
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT(Use)
|
|
|
|
|
|
|
|
namespace mozilla {
|
|
|
|
namespace dom {
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2013-01-17 00:50:59 +04:00
|
|
|
JSObject*
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp. The
rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
2015-03-19 17:13:33 +03:00
|
|
|
SVGUseElement::WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto)
|
2013-01-17 00:50:59 +04:00
|
|
|
{
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp. The
rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
2015-03-19 17:13:33 +03:00
|
|
|
return SVGUseElementBinding::Wrap(aCx, this, aGivenProto);
|
2013-01-17 00:50:59 +04:00
|
|
|
}
|
|
|
|
|
2004-11-23 16:51:57 +03:00
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
// implementation
|
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
nsSVGElement::LengthInfo SVGUseElement::sLengthInfo[4] =
|
2006-04-14 19:09:39 +04:00
|
|
|
{
|
2012-09-22 23:26:05 +04:00
|
|
|
{ &nsGkAtoms::x, 0, nsIDOMSVGLength::SVG_LENGTHTYPE_NUMBER, SVGContentUtils::X },
|
|
|
|
{ &nsGkAtoms::y, 0, nsIDOMSVGLength::SVG_LENGTHTYPE_NUMBER, SVGContentUtils::Y },
|
|
|
|
{ &nsGkAtoms::width, 0, nsIDOMSVGLength::SVG_LENGTHTYPE_NUMBER, SVGContentUtils::X },
|
|
|
|
{ &nsGkAtoms::height, 0, nsIDOMSVGLength::SVG_LENGTHTYPE_NUMBER, SVGContentUtils::Y },
|
2006-04-14 19:09:39 +04:00
|
|
|
};
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2016-07-05 11:37:17 +03:00
|
|
|
nsSVGElement::StringInfo SVGUseElement::sStringInfo[2] =
|
2008-06-14 13:01:02 +04:00
|
|
|
{
|
2016-07-05 11:37:17 +03:00
|
|
|
{ &nsGkAtoms::href, kNameSpaceID_None, true },
|
2011-10-17 18:59:28 +04:00
|
|
|
{ &nsGkAtoms::href, kNameSpaceID_XLink, true }
|
2008-06-14 13:01:02 +04:00
|
|
|
};
|
|
|
|
|
2004-11-23 16:51:57 +03:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// nsISupports methods
|
|
|
|
|
2013-08-02 05:29:05 +04:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_CLASS(SVGUseElement)
|
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(SVGUseElement,
|
|
|
|
SVGUseElementBase)
|
2008-04-11 21:29:06 +04:00
|
|
|
nsAutoScriptBlocker scriptBlocker;
|
2012-11-15 11:32:40 +04:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK(mOriginal)
|
2007-11-30 21:41:10 +03:00
|
|
|
tmp->DestroyAnonymousContent();
|
2008-06-26 02:41:04 +04:00
|
|
|
tmp->UnlinkSource();
|
2007-11-30 21:41:10 +03:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_END
|
2013-01-17 00:50:58 +04:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(SVGUseElement,
|
|
|
|
SVGUseElementBase)
|
2012-11-15 11:32:40 +04:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mOriginal)
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mClone)
|
2008-06-26 02:41:04 +04:00
|
|
|
tmp->mSource.Traverse(&cb);
|
2007-11-30 21:41:10 +03:00
|
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
|
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
NS_IMPL_ADDREF_INHERITED(SVGUseElement,SVGUseElementBase)
|
|
|
|
NS_IMPL_RELEASE_INHERITED(SVGUseElement,SVGUseElementBase)
|
2010-01-12 16:08:43 +03:00
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED(SVGUseElement)
|
2014-04-27 11:06:00 +04:00
|
|
|
NS_INTERFACE_TABLE_INHERITED(SVGUseElement, nsIMutationObserver)
|
2013-05-21 23:59:27 +04:00
|
|
|
NS_INTERFACE_TABLE_TAIL_INHERITING(SVGUseElementBase)
|
2004-11-23 16:51:57 +03:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// Implementation
|
|
|
|
|
2014-06-20 06:01:40 +04:00
|
|
|
SVGUseElement::SVGUseElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo)
|
2015-01-07 08:39:46 +03:00
|
|
|
: SVGUseElementBase(aNodeInfo), mSource(this)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::~SVGUseElement()
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2008-06-26 02:41:04 +04:00
|
|
|
UnlinkSource();
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// nsIDOMNode methods
|
|
|
|
|
2005-09-20 21:07:14 +04:00
|
|
|
nsresult
|
2017-04-20 22:57:48 +03:00
|
|
|
SVGUseElement::Clone(mozilla::dom::NodeInfo *aNodeInfo, nsINode **aResult,
|
|
|
|
bool aPreallocateChildren) const
|
2005-09-20 19:40:57 +04:00
|
|
|
{
|
2012-07-30 18:20:58 +04:00
|
|
|
*aResult = nullptr;
|
2015-10-18 08:24:48 +03:00
|
|
|
already_AddRefed<mozilla::dom::NodeInfo> ni = RefPtr<mozilla::dom::NodeInfo>(aNodeInfo).forget();
|
2014-03-15 23:00:17 +04:00
|
|
|
SVGUseElement *it = new SVGUseElement(ni);
|
2005-09-20 19:40:57 +04:00
|
|
|
|
2006-09-05 14:22:54 +04:00
|
|
|
nsCOMPtr<nsINode> kungFuDeathGrip(it);
|
2012-07-27 18:03:08 +04:00
|
|
|
nsresult rv1 = it->Init();
|
2017-04-20 22:57:48 +03:00
|
|
|
nsresult rv2 = const_cast<SVGUseElement*>(this)->CopyInnerTo(it, aPreallocateChildren);
|
2005-09-20 19:40:57 +04:00
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
// SVGUseElement specific portion - record who we cloned from
|
|
|
|
it->mOriginal = const_cast<SVGUseElement*>(this);
|
2005-09-20 19:40:57 +04:00
|
|
|
|
2012-07-27 18:03:08 +04:00
|
|
|
if (NS_SUCCEEDED(rv1) && NS_SUCCEEDED(rv2)) {
|
2005-09-20 19:40:57 +04:00
|
|
|
kungFuDeathGrip.swap(*aResult);
|
|
|
|
}
|
|
|
|
|
2012-07-27 18:03:08 +04:00
|
|
|
return NS_FAILED(rv1) ? rv1 : rv2;
|
2005-09-20 19:40:57 +04:00
|
|
|
}
|
|
|
|
|
2013-06-15 02:37:27 +04:00
|
|
|
already_AddRefed<SVGAnimatedString>
|
2013-01-17 00:50:59 +04:00
|
|
|
SVGUseElement::Href()
|
|
|
|
{
|
2016-07-05 11:37:17 +03:00
|
|
|
return mStringAttributes[HREF].IsExplicitlySet()
|
|
|
|
? mStringAttributes[HREF].ToDOMAnimatedString(this)
|
|
|
|
: mStringAttributes[XLINK_HREF].ToDOMAnimatedString(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
2013-01-17 00:50:59 +04:00
|
|
|
|
2013-01-20 00:56:00 +04:00
|
|
|
already_AddRefed<SVGAnimatedLength>
|
2013-01-17 00:50:59 +04:00
|
|
|
SVGUseElement::X()
|
|
|
|
{
|
|
|
|
return mLengthAttributes[ATTR_X].ToDOMAnimatedLength(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2013-01-20 00:56:00 +04:00
|
|
|
already_AddRefed<SVGAnimatedLength>
|
2013-01-17 00:50:59 +04:00
|
|
|
SVGUseElement::Y()
|
|
|
|
{
|
|
|
|
return mLengthAttributes[ATTR_Y].ToDOMAnimatedLength(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2013-01-20 00:56:00 +04:00
|
|
|
already_AddRefed<SVGAnimatedLength>
|
2013-01-17 00:50:59 +04:00
|
|
|
SVGUseElement::Width()
|
|
|
|
{
|
|
|
|
return mLengthAttributes[ATTR_WIDTH].ToDOMAnimatedLength(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2013-01-20 00:56:00 +04:00
|
|
|
already_AddRefed<SVGAnimatedLength>
|
2013-01-17 00:50:59 +04:00
|
|
|
SVGUseElement::Height()
|
|
|
|
{
|
|
|
|
return mLengthAttributes[ATTR_HEIGHT].ToDOMAnimatedLength(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
2006-07-11 23:41:11 +04:00
|
|
|
// nsIMutationObserver methods
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::CharacterDataChanged(nsIDocument *aDocument,
|
|
|
|
nsIContent *aContent,
|
|
|
|
CharacterDataChangeInfo* aInfo)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2007-06-07 00:01:56 +04:00
|
|
|
if (nsContentUtils::IsInSameAnonymousTree(this, aContent)) {
|
|
|
|
TriggerReclone();
|
|
|
|
}
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::AttributeChanged(nsIDocument* aDocument,
|
|
|
|
Element* aElement,
|
|
|
|
int32_t aNameSpaceID,
|
|
|
|
nsIAtom* aAttribute,
|
2015-07-25 09:01:19 +03:00
|
|
|
int32_t aModType,
|
|
|
|
const nsAttrValue* aOldValue)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2010-08-24 11:05:56 +04:00
|
|
|
if (nsContentUtils::IsInSameAnonymousTree(this, aElement)) {
|
2007-06-07 00:01:56 +04:00
|
|
|
TriggerReclone();
|
|
|
|
}
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::ContentAppended(nsIDocument *aDocument,
|
|
|
|
nsIContent *aContainer,
|
|
|
|
nsIContent *aFirstNewContent,
|
|
|
|
int32_t aNewIndexInContainer)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2007-06-07 00:01:56 +04:00
|
|
|
if (nsContentUtils::IsInSameAnonymousTree(this, aContainer)) {
|
|
|
|
TriggerReclone();
|
|
|
|
}
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::ContentInserted(nsIDocument *aDocument,
|
|
|
|
nsIContent *aContainer,
|
|
|
|
nsIContent *aChild,
|
|
|
|
int32_t aIndexInContainer)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2007-06-07 00:01:56 +04:00
|
|
|
if (nsContentUtils::IsInSameAnonymousTree(this, aChild)) {
|
|
|
|
TriggerReclone();
|
|
|
|
}
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::ContentRemoved(nsIDocument *aDocument,
|
|
|
|
nsIContent *aContainer,
|
|
|
|
nsIContent *aChild,
|
|
|
|
int32_t aIndexInContainer,
|
|
|
|
nsIContent *aPreviousSibling)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2007-06-07 00:01:56 +04:00
|
|
|
if (nsContentUtils::IsInSameAnonymousTree(this, aChild)) {
|
|
|
|
TriggerReclone();
|
|
|
|
}
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::NodeWillBeDestroyed(const nsINode *aNode)
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2010-07-21 19:33:32 +04:00
|
|
|
nsCOMPtr<nsIMutationObserver> kungFuDeathGrip(this);
|
2008-06-26 02:41:04 +04:00
|
|
|
UnlinkSource();
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
|
2007-02-18 20:34:09 +03:00
|
|
|
nsIContent*
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::CreateAnonymousContent()
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2012-07-30 18:20:58 +04:00
|
|
|
mClone = nullptr;
|
2005-01-19 23:54:26 +03:00
|
|
|
|
2008-06-26 02:41:04 +04:00
|
|
|
if (mSource.get()) {
|
|
|
|
mSource.get()->RemoveMutationObserver(this);
|
|
|
|
}
|
2006-07-11 23:41:11 +04:00
|
|
|
|
2008-06-26 02:41:04 +04:00
|
|
|
LookupHref();
|
|
|
|
nsIContent* targetContent = mSource.get();
|
2015-03-03 14:09:00 +03:00
|
|
|
if (!targetContent)
|
2012-07-30 18:20:58 +04:00
|
|
|
return nullptr;
|
2004-11-23 16:51:57 +03:00
|
|
|
|
|
|
|
// make sure target is valid type for <use>
|
|
|
|
// QIable nsSVGGraphicsElement would eliminate enumerating all elements
|
2015-03-03 14:09:00 +03:00
|
|
|
if (!targetContent->IsAnyOfSVGElements(nsGkAtoms::svg,
|
|
|
|
nsGkAtoms::symbol,
|
|
|
|
nsGkAtoms::g,
|
|
|
|
nsGkAtoms::path,
|
|
|
|
nsGkAtoms::text,
|
|
|
|
nsGkAtoms::rect,
|
|
|
|
nsGkAtoms::circle,
|
|
|
|
nsGkAtoms::ellipse,
|
|
|
|
nsGkAtoms::line,
|
|
|
|
nsGkAtoms::polyline,
|
|
|
|
nsGkAtoms::polygon,
|
|
|
|
nsGkAtoms::image,
|
|
|
|
nsGkAtoms::use))
|
2012-07-30 18:20:58 +04:00
|
|
|
return nullptr;
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2005-01-19 23:52:43 +03:00
|
|
|
// circular loop detection
|
2005-09-20 19:40:57 +04:00
|
|
|
|
|
|
|
// check 1 - check if we're a document descendent of the target
|
2005-01-19 23:52:43 +03:00
|
|
|
if (nsContentUtils::ContentIsDescendantOf(this, targetContent))
|
2012-07-30 18:20:58 +04:00
|
|
|
return nullptr;
|
2005-09-20 19:40:57 +04:00
|
|
|
|
|
|
|
// check 2 - check if we're a clone, and if we already exist in the hierarchy
|
2012-03-03 13:21:09 +04:00
|
|
|
if (GetParent() && mOriginal) {
|
|
|
|
for (nsCOMPtr<nsIContent> content = GetParent();
|
2005-09-20 19:40:57 +04:00
|
|
|
content;
|
|
|
|
content = content->GetParent()) {
|
2015-03-03 14:08:59 +03:00
|
|
|
if (content->IsSVGElement(nsGkAtoms::use) &&
|
2013-02-08 23:55:51 +04:00
|
|
|
static_cast<SVGUseElement*>(content.get())->mOriginal == mOriginal) {
|
|
|
|
return nullptr;
|
2005-09-20 19:40:57 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2005-01-19 23:52:43 +03:00
|
|
|
|
2012-10-09 16:31:24 +04:00
|
|
|
nsCOMPtr<nsINode> newnode;
|
2008-09-28 23:16:15 +04:00
|
|
|
nsNodeInfoManager* nodeInfoManager =
|
2011-10-18 14:53:36 +04:00
|
|
|
targetContent->OwnerDoc() == OwnerDoc() ?
|
2012-07-30 18:20:58 +04:00
|
|
|
nullptr : OwnerDoc()->NodeInfoManager();
|
2017-06-21 21:55:04 +03:00
|
|
|
nsNodeUtils::Clone(targetContent, true, nodeInfoManager, nullptr,
|
2006-09-05 14:22:54 +04:00
|
|
|
getter_AddRefs(newnode));
|
|
|
|
|
|
|
|
nsCOMPtr<nsIContent> newcontent = do_QueryInterface(newnode);
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2006-07-11 23:41:11 +04:00
|
|
|
if (!newcontent)
|
2012-07-30 18:20:58 +04:00
|
|
|
return nullptr;
|
2006-07-11 23:41:11 +04:00
|
|
|
|
2015-03-03 14:08:59 +03:00
|
|
|
if (newcontent->IsAnyOfSVGElements(nsGkAtoms::svg, nsGkAtoms::symbol)) {
|
2011-06-21 00:15:42 +04:00
|
|
|
nsSVGElement *newElement = static_cast<nsSVGElement*>(newcontent.get());
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2013-01-17 00:50:59 +04:00
|
|
|
if (mLengthAttributes[ATTR_WIDTH].IsExplicitlySet())
|
|
|
|
newElement->SetLength(nsGkAtoms::width, mLengthAttributes[ATTR_WIDTH]);
|
|
|
|
if (mLengthAttributes[ATTR_HEIGHT].IsExplicitlySet())
|
|
|
|
newElement->SetLength(nsGkAtoms::height, mLengthAttributes[ATTR_HEIGHT]);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2017-02-16 10:14:46 +03:00
|
|
|
// Store the base URI
|
2017-04-06 09:51:29 +03:00
|
|
|
nsCOMPtr<nsIURI> baseURI = targetContent->GetBaseURI();
|
|
|
|
if (!baseURI) {
|
2012-07-30 18:20:58 +04:00
|
|
|
return nullptr;
|
2017-02-16 10:14:46 +03:00
|
|
|
}
|
2017-04-06 09:51:29 +03:00
|
|
|
mContentURLData = new URLExtraData(baseURI.forget(),
|
|
|
|
do_AddRef(OwnerDoc()->GetDocumentURI()),
|
|
|
|
do_AddRef(NodePrincipal()));
|
2008-09-28 23:18:04 +04:00
|
|
|
|
2008-06-26 02:41:04 +04:00
|
|
|
targetContent->AddMutationObserver(this);
|
2005-01-19 23:54:26 +03:00
|
|
|
mClone = newcontent;
|
2016-08-25 21:36:45 +03:00
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
// Our anonymous clone can get restyled by various things
|
|
|
|
// (e.g. SMIL). Reconstructing its frame is OK, though, because
|
|
|
|
// it's going to be our _only_ child in the frame tree, so can't get
|
|
|
|
// mis-ordered with anything.
|
|
|
|
mClone->SetProperty(nsGkAtoms::restylableAnonymousNode,
|
|
|
|
reinterpret_cast<void*>(true));
|
|
|
|
#endif // DEBUG
|
|
|
|
|
2007-02-18 20:34:09 +03:00
|
|
|
return mClone;
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2016-09-20 09:13:13 +03:00
|
|
|
nsIURI*
|
|
|
|
SVGUseElement::GetSourceDocURI()
|
|
|
|
{
|
|
|
|
nsIContent* targetContent = mSource.get();
|
|
|
|
if (!targetContent)
|
|
|
|
return nullptr;
|
|
|
|
|
|
|
|
return targetContent->OwnerDoc()->GetDocumentURI();
|
|
|
|
}
|
|
|
|
|
2007-02-18 20:34:09 +03:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::DestroyAnonymousContent()
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2007-02-18 20:34:09 +03:00
|
|
|
nsContentUtils::DestroyAnonymousContent(&mClone);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
2012-06-23 20:36:46 +04:00
|
|
|
bool
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::OurWidthAndHeightAreUsed() const
|
2012-06-23 20:36:46 +04:00
|
|
|
{
|
2015-03-03 14:08:59 +03:00
|
|
|
return mClone && mClone->IsAnyOfSVGElements(nsGkAtoms::svg, nsGkAtoms::symbol);
|
2012-06-23 20:36:46 +04:00
|
|
|
}
|
|
|
|
|
2004-11-23 16:51:57 +03:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// implementation helpers
|
|
|
|
|
2006-04-14 19:09:39 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::SyncWidthOrHeight(nsIAtom* aName)
|
2006-04-14 19:09:39 +04:00
|
|
|
{
|
2011-10-08 10:32:44 +04:00
|
|
|
NS_ASSERTION(aName == nsGkAtoms::width || aName == nsGkAtoms::height,
|
|
|
|
"The clue is in the function name");
|
2012-06-23 20:36:46 +04:00
|
|
|
NS_ASSERTION(OurWidthAndHeightAreUsed(), "Don't call this");
|
2011-10-08 10:32:44 +04:00
|
|
|
|
2013-02-08 23:55:07 +04:00
|
|
|
if (OurWidthAndHeightAreUsed()) {
|
2012-03-03 13:21:09 +04:00
|
|
|
nsSVGElement *target = static_cast<nsSVGElement*>(mClone.get());
|
2013-01-17 00:50:59 +04:00
|
|
|
uint32_t index = *sLengthInfo[ATTR_WIDTH].mName == aName ? ATTR_WIDTH : ATTR_HEIGHT;
|
2012-03-03 13:21:09 +04:00
|
|
|
|
|
|
|
if (mLengthAttributes[index].IsExplicitlySet()) {
|
|
|
|
target->SetLength(aName, mLengthAttributes[index]);
|
|
|
|
return;
|
2006-04-14 19:09:39 +04:00
|
|
|
}
|
2015-03-03 14:09:00 +03:00
|
|
|
if (mClone->IsSVGElement(nsGkAtoms::svg)) {
|
2012-03-03 13:21:09 +04:00
|
|
|
// Our width/height attribute is now no longer explicitly set, so we
|
|
|
|
// need to revert the clone's width/height to the width/height of the
|
|
|
|
// content that's being cloned.
|
2012-03-07 14:50:36 +04:00
|
|
|
TriggerReclone();
|
2012-03-03 13:21:09 +04:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
// Our width/height attribute is now no longer explicitly set, so we
|
|
|
|
// need to set the value to 100%
|
|
|
|
nsSVGLength2 length;
|
2012-09-22 23:26:05 +04:00
|
|
|
length.Init(SVGContentUtils::XY, 0xff,
|
2012-03-03 13:21:09 +04:00
|
|
|
100, nsIDOMSVGLength::SVG_LENGTHTYPE_PERCENTAGE);
|
|
|
|
target->SetLength(aName, length);
|
|
|
|
return;
|
2006-04-14 19:09:39 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-06-26 02:41:04 +04:00
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::LookupHref()
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2009-01-22 03:56:51 +03:00
|
|
|
nsAutoString href;
|
2016-07-05 11:37:17 +03:00
|
|
|
if (mStringAttributes[HREF].IsExplicitlySet()) {
|
|
|
|
mStringAttributes[HREF].GetAnimValue(href, this);
|
|
|
|
} else {
|
|
|
|
mStringAttributes[XLINK_HREF].GetAnimValue(href, this);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (href.IsEmpty()) {
|
2008-06-26 02:41:04 +04:00
|
|
|
return;
|
2016-07-05 11:37:17 +03:00
|
|
|
}
|
2004-11-23 16:51:57 +03:00
|
|
|
|
2017-04-18 21:06:07 +03:00
|
|
|
nsCOMPtr<nsIURI> originURI =
|
|
|
|
mOriginal ? mOriginal->GetBaseURI() : GetBaseURI();
|
|
|
|
nsCOMPtr<nsIURI> baseURI = nsContentUtils::IsLocalRefURL(href)
|
|
|
|
? nsSVGEffects::GetBaseURLForLocalRef(this, originURI)
|
|
|
|
: originURI;
|
|
|
|
|
2008-09-28 23:16:15 +04:00
|
|
|
nsCOMPtr<nsIURI> targetURI;
|
2006-07-11 23:41:11 +04:00
|
|
|
nsContentUtils::NewURIWithDocumentCharset(getter_AddRefs(targetURI), href,
|
2014-10-03 16:32:26 +04:00
|
|
|
GetComposedDoc(), baseURI);
|
2008-06-26 02:41:04 +04:00
|
|
|
mSource.Reset(this, targetURI);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::TriggerReclone()
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2014-10-03 16:32:26 +04:00
|
|
|
nsIDocument *doc = GetComposedDoc();
|
2010-06-25 17:59:57 +04:00
|
|
|
if (!doc)
|
|
|
|
return;
|
|
|
|
nsIPresShell *presShell = doc->GetShell();
|
|
|
|
if (!presShell)
|
|
|
|
return;
|
2008-06-26 02:41:04 +04:00
|
|
|
presShell->PostRecreateFramesFor(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::UnlinkSource()
|
2004-11-23 16:51:57 +03:00
|
|
|
{
|
2008-06-26 02:41:04 +04:00
|
|
|
if (mSource.get()) {
|
|
|
|
mSource.get()->RemoveMutationObserver(this);
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
2008-06-26 02:41:04 +04:00
|
|
|
mSource.Unlink();
|
2004-11-23 16:51:57 +03:00
|
|
|
}
|
2006-04-14 19:09:39 +04:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// nsSVGElement methods
|
|
|
|
|
2013-12-27 00:13:57 +04:00
|
|
|
/* virtual */ gfxMatrix
|
2015-12-03 01:36:23 +03:00
|
|
|
SVGUseElement::PrependLocalTransformsTo(
|
|
|
|
const gfxMatrix &aMatrix, SVGTransformTypes aWhich) const
|
2009-04-29 08:31:34 +04:00
|
|
|
{
|
2012-02-17 12:12:47 +04:00
|
|
|
// 'transform' attribute:
|
2017-02-23 11:35:08 +03:00
|
|
|
gfxMatrix userToParent;
|
|
|
|
|
|
|
|
if (aWhich == eUserSpaceToParent || aWhich == eAllTransforms) {
|
|
|
|
userToParent = GetUserToParentTransform(mAnimateMotionTransform,
|
|
|
|
mTransforms);
|
|
|
|
if (aWhich == eUserSpaceToParent) {
|
|
|
|
return userToParent * aMatrix;
|
|
|
|
}
|
2012-02-17 12:12:47 +04:00
|
|
|
}
|
2017-02-23 11:35:08 +03:00
|
|
|
|
2012-02-17 12:12:47 +04:00
|
|
|
// our 'x' and 'y' attributes:
|
2009-04-29 08:31:34 +04:00
|
|
|
float x, y;
|
2013-01-17 00:50:58 +04:00
|
|
|
const_cast<SVGUseElement*>(this)->GetAnimatedLengthValues(&x, &y, nullptr);
|
2017-02-23 11:35:08 +03:00
|
|
|
|
|
|
|
gfxMatrix childToUser = gfxMatrix::Translation(x, y);
|
|
|
|
|
|
|
|
if (aWhich == eAllTransforms) {
|
|
|
|
return childToUser * userToParent * aMatrix;
|
2012-02-17 12:12:47 +04:00
|
|
|
}
|
2017-02-23 11:35:08 +03:00
|
|
|
|
|
|
|
MOZ_ASSERT(aWhich == eChildToUserSpace, "Unknown TransformTypes");
|
|
|
|
|
|
|
|
// The following may look broken because pre-multiplying our eChildToUserSpace
|
|
|
|
// transform with another matrix without including our eUserSpaceToParent
|
|
|
|
// transform between the two wouldn't make sense. We don't expect that to
|
|
|
|
// ever happen though. We get here either when the identity matrix has been
|
|
|
|
// passed because our caller just wants our eChildToUserSpace transform, or
|
|
|
|
// when our eUserSpaceToParent transform has already been multiplied into the
|
|
|
|
// matrix that our caller passes (such as when we're called from PaintSVG).
|
|
|
|
return childToUser * aMatrix;
|
2009-04-29 08:31:34 +04:00
|
|
|
}
|
|
|
|
|
2012-03-03 13:21:09 +04:00
|
|
|
/* virtual */ bool
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::HasValidDimensions() const
|
2012-03-03 13:21:09 +04:00
|
|
|
{
|
2013-01-17 00:50:59 +04:00
|
|
|
return (!mLengthAttributes[ATTR_WIDTH].IsExplicitlySet() ||
|
|
|
|
mLengthAttributes[ATTR_WIDTH].GetAnimValInSpecifiedUnits() > 0) &&
|
|
|
|
(!mLengthAttributes[ATTR_HEIGHT].IsExplicitlySet() ||
|
|
|
|
mLengthAttributes[ATTR_HEIGHT].GetAnimValInSpecifiedUnits() > 0);
|
2012-03-03 13:21:09 +04:00
|
|
|
}
|
|
|
|
|
2006-04-14 19:09:39 +04:00
|
|
|
nsSVGElement::LengthAttributesInfo
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::GetLengthInfo()
|
2006-04-14 19:09:39 +04:00
|
|
|
{
|
|
|
|
return LengthAttributesInfo(mLengthAttributes, sLengthInfo,
|
2011-10-11 09:50:08 +04:00
|
|
|
ArrayLength(sLengthInfo));
|
2006-04-14 19:09:39 +04:00
|
|
|
}
|
2006-10-20 03:48:12 +04:00
|
|
|
|
2008-06-14 13:01:02 +04:00
|
|
|
nsSVGElement::StringAttributesInfo
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::GetStringInfo()
|
2008-06-14 13:01:02 +04:00
|
|
|
{
|
|
|
|
return StringAttributesInfo(mStringAttributes, sStringInfo,
|
2011-10-11 09:50:08 +04:00
|
|
|
ArrayLength(sStringInfo));
|
2008-06-14 13:01:02 +04:00
|
|
|
}
|
|
|
|
|
2006-10-20 03:48:12 +04:00
|
|
|
//----------------------------------------------------------------------
|
|
|
|
// nsIContent methods
|
|
|
|
|
2011-09-29 10:19:26 +04:00
|
|
|
NS_IMETHODIMP_(bool)
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElement::IsAttributeMapped(const nsIAtom* name) const
|
2006-10-20 03:48:12 +04:00
|
|
|
{
|
|
|
|
static const MappedAttributeEntry* const map[] = {
|
2007-01-19 18:20:11 +03:00
|
|
|
sFEFloodMap,
|
2007-01-30 16:19:55 +03:00
|
|
|
sFiltersMap,
|
2006-10-20 03:48:12 +04:00
|
|
|
sFontSpecificationMap,
|
|
|
|
sGradientStopMap,
|
2007-07-26 10:57:42 +04:00
|
|
|
sLightingEffectsMap,
|
2006-10-20 03:48:12 +04:00
|
|
|
sMarkersMap,
|
|
|
|
sTextContentElementsMap,
|
2007-01-19 18:20:11 +03:00
|
|
|
sViewportsMap
|
2006-10-20 03:48:12 +04:00
|
|
|
};
|
|
|
|
|
2011-12-18 14:09:27 +04:00
|
|
|
return FindAttributeDependence(name, map) ||
|
2013-01-17 00:50:58 +04:00
|
|
|
SVGUseElementBase::IsAttributeMapped(name);
|
2006-10-20 03:48:12 +04:00
|
|
|
}
|
2009-01-22 03:56:51 +03:00
|
|
|
|
2013-01-17 00:50:58 +04:00
|
|
|
} // namespace dom
|
|
|
|
} // namespace mozilla
|