⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280835 in webkit


Ignore:
Timestamp:
Aug 10, 2021, 2:28:47 AM (5 years ago)
Author:
Adrian Perez de Castro
Message:

Merge r274146 - Suspend widget hierarchy updates while executing node insertion
https://bugs.webkit.org/show_bug.cgi?id=222719

Patch by Carlos Garcia Campos <cgarcia@igalia.com> on 2021-03-09
Reviewed by Ryosuke Niwa.

  • dom/ContainerNode.cpp:

(WebCore::executeNodeInsertionWithScriptAssertion):

Location:
releases/WebKitGTK/webkit-2.32/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.32/Source/WebCore/ChangeLog

    r280834 r280835  
     12021-03-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Suspend widget hierarchy updates while executing node insertion
     4        https://bugs.webkit.org/show_bug.cgi?id=222719
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * dom/ContainerNode.cpp:
     9        (WebCore::executeNodeInsertionWithScriptAssertion):
     10
    1112021-03-09  Zalan Bujtas  <zalan@apple.com>
    212
  • releases/WebKitGTK/webkit-2.32/Source/WebCore/dom/ContainerNode.cpp

    r272928 r280835  
    211211    NodeVector postInsertionNotificationTargets;
    212212    {
     213        WidgetHierarchyUpdatesSuspensionScope suspendWidgetHierarchyUpdates;
    213214        ScriptDisallowedScope::InMainThread scriptDisallowedScope;
    214215
Note: See TracChangeset for help on using the changeset viewer.