Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 122959efc57b8c139ceb77d48c377e7450dcf757
      
https://github.com/WebKit/WebKit/commit/122959efc57b8c139ceb77d48c377e7450dcf757
  Author: Charlie Wolfe <charl...@apple.com>
  Date:   2025-01-13 (Mon, 13 Jan 2025)

  Changed paths:
    M Source/WebKit/UIProcess/ProvisionalPageProxy.cpp

  Log Message:
  -----------
  REGRESSION(288650@main): [ Debug ] TestWebKitAPI.SiteIsolation.LoadHTMLString 
is a constant crash
https://bugs.webkit.org/show_bug.cgi?id=285784
rdar://142715462

Reviewed by Jonathan Bedard.

With site isolation there is something wrong with our visited link store 
tracking where we hit this
assertion ASSERT(!users.contains(pageID)); in 
WebProcessProxy::addVisitedLinkStoreUser. I tried to work
around this in 288547@main, but then it broke again in 288650@main when the 
process selection logic
changed.

Avoid this call for now until we can fix this with site isolation.

* Source/WebKit/UIProcess/ProvisionalPageProxy.cpp:
(WebKit::ProvisionalPageProxy::initializeWebPage):

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



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

Reply via email to