mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #80 - De-unify dom/svg
This commit is contained in:
parent
e734022ff3
commit
9f8785ef66
6 changed files with 12 additions and 3 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#include "nsSVGElement.h"
|
||||
#include "mozilla/StyleSheet.h"
|
||||
#include "mozilla/StyleSheetInlines.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsLayoutUtils.h"
|
||||
|
||||
using namespace mozilla::css;
|
||||
using namespace mozilla::dom;
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
#include "SVGElementFactory.h"
|
||||
#include "nsGkAtoms.h"
|
||||
#include "nsIContent.h"
|
||||
#include "mozilla/dom/NodeInfo.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "mozilla/dom/FromParser.h"
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@
|
|||
#ifndef mozilla_dom_SVGElementFactory_h
|
||||
#define mozilla_dom_SVGElementFactory_h
|
||||
|
||||
#include "nsError.h"
|
||||
#include "nsIContent.h"
|
||||
#include "mozilla/dom/FromParser.h"
|
||||
#include "mozilla/dom/NodeInfo.h"
|
||||
|
||||
class nsIAtom;
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "mozilla/dom/SVGGraphicsElement.h"
|
||||
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#include "mozilla/dom/SVGSymbolElement.h"
|
||||
#include "mozilla/dom/SVGSymbolElementBinding.h"
|
||||
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT(Symbol)
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ EXPORTS.mozilla.dom += [
|
|||
'SVGZoomEvent.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'DOMSVGAnimatedLengthList.cpp',
|
||||
'DOMSVGAnimatedNumberList.cpp',
|
||||
'DOMSVGLength.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue