Closed
Bug 737396
Opened 13 years ago
Closed 13 years ago
Remove the unnecessary and incorrect 'service,' at the start of cloud file category definitions
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(thunderbird13 fixed)
RESOLVED
FIXED
Thunderbird 14.0
Tracking | Status | |
---|---|---|
thunderbird13 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
2.12 KB,
patch
|
mconley
:
review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
In our manifest files, the cloud providers are registered against categories with "service," at the start.
This is wrong - the cloud providers are created as instances, and the "service," never actually gets used - it just gets stripped from the id when loading the category.
Attached is the patch to remove this.
Attachment #607521 -
Flags: review?(mconley)
Comment 1•13 years ago
|
||
Comment on attachment 607521 [details] [diff] [review]
The fix
This looks right to me. I don't think we ever strip or inject "service" in other places, so I think we've got our bases covered.
Thanks!
Attachment #607521 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 14.0
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 607521 [details] [diff] [review]
The fix
[Triage Comment]
Going to take this on aurora as well, to avoid any confusion wrt add-ons.
Attachment #607521 -
Flags: approval-comm-aurora+
Assignee | ||
Comment 4•13 years ago
|
||
status-thunderbird13:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•