270
edits
(→Build Prerequisites: Add link to Palm CDK now I've eventually found it) |
(→NSPR) |
||
| Line 68: | Line 68: | ||
==== PL ==== | ==== PL ==== | ||
What is PL? How it is different than platform's C runtime, Secure C functions, etc... | What is PL? How it is different than platform's C runtime, Secure C functions, etc... | ||
==== NSPR ==== | ==== NSPR ==== | ||
NSPR is a cross-platform framework to provide Mozilla application with OS-agnostic facilities such as threading, I/O operations, networking, logging and more. It is crucial for a Mozilla C/C++ hacker to be familiar with this framework in order to work with Thunderbird backend. | |||
Although NSPR documentation is not up-to-date, still it is a very good starting point before you go and check the source code. You can find NSPR documentation at the following links. | |||
[http://www.mozilla.org/projects/nspr/ The Netscape | |||
* [http://www.mozilla.org/projects/nspr/ The Netscape Portable Runtime Page] | |||
* [http://www.mozilla.org/projects/nspr/reference The Netscape Portable Runtime Reference] | |||
==== XPCOM ==== | ==== XPCOM ==== | ||
edits