Bug 1931349 - Enable network.dns.https_rr.check_record_with_cname and add probes...
[gecko.git] / xpcom / docs / index.rst
blob88d46c88b51435bc8d5659fad017d8e36ba58709
1 XPCOM
2 =====
4 These pages contain documentation for Mozilla's Cross-Platform Component Object Model (XPCOM) module.  It abstracts core systems functionality for cross-platform use.  The component architecture follows the standard COM approach.
7 Consuming XPCOM functionality
8 -----------------------------
10 .. toctree::
11    :maxdepth: 1
13    logging
14    stringguide
15    refptr
16    thread-safety
17    collections
18    hashtables
19    hashtables_detailed
20    mozpromise
21    sorting.md
22    xpcomutils
24 Tooling around XPCOM
25 --------------------
27 .. toctree::
28    :maxdepth: 1
30    huntingleaks
32 Writing new XPCOM interfaces/classes
33 ------------------------------------
35 .. toctree::
36    :maxdepth: 1
38    xpidl
39    writing-xpcom-interface
40    cc-macros
41    fmt-in-gecko.md