Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/overlay.xul

Issue 6429432411586560: issue 449 - override toolbar icon context menu if left click action is redefined (Closed)
Patch Set: consistency change for statusbar icon Created May 15, 2014, 9:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/overlay.xul
===================================================================
--- a/chrome/content/ui/overlay.xul
+++ b/chrome/content/ui/overlay.xul
@@ -98,10 +98,10 @@
</commandset>
<statusbarpanel id="abp-status" class="statusbarpanel-iconic"
- context="abp-status-popup" tooltip="abp-tooltip"/>
+ tooltip="abp-tooltip"/>
<toolbarbutton id="abp-toolbarbutton" class="toolbarbutton-1" label="&toolbarbutton.label;"
- tooltip="abp-tooltip" context="abp-status-popup"/>
+ tooltip="abp-tooltip"/>
<!-- Tools menu -->
<menu id="abp-menuitem" label="&toolbarbutton.label;"/>
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld