Bug 28357

Summary: WebInspector: Implement InspectorController::copyNode(id) that pushes node markup into the clipboard.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 29634    
Bug Blocks:    
Attachments:
Description Flags
patch timothy: review+

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.