Closed
Bug 1820752
Opened 2 years ago
Closed 2 years ago
Factor out webrender bounds assessment into its own function and avoid bounds checking if there's an active preceding sibling
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
100px x 100px rect -> aBounds.width=6000, aBounds.height=6000 aSc.GetInheritedScale().xScale = 1, aSc.GetInheritedScale().xScale = 1, width and height = 6000 i.e. > largeish.
Assignee | ||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Comment on attachment 9321985 [details]
Bug 1820752 - correct use of largeish r=tnikkel
Revision D172061 was moved to bug 1821260. Setting attachment 9321985 [details] to obsolete.
Attachment #9321985 -
Attachment is obsolete: true
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9c1ca8a6cef8
Factor out webrender bounds assessment into its own function and avoid bounds checking if there's an active preceding sibling r=emilio
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•