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

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

Issue 5538776168267776: Implemented anti-adblock message notification (Closed)
Patch Set: Created Feb. 13, 2014, 12:50 p.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/locale/en-US/global.properties » ('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-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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 </toolbar> 117 </toolbar>
118 </toolbox> 118 </toolbox>
119 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si debar.xul" flex="1"/> 119 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si debar.xul" flex="1"/>
120 </vbox> 120 </vbox>
121 </hbox> 121 </hbox>
122 122
123 <!-- Notification panel --> 123 <!-- Notification panel -->
124 <panel id="abp-notification" type="arrow" orient="vertical" 124 <panel id="abp-notification" type="arrow" orient="vertical"
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" maxwidth="300"></html:p> 127 <html:p id="abp-notification-message"/>
128 <hbox id="abp-notification-question">
129 <button id="abp-notification-yes" label="&notification.button.yes;"/>
130 <button id="abp-notification-no" label="&notification.button.no;"/>
131 <toolbarbutton id="abp-notification-close" label="&notification.button.clo se;"></toolbarbutton>
132 </hbox>
128 </panel> 133 </panel>
129 </overlay> 134 </overlay>
OLDNEW
« no previous file with comments | « no previous file | chrome/locale/en-US/global.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld