Various minor cleanups.
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr68+
|
Details | Review |
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr68+
|
Details | Review |
I had accumulated these in my tree, so probably time to land them.
Assignee | ||
Comment 1•1 year ago
|
||
foo ? true : false
or:
foo ? false : true
Have always a nicer way to be written.
Assignee | ||
Comment 2•1 year ago
|
||
As they can never take null.
Depends on D56842
Assignee | ||
Comment 3•1 year ago
|
||
This was done when all the runnable labelling stuff was going on. I don't think
this is useful anymore and shrinks our structs a bit.
Depends on D56843
Updated•1 year ago
|
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d35e6f2c8e2a Remove some silly patterns. r=bzbarsky https://hg.mozilla.org/integration/autoland/rev/214e4ce5d2df Subdocument enum callbacks should take a reference. r=bzbarsky
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d35e6f2c8e2a
https://hg.mozilla.org/mozilla-central/rev/214e4ce5d2df
Assignee | ||
Comment 6•1 year ago
|
||
Comment on attachment 9115348 [details]
Bug 1603313 - Remove some silly patterns. r=bzbarsky
Beta/Release Uplift Approval Request
- User impact if declined: None (yet).
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce: N/A
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Minor refactoring that blocks other uplifts.
- String changes made/needed: none
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: We want to land other uplifts on top that depend on these patches.
- User impact if declined: N/A
- Fix Landed on Version:
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Minor refactoring that blocks other uplifts.
- String or UUID changes made by this patch: none
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 7•1 year ago
|
||
Comment on attachment 9115348 [details]
Bug 1603313 - Remove some silly patterns. r=bzbarsky
approved for 72.0b8
Updated•1 year ago
|
Comment 8•1 year ago
|
||
bugherderuplift |
Comment 9•1 year ago
|
||
bugherderuplift |
Comment 10•1 year ago
|
||
Comment on attachment 9115348 [details]
Bug 1603313 - Remove some silly patterns. r=bzbarsky
Cleanup needed for some other uplifts. Approved for 68.4esr.
Updated•1 year ago
|
Comment 11•1 year ago
|
||
bugherderuplift |
Description
•