WebCore:
2009-01-14 Nigel Tao <nigel.tao.gnome@gmail.com>
Reviewed by Darin Adler.
- fix https://bugs.webkit.org/show_bug.cgi?id=22476
Check that the document's SecurityOrigin canLoadLocalResources,
when pages try to put NSFilenamesPboardtype data on the clipboard,
by calling event.dataTransfer.setData('URL', 'file:///foo/bar');
Tests: http/tests/security/dataTransfer-set-data-file-url.html
platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html
* platform/mac/ClipboardMac.mm:
(WebCore::ClipboardMac::setData):
LayoutTests:
2009-01-14 Nigel Tao <nigel.tao.gnome@gmail.com>
Reviewed by Darin Adler.
- tests for https://bugs.webkit.org/show_bug.cgi?id=22476
Added tests that calling dataTransfer.setData('URL', aFileUrl)
only puts NSFilenamesPboardtype data on the clipboard if called
from a locally served page.
* http/tests/security/dataTransfer-set-data-file-url-expected.txt: Added.
* http/tests/security/dataTransfer-set-data-file-url.html: Added.
* platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt: Added.
* platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39893 268f45cc-cd09-0410-ab3c-d52691b4dbfc
7 files changed