Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3f70638

Browse files
committed
Bug 1547812 - Add dom/docs for design documents about the DOM. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D29251 --HG-- extra : moz-landing-system : lando
1 parent 16e544a commit 3f70638

4 files changed

Lines changed: 25 additions & 0 deletions

File tree

dom/docs/Fission-IPC-Diagram.svg

Lines changed: 2 additions & 0 deletions
Loading

dom/docs/Fission.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Fission
2+
=======
3+
4+
Fission is a cross-functional project for revamping and strengthening the architecture of the Firefox browser.
5+
6+
The work is tracked under this bug (https://bugzilla.mozilla.org/show_bug.cgi?id=fission). See this Wiki page for more details (https://wiki.mozilla.org/Project_Fission).
7+
8+
We don't have an all-encompassing design document at this time. This may change in the future.
9+
10+
IPC Diagram
11+
-----------
12+
13+
.. image:: Fission-IPC-Diagram.svg

dom/docs/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DOM
2+
===
3+
4+
These linked pages contain design documents for the DOM implementation in Gecko. They live in-tree under the 'dom/docs' directory.
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
Fission

dom/moz.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ TEST_DIRS += [
121121
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk3', 'cocoa', 'windows'):
122122
TEST_DIRS += ['plugins/test']
123123

124+
SPHINX_TREES['dom'] = 'docs'

0 commit comments

Comments
 (0)