diff --git a/arch-config/.mozilla/firefox/default-release/chrome/LEPTON b/arch-config/.mozilla/firefox/default-release/chrome/LEPTON index ee651d6c..6d16ca49 100644 --- a/arch-config/.mozilla/firefox/default-release/chrome/LEPTON +++ b/arch-config/.mozilla/firefox/default-release/chrome/LEPTON @@ -1,3 +1,3 @@ [Info] -Ver=v4.5.9 +Ver=v4.5.6 Branch=photon-style diff --git a/arch-config/.mozilla/firefox/default-release/chrome/README.org b/arch-config/.mozilla/firefox/default-release/chrome/README.org index 7f2ed008..aeeef0db 100644 --- a/arch-config/.mozilla/firefox/default-release/chrome/README.org +++ b/arch-config/.mozilla/firefox/default-release/chrome/README.org @@ -97,7 +97,7 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.sh)" #+END_SRC - Windows users: Run with powershell + Windows users: Run powershell as administrator #+BEGIN_SRC powershell Powershell -c "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.ps1 -useb | iex" #+END_SRC @@ -167,8 +167,7 @@ Please follow the [[https://github.com/black7375/Firefox-UI-Fix/wiki/Installation-Guide][Installation Guide]], \\ or set =about:config='s =svg.context-properties.content.enabled= to =true= . - - *The closed button and some panel menu icons are not visible.* \\ - [[https://user-images.githubusercontent.com/77958663/130395848-7af58241-bbbf-4273-bb62-14382c44098d.png]] + - *Some panel menu items doesn't show* \\ [[https://user-images.githubusercontent.com/25581533/120487528-93b40200-c3a5-11eb-98ad-3498beb9f38e.png]] Please follow the [[https://github.com/black7375/Firefox-UI-Fix/wiki/Installation-Guide][Installation Guide]], \\ @@ -179,5 +178,5 @@ [[https://user-images.githubusercontent.com/25581533/123761424-5746c980-d8b1-11eb-9a0f-83fb305f9f08.png]] [[https://user-images.githubusercontent.com/25581533/123762962-d4bf0980-d8b2-11eb-8492-d497d330c72a.png]] - I didn't put all the icons like before.\\ - [[https://user-images.githubusercontent.com/25581533/123602947-dd4b0d80-d7e8-11eb-93a6-2b263bdd99f7.png]] + I didn't put all the icons like before.\\ + [[https://user-images.githubusercontent.com/25581533/123602947-dd4b0d80-d7e8-11eb-93a6-2b263bdd99f7.png]] diff --git a/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css b/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css index 4b7be7f4..700dd106 100644 --- a/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css +++ b/arch-config/.mozilla/firefox/default-release/chrome/userChrome.css @@ -5,26 +5,25 @@ /** Default Thme - Contrast ***************************************************/ /*= Lightmode - Color darker =================================================*/ -:root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]), /* Legacy - v96 */ +:root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]), /* Legacy */ :root[style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"] { --lwt-accent-color: rgb(229, 229, 235) !important; /* Original: rgb(240, 240, 244) */ } -@media (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win10) { - :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]) #navigator-toolbox, /* Legacy - v96 */ +@media (-moz-os-version: windows-win10) { + :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]) #navigator-toolbox, /* Legacy */ :root[style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"] { background-color: var(--lwt-accent-color) !important; } } @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") { - :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]) #navigator-toolbox, /* Legacy - v96 */ + :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]) #navigator-toolbox, /* Legacy */ :root[style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"] { background-color: var(--lwt-accent-color) !important; } } /*= Darkmode - Color lighter =================================================*/ -:root[lwtheme-mozlightdark][lwthemetextcolor="bright"], /* Legacy - v96 */ +:root[lwtheme-mozlightdark][lwthemetextcolor="bright"], /* Legacy */ :root[style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"] { --toolbar-bgcolor: rgba(43, 42, 51, 5) !important; /* Original: rgba(43, 42, 51, 1) */ } @@ -37,11 +36,6 @@ border-radius: 4px; } -/*= Remote Tabs Panel's Bottom Padding =======================================*/ -#PanelUI-remotetabs #PanelUI-remotetabs-main { - margin-bottom: 6px; -} - /*= Identity Popup Icon Crop =================================================*/ .identity-popup-security-connection.identity-button { padding-block: 1px !important; @@ -100,7 +94,9 @@ menu[disabled="true"] { } } :root[lwtheme-image] #navigator-toolbox:-moz-lwtheme { - background-image: var(--lwt-header-image), var(--lwt-additional-images) !important; + background-image: var( + --lwt-additional-images + ) !important; /* Original: var(--lwt-header-image), var(--lwt-additional-images); */ background-repeat: var(--lwt-background-tiling) !important; background-position: var(--lwt-background-alignment) !important; background-color: unset !important; /* Original: var(--lwt-accent-color) */ @@ -108,21 +104,18 @@ menu[disabled="true"] { /* Navbar Border */ #navigator-toolbox:-moz-lwtheme { - --tabs-border-color: rgba(0, 0, 0, 0.3); /* Legacy: v96 */ - --lwt-tabs-border-color: rgba(0, 0, 0, 0.3); + --tabs-border-color: rgba(0, 0, 0, 0.3); } /** OS - Compatibility ********************************************************/ /*= Windows 7, 8 - Tab Bar Background *****************************************/ -@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { /* Header Color */ :root:not([lwtheme-image]):-moz-lwtheme { background-color: var(--lwt-accent-color) !important; } } -@media (-moz-os-version: windows-win7), /* Legacy - v99 */ - (-moz-platform: windows-win7) { +@media (-moz-os-version: windows-win7) { #TabsToolbar:-moz-lwtheme { color: var(--lwt-text-color) !important; } @@ -133,16 +126,14 @@ menu[disabled="true"] { background-image: unset !important; } } -@media (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win8) { #navigator-toolbox:-moz-lwtheme { color: var(--lwt-text-color) !important; } } /*= Windows 7, 8 - Menu Active Color =========================================*/ -@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { menupopup > menu, menupopup > menuitem, #context-navigation > menuitem { @@ -159,12 +150,6 @@ menu[disabled="true"] { background-color: color-mix(in srgb, currentColor 20%, transparent) !important; /* Original: -moz-menuhover */ } - menulist > menupopup > menuitem[_moz-menuactive="true"], - menulist > menupopup > menu[_moz-menuactive="true"] { - background-color: highlight !important; - color: highlighttext !important; - } - #PlacesToolbar menu, #PlacesToolbar menuitem, #BMB_bookmarksPopup menu, @@ -179,8 +164,7 @@ menu[disabled="true"] { } } -@media (-moz-os-version: windows-win7), /* Legacy - v99 */ - (-moz-platform: windows-win7) { +@media (-moz-os-version: windows-win7) { menu[_moz-menuactive="true"], menuitem[_moz-menuactive="true"] { background-color: color-mix(in srgb, -moz-menuhover 5%, transparent) !important; @@ -204,8 +188,7 @@ menu[disabled="true"] { color: unset !important; /* Original: black */ } } -@media (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win8) { menu[_moz-menuactive="true"], menuitem[_moz-menuactive="true"] { background-color: color-mix(in srgb, -moz-menuhover 17%, transparent) !important; @@ -287,8 +270,7 @@ menu[disabled="true"] { } /*= Windows7 - Aero Based Theme ==============================================*/ -@media (-moz-os-version: windows-win7), /* Legacy - v99 */ - (-moz-platform: windows-win7) { +@media (-moz-os-version: windows-win7) { #TabsToolbar:not(:-moz-lwtheme) { --background-color: rgb(229, 229, 235); } @@ -319,8 +301,7 @@ menu[disabled="true"] { } /*= Windows10 - UWP like color ===============================================*/ -@media (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win10) { +@media (-moz-os-version: windows-win10) { :root:not(:-moz-lwtheme) { --win-text-color: rgba(0, 0, 0); --win-bgcolor: rgb(204, 204, 204); @@ -576,7 +557,7 @@ menu[disabled="true"] { /*- Others -----------------------------------------------------------------*/ /* For overwrite */ - :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]):not(:-moz-lwtheme), /* Legacy - lwtheme-mozlightdark at v96 */ + :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]):not(:-moz-lwtheme), /* Legacy */ :root:not(:-moz-lwtheme) { /* Light Theme */ --lwt-accent-color: var(--win-bgcolor) !important; @@ -592,18 +573,18 @@ menu[disabled="true"] { > .tabbrowser-tab > .tab-stack > .tab-background[multiselected]:not([selected]):not(:-moz-lwtheme), - :root[lwtheme-mozlightdark] /* Legacy - lwtheme-mozlightdark at v96 */ + :root[lwtheme-mozlightdark] /* Legacy */ #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[multiselected]:not([selected]), :root:is([style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"], [style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"]) - #tabbrowser-tabs:not([movingtab]) - > #tabbrowser-arrowscrollbox - > .tabbrowser-tab - > .tab-stack - > .tab-background[multiselected]:not([selected]) { + #tabbrowser-tabs:not([movingtab]) + > #tabbrowser-arrowscrollbox + > .tabbrowser-tab + > .tab-stack + > .tab-background[multiselected]:not([selected]) { background-image: linear-gradient( color-mix(in srgb, currentColor 11%, transparent), color-mix(in srgb, currentColor 11%, transparent) @@ -808,7 +789,7 @@ menu[disabled="true"] { /*- Toolbar ----------------------------------------------------------------*/ :root:not(:-moz-lwtheme) #navigator-toolbox, :root[lwt-default-theme-in-dark-mode] #navigator-toolbox { - background-color: var(--mac-bgcolor) !important; + appearance: auto !important; } :root:not(:-moz-lwtheme) #titlebar { @@ -820,9 +801,6 @@ menu[disabled="true"] { --button-active-bgcolor: var(--mac-hover-bgcolor); --toolbarbutton-hover-background: var(--mac-hover-bgcolor); --toolbarbutton-active-background: var(--mac-hover-bgcolor); - - /* Prevent transparent tabbar at fullscreen hover #312 */ - background: var(--mac-bgcolor); } :root[lwt-default-theme-in-dark-mode] #urlbar { @@ -865,7 +843,7 @@ menu[disabled="true"] { } /* Hard Coded */ - :root[lwtheme-mozlightdark][lwt-default-theme-in-dark-mode] /* Legacy - lwtheme-mozlightdark at v96 */ + :root[lwtheme-mozlightdark][lwt-default-theme-in-dark-mode] /* Legacy */ #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab @@ -945,13 +923,9 @@ menu[disabled="true"] { --in-content-button-vertical-padding: 7px; --in-content-table-background: #f8f8fa; - --in-content-table-border-color: var(--in-content-box-border-color); /* Legacy: #d1d1d1; rgba(249, 249, 250, 0.2) */ - --in-content-table-header-background: var( - --in-content-primary-button-background - ); /* Legacy: #0a84ff; rgb(5, 64, 150); */ - --in-content-table-header-color: var( - --in-content-primary-button-text-color - ); /* Legacy: #ffffff; var(--in-content-page-color); */ + --in-content-table-border-dark-color: #d1d1d1; + --in-content-table-header-background: #0a84ff; + --in-content-table-header-color: #ffffff; --in-content-sidebar-width: 240px; --dialog-warning-text-color: var(--red-60); @@ -1038,7 +1012,9 @@ menu[disabled="true"] { --in-content-danger-button-background-active: #ffdfe7; --in-content-table-background: rgb(35, 34, 43); - --in-content-table-border-dark-color: var(--in-content-box-border-color); + --in-content-table-border-dark-color: rgba(249, 249, 250, 0.2); + --in-content-table-header-background: rgb(5, 64, 150); + --in-content-table-header-color: var(--in-content-page-color); --in-content-accent-color: var(--in-content-primary-button-background); --in-content-accent-color-active: var(--in-content-primary-button-background-hover); @@ -1101,8 +1077,8 @@ html#main-window menupopup { } /* Default theme color preservation */ -:root[lwtheme-mozlightdark] menupopup:not(#BMB_bookmarksPopup, [placespopup="true"]), /* Legacy - lwtheme-mozlightdark at v96 */ -:root[lwtheme-mozlightdark] menupopup:is(#goPopup, #historyMenuPopup, #bookmarksMenuPopup), /* Legacy - lwtheme-mozlightdark at v96 */ +:root[lwtheme-mozlightdark] menupopup:not(#BMB_bookmarksPopup, [placespopup="true"]), /* Legacy */ +:root[lwtheme-mozlightdark] menupopup:is(#goPopup, #historyMenuPopup, #bookmarksMenuPopup), /* Legacy */ :root:is([style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"], [style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"]) menupopup:not(#BMB_bookmarksPopup, [placespopup="true"]), :root:is([style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"], [style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"]) menupopup:is(#goPopup, #historyMenuPopup, #bookmarksMenuPopup) { --menu-color: var(--toolbar-color, var(--in-content-page-color)) !important; @@ -1667,10 +1643,7 @@ browser[type="content"] > html { height: 12px !important; } - /* dropmarker::part(icon) - * ::part is not apply chrome - */ - dropmarker[exportparts="icon: dropmarker-icon"] { + dropmarker::part(icon) { list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important; -moz-context-properties: fill !important; fill: currentColor !important; @@ -1766,7 +1739,7 @@ browser[type="content"] > html { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; padding-bottom: 1px !important; - box-shadow: inset 0 -1px var(--in-content-table-border-color) !important; + box-shadow: inset 0 -1px var(--in-content-border-color) !important; overflow: clip !important; /* Clip border-radius */ } @@ -1833,8 +1806,7 @@ browser[type="content"] > html { } /*- Each OS ----------------------------------------------------------------*/ - @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8), (-moz-platform: windows-win10) { + @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10) { xul|checkbox, xul|radio { padding-inline-start: 0 !important; @@ -1904,8 +1876,11 @@ browser[type="content"] > html { /*= Delete Cert ==============================================================*/ @-moz-document url("chrome://pippki/content/deletecert.xhtml") { + :root { + --in-content-border-color: color-mix(in srgb, currentColor 41%, transparent) !important; + } #certlist { - border: 1px solid var(--in-content-table-border-color) !important; + border: 1px solid var(--in-content-border-color) !important; border-radius: 4px !important; } } @@ -1913,6 +1888,9 @@ browser[type="content"] > html { /*= Cert Exeption Dialog =====================================================*/ @-moz-document url("chrome://pippki/content/exceptionDialog.xhtml") { + :root { + --in-content-border-color: color-mix(in srgb, currentColor 41%, transparent) !important; + } #locationTextBox { appearance: none !important; border: 1px solid var(--in-content-box-border-color) !important; @@ -2038,7 +2016,7 @@ browser[type="content"] > html { -moz-appearance: none !important; color: var(--in-content-table-header-color) !important; background: var(--in-content-table-header-background) !important; - border: 1px solid var(--in-content-table-border-color) !important; + border: 1px solid var(--in-content-border-color) !important; padding: 4px !important; border-spacing: 0; @@ -2050,7 +2028,7 @@ browser[type="content"] > html { -moz-appearance: none !important; color: var(--in-content-text-color) !important; background-color: var(--in-content-table-background) !important; - border: 1px solid var(--in-content-table-border-color) !important; + border: 1px solid var(--in-content-border-color) !important; } treechildren::-moz-tree-row(odd) { @@ -2066,7 +2044,7 @@ browser[type="content"] > html { } treechildren::-moz-tree-cell { - border-inline: 1px solid var(--in-content-table-border-color) !important; + border-inline: 1px solid var(--in-content-border-color) !important; border-spacing: 0 !important; padding: 4px !important; margin: 0 !important; @@ -2097,7 +2075,7 @@ browser[type="content"] > html { #topBar, #imagecontainerbox, #permList { - border-color: var(--in-content-table-border-color) !important; + border-color: var(--in-content-border-color) !important; } } @@ -2697,32 +2675,6 @@ menuitem.openintabs-menuitem, transition-delay: 0s, 0s, 0.25s !important; } - /*- Full Screen ------------------------------------------------------------*/ - #navigator-toolbox { - /* Full screen out */ - transition: margin-top 1s ease; - } - #navigator-toolbox[inFullscreen="true"] { - /* Full screen enter */ - animation-duration: 1s; - animation-name: fullscreen; - animation-timing-function: ease; - - /* Full screen navbar not hover */ - transition: margin-top 0.3s var(--animation-easing-function) 50ms; - } - #navigator-toolbox[inFullscreen="true"]:hover { - transition-duration: 1.5s; - transition-delay: 0.1s; - } - - @keyframes fullscreen { - from { - margin-top: 0; - } - /* Dont' use `to`: Depending on density */ - } - /*- Expand - Synced Tabs ---------------------------------------------------*/ @-moz-document url("chrome://browser/content/syncedtabs/sidebar.xhtml") { @@ -2811,11 +2763,6 @@ menuitem.openintabs-menuitem, --arrowpanel-menuitem-padding: 8px !important; /* Original: 8px */ } -.tab-content[pinned] { - --inline-tab-padding: 8px; /* Prevent overflow pinned tab's divide line not aligned */ - padding-inline: var(--inline-tab-padding) !important; -} - /* Fix Tab bar button radious */ #TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon, #TabsToolbar .toolbarbutton-1 > .toolbarbutton-text, @@ -2909,24 +2856,19 @@ menuitem.openintabs-menuitem, /* Toolbar Height */ #TabsToolbar { - --tab-min-height: 33px; - --toolbarbutton-inner-padding: calc((var(--tab-min-height) - 18px) / 2) !important; /* Prevent overflow pinned tab bottom margin */ + --tab-min-height: 33px !important; + --toolbarbutton-inner-padding: unset !important; } :root[uidensity="compact"] #TabsToolbar { - --tab-min-height: 29px; + --tab-min-height: 29px !important; } :root[uidensity="touch"] #TabsToolbar { - --tab-min-height: 41px; + --tab-min-height: 41px !important; } - -:root:not([uidensity="compact"]) #tabbrowser-arrowscrollbox, -#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"], -#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-stack, -#tabbrowser-arrowscrollbox[overflowing="true"] > .tabbrowser-tab[pinned="true"] .tab-content { - max-height: var(--tab-min-height) !important; /* Force apply height */ -} -:root[uidensity="compact"] #tabbrowser-arrowscrollbox { - height: var(--tab-min-height) !important; +#tabbrowser-tabs, +#tabbrowser-arrowscrollbox, +#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] { + min-height: var(--tab-min-height) !important; } /* Top Margin */ @@ -3083,11 +3025,6 @@ menupopup > menu { padding-block: var(--menu-padding) !important; } -#ContentSelectDropdown > menupopup > menucaption, -#ContentSelectDropdown > menupopup > menuitem { - padding-block: 0 !important; -} - @supports not -moz-bool-pref("layout.css.osx-font-smoothing.enabled") { :root:not([uidensity="touch"]) .menu-text, :root:not([uidensity="touch"]) .menu-iconic-text { @@ -3104,8 +3041,7 @@ menupopup > menu { } } -@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { /* Remove border */ menupopup > menuitem, menupopup > menu { @@ -3247,8 +3183,8 @@ menupopup > menu { #tabbrowser-tabs { z-index: 1 !important; } -#TabsToolbar { - overflow: hidden; /* Prevent toolbar area over */ +#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) { + overflow: hidden; } /** Selected Tab - Color like toolbar *****************************************/ @@ -3288,13 +3224,11 @@ menupopup > menu { } /** Selected Tab - Photon like contextline ************************************/ -:root[lwtheme-mozlightdark] #tabbrowser-tabs, /* Legacy: v96 */ -:root[style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"], -:root[style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"] { +:root[lwtheme-mozlightdark] #tabbrowser-tabs { --tab-line-color: rgb(10, 132, 255) !important; } @media (-moz-gtk-csd-available) { - :root:not(:-moz-lwtheme) #tabbrowser-tabs { + :root[lwtheme-mozlightdark]:not(:-moz-lwtheme) #tabbrowser-tabs { --tab-line-color: Highlight !important; /* -moz-accent-color */ } } @@ -3329,17 +3263,8 @@ menupopup > menu { .tabbrowser-tab[usercontextid] .tab-context-line { --identity-icon-color: none; } - -:root:not([customizing="true"]):is([lwtheme-mozlightdark], [style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"]) /* Legacy - lwtheme-mozlightdark at v96 */ - #TabsToolbar[brighttext] - #tabbrowser-tabs:not([noshadowfortests]) - tab[visuallyselected] - > stack:-moz-lwtheme::before, -:root:not([customizing="true"]):is([lwtheme-mozlightdark], [style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"]) /* Legacy - lwtheme-mozlightdark at v96 */ - #TabsToolbar[brighttext] - #tabbrowser-tabs:not([noshadowfortests]) - tab[visuallyselected] - > stack:-moz-lwtheme::after { +:root:not([customizing="true"]) #TabsToolbar[brighttext] tab[visuallyselected] > stack::before, +:root:not([customizing="true"]) #TabsToolbar[brighttext] tab[visuallyselected] > stack::after { /* As Selected Tab - Box Shadow */ stroke: var(--toolbar-color) !important; } @@ -3378,36 +3303,42 @@ menupopup > menu { } /** Unselected Tab - Divide line **********************************************/ -.tab-background::after { - /* Box Model */ +.tabbrowser-tab[first-visible-tab]::before, +.tabbrowser-tab::after, +#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[visuallyselected]::before { content: ""; display: block; - position: absolute; - - /* Position */ - top: 50%; - right: 0; - transform: translateY(calc(-50% + 1px)) !important; - - /* Bar shape */ - width: 1px; - height: 100%; - - /* Bar Color */ - opacity: 0.3; - background-color: var(--lwt-background-tab-separator-color, currentColor) !important; +} +.tabbrowser-tab::before, +.tabbrowser-tab::after { + --tab-divide-line: 1px solid var(--lwt-background-tab-separator-color, currentColor); + border-left: var(--tab-divide-line) !important; + margin-block: 5px 4px !important; + opacity: 0.3 !important; +} +.tabbrowser-tab::before { + margin-inline-start: -1px !important; } -.tabbrowser-tab[visuallyselected] .tab-background::after, -.tabbrowser-tab[beforeselected-visible] .tab-background::after { - opacity: 0; +.tabbrowser-tab[first-visible-tab]::before, +:root[tabsintitlebar]:not([extradragspace]) #toolbar-menubar[autohide="true"] + #TabsToolbar .tabbrowser-tab::after, +.tabbrowser-tab:hover::after, +#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[beforehovered]::after, +.tabbrowser-tab[multiselected]::after, +#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[before-multiselected]::after { + margin-top: var(--tabs-top-border-width) !important; + margin-bottom: 0 !important; } -/* Animate */ -@media (prefers-reduced-motion: no-preference) { - .tab-background::after { - transition: opacity 0.2s var(--animation-easing-function); /* cubic-bezier(.07, .95, 0, 1) */ - } +/* Selected - Hide */ +.tabbrowser-tab[first-visible-tab][visuallyselected]::before, +#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[beforeselected-visible]::after, +#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[visuallyselected]::before, +.tabbrowser-tab[visuallyselected]::after { + border-color: var(--tabs-border-color) !important; + margin-top: 0 !important; + margin-bottom: 0 !important; + opacity: 1 !important; } /** New tab button - Smaller button *******************************************/ @@ -4493,8 +4424,7 @@ menupopup:is(#context_sendTabToDevicePopupMenu, #context-sendpagetodevice-popup) } /* Padding - Windows */ -@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8), (-moz-platform: windows-win10) { +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10) { /* Checkbox */ :root { --context-menu-text-padding: calc(var(--menu-padding) + var(--context-menu-background-padding-default) + 16px); @@ -4507,20 +4437,17 @@ menupopup:is(#context_sendTabToDevicePopupMenu, #context-sendpagetodevice-popup) } } -@media (-moz-os-version: windows-win7), /* Legacy - v99 */ - (-moz-platform: windows-win7) { +@media (-moz-os-version: windows-win7) { :root { --context-menu-background-padding-default: 2px; } } -@media (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win8) { :root { --context-menu-background-padding-default: 3px; } } -@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { :not(menu, #ContentSelectDropdown, #context-navigation) > menupopup > menuitem:not(.menuitem-iconic, [type="checkbox"], [checked="true"], .in-menulist), @@ -4539,8 +4466,7 @@ menupopup:is(#context_sendTabToDevicePopupMenu, #context-sendpagetodevice-popup) padding-inline-start: 0 !important; } } -@media (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win10) { +@media (-moz-os-version: windows-win10) { :root { --context-menu-background-padding: 1em; --context-menu-text-padding: 24px; /* 16px + 8px */ @@ -4626,8 +4552,7 @@ menupopup menupopup[emptyplacesresult] .menu-text, } /* Windows 7, 8 */ -@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8) { +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { /* Global Menu */ menupopup:is(#goPopup, #historyMenuPopup, #bookmarksMenuPopup) .bookmark-item { padding-inline-start: 0 !important; @@ -4656,8 +4581,7 @@ menupopup menupopup[emptyplacesresult] .menu-text, } /* Windows */ -@media (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win10) { +@media (-moz-os-version: windows-win10) { /* Bookmark Popup - None icon menu */ menupopup:is(#BMB_bookmarksPopup) menuitem:not(.menuitem-iconic, [disabled="true"]), menupopup:is(#BMB_bookmarksPopup) menu:not(.menu-iconic), diff --git a/arch-config/.mozilla/firefox/default-release/chrome/userContent.css b/arch-config/.mozilla/firefox/default-release/chrome/userContent.css index 63572ae0..d1819823 100644 --- a/arch-config/.mozilla/firefox/default-release/chrome/userContent.css +++ b/arch-config/.mozilla/firefox/default-release/chrome/userContent.css @@ -315,13 +315,9 @@ --in-content-button-vertical-padding: 7px; --in-content-table-background: #f8f8fa; - --in-content-table-border-color: var(--in-content-box-border-color); /* Legacy: #d1d1d1; rgba(249, 249, 250, 0.2) */ - --in-content-table-header-background: var( - --in-content-primary-button-background - ); /* Legacy: #0a84ff; rgb(5, 64, 150); */ - --in-content-table-header-color: var( - --in-content-primary-button-text-color - ); /* Legacy: #ffffff; var(--in-content-page-color); */ + --in-content-table-border-dark-color: #d1d1d1; + --in-content-table-header-background: #0a84ff; + --in-content-table-header-color: #ffffff; --in-content-sidebar-width: 240px; --dialog-warning-text-color: var(--red-60); @@ -409,7 +405,9 @@ --in-content-danger-button-background-active: #ffdfe7; --in-content-table-background: rgb(35, 34, 43); - --in-content-table-border-dark-color: var(--in-content-box-border-color); + --in-content-table-border-dark-color: rgba(249, 249, 250, 0.2); + --in-content-table-header-background: rgb(5, 64, 150); + --in-content-table-header-color: var(--in-content-page-color); --in-content-accent-color: var(--in-content-primary-button-background); --in-content-accent-color-active: var(--in-content-primary-button-background-hover); @@ -1205,7 +1203,7 @@ url-prefix("about:cache"), url-prefix("about:checkerboard") { table { - border: 1px solid var(--in-content-table-border-color) !important; + border: 1px solid var(--in-content-border-color) !important; border-radius: 0 !important; } } @@ -1213,7 +1211,7 @@ url-prefix("about:checkerboard") { th, td { - border: 1px solid var(--in-content-table-border-color) !important; + border: 1px solid var(--in-content-border-color) !important; } th { background-color: var(--in-content-table-header-background) !important; @@ -1570,8 +1568,7 @@ } /* Padding - Windows */ - @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8), (-moz-platform: windows-win10) { + @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10) { /* Checkbox */ :root { --context-menu-text-padding: calc(var(--menu-padding) + var(--context-menu-background-padding-default) + 16px); @@ -1584,20 +1581,17 @@ } } - @media (-moz-os-version: windows-win7), /* Legacy - v99 */ - (-moz-platform: windows-win7) { + @media (-moz-os-version: windows-win7) { :root { --context-menu-background-padding-default: 2px; } } - @media (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win8) { + @media (-moz-os-version: windows-win8) { :root { --context-menu-background-padding-default: 3px; } } - @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), /* Legacy - v99 */ - (-moz-platform: windows-win7), (-moz-platform: windows-win8) { + @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { #placesContext menuitem:not(.menuitem-iconic, .in-menulist, [type="checkbox"], [checked="true"]), #placesContext menu:not(.menu-iconic, .in-menulist, [type="checkbox"], [checked="true"]), menupopup:is(#organizeButtonPopup, #maintenanceButtonPopup) > menuitem, @@ -1606,8 +1600,7 @@ padding-inline-start: 0 !important; } } - @media (-moz-os-version: windows-win10), /* Legacy - v99 */ - (-moz-platform: windows-win10) { + @media (-moz-os-version: windows-win10) { :root { --context-menu-background-padding: 1em; --context-menu-text-padding: 24px; /* 16px + 8px */ diff --git a/arch-config/.mozilla/firefox/default-release/prefs.js b/arch-config/.mozilla/firefox/default-release/prefs.js index 49c5e3a1..6ef41ee5 100644 --- a/arch-config/.mozilla/firefox/default-release/prefs.js +++ b/arch-config/.mozilla/firefox/default-release/prefs.js @@ -23,16 +23,16 @@ user_pref("app.normandy.startupRolloutPrefs.pdfjs.renderInteractiveForms", true) user_pref("app.normandy.startupRolloutPrefs.security.bad_cert_domain_error.url_fix_enabled", true); user_pref("app.normandy.startupRolloutPrefs.security.remote_settings.intermediates.downloads_per_poll", 3000); user_pref("app.normandy.user_id", "e43b400f-0f20-4ae3-9dfa-ee00b787e18a"); -user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1645969525); +user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1646936319); user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1588944333); -user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1645969045); -user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1645969285); -user_pref("app.update.lastUpdateTime.region-update-timer", 1645785212); -user_pref("app.update.lastUpdateTime.rs-experiment-loader-timer", 1645969021); -user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1645969165); -user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1645969405); -user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1645785332); -user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1645969645); +user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1646991062); +user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1646991422); +user_pref("app.update.lastUpdateTime.region-update-timer", 1646390012); +user_pref("app.update.lastUpdateTime.rs-experiment-loader-timer", 1646991302); +user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1646991182); +user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1646936199); +user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1646390132); +user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1646936439); user_pref("browser.aboutConfig.showWarning", false); user_pref("browser.bookmarks.defaultLocation", "unfiled"); user_pref("browser.bookmarks.editDialog.confirmationHintShowCount", 3); @@ -68,22 +68,22 @@ user_pref("browser.protections_panel.infoMessage.seen", true); user_pref("browser.proton.enabled", true); user_pref("browser.proton.places-tooltip.enabled", true); user_pref("browser.proton.toolbar.version", 3); -user_pref("browser.region.update.updated", 1645785212); +user_pref("browser.region.update.updated", 1646390013); user_pref("browser.rights.3.shown", true); -user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1645970730848"); -user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1645972538848"); -user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1645968917250"); -user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1645990517250"); +user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1646991041441"); +user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1646992840441"); +user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1646991042156"); +user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1647012642156"); user_pref("browser.search.region", "CH"); user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20211121002925"); user_pref("browser.shell.checkDefaultBrowser", true); -user_pref("browser.shell.mostRecentDateSetAsDefault", "1645969018"); +user_pref("browser.shell.mostRecentDateSetAsDefault", "1646991036"); user_pref("browser.slowStartup.averageTime", 614); user_pref("browser.slowStartup.samples", 2); user_pref("browser.startup.couldRestoreSession.count", 1); -user_pref("browser.startup.homepage_override.buildID", "20220218000556"); -user_pref("browser.startup.homepage_override.mstone", "97.0.1"); -user_pref("browser.startup.lastColdStartupCheck", 1645969018); +user_pref("browser.startup.homepage_override.buildID", "20220307142958"); +user_pref("browser.startup.homepage_override.mstone", "98.0"); +user_pref("browser.startup.lastColdStartupCheck", 1646991034); user_pref("browser.startup.upgradeDialog.version", 94); user_pref("browser.theme.content-theme", 0); user_pref("browser.theme.toolbar-theme", 0); @@ -115,7 +115,7 @@ user_pref("devtools.toolsidebar-height.inspector", 350); user_pref("devtools.toolsidebar-width.inspector", 700); user_pref("devtools.toolsidebar-width.inspector.splitsidebar", 250); user_pref("distribution.archlinux.bookmarksProcessed", true); -user_pref("distribution.iniFile.exists.appversion", "97.0.1"); +user_pref("distribution.iniFile.exists.appversion", "98.0"); user_pref("distribution.iniFile.exists.value", true); user_pref("doh-rollout.balrog-migration-done", true); user_pref("doh-rollout.disable-heuristics", true); @@ -133,12 +133,12 @@ user_pref("extensions.blocklist.pingCountVersion", -1); user_pref("extensions.databaseSchema", 35); user_pref("extensions.fxmonitor.enabled", false); user_pref("extensions.fxmonitor.firstAlertShown", true); -user_pref("extensions.getAddons.cache.lastUpdate", 1645969526); +user_pref("extensions.getAddons.cache.lastUpdate", 1646936320); user_pref("extensions.getAddons.databaseSchema", 6); user_pref("extensions.incognito.migrated", true); -user_pref("extensions.lastAppBuildId", "20220218000556"); -user_pref("extensions.lastAppVersion", "97.0.1"); -user_pref("extensions.lastPlatformVersion", "97.0.1"); +user_pref("extensions.lastAppBuildId", "20220307142958"); +user_pref("extensions.lastAppVersion", "98.0"); +user_pref("extensions.lastPlatformVersion", "98.0"); user_pref("extensions.pendingOperations", false); user_pref("extensions.pictureinpicture.enable_picture_in_picture_overrides", true); user_pref("extensions.reset_default_search.runonce.3", true); @@ -148,6 +148,7 @@ user_pref("extensions.ui.dictionary.hidden", true); user_pref("extensions.ui.extension.hidden", false); user_pref("extensions.ui.lastCategory", "addons://list/extension"); user_pref("extensions.ui.locale.hidden", true); +user_pref("extensions.ui.sitepermission.hidden", true); user_pref("extensions.webcompat.enable_shims", true); user_pref("extensions.webcompat.perform_injections", true); user_pref("extensions.webcompat.perform_ua_overrides", true); @@ -181,6 +182,7 @@ user_pref("fission.experiment.max-origins.last-disqualified", 0); user_pref("fission.experiment.max-origins.last-qualified", 1626291179); user_pref("fission.experiment.max-origins.qualified", true); user_pref("font.internaluseonly.changed", false); +user_pref("gecko.handlerService.defaultHandlersVersion", 1); user_pref("general.smoothScroll.currentVelocityWeighting", "0.12"); user_pref("general.smoothScroll.durationToIntervalRatio", 1000); user_pref("general.smoothScroll.lines.durationMaxMS", 100); @@ -207,10 +209,10 @@ user_pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); user_pref("gfx.blacklist.webrender.failureid", "FEATURE_FAILURE_DDX_INTEL"); user_pref("identity.fxaccounts.account.device.name", "marc’s Firefox on arco-main"); user_pref("identity.fxaccounts.account.telemetry.sanitized_uid", "7d43bb2e98e00c17c235782ba1e87861"); -user_pref("identity.fxaccounts.commands.missed.last_fetch", 1645969635); +user_pref("identity.fxaccounts.commands.missed.last_fetch", 1646935800); user_pref("identity.fxaccounts.lastSignedInUserHash", "8BRA9+6sRIqGXRuNxzfOnvsueJGliFd7TfEFww9llO8="); user_pref("identity.fxaccounts.toolbar.accessed", true); -user_pref("idle.lastDailyNotification", 1645969341); +user_pref("idle.lastDailyNotification", 1646936684); user_pref("layout.css.backdrop-filter.enabled", true); user_pref("layout.css.color-mix.enabled", true); user_pref("media.benchmark.vp9.fps", 256); @@ -219,8 +221,8 @@ user_pref("media.eme.enabled", true); user_pref("media.gmp-gmpopenh264.abi", "x86_64-gcc3"); user_pref("media.gmp-gmpopenh264.lastUpdate", 1582977815); user_pref("media.gmp-gmpopenh264.version", "1.8.1.1"); -user_pref("media.gmp-manager.buildID", "20220218000556"); -user_pref("media.gmp-manager.lastCheck", 1645969181); +user_pref("media.gmp-manager.buildID", "20220307142958"); +user_pref("media.gmp-manager.lastCheck", 1646935736); user_pref("media.gmp-widevinecdm.abi", "x86_64-gcc3"); user_pref("media.gmp-widevinecdm.lastUpdate", 1638427846); user_pref("media.gmp-widevinecdm.version", "4.10.2391.0"); @@ -249,7 +251,7 @@ user_pref("pdfjs.enabledCache.state", true); user_pref("pdfjs.migrationVersion", 2); user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true); user_pref("pdfjs.previousHandler.preferredAction", 4); -user_pref("places.database.lastMaintenance", 1645786695); +user_pref("places.database.lastMaintenance", 1646481349); user_pref("places.history.expiration.transient_current_max_pages", 112348); user_pref("pref.general.disable_button.default_browser", false); user_pref("print.print_bgcolor", false); @@ -322,51 +324,51 @@ user_pref("privacy.userContext.enabled", true); user_pref("privacy.userContext.extension", "@testpilot-containers"); user_pref("privacy.userContext.longPressBehavior", 2); user_pref("privacy.userContext.ui.enabled", true); -user_pref("security.remote_settings.crlite_filters.checked", 1645969405); -user_pref("security.remote_settings.intermediates.checked", 1645969405); +user_pref("security.remote_settings.crlite_filters.checked", 1646937795); +user_pref("security.remote_settings.intermediates.checked", 1646937795); user_pref("security.sandbox.content.tempDirSuffix", "23a0c268-bdab-44ee-9171-944e4f07b8d5"); user_pref("security.sandbox.plugin.tempDirSuffix", "287fc259-02df-4452-93d7-fb599bb2d04e"); -user_pref("services.blocklist.addons-mlbf.checked", 1645969405); +user_pref("services.blocklist.addons-mlbf.checked", 1646991038); user_pref("services.blocklist.addons.checked", 1591867368); -user_pref("services.blocklist.gfx.checked", 1645969405); +user_pref("services.blocklist.gfx.checked", 1646991038); user_pref("services.blocklist.pinning.checked", 1591805812); user_pref("services.blocklist.plugins.checked", 1591867368); -user_pref("services.settings.clock_skew_seconds", 0); -user_pref("services.settings.last_etag", "\"1645952254834\""); -user_pref("services.settings.last_update_seconds", 1645969405); -user_pref("services.settings.main.anti-tracking-url-decoration.last_check", 1645969405); +user_pref("services.settings.clock_skew_seconds", 1); +user_pref("services.settings.last_etag", "\"1646989080707\""); +user_pref("services.settings.last_update_seconds", 1646991038); +user_pref("services.settings.main.anti-tracking-url-decoration.last_check", 1646991038); user_pref("services.settings.main.cfr-fxa.last_check", 1629621510); -user_pref("services.settings.main.cfr.last_check", 1645969405); -user_pref("services.settings.main.doh-config.last_check", 1645969405); -user_pref("services.settings.main.doh-providers.last_check", 1645969405); -user_pref("services.settings.main.fxmonitor-breaches.last_check", 1645969405); -user_pref("services.settings.main.hijack-blocklists.last_check", 1645969405); -user_pref("services.settings.main.language-dictionaries.last_check", 1645969405); -user_pref("services.settings.main.message-groups.last_check", 1645969405); +user_pref("services.settings.main.cfr.last_check", 1646991038); +user_pref("services.settings.main.doh-config.last_check", 1646991038); +user_pref("services.settings.main.doh-providers.last_check", 1646991038); +user_pref("services.settings.main.fxmonitor-breaches.last_check", 1646991038); +user_pref("services.settings.main.hijack-blocklists.last_check", 1646991038); +user_pref("services.settings.main.language-dictionaries.last_check", 1646991038); +user_pref("services.settings.main.message-groups.last_check", 1646991038); user_pref("services.settings.main.messaging-experiments.last_check", 1591867368); -user_pref("services.settings.main.nimbus-desktop-defaults.last_check", 1645969405); -user_pref("services.settings.main.nimbus-desktop-experiments.last_check", 1645969405); -user_pref("services.settings.main.normandy-recipes-capabilities.last_check", 1645969405); -user_pref("services.settings.main.partitioning-exempt-urls.last_check", 1645969405); -user_pref("services.settings.main.password-recipes.last_check", 1645969405); -user_pref("services.settings.main.password-rules.last_check", 1645969405); -user_pref("services.settings.main.personality-provider-models.last_check", 1645969405); -user_pref("services.settings.main.personality-provider-recipe.last_check", 1645969405); -user_pref("services.settings.main.pioneer-study-addons-v1.last_check", 1645969405); -user_pref("services.settings.main.pioneer-study-addons.last_check", 1645969405); -user_pref("services.settings.main.public-suffix-list.last_check", 1645969405); -user_pref("services.settings.main.query-stripping.last_check", 1645969405); -user_pref("services.settings.main.search-config.last_check", 1645969405); -user_pref("services.settings.main.search-default-override-allowlist.last_check", 1645969405); -user_pref("services.settings.main.search-telemetry-v2.last_check", 1645969405); -user_pref("services.settings.main.search-telemetry.last_check", 1645969405); -user_pref("services.settings.main.sites-classification.last_check", 1645969405); -user_pref("services.settings.main.tippytop.last_check", 1645969405); -user_pref("services.settings.main.top-sites.last_check", 1645969405); -user_pref("services.settings.main.url-classifier-skip-urls.last_check", 1645969405); -user_pref("services.settings.main.websites-with-shared-credential-backends.last_check", 1645969405); -user_pref("services.settings.main.whats-new-panel.last_check", 1645969405); -user_pref("services.settings.security.onecrl.checked", 1645969405); +user_pref("services.settings.main.nimbus-desktop-defaults.last_check", 1646991038); +user_pref("services.settings.main.nimbus-desktop-experiments.last_check", 1646991038); +user_pref("services.settings.main.normandy-recipes-capabilities.last_check", 1646991038); +user_pref("services.settings.main.partitioning-exempt-urls.last_check", 1646991038); +user_pref("services.settings.main.password-recipes.last_check", 1646991038); +user_pref("services.settings.main.password-rules.last_check", 1646991038); +user_pref("services.settings.main.personality-provider-models.last_check", 1646991038); +user_pref("services.settings.main.personality-provider-recipe.last_check", 1646991038); +user_pref("services.settings.main.pioneer-study-addons-v1.last_check", 1646991038); +user_pref("services.settings.main.pioneer-study-addons.last_check", 1646991038); +user_pref("services.settings.main.public-suffix-list.last_check", 1646991038); +user_pref("services.settings.main.query-stripping.last_check", 1646991038); +user_pref("services.settings.main.search-config.last_check", 1646991038); +user_pref("services.settings.main.search-default-override-allowlist.last_check", 1646991038); +user_pref("services.settings.main.search-telemetry-v2.last_check", 1646991038); +user_pref("services.settings.main.search-telemetry.last_check", 1646991038); +user_pref("services.settings.main.sites-classification.last_check", 1646991038); +user_pref("services.settings.main.tippytop.last_check", 1646991038); +user_pref("services.settings.main.top-sites.last_check", 1646991038); +user_pref("services.settings.main.url-classifier-skip-urls.last_check", 1646991038); +user_pref("services.settings.main.websites-with-shared-credential-backends.last_check", 1646991038); +user_pref("services.settings.main.whats-new-panel.last_check", 1646991038); +user_pref("services.settings.security.onecrl.checked", 1646937795); user_pref("services.sync.addons.lastSync", "1644857576.45"); user_pref("services.sync.addons.syncID", "L7k31iPXEMk6"); user_pref("services.sync.bookmarks.lastSync", "1591894790.66"); @@ -375,8 +377,8 @@ user_pref("services.sync.client.GUID", "-S_pn8VT4ZCp"); user_pref("services.sync.client.syncID", "MtJM9DyW2j2m"); user_pref("services.sync.clients.devices.desktop", 2); user_pref("services.sync.clients.devices.mobile", 1); -user_pref("services.sync.clients.lastRecordUpload", 1645969034); -user_pref("services.sync.clients.lastSync", "1645969660.64"); +user_pref("services.sync.clients.lastRecordUpload", 1646991051); +user_pref("services.sync.clients.lastSync", "1646991051.69"); user_pref("services.sync.clients.syncID", "-UKRQIkr1Rru"); user_pref("services.sync.creditcards.lastSync", "0"); user_pref("services.sync.creditcards.syncID", "yp8F-l4YaopB"); @@ -391,10 +393,10 @@ user_pref("services.sync.extension-storage.lastSync", "0"); user_pref("services.sync.forms.lastSync", "0"); user_pref("services.sync.globalScore", 0); user_pref("services.sync.history.lastSync", "0"); -user_pref("services.sync.lastPing", 1645969033); -user_pref("services.sync.lastSync", "Sun Feb 27 2022 15:19:18 GMT+0100 (Central European Standard Time)"); +user_pref("services.sync.lastPing", 1646935707); +user_pref("services.sync.lastSync", "Fri Mar 11 2022 10:48:27 GMT+0100 (Central European Standard Time)"); user_pref("services.sync.lastTabFetch", 1586120826); -user_pref("services.sync.nextSync", 1645972158); +user_pref("services.sync.nextSync", 1646992707); user_pref("services.sync.passwords.syncID", "-WeMPm6W3NJC"); user_pref("services.sync.prefs.lastSync", "1642260421.36"); user_pref("services.sync.prefs.syncID", "SMCLZI5bvGCx"); @@ -410,8 +412,8 @@ user_pref("storage.vacuum.last.places.sqlite", 1645786694); user_pref("svg.context-properties.content.enabled", true); user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); user_pref("toolkit.scrollbox.horizontalScrollDistance", 4); -user_pref("toolkit.startup.last_success", 1645969013); +user_pref("toolkit.startup.last_success", 1646991031); user_pref("toolkit.telemetry.cachedClientID", "27215ebf-b618-4b9c-bd32-ceb6347e229a"); -user_pref("toolkit.telemetry.previousBuildID", "20220218000556"); +user_pref("toolkit.telemetry.previousBuildID", "20220307142958"); user_pref("toolkit.telemetry.reportingpolicy.firstRun", false); user_pref("trailhead.firstrun.didSeeAboutWelcome", true); diff --git a/arch-config/.mozilla/firefox/default-release/user.js b/arch-config/.mozilla/firefox/default-release/user.js index 64f7ad5a..e526e398 100644 --- a/arch-config/.mozilla/firefox/default-release/user.js +++ b/arch-config/.mozilla/firefox/default-release/user.js @@ -2,7 +2,7 @@ // userchrome.css usercontent.css activate user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); -// Proton Enabled #127 || Removed at 97 #328 (Maintained for compatibility with ESR) +// Proton Enabled #127 user_pref("browser.proton.enabled", true); // Proton Tooltip