Name Description Size
moz.build 622
nsIStringBundle.idl Implements nsISimpleEnumerator, replaces nsIEnumerator 4176
nsStringBundle.cpp A set of string bundle URLs which are loaded by content processes, and should be allocated in a shared memory region, and then sent to content processes. Note: This layout is chosen to avoid having to create a separate char* array pointing to the string constant values, which would require per-process relocations. The second array size is the length of the longest URL plus its null terminator. Shorter strings are null padded to this length. This should be kept in sync with the similar array in nsContentUtils.cpp, and updated with any other property files which need to be loaded in all content processes. 32614
nsStringBundle.h 2498
nsStringBundleService.h 2344
tests