Thunderbird:Architecture Cleanup: Difference between revisions
m (#379396 is resolved as fixed) |
(use Template:Bug and Template:MDC, update one bug status) |
||
Line 9: | Line 9: | ||
Details: | Details: | ||
* Bug: | * Bug: {{bug|33451}} | ||
* Owner: bienvenu | * Owner: bienvenu | ||
* Status: Done! | * Status: Done! | ||
Line 18: | Line 18: | ||
Details: | Details: | ||
* Documentation: | * Documentation: [[Thunderbird:CodeCleanup]] | ||
* Bug: | * Bug: {{bug|379070}} | ||
* Owner: mscott (I could use extra help cleaning up strings, it's fairly straight forward work that can be divided up, just a lot of it!) | * Owner: mscott (I could use extra help cleaning up strings, it's fairly straight forward work that can be divided up, just a lot of it!) | ||
* Status: Done 2008-11-04 | |||
* bienvenu has volunteered to do the imap directory | * bienvenu has volunteered to do the imap directory | ||
== Using Frozen Linkages == | == Using Frozen Linkages == | ||
Thunderbird needs to move to using libxul and eventually XULRunner. Before we can do that, we have to convert all of mailnews to use | Thunderbird needs to move to using libxul and eventually XULRunner. Before we can do that, we have to convert all of mailnews to use {{MDC|Migrating_from_Internal_Linkage_to_Frozen_Linkage|frozen linkage}}. | ||
Details: | Details: | ||
* Bug: | * Bug: {{bug|377319}} | ||
* Owners: mscott and prasad | * Owners: mscott and prasad | ||
Line 36: | Line 37: | ||
* After porting Thunderbird to using frozen linkages, it should be a short step to make Thunderbird use libxul. This is a requirement before we can move to XULRunner. | * After porting Thunderbird to using frozen linkages, it should be a short step to make Thunderbird use libxul. This is a requirement before we can move to XULRunner. | ||
* Bug: ? | * Bug: {{bug|585947}} (?) | ||
* Owner: mscott and ? | * Owner: mscott and ? | ||
Line 43: | Line 44: | ||
Thunderbird should become a XULRunner App. | Thunderbird should become a XULRunner App. | ||
* Bug: | * Bug: {bug|306324}} | ||
* Owner: mscott and ? | * Owner: mscott and ? | ||
Line 50: | Line 51: | ||
We're going to be replacing the crash reporting tool (Talkback) Thunderbird currently uses with the [http://wiki.mozilla.org/Breakpad Breakpad]. | We're going to be replacing the crash reporting tool (Talkback) Thunderbird currently uses with the [http://wiki.mozilla.org/Breakpad Breakpad]. | ||
* Bug: | * Bug: {{bug|379396}} | ||
* Owner: mscott | * Owner: mscott | ||
* Status: Done! | * Status: Done! |
Revision as of 22:55, 22 September 2010
There are several architecture / cleanup changes we need to make to mailnews in the mozilla 1.9 time frame.
Remove nsFileSpec
Mailnews still uses nsIFileSpec / nsFileSpec along with some related classes. These classes are part of xpcom_obsolete and need to be re-written to use nsILocalFile equivalents.
Removing nsFileSpec allows us to remove xpcom-obsolete from the mozilla repository and makes it possible to do some of the other tasks like using frozen linkages.
Details:
- Bug: bug 33451
- Owner: bienvenu
- Status: Done!
The Great Mailnews String Roundup
In order to move to frozen linkages, we can no longer use nsXPIDLStrings. We need to convert these to nsString equivalents. While doing this audit, we're also going to try to convert many of the string parameters in the mailnews interfaces to use AString/ACString.
Details:
- Documentation: Thunderbird:CodeCleanup
- Bug: bug 379070
- Owner: mscott (I could use extra help cleaning up strings, it's fairly straight forward work that can be divided up, just a lot of it!)
- Status: Done 2008-11-04
- bienvenu has volunteered to do the imap directory
Using Frozen Linkages
Thunderbird needs to move to using libxul and eventually XULRunner. Before we can do that, we have to convert all of mailnews to use frozen linkage.
Details:
- Bug: bug 377319
- Owners: mscott and prasad
libxul
- After porting Thunderbird to using frozen linkages, it should be a short step to make Thunderbird use libxul. This is a requirement before we can move to XULRunner.
- Bug: bug 585947 (?)
- Owner: mscott and ?
XULRunner
Thunderbird should become a XULRunner App.
- Bug: {bug|306324}}
- Owner: mscott and ?
Breakpad
We're going to be replacing the crash reporting tool (Talkback) Thunderbird currently uses with the Breakpad.
- Bug: bug 379396
- Owner: mscott
- Status: Done!