Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3ab2e2a848eea6cc945c6c45b065ce2226968045
      
https://github.com/WebKit/WebKit/commit/3ab2e2a848eea6cc945c6c45b065ce2226968045
  Author: Cole Carley <[email protected]>
  Date:   2025-09-17 (Wed, 17 Sep 2025)

  Changed paths:
    M 
LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-expected.txt
    M 
LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt
    M Tools/WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl
    M Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp
    M Tools/WebKitTestRunner/InjectedBundle/TestRunner.h
    M Tools/WebKitTestRunner/TestController.cpp

  Log Message:
  -----------
  Finish migrating functions using postMessageWithAsyncReply from the web 
content process to the UI process
rdar://160420920
https://bugs.webkit.org/show_bug.cgi?id=298754

Reviewed by Alex Christensen.

This patch finishes up the migrations of all functions using 
postMessageWithAsyncReply to the TestController

* 
LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-expected.txt:
* 
LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt:
* Tools/WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl:
* Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:
(WTR::TestRunner::setStatisticsDebugMode): Deleted.
(WTR::TestRunner::setStatisticsPrevalentResourceForDebugMode): Deleted.
(WTR::TestRunner::setStatisticsLastSeen): Deleted.
(WTR::TestRunner::setStatisticsMergeStatistic): Deleted.
(WTR::TestRunner::setStatisticsExpiredStatistic): Deleted.
(WTR::TestRunner::setStatisticsPrevalentResource): Deleted.
(WTR::TestRunner::setStatisticsVeryPrevalentResource): Deleted.
(WTR::TestRunner::setStatisticsHasHadUserInteraction): Deleted.
(WTR::TestRunner::statisticsProcessStatisticsAndDataRecords): Deleted.
(WTR::TestRunner::statisticsUpdateCookieBlocking): Deleted.
(WTR::TestRunner::statisticsClearInMemoryAndPersistentStoreModifiedSinceHours): 
Deleted.
(WTR::TestRunner::statisticsClearInMemoryAndPersistentStore): Deleted.
(WTR::TestRunner::statisticsClearThroughWebsiteDataRemoval): Deleted.
(WTR::TestRunner::statisticsDeleteCookiesForHost): Deleted.
(WTR::TestRunner::setStatisticsShouldDowngradeReferrer): Deleted.
(WTR::TestRunner::setStatisticsShouldBlockThirdPartyCookies): Deleted.
(WTR::TestRunner::setStatisticsFirstPartyWebsiteDataRemovalMode): Deleted.
(WTR::TestRunner::statisticsSetToSameSiteStrictCookies): Deleted.
(WTR::TestRunner::statisticsSetFirstPartyHostCNAMEDomain): Deleted.
(WTR::TestRunner::statisticsSetThirdPartyCNAMEDomain): Deleted.
(WTR::TestRunner::statisticsResetToConsistentState): Deleted.
(WTR::TestRunner::getAllStorageAccessEntries): Deleted.
(WTR::TestRunner::setStorageAccessPermission): Deleted.
(WTR::TestRunner::setStorageAccess): Deleted.
(WTR::TestRunner::loadedSubresourceDomains): Deleted.
(WTR::TestRunner::removeAllSessionCredentials): Deleted.
(WTR::TestRunner::takeViewPortSnapshot): Deleted.
(WTR::TestRunner::flushConsoleLogs): Deleted.
(WTR::TestRunner::updatePresentation): Deleted.
(WTR::TestRunner::setPageScaleFactor): Deleted.
(WTR::TestRunner::getAndClearReportedWindowProxyAccessDomains): Deleted.
(WTR::TestRunner::setObscuredContentInsets): Deleted.
(WTR::TestRunner::setResourceMonitorList): Deleted.
* Tools/WebKitTestRunner/InjectedBundle/TestRunner.h:
(WTR::TestRunner::canModifyResourceMonitorList const):
* Tools/WebKitTestRunner/TestController.cpp:
(WTR::if):
(WTR::CompletionHandler<void):

Canonical link: https://commits.webkit.org/300109@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to