tor-browser

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

commit 179a78623e2b991451b54bbd689074905215cb17
parent 03d788273c452fc4bfaefb0a6c0257b478dc5718
Author: Atila Butkovits <abutkovits@mozilla.com>
Date:   Thu,  6 Nov 2025 17:46:24 +0200

Revert "Bug 1995674 - [devtools] Fix opening source with external editor from the browser console. r=devtools-reviewers,bomsy." for causing failures at browser_console_devtools_loader_exception.js.

This reverts commit 338d663f1679c39530519dd6e0d8abab37fd2577.

Diffstat:
Mdevtools/client/webconsole/webconsole.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/devtools/client/webconsole/webconsole.js b/devtools/client/webconsole/webconsole.js @@ -223,7 +223,6 @@ class WebConsole { this.gViewSourceUtils.viewSource({ URL: sourceURL, lineNumber: sourceLine || -1, - browser: this.chromeUtilsWindow.gBrowser, }); }