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. 7, 2014, 5:08 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
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"/>
Felix Dahlke 2014/02/11 10:35:27 Didn't we discuss that questions should be shown i
Thomas Greiner 2014/02/11 16:53:31 Yes, but saying the extent of its constraints (see
Felix Dahlke 2014/02/11 17:11:12 I meant a notification box, not a desktop notifica
Felix Dahlke 2014/02/11 17:57:17 I could live with doing this in a follow-up though
Thomas Greiner 2014/02/12 11:58:49 Ok, that's also fine with me. I wouldn't want to d
128 <hbox id="abp-notification-question">
129 <button id="abp-notification-yes" label="&notification.button.yes;" action ="onApproved"/>
130 <button id="abp-notification-no" label="&notification.button.no;" action=" onDeclined"/>
131 <toolbarbutton id="abp-notification-close">&notification.button.close;</to olbarbutton>
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') | chrome/locale/en-US/global.properties » ('J')

Powered by Google App Engine
This is Rietveld