Bug 255696
| Summary: | [CURL] Add support for data url link downloads | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
| Component: | WebKit2 | Assignee: | Yury Semikhatsky <yurys> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 255750 | ||
| Bug Blocks: | |||
Yury Semikhatsky
Clicking on links like this should download the file:
<a download="SomeFile.txt" href="data:text/plain;charset=utf8;,hello world">Download!</a>
Network process currently crashes when clicking such a link.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
This was originally reported in https://github.com/microsoft/playwright/issues/21892
Yury Semikhatsky
Pull request: https://github.com/WebKit/WebKit/pull/12952
EWS
Committed 263434@main (8050ec39e480): <https://commits.webkit.org/263434@main>
Reviewed commits have been landed. Closing PR #12952 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/108577324>