mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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
This commit is contained in:
parent
16e544aca5
commit
3f70638b7c
2
dom/docs/Fission-IPC-Diagram.svg
Normal file
2
dom/docs/Fission-IPC-Diagram.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 30 KiB |
13
dom/docs/Fission.rst
Normal file
13
dom/docs/Fission.rst
Normal file
@ -0,0 +1,13 @@
|
||||
Fission
|
||||
=======
|
||||
|
||||
Fission is a cross-functional project for revamping and strengthening the architecture of the Firefox browser.
|
||||
|
||||
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).
|
||||
|
||||
We don't have an all-encompassing design document at this time. This may change in the future.
|
||||
|
||||
IPC Diagram
|
||||
-----------
|
||||
|
||||
.. image:: Fission-IPC-Diagram.svg
|
9
dom/docs/index.rst
Normal file
9
dom/docs/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
DOM
|
||||
===
|
||||
|
||||
These linked pages contain design documents for the DOM implementation in Gecko. They live in-tree under the 'dom/docs' directory.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Fission
|
@ -121,3 +121,4 @@ TEST_DIRS += [
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk3', 'cocoa', 'windows'):
|
||||
TEST_DIRS += ['plugins/test']
|
||||
|
||||
SPHINX_TREES['dom'] = 'docs'
|
||||
|
Loading…
Reference in New Issue
Block a user