Closed
Bug 1679422
Opened 4 years ago
Closed 4 years ago
Move Serializer code in dom/base/ to dom/serializers/
Categories
(Core :: DOM: Serializers, task, P2)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: mbrodesser-Igalia, Assigned: mbrodesser-Igalia)
Details
Attachments
(1 file)
n order to make DOM's serialization-code unit-testable, I intend moving the following files from dom/base:
nsDocumentEncoder.cpp
nsDOMSerializer.cpp
nsDOMSerializer.h
nsHTMLContentSerializer.cpp
nsHTMLContentSerializer.h
nsIContentSerializer.h
nsIDocumentEncoder.idl
nsPlainTextSerializer.cpp
nsPlainTextSerializer.h
nsXHTMLContentSerializer.cpp
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp
nsXMLContentSerializer.h
to "dom/serializers". While this isn't necessary to make the code unit-testable, it allows keeping code belonging to the same domain (serialization) in the same folder.
Assignee | ||
Comment 1•4 years ago
|
||
Required fixing some EXPORTS
and the unified build.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/caeb8dad360f
move serializers from dom/base/ to dom/serializers/. r=hsivonen
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•