WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
259431
Avoid creating a new CSSParserContext each time a color is assigned to fillStyle/strokeStyle on a canvas context
https://bugs.webkit.org/show_bug.cgi?id=259431
Summary
Avoid creating a new CSSParserContext each time a color is assigned to fillSt...
Cameron McCormack (:heycam)
Reported
2023-07-23 13:40:58 PDT
Creating the CSSParserContext is slightly expensive, since it fetches all of the relevant document Settings.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-07-23 13:41:17 PDT
<
rdar://problem/112741540
>
Cameron McCormack (:heycam)
Comment 2
2023-07-23 13:41:44 PDT
rdar://112439220
Cameron McCormack (:heycam)
Comment 3
2023-07-23 14:22:39 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16025
EWS
Comment 4
2023-07-23 19:19:54 PDT
Committed
266238@main
(5ec234192a2e): <
https://commits.webkit.org/266238@main
> Reviewed commits have been landed. Closing PR #16025 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug