diff --git a/xpcom/doc/xpcom-standalone.html b/xpcom/doc/xpcom-standalone.html index e33edc924fc6..57b50073f089 100644 --- a/xpcom/doc/xpcom-standalone.html +++ b/xpcom/doc/xpcom-standalone.html @@ -115,14 +115,6 @@ standalone. Make sure you did "configure --enable-modules=xpcom" 5.0  Whats the difference between Standalone and non-Standalone XPCOM Here is what we had to do to get a working standalone XPCOM
    -
  1. -Disabled all forms of unicode conversion. nsString, nsCRT were using this -in various forms. Only ASCII is expected to work. Other charsets including -unicode are not guaranteed to work.
  2. - -
  3. -Disabled nsUnicharInputStream. This causes nsPersistentProperties to always -fail.
  4. Disabled control of XPT from preferences.
  5. @@ -137,20 +129,16 @@ used by the mozilla browser.
    1. -Enable XPCOM to work with unicode. Unicode, ASCII and ISO8859-1 will be -the charset that will be self supported by XPCOM.
    2. - -
    3. -Optional exclusion of specific features into standalone XPCOM like unicode -support, registry, xpconnect. Tweeking these options will cause reduction +Optional exclusion of specific features into standalone XPCOM like +registry, xpconnect. Tweeking these options will cause reduction in memory requirements and size.
    4. Get xpcom/tests directory upto date and documented.
    5. -Make standalone XPCOM the only deliverable from xpcom. No more #ifndef -XPCOM_STANDALONE
    6. +Make standalone XPCOM the only deliverable from xpcom. No more #ifndef +XPCOM_STANDALONE
    7. Update this document for both Windows and Mac.