Import Tycho's Add-on Manager

This commit is contained in:
NTD 2018-02-10 04:00:58 -05:00 committed by Roy Tam
commit a122115666
875 changed files with 111377 additions and 0 deletions

View file

@ -0,0 +1,91 @@
/* 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/. */
#genericAbout {
padding: 0px;
min-height: 200px;
max-height: 400px;
width: 30em;
}
#clientBox {
background-color: -moz-Dialog;
color: -moz-DialogText;
}
@media (-moz-windows-compositor) {
#genericAbout {
-moz-appearance: -moz-win-glass;
background: transparent;
}
#clientBox {
-moz-appearance: -moz-win-exclude-glass;
}
}
.basic-info {
padding: 10px;
}
#extensionIcon {
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
max-width: 64px;
max-height: 64px;
-moz-margin-end: 6px;
}
#genericAbout[addontype="theme"] #extensionIcon {
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
}
#genericAbout[addontype="locale"] #extensionIcon {
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
}
#genericAbout[addontype="plugin"] #extensionIcon {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
#genericAbout[addontype="dictionary"] #extensionIcon {
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}
#extensionName {
font-size: 200%;
font-weight: bolder;
}
#extensionVersion {
font-weight: bold;
}
#extensionDescription {
margin-top: 4px;
}
#groove {
margin-top: 8px;
}
#extensionDetailsBox {
overflow: auto;
min-height: 100px;
}
.boxIndent {
-moz-margin-start: 18px;
}
#extensionCreator, .contributor {
margin: 0px;
}
.sectionTitle {
padding: 2px 0px 3px 0px;
margin-top: 3px;
font-weight: bold;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,20 @@
/* 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/. */
richlistitem {
padding-top: 6px;
padding-bottom: 6px;
-moz-padding-start: 7px;
-moz-padding-end: 7px;
border-bottom: 1px solid #C0C0C0;
}
.addonName {
font-weight: bold;
}
.blockedLabel {
font-weight: bold;
font-style: italic;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,47 @@
/* 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/. */
#icon {
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
max-width: 48px;
max-height: 48px;
-moz-margin-end: 6px;
}
#eula-dialog[addontype="theme"] #icon {
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
}
#eula-dialog[addontype="locale"] #icon {
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
}
#eula-dialog[addontype="plugin"] #icon {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
#eula-dialog[addontype="dictionary"] #icon {
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}
#heading-container {
-moz-box-align: center;
}
#heading {
font-size: 120%;
}
#eula {
-moz-appearance: none;
color: -moz-FieldText;
background-color: -moz-Field;
margin: 1em;
border: 1px solid;
-moz-border-top-colors: ActiveBorder;
-moz-border-right-colors: ActiveBorder;
-moz-border-bottom-colors: ActiveBorder;
-moz-border-left-colors: ActiveBorder;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,110 @@
/* 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/. */
@import url("chrome://global/skin/inContentUI.css");
#addon-page {
padding: 0;
}
#addon-scrollbox {
overflow: auto;
-moz-box-orient: vertical;
-moz-box-flex: 1;
}
#spacer-start {
-moz-box-flex: 1;
}
#spacer-end {
-moz-box-flex: 3;
}
#addon-container {
overflow: visible;
max-width: 600px;
margin: 20px;
padding: 30px 90px;
}
#addon-info {
-moz-box-align: start;
margin: 25px 10px;
}
#icon {
-moz-margin-end: 10px;
max-width: 64px;
max-height: 64px;
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
}
.addon-info[type="theme"] #icon {
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
}
.addon-info[type="locale"] #icon {
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
}
.addon-info[type="plugin"] #icon {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
.addon-info[type="dictionary"] #icon {
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}
#name {
font-size: 130%;
}
#author {
color: GrayText;
}
#location {
color: GrayText;
}
#warning {
margin-bottom: 25px;
-moz-box-align: start;
}
#warning-icon {
list-style-image: url("chrome://mozapps/skin/extensions/alerticon-warning.png");
width: 16px;
height: 15px;
-moz-margin-end: 5px;
}
#allow {
-moz-margin-start: 84px;
margin-bottom: 20px;
}
#continuePanel,
#restartPanel {
margin-top: 25px;
-moz-box-pack: end;
-moz-box-align: center;
}
#continuePanel {
-moz-box-pack: end;
}
#restartMessage {
text-align: right;
}
#restartSpacer {
-moz-box-flex: 1;
}
#later {
color: GrayText;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,185 @@
/* 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/. */
#view-deck {
background: Window;
}
.heading {
font-size: 270%;
text-align: center;
margin: 0 120px;
}
.progress {
margin: 10px 128px;
}
.progress-label,
#errors-description {
text-align: center;
margin: 0 10px;
}
#checking-heading,
#update-heading,
#errors-heading {
margin-top: 90px;
}
#select-heading,
#confirm-heading {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#select-description,
#confirm-description {
margin: 10px;
}
#select-list {
border-top: 1px solid #D6E5F5;
background-color: Window;
}
#select-grid column {
-moz-box-align: center;
}
#select-grid row {
-moz-box-align: stretch;
}
#select-grid label {
margin-top: 0;
margin-bottom: 0;
}
.select-cell {
-moz-box-align: center;
-moz-box-pack: start;
}
#select-header .select-cell {
box-sizing: border-box;
}
#select-header .select-keep,
#select-header .select-icon,
#select-header .select-name,
#select-header .select-action {
background-image: linear-gradient(#D6E5F5 0%, Window 100%);
background-size: 1px 100%;
background-position: right;
background-repeat: no-repeat;
}
.select-keep {
-moz-box-pack: center;
}
.select-icon {
width: 20px;
}
.select-keep .addon-keep-checkbox {
margin: 0;
padding: 0;
width: 13px;
}
.select-keep .addon-keep-checkbox:-moz-focusring {
outline: 1px dotted ThreeDDarkShadow;
}
.select-keep .checkbox-label-box {
display: none;
}
.addon-name,
.addon-action-message,
.addon-action-update {
box-sizing: border-box;
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
-moz-padding-start: 6px;
-moz-padding-end: 5px;
}
#select-grid separator {
border-top: 1px solid #D6E5F5;
height: 0;
margin-top: 0.4em;
margin-bottom: 0.4em;
}
.addon:not([active]) .addon-name,
.addon:not([active]) .addon-action-message,
.addon:not([active]) .addon-action-update {
color: GrayText;
}
.addon-icon {
height: 16px;
width: 16px;
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
}
.addon-icon[type="theme"] {
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
}
.addon-icon[type="plugin"] {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
.addon-icon[type="dictionary"] {
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
}
.action-list {
margin-top: 10px;
-moz-margin-start: 5em;
}
.action-header {
margin-bottom: 10px;
}
#confirm .addon {
-moz-margin-start: 3em;
-moz-box-align: center;
}
.addon:not([active]) .addon-icon,
#disable-list .addon-icon,
#incompatible-list .addon-icon {
filter: grayscale(1);
}
#footer {
padding: 15px 12px;
}
.progress-label,
#footer-label {
color: GrayText;
}
%ifdef XP_WIN
.progress-label,
#footer-label {
font-style: italic;
}
@media (-moz-windows-default-theme) {
#footer {
background-color: #f1f5fb;
box-shadow: 0px 1px 2px rgb(204,214,234) inset;
}
}
%endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,26 @@
/* 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/. */
#alert {
list-style-image: url("chrome://mozapps/skin/update/update.png");
}
.throbber {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
width: 16px;
height: 16px;
margin-top: 5px;
margin-bottom: 5px;
-moz-margin-start: 5px;
-moz-margin-end: 2px;
}
.alertBox {
background-color: InfoBackground;
color: InfoText;
border: 1px outset InfoBackground;
margin-left: 3px;
margin-right: 3px;
padding: 5px;
}

View file

@ -0,0 +1,101 @@
/* 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/. */
#xpinstallheader {
margin-bottom: 2em;
}
#itemList {
-moz-appearance: listbox;
margin: 3px 4px 10px 4px;
height: 14em;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-Field;
color: -moz-FieldText;
}
#itemWarningIntro {
-moz-margin-start: 8px;
}
#dialogContentBox {
padding: 5px;
}
installitem {
padding-top: 5px;
padding-bottom: 5px;
-moz-padding-start: 5px;
-moz-padding-end: 0;
border-bottom: 1px dotted #C0C0C0;
margin-bottom: 5px;
}
.alert-icon {
%ifdef XP_WIN
list-style-image: url("chrome://global/skin/icons/warning-large.png");
width: 48px;
height: 48px;
%endif
-moz-margin-end: 20px;
}
.warning {
font-weight: bold;
font-size: 1.25em;
margin-bottom: 1em;
}
.xpinstallIconContainer {
width: 32px;
height: 32px;
-moz-margin-end: 5px;
}
.xpinstallItemName {
font-weight: bold;
}
.xpinstallItemSigned {
font-style: italic;
font-size: 0.9em;
}
.xpinstallItemURL {
-moz-appearance: none;
border: none;
padding: 0;
background-color: -moz-Field;
color: -moz-FieldText;
margin-top: 1px;
margin-bottom: 1px;
-moz-margin-start: 6px;
-moz-margin-end: 5px;
}
.xpinstallItemIcon {
max-width: 32px;
max-height: 32px;
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
}
installitem[type="theme"] .xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
}
installitem[type="locale"] .xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
}
installitem[type="plugin"] .xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
installitem[type="dictionary"] .xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}