[Webkit-unassigned] [Bug 282609] [Navigation] navigation-history-entry/entries-after-blob-navigation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 5 16:10:58 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=282609

--- Comment #8 from Chris Dumez <cdumez at apple.com> ---
It is this check in `NavigationScheduler::scheduleLocationChange()` that is causing this:
```
if (lockBackForwardList == LockBackForwardList::No)
    lockBackForwardList = mustLockBackForwardList(m_frame);
```

The caller here says NOT to lock the back/forward list. However, lockBackForwardList gets overwritten here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241206/abd84a8e/attachment-0001.htm>


More information about the webkit-unassigned mailing list