Bug 215463 - Add RenderTreeMutationDisallowedScope to track intrusive render tree mutations
Summary: Add RenderTreeMutationDisallowedScope to track intrusive render tree mutations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-13 13:13 PDT by zalan
Modified: 2020-08-13 15:28 PDT (History)
11 users (show)

See Also:


Attachments
Patch (12.05 KB, patch)
2020-08-13 13:25 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (12.06 KB, patch)
2020-08-13 14:06 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2020-08-13 13:13:11 PDT
ssia
Comment 1 Radar WebKit Bug Importer 2020-08-13 13:23:46 PDT
<rdar://problem/67012831>
Comment 2 zalan 2020-08-13 13:25:57 PDT
Created attachment 406535 [details]
Patch
Comment 3 Simon Fraser (smfr) 2020-08-13 13:58:35 PDT
Comment on attachment 406535 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406535&action=review

> Source/WebCore/page/EventHandler.cpp:1904
> +    RenderTreeMutationDisallowedScope renderTreeMutationDisallowedScope;

Seems like a bit of a random place to put it. Can it be moved down into something that's more rendering-related?
Comment 4 zalan 2020-08-13 14:06:06 PDT
Created attachment 406541 [details]
Patch
Comment 5 EWS 2020-08-13 15:28:46 PDT
Committed r265630: <https://trac.webkit.org/changeset/265630>

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