[Webkit-unassigned] [Bug 82105] New: ContainerNode::parserInsertBefore should not call notifyChildInserted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 17:21:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82105

           Summary: ContainerNode::parserInsertBefore should not call
                    notifyChildInserted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeffrey at endrift.com
                CC: abarth at webkit.org


Much like how parserAddChild does not call notifyChildInserted, parserInsertBefore shouldn't either. notifyChildInserted asserts !eventDispatchForbidden(), which is not a guarantee when parserInsertBefore is called. forbidEventDispatch/allowEventDispatch pairs have been excluded from XMLErrors::insertErrorMessageBlock until this is fixed to ensure the assertions are not hit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list