Bug 300069
| Summary: | Use WebCore::DataURLDecoder to decode data: urls in WebExtension | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jamie Murphy <jmurphy> |
| Component: | WebKit Extensions | Assignee: | Sammy Gill <sgill26> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jamie Murphy
Instead of manually parsing a data: url, use the WebCore DataURLDecoder to handle decoding for us.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/161865419>
Jamie Murphy
Pull request: https://github.com/WebKit/WebKit/pull/51721
EWS
Committed 300949@main (1a1a754f7c1d): <https://commits.webkit.org/300949@main>
Reviewed commits have been landed. Closing PR #51721 and removing active labels.
Sammy Gill
Re-opening for pull request https://github.com/WebKit/WebKit/pull/51707
Sammy Gill
Marking as resolved... Sorry I don't know how I ended up reopening this for a separate PR I was working on....