From a2bb15d20ca6eaaa7f1412a313c87a07c908fe24 Mon Sep 17 00:00:00 2001 From: Fedor Date: Fri, 6 Oct 2023 19:15:01 +0300 Subject: [PATCH] Remove some junk --- browser/base/content/aboutRobots.css | 3 - browser/base/content/aboutRobots.js | 11 - browser/base/content/aboutRobots.xhtml | 62 ----- browser/base/content/browser-siteIdentity.js | 2 +- browser/base/content/browser.js | 2 - ...tOpenNewRemoteTabsFromNonRemoteBrowsers.js | 2 +- browser/base/jar.mn | 4 - browser/components/about/AboutRedirector.cpp | 5 - browser/components/about/components.conf | 2 - .../migration/content/aboutWelcomeBack.xhtml | 75 ------ browser/components/migration/jar.mn | 1 - .../tests/marionette/test_refresh_firefox.py | 2 +- .../sessionstore/SessionMigration.jsm | 2 +- .../components/sessionstore/SessionStore.jsm | 11 +- browser/locales/en-US/browser/aboutRobots.ftl | 28 -- .../en-US/browser/aboutSessionRestore.ftl | 15 -- browser/moz.configure | 1 - browser/themes/shared/aboutWelcomeBack.css | 55 ---- .../shared/incontent-icons/welcome-back.svg | 13 - browser/themes/shared/jar.inc.mn | 2 - docshell/base/nsAboutRedirector.cpp | 2 - mobile/android/moz.configure | 1 - modules/libpref/init/StaticPrefList.yaml | 6 - modules/libpref/init/all.js | 2 +- netwerk/protocol/http/HttpTrafficAnalyzer.cpp | 254 ------------------ netwerk/protocol/http/HttpTrafficAnalyzer.h | 48 ---- netwerk/protocol/http/HttpTrafficAnalyzer.inc | 106 -------- netwerk/protocol/http/moz.build | 1 - netwerk/protocol/http/nsAHttpConnection.h | 7 - netwerk/protocol/http/nsHttpChannel.cpp | 53 +--- netwerk/protocol/http/nsHttpChannel.h | 2 - netwerk/protocol/http/nsHttpConnection.cpp | 22 -- netwerk/protocol/http/nsHttpConnection.h | 4 - netwerk/protocol/http/nsHttpHandler.cpp | 10 - netwerk/protocol/http/nsHttpHandler.h | 5 - netwerk/protocol/http/nsHttpTransaction.cpp | 31 +-- netwerk/protocol/http/nsHttpTransaction.h | 3 +- toolkit/components/telemetry/Histograms.json | 40 --- toolkit/components/telemetry/Scalars.yaml | 106 -------- toolkit/content/jar.mn | 1 - toolkit/content/mozilla.xhtml | 34 --- .../locales/en-US/chrome/global/mozilla.dtd | 15 -- toolkit/locales/jar.mn | 1 - 43 files changed, 10 insertions(+), 1042 deletions(-) delete mode 100644 browser/base/content/aboutRobots.css delete mode 100644 browser/base/content/aboutRobots.js delete mode 100644 browser/base/content/aboutRobots.xhtml delete mode 100644 browser/components/migration/content/aboutWelcomeBack.xhtml delete mode 100644 browser/locales/en-US/browser/aboutRobots.ftl delete mode 100644 browser/themes/shared/aboutWelcomeBack.css delete mode 100644 browser/themes/shared/incontent-icons/welcome-back.svg delete mode 100644 netwerk/protocol/http/HttpTrafficAnalyzer.cpp delete mode 100644 netwerk/protocol/http/HttpTrafficAnalyzer.h delete mode 100644 netwerk/protocol/http/HttpTrafficAnalyzer.inc delete mode 100644 toolkit/content/mozilla.xhtml delete mode 100644 toolkit/locales/en-US/chrome/global/mozilla.dtd diff --git a/browser/base/content/aboutRobots.css b/browser/base/content/aboutRobots.css deleted file mode 100644 index 7b78d53290..0000000000 --- a/browser/base/content/aboutRobots.css +++ /dev/null @@ -1,3 +0,0 @@ -.title { - background-image: url("chrome://browser/content/aboutRobots-icon.png"); -} diff --git a/browser/base/content/aboutRobots.js b/browser/base/content/aboutRobots.js deleted file mode 100644 index 9b0dc3f1e0..0000000000 --- a/browser/base/content/aboutRobots.js +++ /dev/null @@ -1,11 +0,0 @@ -var buttonClicked = false; -var button = document.getElementById("errorTryAgain"); -button.onclick = function() { - if (buttonClicked) { - button.style.visibility = "hidden"; - } else { - var newLabel = button.getAttribute("label2"); - button.textContent = newLabel; - buttonClicked = true; - } -}; diff --git a/browser/base/content/aboutRobots.xhtml b/browser/base/content/aboutRobots.xhtml deleted file mode 100644 index 97dc32053f..0000000000 --- a/browser/base/content/aboutRobots.xhtml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - -
- - -
-

-
- - -
- - -
-

-
- - -
-
    -
  • -
  • -
  • -
  • -
-
- - -
- -
- -
- - -
- -
-
- -