Factor code relevant for serializing nodes out from `nsDocumentEncoder`
Categories
(Core :: DOM: Serializers, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
Details
Attachments
(7 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Simplifies reasoning about nsDocumentEncoder
, which has too many responsibilities.
Assignee | ||
Comment 1•5 years ago
|
||
Prepartory step for the following parts.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D78308
Assignee | ||
Comment 3•5 years ago
|
||
Will help to factor out functionality of serializing a node.
Depends on D78309
Assignee | ||
Comment 4•5 years ago
|
||
In separate reviews, SerializeNodeStart
etc. will be moved to it.
Depends on D78310
Assignee | ||
Comment 5•5 years ago
|
||
nsDocumentEncoder
has too many responsibilities; this change
simplifies reasoning about it.
Depends on D78311
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D78312
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D78313
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d3578040c336
https://hg.mozilla.org/mozilla-central/rev/2c59ceb99ec4
https://hg.mozilla.org/mozilla-central/rev/9193efaf7d9d
https://hg.mozilla.org/mozilla-central/rev/a617ea1772f9
https://hg.mozilla.org/mozilla-central/rev/22656842192c
https://hg.mozilla.org/mozilla-central/rev/c26ac7e8d49f
https://hg.mozilla.org/mozilla-central/rev/5480197f2849
Description
•