Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ae7d4be49fc0f2dd25d11a98a63b5de0e98261cc
      
https://github.com/WebKit/WebKit/commit/ae7d4be49fc0f2dd25d11a98a63b5de0e98261cc
  Author: David Kilzer <[email protected]>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/LocalStorageNullEntries.mm

  Log Message:
  -----------
  [TestWebKitAPI] WKWebView.LocalStorageNullEntries should clean up using 
-[WKWebsiteDataStore removeDataOfTypes:modifiedSince:completionHandler:]
<https://bugs.webkit.org/show_bug.cgi?id=300723>
<rdar://46857389>

Reviewed by Sihui Liu.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/LocalStorageNullEntries.mm:
(TEST(WKWebView, LocalStorageNullEntries)):
- Call -[WKWebsiteDataStore removeDataOfTypes:modifiedSince:completionHandler:]
  at the end of the test to clean up database files and to verify that
  they have been removed on disk.
- Also apply the fix from 183700@main to add an @autoreleasepool around
  the WKWebView object as a best practice.

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