Bug 303546
| Summary: | Improve HTMLTreeBuilder for table markup | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | New Bugs | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar, Performance |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Dubost
there is a series of FIXME
https://searchfox.org/wubkat/rev/d0cd692c0d7a7cf40d7d3ba8a4d79319ab7cdea1/Source/WebCore/html/parser/HTMLTreeBuilder.cpp#1297
// FIXME: This is slow.
The code traverses all elements three times instead of making it one pass.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165838124>
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/54839
EWS
Committed 303950@main (43e0c05a7650): <https://commits.webkit.org/303950@main>
Reviewed commits have been landed. Closing PR #54839 and removing active labels.