Closed
Bug 1511854
Opened 7 years ago
Closed 7 years ago
small formatting fixes in layout/ after clang-format
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(2 files, 1 obsolete file)
I went through all the .h files under layout/ to check for any clang-format oddities. The patch here is mostly fixing those things, but a couple of other things that caught my attention while I was looking. I'm not consistent in some of the comment formatting but all the changes should be better than what's there now.
One issue I couldn't fix is various #defines for constant values having their contents wrapped oddly when there's a comment. I filed bug 1511847 for that.
I'll look at the .cpp files as time permits.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Blocks: clang-format
| Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Attachment #9029315 -
Attachment description: Bug 1511854 - Fix some formatting oddities in layout/ after the clang-format. → Bug 1511854 - Part 1: Fix some formatting oddities in layout/ after the clang-format.
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9d18f3b4b898
Part 1: Fix some formatting oddities in layout/ after the clang-format. r=TYLin
https://hg.mozilla.org/integration/autoland/rev/89fd36f5fbe5
Part 2: Fix some more formatting oddities in layout/ after the clang-format. r=TYLin
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9d18f3b4b898
https://hg.mozilla.org/mozilla-central/rev/89fd36f5fbe5
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Attachment #9029380 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•