4 # -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
5 # ***** BEGIN LICENSE BLOCK *****
6 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
8 # The contents of this file are subject to the Mozilla Public License Version
9 # 1.1 (the "License"); you may not use this file except in compliance with
10 # the License. You may obtain a copy of the License at
11 # http://www.mozilla.org/MPL/
13 # Software distributed under the License is distributed on an "AS IS" basis,
14 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
15 # for the specific language governing rights and limitations under the
18 # The Original Code is the Firefox Preferences System.
20 # The Initial Developer of the Original Code is
22 # Portions created by the Initial Developer are Copyright (C) 2005
23 # the Initial Developer. All Rights Reserved.
26 # Ben Goodger <ben@mozilla.org>
27 # Jeff Walden <jwalden+code@mit.edu>.
28 # Asaf Romano <mozilla.mano@sent.com>
29 # Myk Melez <myk@mozilla.org>
31 # Alternatively, the contents of this file may be used under the terms of
32 # either the GNU General Public License Version 2 or later (the "GPL"), or
33 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
34 # in which case the provisions of the GPL or the LGPL are applicable instead
35 # of those above. If you wish to allow use of your version of this file only
36 # under the terms of either the GPL or the LGPL, and not to allow others to
37 # use your version of this file under the terms of the MPL, indicate your
38 # decision by deleting the provisions above and replace them with the notice
39 # and other provisions required by the GPL or the LGPL. If you do not delete
40 # the provisions above, a recipient may use your version of this file under
41 # the terms of any one of the MPL, the GPL or the LGPL.
43 # ***** END LICENSE BLOCK *****
47 <!ENTITY % brandDTD SYSTEM
"chrome://branding/locale/brand.dtd">
48 <!ENTITY % applicationsDTD SYSTEM
"chrome://browser/locale/preferences/applications.dtd">
53 <overlay id=
"ApplicationsPaneOverlay"
54 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
56 <prefpane id=
"paneApplications"
57 onpaneload=
"gApplicationsPane.init();"
59 helpTopic=
"prefs-applications">
61 <preferences id=
"feedsPreferences">
62 <preference id=
"browser.feeds.handler"
63 name=
"browser.feeds.handler"
65 <preference id=
"browser.feeds.handler.default"
66 name=
"browser.feeds.handler.default"
68 <preference id=
"browser.feeds.handlers.application"
69 name=
"browser.feeds.handlers.application"
71 <preference id=
"browser.feeds.handlers.webservice"
72 name=
"browser.feeds.handlers.webservice"
75 <preference id=
"browser.videoFeeds.handler"
76 name=
"browser.videoFeeds.handler"
78 <preference id=
"browser.videoFeeds.handler.default"
79 name=
"browser.videoFeeds.handler.default"
81 <preference id=
"browser.videoFeeds.handlers.application"
82 name=
"browser.videoFeeds.handlers.application"
84 <preference id=
"browser.videoFeeds.handlers.webservice"
85 name=
"browser.videoFeeds.handlers.webservice"
88 <preference id=
"browser.audioFeeds.handler"
89 name=
"browser.audioFeeds.handler"
91 <preference id=
"browser.audioFeeds.handler.default"
92 name=
"browser.audioFeeds.handler.default"
94 <preference id=
"browser.audioFeeds.handlers.application"
95 name=
"browser.audioFeeds.handlers.application"
97 <preference id=
"browser.audioFeeds.handlers.webservice"
98 name=
"browser.audioFeeds.handlers.webservice"
101 <preference id=
"pref.downloads.disable_button.edit_actions"
102 name=
"pref.downloads.disable_button.edit_actions"
106 <script type=
"application/x-javascript" src=
"chrome://browser/content/preferences/applications.js"/>
109 <key key=
"&focusSearch1.key;" modifiers=
"accel" oncommand=
"gApplicationsPane.focusFilterBox();"/>
110 <key key=
"&focusSearch2.key;" modifiers=
"accel" oncommand=
"gApplicationsPane.focusFilterBox();"/>
114 <textbox id=
"filter" flex=
"1"
116 emptytext=
"&filter.emptytext;"
117 oncommand=
"gApplicationsPane.filter();"/>
120 <separator class=
"thin"/>
122 <richlistbox id=
"handlersView" orient=
"vertical" persist=
"lastSelectedType"
123 preference=
"pref.downloads.disable_button.edit_actions"
124 onselect=
"gApplicationsPane.onSelectionChanged();">
125 <listheader equalsize=
"always" style=
"border: 0; padding: 0; -moz-appearance: none;">
126 <treecol id=
"typeColumn" label=
"&typeColumn.label;" value=
"type"
127 accesskey=
"&typeColumn.accesskey;" persist=
"sortDirection"
128 flex=
"1" onclick=
"gApplicationsPane.sort(event);"
129 sortDirection=
"ascending"/>
130 <treecol id=
"actionColumn" label=
"&actionColumn2.label;" value=
"action"
131 accesskey=
"&actionColumn2.accesskey;" persist=
"sortDirection"
132 flex=
"1" onclick=
"gApplicationsPane.sort(event);"/>