Bug 258117
| Summary: | [Curl][Soup] Move empty functions of ResourceHandle[Curl|Soup] and SynchronousLoaderClient[Curl|Soup] to ResourceHandle and SynchronousLoaderClient | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenji Shukuwa <kenji.shukuwa> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kenji Shukuwa
The functions implemented in ResourceHandle[Curl|Soup].cpp and SynchronousLoaderClient[Curl|Soup].cpp
are not used in WebKit2, so they are empty implementations and will not be added in the future.
So we would like to move these empty functions to ResourceHandle.cpp and SynchronousLoaderClient.cpp
for better maintainability in the future. Also remove unnecessary includes.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/14996
EWS
Committed 265228@main (d8328394a067): <https://commits.webkit.org/265228@main>
Reviewed commits have been landed. Closing PR #14996 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/110879393>