Skip to content
  • weinig@apple.com's avatar
    WebCore: · 6d270f6f
    weinig@apple.com authored
            Reviewed by Mark Rowe.
    
            Move JSClipboard into its own file.
    
            * DerivedSources.make:
            * GNUmakefile.am:
            * WebCore.pro:
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * WebCoreSources.bkl:
            * bindings/js/JSAttrCustom.cpp:
            * bindings/js/JSClipboardCustom.cpp: Added.
            (WebCore::JSClipboard::types):
            (WebCore::JSClipboard::clearData):
            (WebCore::JSClipboard::getData):
            (WebCore::JSClipboard::setData):
            (WebCore::JSClipboard::setDragImage):
            * bindings/js/JSElementCustom.cpp:
            * bindings/js/JSEventCustom.cpp:
            * bindings/js/JSHTMLFrameElementCustom.cpp:
            * bindings/js/JSHTMLIFrameElementCustom.cpp:
            * bindings/js/kjs_events.cpp:
            * bindings/js/kjs_events.h:
            * bindings/js/kjs_window.cpp:
            * bindings/scripts/CodeGeneratorJS.pm:
            * dom/Clipboard.cpp:
            (WebCore::Clipboard::setDropEffect):
            (WebCore::Clipboard::setEffectAllowed):
            * dom/Clipboard.idl: Added.
    
    LayoutTests:
    
            Reviewed by Mark Rowe.
    
            Update test results.
    
            * fast/dom/Window/window-properties-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@30735 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6d270f6f