[Webkit-unassigned] [Bug 64580] Add support for download='filename' in anchors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 20:41:30 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64580





--- Comment #8 from Darin Adler <darin at apple.com>  2011-07-14 20:41:30 PST ---
ResourceRequest is the class. ResourceRequestBase is just an implementation detail.

I don’t think that policy about downloading belongs in ResourceRequest. That class is only about the specifications needed when loading a resource.

FrameLoadRequest is probably an OK place for this since it’s where we handle frame targeting, another feature of the anchor element.

Longer term it would be nice to go more directly to the downloading machinery and not treat this as a frame load at all. It’s not a frame load. For example, I don’t think HTMLAnchorElement should necessarily even call urlSelected in the download case.

-- 
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