User:Jminta: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 44: Line 44:
  *  threadPane.js
  *  threadPane.js
  *    ThreadPaneKeyPress
  *    ThreadPaneKeyPress
</pre>
SearchDialog.xul also imports 2 overlays, searchTermOverlay.xul, which adds the following dependecies
<pre>
* searchTermOverlay.js
*  booleanChanged
</pre>
and utilityOverlay.xul, which adds the following dependencies
<pre>
* utilityOverlay.js
*  goToggleToolbar
*  goUpdateGlobalEditMenuItems
*  goUpdateSelectEditMenuItem
*  goUpdateUndoEditMenuItems
*  goUpdatePasteMenuItems
* globalOverlay.js
*  goQuitApplication
*  goDoCommand
</pre>
</pre>

Revision as of 19:33, 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

SearchDialog.xul also imports 2 overlays, searchTermOverlay.xul, which adds the following dependecies

 * searchTermOverlay.js
 *   booleanChanged

and utilityOverlay.xul, which adds the following dependencies

 * utilityOverlay.js
 *   goToggleToolbar
 *   goUpdateGlobalEditMenuItems
 *   goUpdateSelectEditMenuItem
 *   goUpdateUndoEditMenuItems
 *   goUpdatePasteMenuItems
 * globalOverlay.js
 *   goQuitApplication
 *   goDoCommand