[Webkit-unassigned] [Bug 42886] Web Inspector: implement DOM breakpoints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 07:10:24 PDT 2010


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





--- Comment #17 from Pavel Podivilov <podivilov at chromium.org>  2010-08-19 07:10:24 PST ---
(In reply to comment #15)
> (From update of attachment 64818 [details])
> WebCore/inspector/InspectorDOMAgent.cpp:764
>  +          m_breakpoints.set(node, mask & ~rootBit);
> Map entry for the node should be removed when its values becomes 0.
done

> WebCore/inspector/InspectorDOMAgent.cpp:1061
>  +                  m_breakpoints.set(node, derivedMask);
> This will override previous mask for given node. It should be  m_breakpoints.set(node,  m_breakpoints.get(node) | derivedMask);
This was done intentionally, because we use recursive mode only when adding subtrees, and new subtrees are always clean.

-- 
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