(In reply to pass2pawan from comment #1) > What language is this based on? I'm not sure if I understand the question, but this bug is cross-language. Dialogues will have to be translated by l10n teams. Oh, programming language? XUL/Javascript. XUL is an XML flavor, if you know HTML you're covered. XUL is also very well documented, Google will easily bring up MDC references. Functions for getting the directory name are available. So this needs one new .xul dialogue, and I think we can get away with putting the functionality into abcommon.js (rather than having a separate rename.js which looks overkill to me). The <key> for the shortcut needs to go into addressbook.xul, then link up the function to show the dialogue. https://dxr.mozilla.org/comm-central/source/ Search for: file:addressbook.xul
Bug 1319052 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to pass2pawan from comment #1) > What language is this based on? I'm not sure if I understand the question, but this bug is cross-language. Dialogues will have to be translated by l10n teams. Oh, programming language? XUL/Javascript. XUL is an XML flavor, if you know HTML you're covered. XUL is also very well documented, Google will easily bring up MDC references. Functions for getting the directory name are available. So this needs one new .xul dialogue, and I think we can get away with putting the functionality into abcommon.js (rather than having a separate rename.js which looks overkill to me). The <key> for the shortcut needs to go into addressbook.xhtml, then link up the function to show the dialogue. ~~https://dxr.mozilla.org/comm-central/source/~~ ~~Search for: file:addressbook.xul~~ EDIT: Things have changed since this comment was originally posted long back: XUL is all but gone (now .xhtml files), and DXR is now searchfox.org. https://searchfox.org/comm-central/source Search for: addressbook.xhtml