User:Jminta: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 36: Line 36:
  *  msgFolderPickerOverlay.js
  *  msgFolderPickerOverlay.js
  *    SetFolderPicker
  *    SetFolderPicker
</pre>
calls from SearchDialog.xul expands this by
<pre>
*  globalOverlay.js
*    goDoCommand
*  threadPane.js
*    ThreadPaneKeyPress
</pre>
</pre>

Revision as of 19:26, 21 June 2008

'jminta' is Joey Minta. irc: jminta mail: add @gmail.com

Random notes

Scratchpad

SearchDialog.js has a dependency map that looks something like: (as of 6/20/2008)

 *  commandglue.js
 *    isNewsUri
 *    MSG_FOLDER_FLAG_VIRTUAL
 *  mailWindowOverlay.js
 *    MsgOpenSelectedMessages
 *    MsgOpenNewWindowForMsgHdr
 *  threadPane.js
 *    GetThreadTree
 *    EnsureRowInThreadTreeIsVisible
 *  searchTermOverlay.js
 *    initializeSearchWidgets
 *    onMore
 *    hideMatchAllItem
 *    onReset
 *    setSearchScope
 *    updateSearchAttributes
 *  mailWindow.js
 *    CreateMessenger
 *    messenger
 *  msgFolderPickerOverlay.js
 *    SetFolderPicker

calls from SearchDialog.xul expands this by

 *  globalOverlay.js
 *    goDoCommand
 *  threadPane.js
 *    ThreadPaneKeyPress