Bug 243957
| Summary: | Use iterative algorithm for resetStyleForNonRenderedDescendants | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Salinas <miguel_salinas> |
| Component: | Layout and Rendering | Assignee: | Miguel Salinas <miguel_salinas> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Miguel Salinas
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
<rdar://problem/98752283>
Miguel Salinas
Pull request: https://github.com/WebKit/WebKit/pull/3384
Miguel Salinas
Pull request: https://github.com/WebKit/WebKit/pull/3385
EWS
Committed 253837@main (9a78fa7ef78b): <https://commits.webkit.org/253837@main>
Reviewed commits have been landed. Closing PR #3385 and removing active labels.