Closed Bug 432218 Opened 16 years ago Closed 16 years ago

Remove TB 1.5 specific code in getMailBar() function

Categories

(Calendar :: Lightning Only, defect)

defect
Not set
trivial

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sipaq, Assigned: sipaq)

References

()

Details

Attachments

(1 file)

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.
Does this obsoletes the existing Bug 402038? Or should it block it?
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.
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.
(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.
Attached patch Patch — — Splinter Review
Attachment #319450 - Flags: review?(philipp)
Comment on attachment 319450 [details] [diff] [review]
Patch

r=philipp
Attachment #319450 - Flags: review?(philipp) → review+
Patch checked into HEAD and MOZILLA_1_8_BRANCH
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
(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.

Attachment

General

Created:
Updated:
Size: