Add missing braces around if/loop statement in layout code
Categories
(Core :: Layout, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(13 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
I've noticed fixups to add curly braces around if
and loop statements with only a single line body making it into patches fairly regularly. I think it's generally fine to make these incidental unrelated fixes when touching a file. However, in some of the larger patches that have been going by recently the unrelated clutter it adds makes reviews harder to get through. We should probably just make these changes as a separate bunch of patches.
Assignee | ||
Comment 1•15 days ago
|
||
Assignee | ||
Comment 2•15 days ago
|
||
Depends on D229245
Assignee | ||
Comment 3•15 days ago
|
||
Depends on D229246
Assignee | ||
Comment 4•15 days ago
|
||
Depends on D229247
Assignee | ||
Comment 5•15 days ago
|
||
Depends on D229248
Assignee | ||
Comment 6•15 days ago
|
||
Depends on D229249
Assignee | ||
Comment 7•15 days ago
|
||
Depends on D229250
Assignee | ||
Comment 8•15 days ago
|
||
Depends on D229251
Assignee | ||
Comment 9•15 days ago
|
||
Depends on D229252
Assignee | ||
Comment 10•15 days ago
|
||
Depends on D229253
Assignee | ||
Comment 11•15 days ago
|
||
Depends on D229254
Assignee | ||
Comment 12•15 days ago
|
||
Depends on D229255
Assignee | ||
Comment 13•15 days ago
|
||
Depends on D229256
Comment 14•15 days ago
|
||
Comment 15•15 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3d0dda7f5e5
https://hg.mozilla.org/mozilla-central/rev/954b23281db3
https://hg.mozilla.org/mozilla-central/rev/a4ba6d0c40ba
https://hg.mozilla.org/mozilla-central/rev/e370d5239d9a
https://hg.mozilla.org/mozilla-central/rev/8b368a75e8ec
https://hg.mozilla.org/mozilla-central/rev/01adb9624962
https://hg.mozilla.org/mozilla-central/rev/a149f4ddd04b
https://hg.mozilla.org/mozilla-central/rev/794337a23a49
https://hg.mozilla.org/mozilla-central/rev/7398a7ce398e
https://hg.mozilla.org/mozilla-central/rev/74ecd41de416
https://hg.mozilla.org/mozilla-central/rev/2e235c89ff11
https://hg.mozilla.org/mozilla-central/rev/57b93c89114b
https://hg.mozilla.org/mozilla-central/rev/95fa1b7f27f1
Description
•