mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
fonts: Remove web fonts when their stylsheet is removed (#32346)
This is the first part of ensuring that unused fonts do not leak. This change makes it so that when a stylesheet is removed, the corresponding web fonts are removed from the `FontContext`. Note: WebRender assets are still leaked, which was the situation before for all fonts. A followup change will fix this issue. Fixes #15139. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
a772ecf786
commit
14286d913d
10 changed files with 258 additions and 57 deletions
|
@ -179113,7 +179113,20 @@
|
|||
{}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"web-font-no-longer-accessible-when-stylesheet-removed.html": [
|
||||
"aac3e77a819019d349123fac2265531f3746f826",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/css-fonts/web-font-no-longer-accessible-when-stylesheet-removed-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
]
|
||||
},
|
||||
"css-grid": {
|
||||
"abspos": {
|
||||
|
@ -403830,7 +403843,11 @@
|
|||
"4e88cace350e32711fc06220c2d14dcbd3ab3339",
|
||||
[]
|
||||
]
|
||||
}
|
||||
},
|
||||
"web-font-no-longer-accessible-when-stylesheet-removed-ref.html": [
|
||||
"363b88d7180a9471c647cd69b9c69678e2f88da6",
|
||||
[]
|
||||
]
|
||||
},
|
||||
"css-gcpm": {
|
||||
"META.yml": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue