User:Nth10sd/MozMill TB Functions

From MozillaWiki
< User:Nth10sd
Revision as of 17:32, 1 January 2009 by Nth10sd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Firefox Mozmill functions:

  • getBrowserController()
  • getAddonsController() - not yet generic
  • getPreferencesController() - not yet generic

Thunderbird Mozmill functions finalized for Mozmill 1.0 - see bug 459719:

  • getMail3PaneController()
  • getAddrbkController()

Thunderbird functions that we lack: (Outdated)

  • getMail3PaneController() - newMail3PaneController() - see bug 459719
  • getAddressBookController()
  • getMsgComposeController()
  • getAcctSettingsController()
  • getTBPrefsController() - "should just be merged into the FF versions - mozmill should just do app detection" - Standard8 via IRC
  • getTBAddonsController() - "should just be merged into the FF versions - mozmill should just do app detection" - Standard8 via IRC

Most should call up the windows themselves; if opening a new address book in a tab, getMail3PaneController() should be called instead.

Future:

  • Lightning / Task-related