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

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

Issue 11165026: Show notifications on startup (Closed)
Patch Set: Address remaining issue Created July 20, 2013, 10:53 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/skin/overlay.css » ('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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 <vbox id="abp-bottombar"> 111 <vbox id="abp-bottombar">
112 <toolbox id="abp-bottombar-header"> 112 <toolbox id="abp-bottombar-header">
113 <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f ullscreentoolbar="true"> 113 <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f ullscreentoolbar="true">
114 <label id="abp-bottombar-title" control="abp-bottombar-browser" value= "&sidebar.title;" flex="1" crop="end"/> 114 <label id="abp-bottombar-title" control="abp-bottombar-browser" value= "&sidebar.title;" flex="1" crop="end"/>
115 <toolbarbutton id="abp-bottombar-close" command="abp-command-sidebar" tooltiptext="&closesidebar.label;"/> 115 <toolbarbutton id="abp-bottombar-close" command="abp-command-sidebar" tooltiptext="&closesidebar.label;"/>
116 </toolbar> 116 </toolbar>
117 </toolbox> 117 </toolbox>
118 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si debar.xul" flex="1"/> 118 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si debar.xul" flex="1"/>
119 </vbox> 119 </vbox>
120 </hbox> 120 </hbox>
121
122 <!-- Notification panel -->
123 <panel id="abp-notification" type="arrow" orient="vertical"
124 xmlns:html="http://www.w3.org/1999/xhtml">
125 <label id="abp-notification-title" class="header"/>
126 <html:p id="abp-notification-message" maxwidth="300"></html:p>
127 </panel>
121 </overlay> 128 </overlay>
OLDNEW
« no previous file with comments | « no previous file | chrome/skin/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld