Difference between revisions of "Thunderbird Bug Fix Lab"
(→Instructions) |
|||
Line 1: | Line 1: | ||
− | |||
== Overview == | == Overview == | ||
Line 16: | Line 15: | ||
which is being displayed as follows in Thunderbird: | which is being displayed as follows in Thunderbird: | ||
− | Does Wednesday aft. work for you? | + | Does Wednesday aft. work for you? |
− | I'll tentatively schedule 3:30 on Wednesday. | + | I'll tentatively schedule 3:30 on Wednesday. |
− | We'll come to | + | We'll come to [mailto:S@Y...where S@Y...where] should we meet? |
− | |||
− | |||
== Resources == | == Resources == |
Revision as of 20:29, 4 November 2007
Overview
This lab is designed to give you first-hand experience working through a real bug, from confirming to fixing to submitting a patch. You will also get experience building and working with Thunderbird, which shares much of the same code with Firefox.
Instructions
A friend has told you about something they don't like in Mozilla Thunderbird. "I got an email today, and it made a hyperlink out of some text that shouldn't have been underlined."
Here is the text of the email:
Does Wednesday aft. work for you? I'll tentatively schedule for 3:30 on Wednesday. We'll come to S@Y...where should we meet?
which is being displayed as follows in Thunderbird:
Does Wednesday aft. work for you? I'll tentatively schedule 3:30 on Wednesday. We'll come to S@Y...where should we meet?
Resources
- Creating a patch for Mozilla
- Instructions for getting a patch checked into the tree
- There are many tutorials on using diff/patch, for example this one.