RESOLVED FIXED 156156
Enable assertions against DOM mutations in RenderTreeUpdater
https://bugs.webkit.org/show_bug.cgi?id=156156
Summary Enable assertions against DOM mutations in RenderTreeUpdater
Antti Koivisto
Reported 2016-04-04 00:10:48 PDT
Ensure we don't mutate DOM or dispatch events during render tree updates.
Attachments
patch (16.29 KB, patch)
2016-04-04 01:12 PDT, Antti Koivisto
kling: review+
patch (16.49 KB, patch)
2016-04-04 01:22 PDT, Antti Koivisto
no flags
patch (16.53 KB, patch)
2016-04-04 01:51 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2016-04-04 01:12:08 PDT
Andreas Kling
Comment 2 2016-04-04 01:19:46 PDT
Comment on attachment 275532 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=275532&action=review r=me > Source/WebCore/loader/cache/CachedSVGFont.cpp:69 > + auto count = NoEventDispatchAssertion::dropTemporarily(); If we plan to do more of this, maybe a RAII helper would be in good taste.
Antti Koivisto
Comment 3 2016-04-04 01:22:23 PDT
Antti Koivisto
Comment 4 2016-04-04 01:51:13 PDT
Antti Koivisto
Comment 5 2016-04-04 06:09:29 PDT
Note You need to log in before you can comment on or make changes to this bug.