Closed
Bug 1992067
Opened 8 months ago
Closed 7 months ago
Simplify nsPlainTextSerializer::DoAddText() a bit
Categories
(Core :: DOM: Serializers, task)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(4 files)
No description provided.
| Assignee | ||
Updated•8 months ago
|
Summary: Simplify nsPlainTextSerializer::AppendText() a bit → Simplify nsPlainTextSerializer::DoAddText() a bit
| Assignee | ||
Comment 1•8 months ago
|
||
| Assignee | ||
Comment 2•8 months ago
|
||
| Assignee | ||
Comment 3•8 months ago
|
||
| Assignee | ||
Comment 4•8 months ago
|
||
| Assignee | ||
Comment 5•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → echen
Status: NEW → ASSIGNED
Pushed by echen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e2fbc47166f3
https://hg.mozilla.org/integration/autoland/rev/e27f3a306e66
Move nsPlainTextSerializer gtest for <blockquote type=cite> into its own test file; r=masayuki
https://github.com/mozilla-firefox/firefox/commit/7f8cb6c34c8d
https://hg.mozilla.org/integration/autoland/rev/92220875f762
Use ASSERT_EQ() in PlainTextSerializer gtests; r=masayuki
https://github.com/mozilla-firefox/firefox/commit/194f39d870ca
https://hg.mozilla.org/integration/autoland/rev/21517704ec80
Add more nsPlainTextSerializer gtest for <blockquote type=cite>; r=masayuki
https://github.com/mozilla-firefox/firefox/commit/cfacf6f690a5
https://hg.mozilla.org/integration/autoland/rev/5c696f3eae12
Simplify nsPlainTextSerializer::DoAddText() a bit; r=masayuki
Pushed by nbeleuzu@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/cf35c47f3cb8
https://hg.mozilla.org/integration/autoland/rev/ccacfd2fa4de
Revert "Bug 1992067 - Simplify nsPlainTextSerializer::DoAddText() a bit; r=masayuki" for causing plain Bp-nu bustages
Comment 8•7 months ago
|
||
Backed out for causing plain Bp-nu bustages
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/ccacfd2fa4de78a39ee8c6cda40a951c92e80069
Log link: https://treeherder.mozilla.org/logviewer?job_id=531260687&repo=autoland&task=G-EhkiIXRzSzX98BhvuZzQ.0&lineNumber=220928
Flags: needinfo?(echen)
Pushed by echen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b47bfeb83697
https://hg.mozilla.org/integration/autoland/rev/b220b99a1406
Move nsPlainTextSerializer gtest for <blockquote type=cite> into its own test file; r=masayuki
https://github.com/mozilla-firefox/firefox/commit/44de8b2a53f2
https://hg.mozilla.org/integration/autoland/rev/08710d16848d
Use ASSERT_EQ() in PlainTextSerializer gtests; r=masayuki
https://github.com/mozilla-firefox/firefox/commit/e4e6f3c57b07
https://hg.mozilla.org/integration/autoland/rev/fd357a21e737
Add more nsPlainTextSerializer gtest for <blockquote type=cite>; r=masayuki
https://github.com/mozilla-firefox/firefox/commit/dd3e28b5d60f
https://hg.mozilla.org/integration/autoland/rev/9b80fccb9853
Simplify nsPlainTextSerializer::DoAddText() a bit; r=masayuki
Comment 10•7 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b220b99a1406
https://hg.mozilla.org/mozilla-central/rev/08710d16848d
https://hg.mozilla.org/mozilla-central/rev/fd357a21e737
https://hg.mozilla.org/mozilla-central/rev/9b80fccb9853
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
| Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(echen)
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•