Bug 255696

Summary: [CURL] Add support for data url link downloads
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: WebKit2Assignee: 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:    

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>