mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
bd5506d13c
59 changed files with 1121 additions and 955 deletions
|
|
@ -42,7 +42,7 @@ NS_IMPL_ISUPPORTS_INHERITED(SVGScriptElement, SVGScriptElementBase,
|
|||
SVGScriptElement::SVGScriptElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo,
|
||||
FromParser aFromParser)
|
||||
: SVGScriptElementBase(aNodeInfo)
|
||||
, nsScriptElement(aFromParser)
|
||||
, ScriptElement(aFromParser)
|
||||
{
|
||||
AddMutationObserver(this);
|
||||
}
|
||||
|
|
@ -168,7 +168,7 @@ SVGScriptElement::FreezeUriAsyncDefer()
|
|||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// nsScriptElement methods
|
||||
// ScriptElement methods
|
||||
|
||||
bool
|
||||
SVGScriptElement::HasScriptContent()
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include "nsSVGElement.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsSVGString.h"
|
||||
#include "nsScriptElement.h"
|
||||
#include "mozilla/dom/ScriptElement.h"
|
||||
|
||||
class nsIDocument;
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ namespace dom {
|
|||
typedef nsSVGElement SVGScriptElementBase;
|
||||
|
||||
class SVGScriptElement final : public SVGScriptElementBase,
|
||||
public nsScriptElement
|
||||
public ScriptElement
|
||||
{
|
||||
protected:
|
||||
friend nsresult (::NS_NewSVGScriptElement(nsIContent **aResult,
|
||||
|
|
@ -47,7 +47,7 @@ public:
|
|||
virtual void FreezeUriAsyncDefer() override;
|
||||
virtual CORSMode GetCORSMode() const override;
|
||||
|
||||
// nsScriptElement
|
||||
// ScriptElement
|
||||
virtual bool HasScriptContent() override;
|
||||
|
||||
// nsIContent specializations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue