[Webkit-unassigned] [Bug 76464] Web Inspector: CopyText is not implemented for remote web inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 08:18:17 PST 2012


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123317|review?                     |review-
               Flag|                            |




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-01-20 08:18:17 PST ---
(From update of attachment 123317)
View in context: https://bugs.webkit.org/attachment.cgi?id=123317&action=review

You should also remove copyNode from the Inspector.json and InspectorDOMAgent.h/cpp.

> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:1687
> +        var copy = function(id, text) {

Should be:

function copy(error, text)
{
    if (!error)
        ....
}

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