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

Side by Side Diff: chrome/content/settings.xul

Issue 5745141503492096: Issue 1561 - Move unit tests out of the browser`s content area (Closed)
Patch Set: Final patch Created Nov. 15, 2014, 11: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
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2
3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH
6 -
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
9 - published by the Free Software Foundation.
10 -
11 - Adblock Plus is distributed in the hope that it will be useful,
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 - GNU General Public License for more details.
15 -
16 - You should have received a copy of the GNU General Public License
17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
18 -->
19
20 <!DOCTYPE window SYSTEM "chrome://adblockplustests/locale/settings.dtd">
21
22 <window
23 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
24 width="1"
25 height="1"
26 onload="window.close();"> <!-- Close window if it gets opened directly for some reason -->
27 <setting type="menulist" title="&tests.label;">
28 <menulist id="adblockplustests-tests">
29 <menupopup>
30 <menuitem value="" label="&tests.all;"/>
31 </menupopup>
32 </menulist>
33 </setting>
34 <setting type="control">
35 <button id="adblockplustests-run" label="&run.label;"/>
36 </setting>
37 </window>
OLDNEW

Powered by Google App Engine
This is Rietveld