chore: Recalcultae patches, b=(no-bug), c=tests, scripts, tabs, glance

This commit is contained in:
Mr. M 2025-05-22 13:57:30 +02:00
parent 4d48395c19
commit ad124c9d95
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18
55 changed files with 200 additions and 185 deletions

View file

@ -1,5 +1,5 @@
diff --git a/toolkit/content/widgets/arrowscrollbox.js b/toolkit/content/widgets/arrowscrollbox.js
index f9191af09f1b7a1654aff62807e7dad573afc172..f49ad7cb08f5d2be4a03046c191361f8c8a004bc 100644
index e2000d0f0c33e0e497e79dd206e195235bc5094e..ac69cb75d2be93a1f72fb61bea200d3dcbcdd77f 100644
--- a/toolkit/content/widgets/arrowscrollbox.js
+++ b/toolkit/content/widgets/arrowscrollbox.js
@@ -98,6 +98,7 @@
@ -10,7 +10,7 @@ index f9191af09f1b7a1654aff62807e7dad573afc172..f49ad7cb08f5d2be4a03046c191361f8
let contentSize =
slot.getBoundingClientRect()[this.#verticalMode ? "height" : "width"];
// NOTE(emilio): This should be contentSize > scrollClientSize, but due
@@ -639,7 +640,7 @@
@@ -642,7 +643,7 @@
on_wheel(event) {
// Don't consume the event if we can't scroll.