Difference between revisions of "How-Tos"
(→Firefox) |
(→Firefox) |
||
Line 6: | Line 6: | ||
To add a how-to to this page add a heading under the correct category OR create a category if one doesn't exist. There are currently no formatting or style rules. The suggestion is to be clean and well laid out. Look over the current how-to's to get a feel on how your tutorial should be laid out. Thank you for the contribution. | To add a how-to to this page add a heading under the correct category OR create a category if one doesn't exist. There are currently no formatting or style rules. The suggestion is to be clean and well laid out. Look over the current how-to's to get a feel on how your tutorial should be laid out. Thank you for the contribution. | ||
==Mozilla== | ==Mozilla== | ||
+ | {| | ||
+ | |style="background-color:Khaki"| | ||
+ | |width="20px"| | ||
===Firefox=== | ===Firefox=== | ||
+ | |- | ||
+ | || | ||
{| | {| | ||
− | | | + | |style="background-color:Khaki"| |
====Automated Tests==== | ====Automated Tests==== | ||
<p> | <p> | ||
Line 15: | Line 20: | ||
<p> | <p> | ||
A requirement for all test is to make sure that Firefox is compiled with tests enabled.<br/> | A requirement for all test is to make sure that Firefox is compiled with tests enabled.<br/> | ||
− | Modify the .mozconfig file to include | + | Modify the .mozconfig file to include ''ac_add_options --enable-tests'' |
</p> | </p> | ||
=====Mochitests===== | =====Mochitests===== | ||
Line 57: | Line 62: | ||
=====Reftests===== | =====Reftests===== | ||
+ | |} <!-- End of Automated Tests --> | ||
|} <!-- end Firefox section --> | |} <!-- end Firefox section --> |
Revision as of 14:33, 28 November 2008
Contents
Welcome
Welcome to the Seneca How-To page. You'll find How-To's for all things Open Source related.
Wiki
How to add a how-to
To add a how-to to this page add a heading under the correct category OR create a category if one doesn't exist. There are currently no formatting or style rules. The suggestion is to be clean and well laid out. Look over the current how-to's to get a feel on how your tutorial should be laid out. Thank you for the contribution.
Mozilla
Firefox | |
|