зеркало из https://github.com/mozilla/gecko-dev.git
remove PSM from Tasks menu: bug 76181 r=blake sr=blizzard
This commit is contained in:
Родитель
56b234c311
Коммит
158720a885
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/PSMTaskMenu.dtd" >
|
||||
|
||||
<overlay id="psmTaskMenuID"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript">
|
||||
function displaySecurityAdvisor()
|
||||
{
|
||||
var psm = Components.classes["@mozilla.org/psm;1"].getService();
|
||||
psm = psm.QueryInterface(Components.interfaces.nsISecurityManagerComponent);
|
||||
psm.displaySecurityAdvisor();
|
||||
}
|
||||
</script>
|
||||
|
||||
<menupopup id="personalManagers">
|
||||
<menuitem id="PSMMenuItem" position="1" label="&PSMCmd.label;" accesskey="&PSMCmd.accesskey;" oncommand="displaySecurityAdvisor();"/>
|
||||
</menupopup>
|
||||
|
||||
</overlay>
|
|
@ -1,2 +0,0 @@
|
|||
<!ENTITY PSMCmd.label "Personal Security Manager">
|
||||
<!ENTITY PSMCmd.accesskey "s">
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/tasksOverlay.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://communicator/content/PSMTaskMenu.xul"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
|
|
|
@ -11,7 +11,6 @@ wizardOverlay.dtd
|
|||
about.dtd
|
||||
brand.properties
|
||||
brand.dtd
|
||||
PSMTaskMenu.dtd
|
||||
accept2locale.properties
|
||||
languageNames.properties
|
||||
regionNames.properties
|
||||
|
|
Загрузка…
Ссылка в новой задаче