Bug 257303

Summary: Remove duplicate DNS lookup implementation and migrate away from deprecated CFHost API
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebKit Misc.Assignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: dpino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Alex Christensen
Reported 2023-05-24 21:35:17 PDT
...
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-24 21:35:33 PDT
Alex Christensen
Comment 2 2023-05-24 21:38:58 PDT
EWS
Comment 3 2023-05-26 09:04:30 PDT
Committed 264586@main (5a0dc0c7e3a5): <https://commits.webkit.org/264586@main> Reviewed commits have been landed. Closing PR #14326 and removing active labels.
Diego Pino
Comment 4 2023-05-29 00:55:41 PDT
GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 post-commit bot build is failing after this patch with the following error: ``` ../../Source/WebCore/platform/network/DNS.cpp:52:73: error: no match for call to ‘(WebCore::DNSCompletionHandler {aka WTF::CompletionHandler<void(std::experimental::fundamentals_v3::expected<WTF::Vector<WebCore::IPAddress>, WebCore::DNSError>&&)>}) (Unexpected<WebCore::DNSError>)’ 52 | return completionHandler(makeUnexpected(DNSError::CannotResolve)); | ``` https://build.webkit.org/#/builders/30/builds/8528
Diego Pino
Comment 5 2023-05-29 00:56:29 PDT
EWS
Comment 6 2023-05-29 01:39:03 PDT
Committed 264651@main (e2d7aa707d71): <https://commits.webkit.org/264651@main> Reviewed commits have been landed. Closing PR #14447 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.