Skip to content
  • timothy@apple.com's avatar
    Reviewed by Mark Rowe. · ea89623b
    timothy@apple.com authored
            Bug 12054: Ability to serialize an element subtree (into clipboard?) from the DOM inspector
            http://bugs.webkit.org/show_bug.cgi?id=12054
    
            - Add support code for routing copy events to the focused element.
            - Implement copying the currently selected DOM node. The node
              and it's subtree is copied to the clipboard. If the node has no
              outerHTML, the nodeValue is copied (text nodes, etc.)
            - Implement copy for the resource sidebar. The URL is copied for the
              currently selected resource.
    
            * page/inspector/DocumentPanel.js:
            * page/inspector/inspector.js:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@27663 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ea89623b