Closed
Bug 1578188
Opened 6 years ago
Closed 6 years ago
Remove redundant code by extending `nsPlainTextSerializer::OutputManager`
Categories
(Core :: DOM: Serializers, enhancement)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
Details
Attachments
(6 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 |
No description provided.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mbrodesser
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Simplifies a following refactoring.
Depends on D44382
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D44383
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D44384
| Assignee | ||
Comment 5•6 years ago
|
||
Depends on D44385
| Assignee | ||
Comment 6•6 years ago
|
||
Depends on D44386
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8a4d4ed79a9
part 1) Remove `outputQuotes` variable for clarity. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/0e7556fc889c
part 2) Use default constructor for `CurrentLineContent`. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/0a17895a7d02
part 3) Add `nsPlainTextSerializer::CurrentLine`. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/b223bab23bb8
part 4) Move `ResetCurrentLineContentAndIndentationHeader` to `CurrentLine::ResetContentAndIndentationHeader`. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/4cc132dea3cb
part 5) Move `CreateQuotesAndIndent` to `CurrentLine`. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/85703e85e461
part 6) Overload `OutputManager::Append`. r=hsivonen
Comment 8•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d8a4d4ed79a9
https://hg.mozilla.org/mozilla-central/rev/0e7556fc889c
https://hg.mozilla.org/mozilla-central/rev/0a17895a7d02
https://hg.mozilla.org/mozilla-central/rev/b223bab23bb8
https://hg.mozilla.org/mozilla-central/rev/4cc132dea3cb
https://hg.mozilla.org/mozilla-central/rev/85703e85e461
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•