Confirmed users
563
edits
(→Overview: updated -t, -u and -p) |
(add instructions for --nspr-patch) |
||
| Line 61: | Line 61: | ||
-e all (or "none") | -e all (or "none") | ||
[default is "none" if omitted] | [default is "none" if omitted] | ||
--nspr-patch | |||
</pre> | </pre> | ||
| Line 82: | Line 84: | ||
Specify either <code>all</code> or <code>none</code> to enable or disable extra builds. The number and type of extra builds varies per platform. | Specify either <code>all</code> or <code>none</code> to enable or disable extra builds. The number and type of extra builds varies per platform. | ||
==Enable NSPR changes (--nspr-patch)== | |||
Mozilla doesn't maintain separate infrastructure for the NSPR project, but you can test NSPR changes in nss-try. Use a patch file that was created by executing "hg diff" in the top level directory of the nspr directory. Copy that patch into the main nss directory (nss/nspr.patch). Include the patch in your submission to nss-try and add parameter --nspr-patch. | |||
=Try syntax implementation= | =Try syntax implementation= | ||