haikuwebkit/Source/WebKit/WebAuthnProcess
Tim Horton 084990060c Remove unused processDidTransitionTo{Foreground,Background} IPC
https://bugs.webkit.org/show_bug.cgi?id=228328

Reviewed by Wenson Hsieh.

* GPUProcess/GPUProcess.cpp:
(WebKit::GPUProcess::processDidTransitionToForeground): Deleted.
(WebKit::GPUProcess::processDidTransitionToBackground): Deleted.
* GPUProcess/GPUProcess.h:
* GPUProcess/GPUProcess.messages.in:
* NetworkProcess/NetworkProcess.cpp:
(WebKit::NetworkProcess::processDidTransitionToForeground): Deleted.
(WebKit::NetworkProcess::processDidTransitionToBackground): Deleted.
* NetworkProcess/NetworkProcess.h:
* NetworkProcess/NetworkProcess.messages.in:
* NetworkProcess/cocoa/NetworkProcessCocoa.mm:
(WebKit::NetworkProcess::platformProcessDidTransitionToBackground): Deleted.
(WebKit::NetworkProcess::platformProcessDidTransitionToForeground): Deleted.
* NetworkProcess/curl/NetworkProcessCurl.cpp:
(WebKit::NetworkProcess::platformProcessDidTransitionToForeground): Deleted.
(WebKit::NetworkProcess::platformProcessDidTransitionToBackground): Deleted.
* NetworkProcess/soup/NetworkProcessSoup.cpp:
(WebKit::NetworkProcess::platformProcessDidTransitionToForeground): Deleted.
(WebKit::NetworkProcess::platformProcessDidTransitionToBackground): Deleted.
* UIProcess/GPU/GPUProcessProxy.cpp:
(WebKit::GPUProcessProxy::updateProcessAssertion):
* UIProcess/Network/NetworkProcessProxy.cpp:
(WebKit::NetworkProcessProxy::updateProcessAssertion):
* UIProcess/WebAuthentication/WebAuthnProcessProxy.cpp:
(WebKit::WebAuthnProcessProxy::updateProcessAssertion):
* WebAuthnProcess/WebAuthnProcess.cpp:
(WebKit::WebAuthnProcess::processDidTransitionToForeground): Deleted.
(WebKit::WebAuthnProcess::processDidTransitionToBackground): Deleted.
* WebAuthnProcess/WebAuthnProcess.h:
* WebAuthnProcess/WebAuthnProcess.messages.in:
These messages do nothing.


Canonical link: https://commits.webkit.org/240229@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280611 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-03 20:36:45 +00:00
..
EntryPoint/Cocoa/XPCService Hold strong reference to xpc_connection_t in XPCServiceEventHandler 2021-04-06 19:42:13 +00:00
ios [Cocoa] Harden WebAuthn process by restricting to browser-entitled processes 2021-06-15 16:46:14 +00:00
mac Sandbox profiles need to allow loading from /usr/appleinternal/lib on internal builds 2021-06-16 20:12:00 +00:00
WebAuthnConnectionToWebProcess.cpp [Cocoa] _WKAuthenticatorAssertionResponse should specify the attachment type used 2021-06-02 16:42:27 +00:00
WebAuthnConnectionToWebProcess.h [Cocoa] _WKAuthenticatorAssertionResponse should specify the attachment type used 2021-06-02 16:42:27 +00:00
WebAuthnConnectionToWebProcess.messages.in [Cocoa] _WKAuthenticatorAssertionResponse should specify the attachment type used 2021-06-02 16:42:27 +00:00
WebAuthnProcess.cpp Remove unused processDidTransitionTo{Foreground,Background} IPC 2021-08-03 20:36:45 +00:00
WebAuthnProcess.h Remove unused processDidTransitionTo{Foreground,Background} IPC 2021-08-03 20:36:45 +00:00
WebAuthnProcess.messages.in Remove unused processDidTransitionTo{Foreground,Background} IPC 2021-08-03 20:36:45 +00:00
WebAuthnProcessCreationParameters.cpp
WebAuthnProcessCreationParameters.h