Title: [258444] trunk/Source/WebKit
- Revision
- 258444
- Author
- [email protected]
- Date
- 2020-03-13 16:21:28 -0700 (Fri, 13 Mar 2020)
Log Message
Remove unused GetNetworkLoadInformationRequest call
https://bugs.webkit.org/show_bug.cgi?id=209081
<rdar://problem/59659064>
Reviewed by Geoffrey Garen.
Remove dead code associated with an unused IPC message.
* NetworkProcess/NetworkConnectionToWebProcess.h:
(WebKit::NetworkConnectionToWebProcess::getNetworkLoadInformationRequest): Deleted.
* NetworkProcess/NetworkConnectionToWebProcess.messages.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (258443 => 258444)
--- trunk/Source/WebKit/ChangeLog 2020-03-13 23:20:45 UTC (rev 258443)
+++ trunk/Source/WebKit/ChangeLog 2020-03-13 23:21:28 UTC (rev 258444)
@@ -1,3 +1,17 @@
+2020-03-13 Brent Fulgham <[email protected]>
+
+ Remove unused GetNetworkLoadInformationRequest call
+ https://bugs.webkit.org/show_bug.cgi?id=209081
+ <rdar://problem/59659064>
+
+ Reviewed by Geoffrey Garen.
+
+ Remove dead code associated with an unused IPC message.
+
+ * NetworkProcess/NetworkConnectionToWebProcess.h:
+ (WebKit::NetworkConnectionToWebProcess::getNetworkLoadInformationRequest): Deleted.
+ * NetworkProcess/NetworkConnectionToWebProcess.messages.in:
+
2020-03-13 Jiewen Tan <[email protected]>
[WebAuthn] Customize a bit more on the macOS LocalAuthentication prompt
Modified: trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h (258443 => 258444)
--- trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h 2020-03-13 23:20:45 UTC (rev 258443)
+++ trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h 2020-03-13 23:21:28 UTC (rev 258444)
@@ -117,11 +117,6 @@
void cleanupForSuspension(Function<void()>&&);
void endSuspension();
- void getNetworkLoadInformationRequest(ResourceLoadIdentifier identifier, CompletionHandler<void(const WebCore::ResourceRequest&)>&& completionHandler)
- {
- completionHandler(m_networkLoadInformationByID.get(identifier).request);
- }
-
void getNetworkLoadInformationResponse(ResourceLoadIdentifier identifier, CompletionHandler<void(const WebCore::ResourceResponse&)>&& completionHandler)
{
completionHandler(m_networkLoadInformationByID.get(identifier).response);
Modified: trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.messages.in (258443 => 258444)
--- trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.messages.in 2020-03-13 23:20:45 UTC (rev 258443)
+++ trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.messages.in 2020-03-13 23:21:28 UTC (rev 258444)
@@ -73,7 +73,6 @@
RemoveOriginAccessWhitelistEntry(String sourceOrigin, String destinationProtocol, String destinationHost, bool allowDestinationSubdomains);
ResetOriginAccessWhitelists();
- GetNetworkLoadInformationRequest(uint64_t resourceLoadIdentifier) -> (WebCore::ResourceRequest request) Synchronous
GetNetworkLoadInformationResponse(uint64_t resourceLoadIdentifier) -> (WebCore::ResourceResponse response) Synchronous
GetNetworkLoadIntermediateInformation(uint64_t resourceLoadIdentifier) -> (Vector<WebCore::NetworkTransactionInformation> transactions) Synchronous
TakeNetworkLoadInformationMetrics(uint64_t resourceLoadIdentifier) -> (WebCore::NetworkLoadMetrics networkMetrics) Synchronous
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes