Bug 254361 - Fast HTML parser fails to call beginParsingChildren() / finishParsingChildren() on Elements it parses
Summary: Fast HTML parser fails to call beginParsingChildren() / finishParsingChildren...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-23 12:37 PDT by Chris Dumez
Modified: 2023-03-23 18:03 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-23 12:37:25 PDT
Fast HTML parser fails to call beginParsingChildren() / finishParsingChildren() on Elements it parses.

This causes some elements to think they're still parsing.

This was found to cause some breakage on Gmail by Chrome:
- https://chromium-review.googlesource.com/c/chromium/src/+/4307182
- https://chromium-review.googlesource.com/c/chromium/src/+/4316942
Comment 1 Chris Dumez 2023-03-23 14:07:05 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11886
Comment 2 EWS 2023-03-23 18:02:33 PDT
Committed 262049@main (c155b303263d): <https://commits.webkit.org/262049@main>

Reviewed commits have been landed. Closing PR #11886 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-23 18:03:14 PDT
<rdar://problem/107163231>