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

  Changed paths:
    M Tools/WebKitTestRunner/DictionaryFunctions.h
    M Tools/WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl
    M Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp
    M Tools/WebKitTestRunner/InjectedBundle/TestRunner.h
    M Tools/WebKitTestRunner/TestController.cpp
    M Tools/WebKitTestRunner/TestInvocation.cpp

  Log Message:
  -----------
  Migrate functions using postPageMessage from web content process to the UI 
process
https://bugs.webkit.org/show_bug.cgi?id=299060
rdar://160815925

Reviewed by Alex Christensen.

Finish moving functions using postPageMessage from the web content process to 
the UI process.

* Tools/WebKitTestRunner/DictionaryFunctions.h:
(WTR::arrayValue):
* Tools/WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl:
* Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:
(WTR::toWK): Deleted.
(WTR::findOptionsFromArray): Deleted.
(WTR::TestRunner::findStringMatchesInPage): Deleted.
(WTR::TestRunner::setAuthenticationUsername): Deleted.
(WTR::TestRunner::setAuthenticationPassword): Deleted.
(WTR::TestRunner::setPluginSupportedMode): Deleted.
(WTR::TestRunner::setAllowedMenuActions): Deleted.
(WTR::makeOpenPanelURL): Deleted.
(WTR::TestRunner::setOpenPanelFiles): Deleted.
(WTR::TestRunner::setOpenPanelFilesMediaIcon): Deleted.
* Tools/WebKitTestRunner/InjectedBundle/TestRunner.h:
* Tools/WebKitTestRunner/TestController.cpp:
(WTR::if):
(WTR::CompletionHandler<void):
(WTR::WTF::Function<void): Deleted.
* Tools/WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::didReceiveMessageFromInjectedBundle):
(WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle):

Canonical link: https://commits.webkit.org/300777@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