[Webkit-unassigned] [Bug 90880] Web Inspector: adding pause icon for JavaScript debugging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 10:44:08 PDT 2012


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





--- Comment #38 from Andrey Kosyakov <caseq at chromium.org>  2012-07-16 10:44:06 PST ---
(From update of attachment 152558)
View in context: https://bugs.webkit.org/attachment.cgi?id=152558&action=review

> Source/WebCore/inspector/DOMNodeHighlighter.cpp:547
> +void InspectorOverlay::update()

InspectorOverlay should be in a file of its own.

> Source/WebCore/inspector/InspectorPageAgent.cpp:851
> +void InspectorPageAgent::drawInspectorOverlay(GraphicsContext& context)
> +{
> +    m_overlay->draw(context);
> +}

Why do we need this method on InspectorPageAgent?

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