[webkit-reviews] review granted: [Bug 24679] fast/events/standalone-image-drag-to-editable.html fails on windows due to local access checks : [Attachment 28730] [1/1] use a local file for the iframe rather than a data url

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 01:46:37 PDT 2009


Alexey Proskuryakov <ap at webkit.org> has granted Tony Chang (Google)
<tony at chromium.org>'s request for review:
Bug 24679: fast/events/standalone-image-drag-to-editable.html fails on windows
due to local access checks
https://bugs.webkit.org/show_bug.cgi?id=24679

Attachment 28730: [1/1] use a local file for the iframe rather than a data url
https://bugs.webkit.org/attachment.cgi?id=28730&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
r=me

Another way to fix this is by using a javascript:'' URL instead of data: one,
as javascript ones share security context with the opener.


More information about the webkit-reviews mailing list