[webkit-changes] [WebKit/WebKit] ea64cc: Move frame tree test infrastructure to header for ...

Alex Christensen noreply at github.com
Mon Aug 21 14:06:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ea64cc353f8abd33034fbaf41d928c34a23c11ef
      https://github.com/WebKit/WebKit/commit/ea64cc353f8abd33034fbaf41d928c34a23c11ef
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
    A Tools/TestWebKitAPI/Tests/WebKitCocoa/FrameTreeChecks.h
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/SiteIsolation.mm

  Log Message:
  -----------
  Move frame tree test infrastructure to header for sharing
https://bugs.webkit.org/show_bug.cgi?id=260477
rdar://114208047

Reviewed by J Pascoe.

No change in behavior.  This allows me to add checks in tests in different files.

* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/FrameTreeChecks.h: Added.
* Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/SiteIsolation.mm:
(TestWebKitAPI::checkFrameTreesInProcesses):
(): Deleted.

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




More information about the webkit-changes mailing list