Closed
Bug 1490993
Opened 6 years ago
Closed 6 years ago
Always use braces for if/for/while statements in platform-specific jit/ directories
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(6 files)
46 bytes,
text/x-phabricator-request
|
mgaudet
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
tcampbell
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
nbp
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
tcampbell
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
luke
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
tcampbell
:
review+
|
Details | Review |
This is the last piece. I didn't convert these directories initially because I wanted to review the changes a bit more carefully (because comparing the shell binary doesn't find issues in code that isn't compiled for the current platform).
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D5762
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D5763
Comment 4•6 years ago
|
||
Comment on attachment 9008722 [details]
Bug 1490993 part 1 - Always use braces for if/for/while statements in js/src/jit/x64. r?mgaudet
Matthew Gaudet (he/him) [:mgaudet] has approved the revision.
Attachment #9008722 -
Flags: review+
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D5764
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D5765
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D5766
Comment 8•6 years ago
|
||
Comment on attachment 9008725 [details]
Bug 1490993 part 3 - Always use braces for if/for/while statements in js/src/jit/x86-shared. r?nbp
Nicolas B. Pierron [:nbp] has approved the revision.
Attachment #9008725 -
Flags: review+
Comment 9•6 years ago
|
||
Comment on attachment 9008727 [details]
Bug 1490993 part 5 - Always use braces for if/for/while statements in js/src/jit/arm64. r?luke
Luke Wagner [:luke] has approved the revision.
Attachment #9008727 -
Flags: review+
Comment 10•6 years ago
|
||
Comment on attachment 9008723 [details]
Bug 1490993 part 2 - Always use braces for if/for/while statements in js/src/jit/x86. r?tcampbell
Ted Campbell [:tcampbell] has approved the revision.
Attachment #9008723 -
Flags: review+
Comment 11•6 years ago
|
||
Comment on attachment 9008726 [details]
Bug 1490993 part 4 - Always use braces for if/for/while statements in js/src/jit/arm. r?bbouvier
Ted Campbell [:tcampbell] has approved the revision.
Attachment #9008726 -
Flags: review+
Comment 12•6 years ago
|
||
Comment on attachment 9008728 [details]
Bug 1490993 part 6 - Always use braces for if/for/while statements in js/src/jit/{mips32,mips64,mips-shared}. r?bbouvier
Ted Campbell [:tcampbell] has approved the revision.
Attachment #9008728 -
Flags: review+
Comment 13•6 years ago
|
||
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7bbf9560f451
part 1 - Always use braces for if/for/while statements in js/src/jit/x64. r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/3c10148fb9a8
part 2 - Always use braces for if/for/while statements in js/src/jit/x86. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/e6cce3b04ab6
part 3 - Always use braces for if/for/while statements in js/src/jit/x86-shared. r=nbp
https://hg.mozilla.org/integration/autoland/rev/63a03fced45b
part 4 - Always use braces for if/for/while statements in js/src/jit/arm. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/371ea5445585
part 5 - Always use braces for if/for/while statements in js/src/jit/arm64. r=luke
https://hg.mozilla.org/integration/autoland/rev/0667570cb938
part 6 - Always use braces for if/for/while statements in js/src/jit/{mips32,mips64,mips-shared}. r=tcampbell
Comment 14•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7bbf9560f451
https://hg.mozilla.org/mozilla-central/rev/3c10148fb9a8
https://hg.mozilla.org/mozilla-central/rev/e6cce3b04ab6
https://hg.mozilla.org/mozilla-central/rev/63a03fced45b
https://hg.mozilla.org/mozilla-central/rev/371ea5445585
https://hg.mozilla.org/mozilla-central/rev/0667570cb938
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•