This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Nov 15, 2011, 12:22:28 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
d8da4b
Parents:
f17e5d3
Message:

cleanup debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/bindings/vI_rdfAccountMismatchDialog.xml

    rf17e5d3 rbf505e  
    155155    <method name="_addIdentities">
    156156        <body><![CDATA[
    157         MyLog.debug("## mismatchID-menupopup: _addIdentities.\n");
     157        MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: _addIdentities.\n");
    158158        var AccountManager = Components.classes["@mozilla.org/messenger/account-manager;1"]
    159159            .getService(Components.interfaces.nsIMsgAccountManager);
     
    177177        <parameter name="server" />
    178178        <body><![CDATA[
    179             MyLog.debug("## mismatchID-menupopup: _addSmtp.\n");
     179            MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: _addSmtp.\n");
    180180            const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
    181181            var menuitem = document.createElementNS(XUL_NS, "menuitem"); // create a new XUL menuitem
     
    190190    <method name="_addSmtpServers">
    191191        <body><![CDATA[
    192             MyLog.debug("## mismatchID-menupopup: _addSmtpServers.\n");
     192            MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: _addSmtpServers.\n");
    193193           
    194194            const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
     
    209209    <constructor>
    210210        <![CDATA[       
    211         MyLog.debug("## mismatchID-menupopup: constructor.\n");
     211        MyLog.debug("rdfAccountMismatchDialog.xml mismatchID-menupopup: constructor.\n");
    212212        const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
    213213        this.appendChild(document.createElementNS(XUL_NS, "menuseparator")); // create a new XUL menuseparator
Note: See TracChangeset for help on using the changeset viewer.