Bug 247140
Summary: | Fix how we set fontWeight so that it remains in bounds | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chirag M Shah <chirag_m_shah> |
Component: | CSS | Assignee: | Chirag M Shah <chirag_m_shah> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | All | ||
OS: | All |
Chirag M Shah
Currently, fontWeights can 0, which results in a crash due to it not being a valid key for segmentedFontFaceCache (when wrapped inside a FontSelectionRequest). We need to fix that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chirag M Shah
https://github.com/WebKit/WebKit/pull/5836
EWS
Committed 256123@main (3070b3d704a3): <https://commits.webkit.org/256123@main>
Reviewed commits have been landed. Closing PR #5836 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/101699349>
Chirag M Shah
Corrected radar: rdar://101705191
Chirag M Shah
<rdar://problem/101699349>
Chirag M Shah
rdar://100986499