1
0
Fork 0
firefox/xpcom/docs/index.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

41 lines
747 B
ReStructuredText

XPCOM
=====
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.
Consuming XPCOM functionality
-----------------------------
.. toctree::
:maxdepth: 1
logging
stringguide
refptr
thread-safety
collections
hashtables
hashtables_detailed
mozpromise
sorting.md
xpcomutils
Tooling around XPCOM
--------------------
.. toctree::
:maxdepth: 1
huntingleaks
Writing new XPCOM interfaces/classes
------------------------------------
.. toctree::
:maxdepth: 1
xpidl
writing-xpcom-interface
cc-macros
fmt-in-gecko.md