Bug 233644 - Use scriptDisallowedScope in FrameSelection::updateAppearance
Summary: Use scriptDisallowedScope in FrameSelection::updateAppearance
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gabriel Nava Marino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-30 10:13 PST by Gabriel Nava Marino
Modified: 2021-11-30 11:25 PST (History)
6 users (show)

See Also:


Attachments
Patch (3.04 KB, patch)
2021-11-30 10:17 PST, Gabriel Nava Marino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Nava Marino 2021-11-30 10:13:19 PST
We should use scriptDisallowedScope in FrameSelection::updateAppearance to avoid re-entrancy RenderView problems when a downstream function executes a JS callback.
Comment 1 Gabriel Nava Marino 2021-11-30 10:15:40 PST
<rdar://problem/84665699>
Comment 2 Gabriel Nava Marino 2021-11-30 10:17:52 PST
Created attachment 445434 [details]
Patch
Comment 3 EWS 2021-11-30 11:25:16 PST
Committed r286309 (244668@main): <https://commits.webkit.org/244668@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 445434 [details].