Bug 255696 - [CURL] Add support for data url link downloads
Summary: [CURL] Add support for data url link downloads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords: InRadar
Depends on: 255750
Blocks:
  Show dependency treegraph
 
Reported: 2023-04-19 17:34 PDT by Yury Semikhatsky
Modified: 2023-04-26 15:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2023-04-19 17:34:48 PDT
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.
Comment 1 Yury Semikhatsky 2023-04-19 17:35:45 PDT
This was originally reported in https://github.com/microsoft/playwright/issues/21892
Comment 2 Yury Semikhatsky 2023-04-19 18:14:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12952
Comment 3 EWS 2023-04-26 15:01:49 PDT
Committed 263434@main (8050ec39e480): <https://commits.webkit.org/263434@main>

Reviewed commits have been landed. Closing PR #12952 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2023-04-26 15:02:20 PDT
<rdar://problem/108577324>