зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1695348 - Mass rename browser.proton.appmenu.enabled to browser.proton.enabled. r=emalysz,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D106800
This commit is contained in:
Родитель
3f97afc8db
Коммит
dc2631ac79
|
@ -120,7 +120,7 @@ XPCOMUtils.defineLazyGetter(this, "gBundle", function() {
|
|||
XPCOMUtils.defineLazyPreferenceGetter(
|
||||
this,
|
||||
"gProtonAppMenuEnabled",
|
||||
"browser.proton.appmenu.enabled",
|
||||
"browser.proton.enabled",
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ const PanelUI = {
|
|||
XPCOMUtils.defineLazyPreferenceGetter(
|
||||
this,
|
||||
"protonAppMenuEnabled",
|
||||
"browser.proton.appmenu.enabled",
|
||||
"browser.proton.enabled",
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
@ -348,7 +348,7 @@ var UITour = {
|
|||
XPCOMUtils.defineLazyPreferenceGetter(
|
||||
this,
|
||||
"protonAppMenuEnabled",
|
||||
"browser.proton.appmenu.enabled",
|
||||
"browser.proton.enabled",
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.subviewbutton {
|
||||
padding-inline-start: 18px;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
@media not (prefers-contrast) {
|
||||
:root:not(:-moz-lwtheme) {
|
||||
--buttons-secondary-bgcolor: rgb(240,240,244);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
@media not (prefers-contrast) {
|
||||
:root:not(:-moz-lwtheme) {
|
||||
--panelview-toolbarbutton-hover-bgcolor: rgb(224,224,230);
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
--panel-banner-item-active-bgcolor: rgba(48,230,11,.2);
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
:root {
|
||||
--arrowpanel-menuitem-margin: 0 8px;
|
||||
--arrowpanel-menuitem-padding: 8px;
|
||||
|
@ -131,7 +131,7 @@
|
|||
background: #FFE900 url(chrome://browser/skin/update-badge.svg) no-repeat center;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
.panel-banner-item[notificationid="update-available"] > .toolbarbutton-icon,
|
||||
.panel-banner-item[notificationid="update-downloading"] > .toolbarbutton-icon,
|
||||
.panel-banner-item[notificationid="update-manual"] > .toolbarbutton-icon,
|
||||
|
@ -147,7 +147,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.panel-banner-item[notificationid="update-available"]::after,
|
||||
.panel-banner-item[notificationid="update-downloading"]::after,
|
||||
.panel-banner-item[notificationid="update-manual"]::after,
|
||||
|
@ -271,7 +271,7 @@ panelmultiview[transitioning] > .panel-viewcontainer > .panel-viewstack > panelv
|
|||
padding: var(--panel-subview-body-padding);
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
toolbarseparator + .panel-subview-body,
|
||||
.subview-subheader + .panel-subview-body {
|
||||
padding: 0;
|
||||
|
@ -628,7 +628,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
|
|||
-moz-box-orient: horizontal;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
.addon-banner-item,
|
||||
.panel-banner-item {
|
||||
margin: 0 8px 4px;
|
||||
|
@ -640,7 +640,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
|
|||
|
||||
} /** END Proton **/
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.panel-banner-item {
|
||||
border-block: 1px solid var(--panel-separator-color);
|
||||
padding-inline-start: 12px;
|
||||
|
@ -762,7 +762,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
|
|||
background-color: @appmenuWarningBackgroundColorActive@;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
#appMenu-fxa-status2[fxastatus] {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -833,7 +833,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
|
|||
text-align: start;
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.addon-banner-item > .toolbarbutton-text,
|
||||
.panel-banner-item > .toolbarbutton-text {
|
||||
margin: 0;
|
||||
|
@ -841,7 +841,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
|
|||
}
|
||||
} /** END not Proton **/
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
.addon-banner-item > .toolbarbutton-text,
|
||||
.panel-banner-item > .toolbarbutton-text {
|
||||
margin-inline-start: 8px;
|
||||
|
@ -1002,7 +1002,7 @@ panelmultiview[mainViewId="PanelUI-fxa"] #PanelUI-remotetabs-syncnow {
|
|||
display: none;
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
#PanelUI-fxa-menu-account-signout-button {
|
||||
list-style-image: url(chrome://browser/skin/sign-out.svg);
|
||||
}
|
||||
|
@ -1234,7 +1234,7 @@ panelview .toolbarbutton-1,
|
|||
color: var(--panel-disabled-color);
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.subviewbutton > .toolbarbutton-text {
|
||||
padding: 0;
|
||||
padding-inline-start: 24px; /* This is 16px for the icon + 8px for the padding as defined below. */
|
||||
|
@ -1281,7 +1281,7 @@ panelview .toolbarbutton-1,
|
|||
fill: currentColor;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
#appMenu-zoomReduce-button2@buttonStateHoverOrFocus@,
|
||||
#appMenu-zoomReduce-button2@buttonStateActive@,
|
||||
#appMenu-zoomEnlarge-button2@buttonStateHoverOrFocus@,
|
||||
|
@ -1542,7 +1542,7 @@ panelview .toolbarbutton-1 {
|
|||
margin-top: 6px;
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
panelview .toolbarbutton-1@buttonStateHoverOrFocus@,
|
||||
toolbarbutton.subviewbutton@buttonStateHoverOrFocus@,
|
||||
.navigable.subviewbutton@buttonStateHoverOrFocus@,
|
||||
|
@ -1555,7 +1555,7 @@ panelview .toolbarbutton-1 {
|
|||
}
|
||||
} /** END not Proton **/
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
/**
|
||||
* Focus in Proton uses a box-shadow because we want the stroke to be
|
||||
* internal to the rect without affecting the surrounding layout. This
|
||||
|
@ -1646,7 +1646,7 @@ menuitem.panel-subview-footer@menuStateActive@,
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
.PanelUI-subView toolbarseparator.proton-zap {
|
||||
border-image: var(--panel-separator-zap-gradient) 1;
|
||||
}
|
||||
|
@ -1976,7 +1976,7 @@ toolbarpaletteitem[place="menu-panel"] > .subviewbutton-nav::after {
|
|||
}
|
||||
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.panel-banner-item[notificationid^=update] {
|
||||
list-style-image: url(chrome://branding/content/icon32.png);
|
||||
}
|
||||
|
@ -2011,13 +2011,13 @@ toolbarpaletteitem[place="menu-panel"] > .subviewbutton-nav::after {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
.panel-header {
|
||||
padding-top: 8px;
|
||||
}
|
||||
} /** END Proton **/
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
.panel-header {
|
||||
border-bottom: 1px solid var(--panel-separator-color);
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
/* Menu panel and palette styles */
|
||||
|
||||
@supports not -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports not -moz-bool-pref("browser.proton.enabled") {
|
||||
#appMenu-new-window-button {
|
||||
list-style-image: url(chrome://browser/skin/new-window.svg);
|
||||
}
|
||||
|
@ -180,7 +180,7 @@ toolbarpaletteitem[place="palette"] > #bookmarks-menu-button,
|
|||
}
|
||||
} /** END not Proton **/
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.appmenu.enabled") {
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
/**
|
||||
* These are placeholder icons until we get the proper Proton
|
||||
* assets for zoom/fullscreen/sync.
|
||||
|
|
Загрузка…
Ссылка в новой задаче