no-bug: Sync upstream Firefox to version 149.0 (gh-12826)

This commit is contained in:
mr. m
2026-03-20 12:48:24 +01:00
committed by GitHub
parent 9bd76d3ad0
commit 20ea551c9b
144 changed files with 828 additions and 1302 deletions

View File

@@ -1,8 +1,8 @@
diff --git a/dom/base/Document.cpp b/dom/base/Document.cpp
index d9917d78b93d3200cbe15a1ee316cf01c0ad88de..4d7e4f9d57f0d121c717758ead06e554e01aea91 100644
index b837e66d4fd5b6a96ad3d9c35f8e50e911cd168b..c35a395da59fc30d70b1e05b94db41b7136db0de 100644
--- a/dom/base/Document.cpp
+++ b/dom/base/Document.cpp
@@ -462,6 +462,7 @@
@@ -464,6 +464,7 @@
#include "prtime.h"
#include "prtypes.h"
#include "xpcpublic.h"
@@ -10,7 +10,7 @@ index d9917d78b93d3200cbe15a1ee316cf01c0ad88de..4d7e4f9d57f0d121c717758ead06e554
// clang-format off
#include "mozilla/Encoding.h"
@@ -3327,6 +3328,10 @@ void Document::FillStyleSetUserAndUASheets() {
@@ -3317,6 +3318,10 @@ void Document::FillStyleSetUserAndUASheets() {
for (StyleSheet* sheet : *sheetService->UserStyleSheets()) {
styleSet.AppendStyleSheet(*sheet);
}