[webkit-reviews] review granted: [Bug 64580] Add support for download='filename' in anchors : [Attachment 101754] ENABLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 13:45:01 PDT 2011


Adam Barth <abarth at webkit.org> has granted sadrul at chromium.org's request for
review:
Bug 64580: Add support for download='filename' in anchors
https://bugs.webkit.org/show_bug.cgi?id=64580

Attachment 101754: ENABLE
https://bugs.webkit.org/attachment.cgi?id=101754&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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)


More information about the webkit-reviews mailing list