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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2014 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <command id="abp-command-togglesavestats"/> 91 <command id="abp-command-togglesavestats"/>
92 <command id="abp-command-togglesync"/> 92 <command id="abp-command-togglesync"/>
93 <command id="abp-command-toggleshowintoolbar"/> 93 <command id="abp-command-toggleshowintoolbar"/>
94 <command id="abp-command-toggleshowinstatusbar"/> 94 <command id="abp-command-toggleshowinstatusbar"/>
95 <command id="abp-command-enable" oncommand="//"/> 95 <command id="abp-command-enable" oncommand="//"/>
96 <command id="abp-command-contribute"/> 96 <command id="abp-command-contribute"/>
97 <command id="abp-command-contribute-hide"/> 97 <command id="abp-command-contribute-hide"/>
98 </commandset> 98 </commandset>
99 99
100 <statusbarpanel id="abp-status" class="statusbarpanel-iconic" 100 <statusbarpanel id="abp-status" class="statusbarpanel-iconic"
101 context="abp-status-popup" tooltip="abp-tooltip"/> 101 tooltip="abp-tooltip"/>
102 102
103 <toolbarbutton id="abp-toolbarbutton" class="toolbarbutton-1" label="&toolbarb utton.label;" 103 <toolbarbutton id="abp-toolbarbutton" class="toolbarbutton-1" label="&toolbarb utton.label;"
104 tooltip="abp-tooltip" context="abp-status-popup"/> 104 tooltip="abp-tooltip"/>
105 105
106 <!-- Tools menu --> 106 <!-- Tools menu -->
107 <menu id="abp-menuitem" label="&toolbarbutton.label;"/> 107 <menu id="abp-menuitem" label="&toolbarbutton.label;"/>
108 108
109 <!-- Bottom bar --> 109 <!-- Bottom bar -->
110 <hbox id="abp-bottombar-container"> 110 <hbox id="abp-bottombar-container">
111 <splitter id="abp-bottombar-splitter"/> 111 <splitter id="abp-bottombar-splitter"/>
112 <vbox id="abp-bottombar"> 112 <vbox id="abp-bottombar">
113 <toolbox id="abp-bottombar-header"> 113 <toolbox id="abp-bottombar-header">
114 <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f ullscreentoolbar="true"> 114 <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f ullscreentoolbar="true">
(...skipping 10 matching lines...) Expand all
125 xmlns:html="http://www.w3.org/1999/xhtml"> 125 xmlns:html="http://www.w3.org/1999/xhtml">
126 <label id="abp-notification-title" class="header"/> 126 <label id="abp-notification-title" class="header"/>
127 <html:p id="abp-notification-message"/> 127 <html:p id="abp-notification-message"/>
128 <hbox id="abp-notification-question"> 128 <hbox id="abp-notification-question">
129 <button id="abp-notification-yes" label="&notification.button.yes;"/> 129 <button id="abp-notification-yes" label="&notification.button.yes;"/>
130 <button id="abp-notification-no" label="&notification.button.no;"/> 130 <button id="abp-notification-no" label="&notification.button.no;"/>
131 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton> 131 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton>
132 </hbox> 132 </hbox>
133 </panel> 133 </panel>
134 </overlay> 134 </overlay>
OLDNEW
« 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