no-bug: Sync upstream Firefox to version 151.0 (gh-13706)

This commit is contained in:
mr. m
2026-05-16 00:29:01 +02:00
committed by GitHub
parent 1659838194
commit 90a6ebe948
133 changed files with 1802 additions and 758 deletions

View File

@@ -1,8 +1,8 @@
diff --git a/dom/base/Document.cpp b/dom/base/Document.cpp
index 178078c084aad367f0e5d50e50f981ded24ae43e..e551dc7677e43c8ab179babdcbc6dd05aa962727 100644
index f5dc958b940b806cc471760ce91a26b1111aafa5..d6841cbef64374d14bc2941651e33669c28e2958 100644
--- a/dom/base/Document.cpp
+++ b/dom/base/Document.cpp
@@ -463,6 +463,7 @@
@@ -465,6 +465,7 @@
#include "prtime.h"
#include "prtypes.h"
#include "xpcpublic.h"
@@ -10,7 +10,7 @@ index 178078c084aad367f0e5d50e50f981ded24ae43e..e551dc7677e43c8ab179babdcbc6dd05
// clang-format off
#include "mozilla/Encoding.h"
@@ -3279,6 +3280,10 @@ void Document::FillStyleSetUserAndUASheets() {
@@ -3275,6 +3276,10 @@ void Document::FillStyleSetUserAndUASheets() {
for (StyleSheet* sheet : *sheetService->UserStyleSheets()) {
styleSet.AppendStyleSheet(*sheet);
}