Bug 296531
| Summary: | Don't create fragmented blob made of other blobs with fetch data | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | WebCore Misc. | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 296658 | ||
| Bug Blocks: | |||
Jean-Yves Avenard [:jya]
In 297885@main we created a Blob made from multiple blobs.
This creates a lot of Blob URLs, one for each sub-blob.
We should instead of direct construction of a Blob from a FragmentedSharedBuffer.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/156827880>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/48566
EWS
Committed 297920@main (fcddb4ea7142): <https://commits.webkit.org/297920@main>
Reviewed commits have been landed. Closing PR #48566 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 296658
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/48876
EWS
Committed 298227@main (f3212ea2b8fc): <https://commits.webkit.org/298227@main>
Reviewed commits have been landed. Closing PR #48876 and removing active labels.