Closed Bug 758911 Opened 13 years ago Closed 13 years ago

convert mail/base/content/mailCore.js to Services.jsm

Categories

(Thunderbird :: Mail Window Front End, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 15.0

People

(Reporter: aceman, Assigned: aceman)

References

Details

Attachments

(1 file, 2 obsolete files)

let prefSvc = Components.classes["@mozilla.org/preferences-service;1"] var windowManager = Cc['@mozilla.org/appshell/window-mediator;1'].getService(); var windowManager = Cc['@mozilla.org/appshell/window-mediator;1'].getService(); var prefsService = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService).getBranch(null); var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"] var urlToOpen = Components.classes["@mozilla.org/toolkit/URLFormatterService;1"] var uri = Components.classes["@mozilla.org/network/io-service;1"] let wm = Cc["@mozilla.org/appshell/window-mediator;1"]
Attached patch patch (obsolete) — Splinter Review
Attachment #627513 - Flags: review?(mkmelin+mozilla)
Comment on attachment 627513 [details] [diff] [review] patch Review of attachment 627513 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, aceman! r=mkmelin ::: mail/base/content/mailCore.js @@ +403,5 @@ > // This is complicated because showPane is asynchronous (it could trigger a dynamic overlay) > // so our tab element may not be accessible right away... > } > } > + else Nit: this else should also have braces
Attachment #627513 - Flags: review?(mkmelin+mozilla) → review+
Attached patch patch v2 (obsolete) — Splinter Review
Thanks. I am going to touch that exact function in bug 718139, but no problem.
Attachment #627513 - Attachment is obsolete: true
Attachment #628087 - Flags: review+
Blocks: 718139
Keywords: checkin-needed
Attached patch patch v3Splinter Review
MPL2 bitrot.
Attachment #628087 - Attachment is obsolete: true
Attachment #628430 - Flags: review+
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 15.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: