summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-10-23 07:40:09 +0200
committerGitHub <noreply@github.com>2018-10-23 07:40:09 +0200
commit1d3233c49d8153761d55204ce615f554395435b4 (patch)
tree3963af504f9e697e7adb4ae80ffad4b171432f9f
parent61a05da018433899a6991409eb5711bce0a901fb (diff)
parent50050aac0b5ce83e0023f3e12263e799ecad9029 (diff)
downloadUXP-1d3233c49d8153761d55204ce615f554395435b4.tar
UXP-1d3233c49d8153761d55204ce615f554395435b4.tar.gz
UXP-1d3233c49d8153761d55204ce615f554395435b4.tar.lz
UXP-1d3233c49d8153761d55204ce615f554395435b4.tar.xz
UXP-1d3233c49d8153761d55204ce615f554395435b4.zip
Merge pull request #844 from kn-yami/issue768
align Basilisk sidebar context menu behaviour with Pale Moon
-rw-r--r--application/basilisk/base/content/web-panels.xul15
1 files changed, 15 insertions, 0 deletions
diff --git a/application/basilisk/base/content/web-panels.xul b/application/basilisk/base/content/web-panels.xul
index 223b20ed7..ed868c24a 100644
--- a/application/basilisk/base/content/web-panels.xul
+++ b/application/basilisk/base/content/web-panels.xul
@@ -44,6 +44,21 @@
disabled="true"/>
<command id="Browser:Stop" oncommand="PanelBrowserStop();"/>
<command id="Browser:Reload" oncommand="PanelBrowserReload();"/>
+ <command id="Browser:BackOrBackDuplicate"
+ oncommand="getPanelBrowser().webNavigation.goBack(event);"
+ disabled="true">
+ <observes element="Browser:Back" attribute="disabled"/>
+ </command>
+ <command id="Browser:ForwardOrForwardDuplicate"
+ oncommand="getPanelBrowser().webNavigation.goForward(event);"
+ disabled="true">
+ <observes element="Browser:Forward" attribute="disabled"/>
+ </command>
+ <command id="Browser:ReloadOrDuplicate"
+ oncommand="PanelBrowserReload(event)"
+ disabled="true">
+ <observes element="Browser:Reload" attribute="disabled"/>
+ </command>
</commandset>
<popupset id="mainPopupSet">