tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9e721d640f814da2ff176f1a7446b2e5b042279b
parent 51da93ac268ff0b4814ea028a97a0b398582a95f
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Fri, 31 Oct 2025 08:04:09 +0000

Bug 1997160 - Remove unused mfbt inclusion in docshell/** r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D270569

Diffstat:
Mdocshell/base/BrowsingContext.cpp | 1-
Mdocshell/base/BrowsingContextGroup.h | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/docshell/base/BrowsingContext.cpp b/docshell/base/BrowsingContext.cpp @@ -60,7 +60,6 @@ #include "mozilla/AsyncEventDispatcher.h" #include "mozilla/ClearOnShutdown.h" #include "mozilla/Components.h" -#include "mozilla/HashTable.h" #include "mozilla/Logging.h" #include "mozilla/MediaFeatureChange.h" #include "mozilla/Services.h" diff --git a/docshell/base/BrowsingContextGroup.h b/docshell/base/BrowsingContextGroup.h @@ -9,7 +9,6 @@ #include "mozilla/PrincipalHashKey.h" #include "mozilla/dom/BrowsingContext.h" -#include "mozilla/FunctionRef.h" #include "nsRefPtrHashtable.h" #include "nsHashKeys.h" #include "nsTArray.h"