[webkit-changes] [WebKit/WebKit] 33b68a: Move AuthenticationManager.h to NetworkProcess dir...
Alex Christensen
noreply at github.com
Tue Dec 3 14:44:38 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 33b68a6f4e1a149f7c79649ca351452ba29be133
https://github.com/WebKit/WebKit/commit/33b68a6f4e1a149f7c79649ca351452ba29be133
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
A Source/WebKit/NetworkProcess/Authentication/AuthenticationManager.cpp
A Source/WebKit/NetworkProcess/Authentication/AuthenticationManager.h
A Source/WebKit/NetworkProcess/Authentication/AuthenticationManager.messages.in
A Source/WebKit/NetworkProcess/Authentication/cocoa/AuthenticationManagerCocoa.mm
M Source/WebKit/NetworkProcess/cocoa/NetworkTaskCocoa.mm
M Source/WebKit/NetworkProcess/webtransport/cocoa/NetworkTransportReceiveStreamCocoa.mm
R Source/WebKit/Shared/Authentication/AuthenticationManager.cpp
R Source/WebKit/Shared/Authentication/AuthenticationManager.h
R Source/WebKit/Shared/Authentication/AuthenticationManager.messages.in
R Source/WebKit/Shared/Authentication/cocoa/AuthenticationManagerCocoa.mm
M Source/WebKit/Shared/Cocoa/RevealItem.h
M Source/WebKit/Sources.txt
M Source/WebKit/SourcesCocoa.txt
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Move AuthenticationManager.h to NetworkProcess directory
https://bugs.webkit.org/show_bug.cgi?id=283997
rdar://140872285
Reviewed by Tim Horton.
There was a time when we did authentication in the web content process,
but that was removed years ago. This just moves the files, removes unnecessary
header includes, and fixes the unified build.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/NetworkProcess/Authentication/AuthenticationManager.cpp: Renamed from Source/WebKit/Shared/Authentication/AuthenticationManager.cpp.
(WebKit::AuthenticationManager::Challenge::Challenge):
(WebKit::canCoalesceChallenge):
(WebKit::AuthenticationManager::supplementName):
(WebKit::AuthenticationManager::AuthenticationManager):
(WebKit::AuthenticationManager::ref const):
(WebKit::AuthenticationManager::deref const):
(WebKit::AuthenticationManager::protectedProcess const):
(WebKit::AuthenticationManager::addChallengeToChallengeMap):
(WebKit::AuthenticationManager::shouldCoalesceChallenge const):
(WebKit::AuthenticationManager::coalesceChallengesMatching const):
(WebKit::AuthenticationManager::didReceiveAuthenticationChallenge):
(WebKit::AuthenticationManager::completeAuthenticationChallenge):
(WebKit::AuthenticationManager::negotiatedLegacyTLS const):
* Source/WebKit/NetworkProcess/Authentication/AuthenticationManager.h: Renamed from Source/WebKit/Shared/Authentication/AuthenticationManager.h.
* Source/WebKit/NetworkProcess/Authentication/AuthenticationManager.messages.in: Renamed from Source/WebKit/Shared/Authentication/AuthenticationManager.messages.in.
* Source/WebKit/NetworkProcess/Authentication/cocoa/AuthenticationManagerCocoa.mm: Renamed from Source/WebKit/Shared/Authentication/cocoa/AuthenticationManagerCocoa.mm.
(WebKit::AuthenticationManager::initializeConnection):
* Source/WebKit/NetworkProcess/cocoa/NetworkTaskCocoa.mm:
* Source/WebKit/NetworkProcess/webtransport/cocoa/NetworkTransportReceiveStreamCocoa.mm:
* Source/WebKit/Shared/Cocoa/RevealItem.h:
* Source/WebKit/Sources.txt:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/287310@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list