From bb23af29afc0ef21b3ee2d37e593a07f6cd7e81d Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 07:28:34 -0500 Subject: Issue N/A - Restore the Toolkit Error Console - Part 2: Browser --- browser/base/content/browser-menubar.inc | 3 +++ browser/base/content/browser-sets.inc | 6 ++++++ browser/base/content/browser.js | 4 ++++ browser/base/content/jsConsoleOverlay.xul | 18 ++++++++++++++++++ 4 files changed, 31 insertions(+) create mode 100644 browser/base/content/jsConsoleOverlay.xul (limited to 'browser/base/content') diff --git a/browser/base/content/browser-menubar.inc b/browser/base/content/browser-menubar.inc index 8f77ebafe..e952bc3ca 100644 --- a/browser/base/content/browser-menubar.inc +++ b/browser/base/content/browser-menubar.inc @@ -502,6 +502,9 @@ + + + + + diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index b794386f7..7b05e1da7 100755 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -3975,6 +3975,10 @@ function addToUrlbarHistory(aUrlToAdd) { PlacesUIUtils.markPageAsTyped(aUrlToAdd); } +function toJavaScriptConsole() { + toOpenWindowByType("global:console", "chrome://global/content/console.xul"); +} + function BrowserDownloadsUI() { if (PrivateBrowsingUtils.isWindowPrivate(window)) { diff --git a/browser/base/content/jsConsoleOverlay.xul b/browser/base/content/jsConsoleOverlay.xul new file mode 100644 index 000000000..1bc518d4f --- /dev/null +++ b/browser/base/content/jsConsoleOverlay.xul @@ -0,0 +1,18 @@ + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + + + + + + +#include browserMountPoints.inc + + + + -- cgit v1.2.3