User:Nth10sd/MozMill TB Functions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: Firefox Mozmill functions: * getBrowserController() * getAddonsController() * getPreferencesController() Thunderbird functions that we lack: * getMail3PaneController() - newMail3PaneCon...)
 
No edit summary
Line 11: Line 11:
* getMsgComposeController()
* getMsgComposeController()
* getAcctSettingsController()
* getAcctSettingsController()
* getTBPrefsController()
* getTBPrefsController() - "should just be merged into the FF versions - mozmill should just do app detection" - Standard8 via IRC
* getTBAddonsController()
* getTBAddonsController() - "should just be merged into the FF versions - mozmill should just do app detection" - Standard8 via IRC
* getErrConsoleController() - needed?


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

Revision as of 18:40, 17 December 2008

Firefox Mozmill functions:

  • getBrowserController()
  • getAddonsController()
  • getPreferencesController()

Thunderbird functions that we lack:

  • 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