summaryrefslogtreecommitdiffstats
path: root/browser/base/content/browser.xul
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-25 06:53:37 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-31 14:23:57 -0400
commitb109b14de63500ab07c478723d4851b345139bdd (patch)
treeedc42d81a61a0f91b8ee69178c4be8373ea33473 /browser/base/content/browser.xul
parent3ab978b4a4df6548a7b1c490c8a3754476b16054 (diff)
downloadUXP-b109b14de63500ab07c478723d4851b345139bdd.tar
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.gz
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.lz
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.xz
UXP-b109b14de63500ab07c478723d4851b345139bdd.zip
Remove UITour and customize tips.
Diffstat (limited to 'browser/base/content/browser.xul')
-rw-r--r--browser/base/content/browser.xul36
1 files changed, 0 insertions, 36 deletions
diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
index 4f1b48349..028df609f 100644
--- a/browser/base/content/browser.xul
+++ b/browser/base/content/browser.xul
@@ -232,42 +232,6 @@
</hbox>
</panel>
- <!-- UI tour experience -->
- <panel id="UITourTooltip"
- type="arrow"
- hidden="true"
- noautofocus="true"
- noautohide="true"
- align="start"
- orient="vertical"
- role="alert">
- <vbox>
- <hbox id="UITourTooltipBody">
- <image id="UITourTooltipIcon"/>
- <vbox flex="1">
- <hbox id="UITourTooltipTitleContainer">
- <label id="UITourTooltipTitle" flex="1"/>
- <toolbarbutton id="UITourTooltipClose" class="close-icon"
- tooltiptext="&uiTour.infoPanel.close;"/>
- </hbox>
- <description id="UITourTooltipDescription" flex="1"/>
- </vbox>
- </hbox>
- <hbox id="UITourTooltipButtons" flex="1" align="center"/>
- </vbox>
- </panel>
- <!-- type="default" forces frames to be created so that the panel's size can be determined -->
- <panel id="UITourHighlightContainer"
- type="default"
- hidden="true"
- noautofocus="true"
- noautohide="true"
- flip="none"
- consumeoutsideclicks="false"
- mousethrough="always">
- <box id="UITourHighlight"></box>
- </panel>
-
<menupopup id="toolbar-context-menu"
onpopupshowing="onViewToolbarsPopupShowing(event, document.getElementById('viewToolbarsMenuSeparator'));">
<menuitem oncommand="gCustomizeMode.addToPanel(document.popupNode)"