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

Side by Side Diff: chrome/content/ui/overlay.xul

Issue 5276432552951808: Some fixes related to the new Australis Firefox theme (Closed)
Patch Set: Created Nov. 20, 2013, 11:26 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 | chrome/skin/overlay.css » ('j') | chrome/skin/overlay.css » ('J')
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-2013 Eyeo GmbH 5 - Copyright (C) 2006-2013 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <menuitem id="abp-status-slowcollapse" label="&hideplaceholders.label;" type="checkbox" command="abp-command-togglecollapse"/> 62 <menuitem id="abp-status-slowcollapse" label="&hideplaceholders.label;" type="checkbox" command="abp-command-togglecollapse"/>
63 <menuitem id="abp-status-savestats" label="&counthits.label;" type="chec kbox" command="abp-command-togglesavestats"/> 63 <menuitem id="abp-status-savestats" label="&counthits.label;" type="chec kbox" command="abp-command-togglesavestats"/>
64 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm and="abp-command-togglesync"/> 64 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm and="abp-command-togglesync"/>
65 <menuseparator id="abp-status-iconSettingsSeparator"/> 65 <menuseparator id="abp-status-iconSettingsSeparator"/>
66 <menuitem id="abp-status-showinaddonbar" label="&showinaddonbar.label;" type="checkbox" command="abp-command-toggleshowintoolbar"/> 66 <menuitem id="abp-status-showinaddonbar" label="&showinaddonbar.label;" type="checkbox" command="abp-command-toggleshowintoolbar"/>
67 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty pe="checkbox" command="abp-command-toggleshowintoolbar"/> 67 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty pe="checkbox" command="abp-command-toggleshowintoolbar"/>
68 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label; " type="checkbox" command="abp-command-toggleshowinstatusbar"/> 68 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label; " type="checkbox" command="abp-command-toggleshowinstatusbar"/>
69 </menupopup> 69 </menupopup>
70 </menu> 70 </menu>
71 71
72 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce nter"> 72 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce nter" align="center">
73 <button class="abp-contributebutton-btn" label="&contribute.label;" comman d="abp-command-contribute" flex="1"/> 73 <button class="abp-contributebutton-btn" label="&contribute.label;" comman d="abp-command-contribute" flex="1"/>
74 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con tribute-hide"/> 74 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con tribute-hide"/>
75 </hbox> 75 </hbox>
76 </menupopup> 76 </menupopup>
77 77
78 <keyset id="abp-keyset"/> 78 <keyset id="abp-keyset"/>
79 79
80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 --> 80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 -->
81 <commandset id="abp-commandset"> 81 <commandset id="abp-commandset">
82 <command id="abp-command-sendReport" oncommand="//"/> 82 <command id="abp-command-sendReport" oncommand="//"/>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 </vbox> 119 </vbox>
120 </hbox> 120 </hbox>
121 121
122 <!-- Notification panel --> 122 <!-- Notification panel -->
123 <panel id="abp-notification" type="arrow" orient="vertical" 123 <panel id="abp-notification" type="arrow" orient="vertical"
124 xmlns:html="http://www.w3.org/1999/xhtml"> 124 xmlns:html="http://www.w3.org/1999/xhtml">
125 <label id="abp-notification-title" class="header"/> 125 <label id="abp-notification-title" class="header"/>
126 <html:p id="abp-notification-message" maxwidth="300"></html:p> 126 <html:p id="abp-notification-message" maxwidth="300"></html:p>
127 </panel> 127 </panel>
128 </overlay> 128 </overlay>
OLDNEW
« no previous file with comments | « no previous file | chrome/skin/overlay.css » ('j') | chrome/skin/overlay.css » ('J')

Powered by Google App Engine
This is Rietveld