WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
236283
HTMLToken::beginStartTag can take an 8 bit character
https://bugs.webkit.org/show_bug.cgi?id=236283
Summary
HTMLToken::beginStartTag can take an 8 bit character
Cameron McCormack (:heycam)
Reported
2022-02-07 20:43:45 PST
HTMLToken::beginStartTag is only ever called with an ASCII lowercase letter. It can take an LChar instead of a UChar, and we can avoid updating m_data8BitCheck.
Attachments
Patch
(1.86 KB, patch)
2022-02-07 20:45 PST
,
Cameron McCormack (:heycam)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Cameron McCormack (:heycam)
Comment 1
2022-02-07 20:45:25 PST
Created
attachment 451203
[details]
Patch
EWS
Comment 2
2022-02-08 11:33:35 PST
Committed
r289410
(
246977@main
): <
https://commits.webkit.org/246977@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 451203
[details]
.
Radar WebKit Bug Importer
Comment 3
2022-02-08 11:34:20 PST
<
rdar://problem/88642964
>
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