[Webkit-unassigned] [Bug 44679] Web Inspector: provide more information to front-end when breaking on DOM event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 09:20:54 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65564|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2010-08-26 09:20:54 PST ---
(From update of attachment 65564)
Please run Dromaeo tests before and after the change to prove that it does not regress performance.

WebCore/dom/ContainerNode.cpp:137
 +  #if ENABLE(INSPECTOR)
These deserve inline function definitions. I'd do it on inspector controller in order to hide the complexity too:
InspectorController::willInsertDOMNode(this, child);
InspectorController::didInsertDOMNode(this, child);
InspectorController::willRemoveDOMNode(this, child);

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