WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
243957
Use iterative algorithm for resetStyleForNonRenderedDescendants
https://bugs.webkit.org/show_bug.cgi?id=243957
Summary
Use iterative algorithm for resetStyleForNonRenderedDescendants
Miguel Salinas
Reported
2022-08-15 14:55:23 PDT
WebCore::Style::resetStyleForNonRenderedDescendants is currently recursive and can stack overflow on very deep DOM trees. We should rewrite this to be iterative to avoid crashing.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-08-16 15:42:48 PDT
<
rdar://problem/98752283
>
Miguel Salinas
Comment 2
2022-08-16 15:58:27 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3384
Miguel Salinas
Comment 3
2022-08-16 16:08:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3385
EWS
Comment 4
2022-08-26 13:22:11 PDT
Committed
253837@main
(9a78fa7ef78b): <
https://commits.webkit.org/253837@main
> Reviewed commits have been landed. Closing PR #3385 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