Closed
Bug 1639381
Opened 6 years ago
Closed 6 years ago
Add trailing newline to ANCHOR_LOG() statement
Categories
(Core :: Layout: Scrolling and Overflow, task, P3)
Core
Layout: Scrolling and Overflow
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(1 file)
ANCHOR_LOG(...) statements typically end with a \n, but it looks like we missed one here:
https://hg.mozilla.org/mozilla-central/rev/ace4bfaec686#l1.132
This probably means we could produce weird smooshed-together logging if we happen to trigger that logging.
Filing this bug on fixing this by adding a trailing newline.
| Assignee | ||
Comment 1•6 years ago
|
||
This change is for consistency with other similar logging, and to avoid getting
unrelated lines of logging concatenated together.
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b8d520d2aa6
Add period and newline at the end of scroll-anchor logging statement. r=emilio
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•