tor-browser

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

commit 9f62ffea8060ac27b974455ded7c1e046bc6061c
parent 04e69a8d3939ddd22d1858c1435551face5adab1
Author: Hiroyuki Ikezoe <hikezoe.birchill@mozilla.com>
Date:   Tue, 11 Nov 2025 02:37:59 +0000

Bug 1999389 - Drop unimplemented BrowserParent::SetDocShellIsActive declaration. r=dom-core,mccr8

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

Diffstat:
Mdom/ipc/BrowserParent.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dom/ipc/BrowserParent.h b/dom/ipc/BrowserParent.h @@ -702,7 +702,6 @@ class BrowserParent final : public PBrowserParent, void NavigateByKey(bool aForward, bool aForDocumentNavigation); bool GetDocShellIsActive(); - void SetDocShellIsActive(bool aDocShellIsActive); bool GetHasPresented(); bool GetHasLayers();