mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
fix firefox-view.patch
This commit is contained in:
parent
fae5442e21
commit
fe7534f07d
1 changed files with 36 additions and 13 deletions
|
@ -135,16 +135,39 @@
|
||||||
id: "FX_MR_106_UPGRADE",
|
id: "FX_MR_106_UPGRADE",
|
||||||
template: "spotlight",
|
template: "spotlight",
|
||||||
targeting: "true",
|
targeting: "true",
|
||||||
--- a/toolkit/components/nimbus/FeatureManifest.yaml
|
--- a/browser/base/content/navigator-toolbox.inc.xhtml
|
||||||
+++ b/toolkit/components/nimbus/FeatureManifest.yaml
|
+++ b/browser/base/content/navigator-toolbox.inc.xhtml
|
||||||
@@ -663,10 +663,6 @@ majorRelease2022:
|
@@ -41,16 +41,6 @@
|
||||||
type: boolean
|
<hbox flex="1" align="end" class="toolbar-items">
|
||||||
fallbackPref: "browser.theme.colorway-closet"
|
<toolbartabstop/>
|
||||||
description: "Whether or not to show the colorway closet modal"
|
<hbox id="TabsToolbar-customization-target" flex="1">
|
||||||
- firefoxView:
|
- <toolbarbutton id="firefox-view-button"
|
||||||
- type: boolean
|
- class="toolbarbutton-1 chromeclass-toolbar-additional"
|
||||||
- fallbackPref: "browser.tabs.firefox-view"
|
- data-l10n-id="toolbar-button-firefox-view"
|
||||||
- description: "Whether or not to show the firefox view tab"
|
- role="button"
|
||||||
onboarding:
|
- aria-pressed="false"
|
||||||
type: boolean
|
- oncommand="FirefoxViewHandler.openTab(event);"
|
||||||
fallbackPref: "browser.majorrelease.onboarding"
|
- onmousedown="FirefoxViewHandler.openTab(event);"
|
||||||
|
- cui-areatype="toolbar"
|
||||||
|
- removable="true"/>
|
||||||
|
-
|
||||||
|
<tabs id="tabbrowser-tabs"
|
||||||
|
is="tabbrowser-tabs"
|
||||||
|
flex="1"
|
||||||
|
@@ -689,6 +679,16 @@
|
||||||
|
closemenu="none"
|
||||||
|
cui-areatype="toolbar"
|
||||||
|
data-l10n-id="navbar-library"/>
|
||||||
|
+
|
||||||
|
+ <toolbarbutton id="firefox-view-button"
|
||||||
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional"
|
||||||
|
+ data-l10n-id="toolbar-button-firefox-view"
|
||||||
|
+ role="button"
|
||||||
|
+ aria-pressed="false"
|
||||||
|
+ oncommand="FirefoxViewHandler.openTab(event);"
|
||||||
|
+ onmousedown="FirefoxViewHandler.openTab(event);"
|
||||||
|
+ cui-areatype="toolbar"
|
||||||
|
+ removable="true"/>
|
||||||
|
</html:template>
|
||||||
|
</toolbox>
|
||||||
|
</box>
|
||||||
|
|
Loading…
Reference in a new issue