Closed
Bug 1843527
Opened 2 years ago
Closed 2 years ago
Move abs() behind a pref
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
RESOLVED
FIXED
117 Branch
People
(Reporter: tlouw, Assigned: tlouw)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
[Tracking Requested - why for this release]:
Assignee: nobody → tlouw
Target Milestone: --- → 116 Branch
Version: unspecified → Firefox 116
Assignee | ||
Updated•2 years ago
|
Summary: Move abs() and sign() behind a pref → Move abs() behind a pref
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Comment on attachment 9343866 [details]
Bug 1843527 - Move abs() function behind a pref. r=emilio
Beta/Release Uplift Approval Request
- User impact if declined: The new abs() function will be available on stable, but should be behind a pref like all the other new calc() functions.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It really removes functionality in stead of adding anything risky.
- String changes made/needed:
- Is Android affected?: No
Attachment #9343866 -
Flags: approval-mozilla-beta?
Pushed by tlouw@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6e70628351a7
Move abs() function behind a pref. r=emilio
Comment 5•2 years ago
|
||
bugherder |
Comment 6•2 years ago
|
||
Comment on attachment 9343866 [details]
Bug 1843527 - Move abs() function behind a pref. r=emilio
Approved for 116.0b6
Attachment #9343866 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 years ago
|
status-firefox116:
--- → fixed
Target Milestone: 116 Branch → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•