Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7525d1bcf3a15c4a311555ea42a066d29d58218f
      
https://github.com/WebKit/WebKit/commit/7525d1bcf3a15c4a311555ea42a066d29d58218f
  Author: Charlie Wolfe <[email protected]>
  Date:   2024-12-02 (Mon, 02 Dec 2024)

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

  Log Message:
  -----------
  [Site Isolation] Use the GoToBackForwardItem message to load history state 
into iframe processes
https://bugs.webkit.org/show_bug.cgi?id=283925
rdar://140802902

Reviewed by Alex Christensen.

Now that we can load history into web processes using only UI process session 
state, we can use the
`GoToBackForwardItem` IPC message to load history state into iframe processes 
instead of `LoadRequest`.

Also fix an issue introduced in 285517@main, revealed by this change, where all 
back/forward items were
unconditionally marked as restored from the session on page creation. Without 
this fix,
SiteIsolation.NavigateIframeCrossOriginBackForward fails.

No change in behavior with site isolation disabled.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::goToBackForwardItem):
(WebKit::WebPageProxy::creationParameters):

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