From d20ca24a070d547be3bce4d513ef151b6be5f955 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 19:45:39 -0500 Subject: Issue #1053 - Remove android support from toolkit Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm --- toolkit/themes/mobile/global/empty.css | 7 ----- toolkit/themes/mobile/global/icons/Error.png | Bin 2148 -> 0 bytes .../mobile/global/media/TopLevelImageDocument.css | 17 ------------ .../mobile/global/media/TopLevelVideoDocument.css | 12 --------- .../mobile/global/media/clicktoplay-bgtexture.png | Bin 1751 -> 0 bytes toolkit/themes/mobile/global/media/error.png | Bin 433 -> 0 bytes .../mobile/global/media/imagedoc-darknoise.png | Bin 3050 -> 0 bytes .../mobile/global/media/imagedoc-lightnoise.png | Bin 4025 -> 0 bytes toolkit/themes/mobile/global/media/throbber.png | Bin 30718 -> 0 bytes .../mobile/global/media/videoClickToPlayButton.svg | 30 --------------------- 10 files changed, 66 deletions(-) delete mode 100644 toolkit/themes/mobile/global/empty.css delete mode 100644 toolkit/themes/mobile/global/icons/Error.png delete mode 100644 toolkit/themes/mobile/global/media/TopLevelImageDocument.css delete mode 100644 toolkit/themes/mobile/global/media/TopLevelVideoDocument.css delete mode 100644 toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png delete mode 100644 toolkit/themes/mobile/global/media/error.png delete mode 100644 toolkit/themes/mobile/global/media/imagedoc-darknoise.png delete mode 100644 toolkit/themes/mobile/global/media/imagedoc-lightnoise.png delete mode 100644 toolkit/themes/mobile/global/media/throbber.png delete mode 100644 toolkit/themes/mobile/global/media/videoClickToPlayButton.svg (limited to 'toolkit/themes/mobile/global') diff --git a/toolkit/themes/mobile/global/empty.css b/toolkit/themes/mobile/global/empty.css deleted file mode 100644 index d615bf886..000000000 --- a/toolkit/themes/mobile/global/empty.css +++ /dev/null @@ -1,7 +0,0 @@ -/* 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/. */ - -/* - * Empty stub for theme CSS - */ diff --git a/toolkit/themes/mobile/global/icons/Error.png b/toolkit/themes/mobile/global/icons/Error.png deleted file mode 100644 index bd4064f49..000000000 Binary files a/toolkit/themes/mobile/global/icons/Error.png and /dev/null differ diff --git a/toolkit/themes/mobile/global/media/TopLevelImageDocument.css b/toolkit/themes/mobile/global/media/TopLevelImageDocument.css deleted file mode 100644 index 524217516..000000000 --- a/toolkit/themes/mobile/global/media/TopLevelImageDocument.css +++ /dev/null @@ -1,17 +0,0 @@ -/* 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/. */ - -@media not print { - /* N.B.: Remember to update ImageDocument.css in the tree or reftests may fail! */ - - body { - color: #eee; - background-image: url("chrome://global/skin/media/imagedoc-darknoise.png"); - } - - img.transparent { - background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png"); - color: #222; - } -} diff --git a/toolkit/themes/mobile/global/media/TopLevelVideoDocument.css b/toolkit/themes/mobile/global/media/TopLevelVideoDocument.css deleted file mode 100644 index 760cdcd53..000000000 --- a/toolkit/themes/mobile/global/media/TopLevelVideoDocument.css +++ /dev/null @@ -1,12 +0,0 @@ -/* 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/. */ - -body { - background-image: url("chrome://global/skin/media/imagedoc-darknoise.png"); - background-color: rgb(33,33,33); /* Average color of that ^ image. */ -} - -video { - box-shadow: 0 0 15px #000; -} diff --git a/toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png b/toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png deleted file mode 100644 index 0d3cacd11..000000000 Binary files a/toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png and /dev/null differ diff --git a/toolkit/themes/mobile/global/media/error.png b/toolkit/themes/mobile/global/media/error.png deleted file mode 100644 index 58e37283a..000000000 Binary files a/toolkit/themes/mobile/global/media/error.png and /dev/null differ diff --git a/toolkit/themes/mobile/global/media/imagedoc-darknoise.png b/toolkit/themes/mobile/global/media/imagedoc-darknoise.png deleted file mode 100644 index 5c33e24d4..000000000 Binary files a/toolkit/themes/mobile/global/media/imagedoc-darknoise.png and /dev/null differ diff --git a/toolkit/themes/mobile/global/media/imagedoc-lightnoise.png b/toolkit/themes/mobile/global/media/imagedoc-lightnoise.png deleted file mode 100644 index 3467cf4d4..000000000 Binary files a/toolkit/themes/mobile/global/media/imagedoc-lightnoise.png and /dev/null differ diff --git a/toolkit/themes/mobile/global/media/throbber.png b/toolkit/themes/mobile/global/media/throbber.png deleted file mode 100644 index 8e49fe5b2..000000000 Binary files a/toolkit/themes/mobile/global/media/throbber.png and /dev/null differ diff --git a/toolkit/themes/mobile/global/media/videoClickToPlayButton.svg b/toolkit/themes/mobile/global/media/videoClickToPlayButton.svg deleted file mode 100644 index f7ca6b653..000000000 --- a/toolkit/themes/mobile/global/media/videoClickToPlayButton.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3