RESOLVED FIXED 28357
WebInspector: Implement InspectorController::copyNode(id) that pushes node markup into the clipboard.
https://bugs.webkit.org/show_bug.cgi?id=28357
Summary WebInspector: Implement InspectorController::copyNode(id) that pushes node ma...
Pavel Feldman
Reported 2009-08-16 09:07:46 PDT
Otherwise ElementsPanel.handleCopyEvent is not working for ELEMENT_NODE nodes. The reason is that DOMNode does not have outerHTML property available for all the nodes.
Attachments
patch (4.20 KB, patch)
2009-09-22 07:54 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-09-22 07:54:07 PDT
Pavel Feldman
Comment 2 2009-09-24 04:45:20 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/InspectorBackend.cpp M WebCore/inspector/InspectorBackend.h M WebCore/inspector/InspectorBackend.idl M WebCore/inspector/front-end/ElementsPanel.js Committed r48716
Eric Seidel (no email)
Comment 3 2009-09-26 01:31:44 PDT
Closing, per above comment from Pavel.
Note You need to log in before you can comment on or make changes to this bug.