mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
1453f13d33
440 changed files with 4353 additions and 3378 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 {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include "nsCharSeparatedTokenizer.h"
|
||||
#include "nsStyleUtil.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "nsIContentInlines.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
|
|
|||
|
|
@ -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