summaryrefslogtreecommitdiffstats
path: root/dom/base/moz.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /dom/base/moz.build
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz
firefox-adbda400be353e676059e335c3c0aaf99e719475.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/base/moz.build')
-rw-r--r--dom/base/moz.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/dom/base/moz.build b/dom/base/moz.build
index 14c9f9dd96..ef1780f161 100644
--- a/dom/base/moz.build
+++ b/dom/base/moz.build
@@ -22,7 +22,6 @@ include("/tools/fuzzing/libfuzzer-config.mozbuild")
XPIDL_SOURCES += [
"mozIDOMWindow.idl",
"nsIContentPolicy.idl",
- "nsIDOMRequestService.idl",
"nsIDroppedLinkHandler.idl",
"nsIEventSourceEventService.idl",
"nsIImageLoadingContent.idl",
@@ -51,7 +50,6 @@ EXPORTS += [
"nsAttrValueInlines.h",
"nsCaseTreatment.h",
"nsChildContentList.h",
- "nsContentCID.h",
"nsContentCreatorFunctions.h",
"nsContentList.h",
"nsContentListDeclarations.h",
@@ -187,7 +185,6 @@ EXPORTS.mozilla.dom += [
"DOMPoint.h",
"DOMQuad.h",
"DOMRect.h",
- "DOMRequest.h",
"DOMStringList.h",
"DOMTokenListSupportedTokens.h",
"Element.h",
@@ -283,6 +280,7 @@ EXPORTS.mozilla.dom += [
"TreeOrderedArrayInlines.h",
"TreeWalker.h",
"UIDirectionManager.h",
+ "UnbindContext.h",
"UseCounterMetrics.h",
"UserActivation.h",
"ViewportMetaData.h",
@@ -345,7 +343,6 @@ UNIFIED_SOURCES += [
"DOMPoint.cpp",
"DOMQuad.cpp",
"DOMRect.cpp",
- "DOMRequest.cpp",
"DOMStringList.cpp",
"Element.cpp",
"EventSource.cpp",
@@ -545,7 +542,6 @@ if CONFIG["TARGET_CPU"].startswith("ppc"):
EXTRA_JS_MODULES += [
"ContentAreaDropListener.sys.mjs",
- "DOMRequestHelper.sys.mjs",
"IndexedDBHelper.sys.mjs",
"LocationHelper.sys.mjs",
"ProcessSelector.sys.mjs",