Closed
Bug 432218
Opened 17 years ago
Closed 17 years ago
Remove TB 1.5 specific code in getMailBar() function
Categories
(Calendar :: Lightning Only, defect)
Calendar
Lightning Only
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: sipaq, Assigned: sipaq)
References
()
Details
Attachments
(1 file)
1.00 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
We don't support Tb 1.5, so we can do the following in the getMailBar() function:
function getMailBar() {
return document.getElementById("mail-bar2") ||
- document.getElementById("mail-bar") ||
document.getElementById("msgToolbar");
}
Patch coming.
Comment 1•17 years ago
|
||
Does this obsoletes the existing Bug 402038? Or should it block it?
Assignee | ||
Comment 2•17 years ago
|
||
As Philipp correctly points out in bug 402038 comment 9, this should be done in followup-bugs, of which this is one. Therefore I marked bug 402038 as FIXED.
Comment 3•17 years ago
|
||
It was agreed to no support TB1.5 but also to try to not break it. This seems like a minimal thing so why not let it be for now. Otoh there's not much users of TB1.5 anymore afaik.
Assignee | ||
Comment 4•17 years ago
|
||
(In reply to comment #3)
> It was agreed to no support TB1.5 but also to try to not break it.
That was the decision during the 0.8 cycle. We're now in the 0.9 cycle and have already broken TB 1.5 in other places as well. I've also seen no effort at all anywhere to keep Lightning alive for Tb 1.5, so I believe there is no interest for this in the community.
Assignee | ||
Comment 5•17 years ago
|
||
Attachment #319450 -
Flags: review?(philipp)
Comment 6•17 years ago
|
||
Comment on attachment 319450 [details] [diff] [review]
Patch
r=philipp
Attachment #319450 -
Flags: review?(philipp) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Patch checked into HEAD and MOZILLA_1_8_BRANCH
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 8•17 years ago
|
||
(In reply to comment #3)
> It was agreed to no support TB1.5 but also to try to not break it.
I second Simon's opinion. I believe TB1.5 has been EOL'd some time ago.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•