[Webkit-unassigned] [Bug 64580] Add support for download='filename' in anchors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 22 13:45:02 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64580
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101754|review? |review+, commit-queue-
Flag| |
--- Comment #44 from Adam Barth <abarth at webkit.org> 2011-07-22 13:45:02 PST ---
(From update of attachment 101754)
View in context: https://bugs.webkit.org/attachment.cgi?id=101754&action=review
> Source/WebCore/html/HTMLAnchorElement.cpp:505
> +#if defined(ENABLE_DOWNLOAD_ATTRIBUTE)
#if ENABLE(DOWNLOAD_ATTRIBUTE)
> Source/WebCore/html/HTMLAnchorElement.idl:59
> +#if defined(ENABLE_DOWNLOAD_ATTRIBUTE)
#if ENABLE(DOWNLOAD_ATTRIBUTE)
--
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