![]() |
|
|
New Layout: Base Library RoadmapAuthors: Kipp Hickman Updated: 30 April 1998
This document briefly describes the "base" module (mozilla/base). The base module is a collection of data structures and I/O abstractions that are built using xpcom technology. Much of the code reuses other libraries (e.g. the NSPR).
The base library contains data structures for:
The base library source can be found in mozilla/base; most of it is machine independent. However, the timer code is machine dependent. The I/O abstractions will probably move out of the base library and into either the nspr or netlib or some combination of the two. The nsString class has not yet been made 100% i18n'd. That work will be done on an as-needed basis. The are no plans to extend the base
library directly. Instead if something is needed that fits its profile
and it should be shared across modules then it can be added to base on
an as-needed basis.
|
||||||||||
| Copyright © 1998 Netscape Communications Corporation. | |||||||||||