Closed
Bug 1646336
Opened 6 years ago
Closed 6 years ago
Don't unnecessarily lose precision on some computed value getters.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
We're converting to nscoord in some places unnecessarily, reducing the
precision of the computed value we return.
This makes some tests unnecessarily fail if we change the base of
nscoord.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2011f0091ccf
Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro
Comment 3•6 years ago
|
||
Backed out changeset 2011f0091ccf (Bug 1646336) for dt failures at browser_accessibility_print_to_json.js
https://hg.mozilla.org/integration/autoland/rev/84664f1126fcc60a2dab3f868288e41c55b0438a
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=306700426&repo=autoland&lineNumber=1796
Flags: needinfo?(emilio)
Updated•6 years ago
|
Attachment #9157278 -
Attachment description: Bug 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=#style → Bug 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro
| Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2069d33fce03
Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•