Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cff46c9c95c74960edbc58afafe190e0f9078401
      
https://github.com/WebKit/WebKit/commit/cff46c9c95c74960edbc58afafe190e0f9078401
  Author: Brian Weinstein <bweinst...@apple.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M Source/WebKit/Shared/Extensions/WebExtensionUtilities.mm

  Log Message:
  -----------
  New Tests(273949@main): [ Release ] API tests 
TestWebKitAPI.WKWebExtensionAPIStorage.* are constantly timing out or failing.
https://bugs.webkit.org/show_bug.cgi?id=268659
rdar://122202826

Reviewed by Timothy Hatcher.

Make sure itemExceededQuota and are initialized. The test failures indicate 
that the `sizeOfCurrentItem > quota` block was never being
hit, but `itemExceededQuota` was true due to the initial value of its memory.

* Source/WebKit/Shared/Extensions/WebExtensionUtilities.mm:
(WebKit::anyItemsExceedQuota):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to