[Webkit-unassigned] [Bug 64580] Add support for download='filename' in anchors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 15 21:55:03 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64580
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101090|review? |review-
Flag| |
--- Comment #23 from Adam Barth <abarth at webkit.org> 2011-07-15 21:55:03 PST ---
(From update of attachment 101090)
View in context: https://bugs.webkit.org/attachment.cgi?id=101090&action=review
> Source/WebCore/html/HTMLAnchorElement.cpp:506
> + if (download && (kurl.protocolIsData() || document()->securityOrigin()->canRequest(kurl))) {
Please don't add special cases for data URLs. The data URL bug is part of a larger problem in WebKit.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list