2007-09-06 04:55:45 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2012-05-21 11:12:37 +00:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
2016-10-18 11:34:35 +00:00
|
|
|
<!-- import-globals-from in-content/applications.js -->
|
2007-09-06 04:55:45 +00:00
|
|
|
|
|
|
|
<!DOCTYPE overlay [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
|
|
|
<!ENTITY % applicationsDTD SYSTEM "chrome://browser/locale/preferences/applications.dtd">
|
2016-12-30 10:21:24 +00:00
|
|
|
<!ENTITY % containersDTD SYSTEM "chrome://browser/locale/preferences/containers.dtd">
|
2007-09-06 04:55:45 +00:00
|
|
|
%brandDTD;
|
|
|
|
%applicationsDTD;
|
2016-12-30 10:21:24 +00:00
|
|
|
%containersDTD;
|
2007-09-06 04:55:45 +00:00
|
|
|
]>
|
|
|
|
|
|
|
|
<bindings id="handlerBindings"
|
|
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
|
|
|
|
|
|
|
<binding id="handler-base" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
|
|
|
|
<implementation>
|
|
|
|
<property name="type" readonly="true">
|
|
|
|
<getter>
|
|
|
|
return this.getAttribute("type");
|
|
|
|
</getter>
|
|
|
|
</property>
|
|
|
|
</implementation>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="handler" extends="chrome://browser/content/preferences/handlers.xml#handler-base">
|
|
|
|
<content>
|
|
|
|
<xul:hbox flex="1" equalsize="always">
|
2008-01-07 22:32:46 +00:00
|
|
|
<xul:hbox flex="1" align="center" xbl:inherits="tooltiptext=typeDescription">
|
2007-12-04 01:45:52 +00:00
|
|
|
<xul:image src="moz-icon://goat?size=16" class="typeIcon"
|
2007-10-03 20:38:26 +00:00
|
|
|
xbl:inherits="src=typeIcon" height="16" width="16"/>
|
2007-09-06 04:55:45 +00:00
|
|
|
<xul:label flex="1" crop="end" xbl:inherits="value=typeDescription"/>
|
|
|
|
</xul:hbox>
|
2008-01-07 22:32:46 +00:00
|
|
|
<xul:hbox flex="1" align="center" xbl:inherits="tooltiptext=actionDescription">
|
2007-12-04 01:45:52 +00:00
|
|
|
<xul:image xbl:inherits="src=actionIcon" height="16" width="16" class="actionIcon"/>
|
2007-09-06 04:55:45 +00:00
|
|
|
<xul:label flex="1" crop="end" xbl:inherits="value=actionDescription"/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="handler-selected" extends="chrome://browser/content/preferences/handlers.xml#handler-base">
|
|
|
|
<content>
|
|
|
|
<xul:hbox flex="1" equalsize="always">
|
2008-01-07 22:32:46 +00:00
|
|
|
<xul:hbox flex="1" align="center" xbl:inherits="tooltiptext=typeDescription">
|
2007-12-04 01:45:52 +00:00
|
|
|
<xul:image src="moz-icon://goat?size=16" class="typeIcon"
|
2007-10-03 20:38:26 +00:00
|
|
|
xbl:inherits="src=typeIcon" height="16" width="16"/>
|
2007-09-06 04:55:45 +00:00
|
|
|
<xul:label flex="1" crop="end" xbl:inherits="value=typeDescription"/>
|
|
|
|
</xul:hbox>
|
|
|
|
<xul:hbox flex="1">
|
|
|
|
<xul:menulist class="actionsMenu" flex="1" crop="end" selectedIndex="1"
|
2008-01-07 22:32:46 +00:00
|
|
|
xbl:inherits="tooltiptext=actionDescription"
|
2007-10-09 20:07:55 +00:00
|
|
|
oncommand="gApplicationsPane.onSelectAction(event.originalTarget)">
|
2007-09-06 04:55:45 +00:00
|
|
|
<xul:menupopup/>
|
|
|
|
</xul:menulist>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
<implementation>
|
|
|
|
<constructor>
|
|
|
|
gApplicationsPane.rebuildActionsMenu();
|
|
|
|
</constructor>
|
|
|
|
</implementation>
|
|
|
|
|
|
|
|
</binding>
|
|
|
|
|
2016-11-03 18:31:35 +00:00
|
|
|
<binding id="container">
|
|
|
|
<content>
|
|
|
|
<xul:hbox flex="1" equalsize="always">
|
|
|
|
<xul:hbox flex="1" align="center">
|
|
|
|
<xul:hbox xbl:inherits="data-identity-icon=containerIcon,data-identity-color=containerColor" height="24" width="24" class="userContext-icon"/>
|
|
|
|
<xul:label flex="1" crop="end" xbl:inherits="value=containerName"/>
|
|
|
|
</xul:hbox>
|
|
|
|
<xul:hbox flex="1" align="right">
|
|
|
|
<xul:button anonid="preferencesButton"
|
2016-12-30 10:21:24 +00:00
|
|
|
label="&preferencesButton.label;"
|
2016-11-03 18:31:35 +00:00
|
|
|
xbl:inherits="value=userContextId"
|
2016-12-30 10:21:24 +00:00
|
|
|
onclick="gContainersPane.onPreferenceClick(event.originalTarget)">
|
2016-11-03 18:31:35 +00:00
|
|
|
</xul:button>
|
|
|
|
<xul:button anonid="removeButton"
|
2016-12-30 10:21:24 +00:00
|
|
|
label="&removeButton.label;"
|
2016-11-03 18:31:35 +00:00
|
|
|
xbl:inherits="value=userContextId"
|
|
|
|
onclick="gContainersPane.onRemoveClick(event.originalTarget)">
|
|
|
|
</xul:button>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2008-02-26 21:13:17 +00:00
|
|
|
<binding id="offlineapp"
|
|
|
|
extends="chrome://global/content/bindings/listbox.xml#listitem">
|
|
|
|
<content>
|
|
|
|
<children>
|
2015-08-03 16:46:49 +00:00
|
|
|
<xul:listcell xbl:inherits="label=origin"/>
|
2008-02-26 21:13:17 +00:00
|
|
|
<xul:listcell xbl:inherits="label=usage"/>
|
|
|
|
</children>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2007-09-06 04:55:45 +00:00
|
|
|
</bindings>
|