Closed
Bug 1543844
Opened 6 years ago
Closed 6 years ago
Fix incorrect max scale detection in WR border rendering.
Categories
(Core :: Graphics: WebRender, defect, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla68
People
(Reporter: gw, Assigned: gw)
References
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details |
No description provided.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gwatson
Assignee | ||
Comment 1•6 years ago
|
||
The local rect for border segments is not solely determined by
the widths and/or radius. Instead of determining the max scale
based on those parameters, use the calculated border segment
rects to determine an appropriate max scale factor.
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b1b702b25f53
Fix incorrect max scale detection in WR border rendering. r=emilio
Updated•6 years ago
|
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Assignee | ||
Comment 4•6 years ago
|
||
Comment on attachment 9057716 [details]
Bug 1543844 - Fix incorrect max scale detection in WR border rendering.
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1519833
- User impact if declined: WebRender crashes on sites that have borders with extremely large scale transforms.
- 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): Only affects users enrolled in WebRender, which is nVidia desktop + Win10. The patch is reasonably simple, and fixes crashes in these cases.
- String changes made/needed:
Attachment #9057716 -
Flags: approval-mozilla-beta?
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment on attachment 9057716 [details]
Bug 1543844 - Fix incorrect max scale detection in WR border rendering.
Fix for a Webrender crash, we ship Webrender v1 in 67, uplift approved for 67 beta 11, thanks.
Attachment #9057716 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•