Bug 28357 - WebInspector: Implement InspectorController::copyNode(id) that pushes node markup into the clipboard.
Summary: WebInspector: Implement InspectorController::copyNode(id) that pushes node ma...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 29634
Blocks:
  Show dependency treegraph
 
Reported: 2009-08-16 09:07 PDT by Pavel Feldman
Modified: 2009-09-26 01:31 PDT (History)
2 users (show)

See Also:


Attachments
patch (4.20 KB, patch)
2009-09-22 07:54 PDT, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 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.
Comment 1 Pavel Feldman 2009-09-22 07:54:07 PDT
Created attachment 39922 [details]
patch
Comment 2 Pavel Feldman 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
Comment 3 Eric Seidel (no email) 2009-09-26 01:31:44 PDT
Closing, per above comment from Pavel.