[webkit-changes] [WebKit/WebKit] 839bf8: Make 270849 at main have no effect when site isolatio...

Alex Christensen noreply at github.com
Fri Nov 17 13:04:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 839bf830c8c625acdabd89736bb541543e98c7a2
      https://github.com/WebKit/WebKit/commit/839bf830c8c625acdabd89736bb541543e98c7a2
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

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

  Log Message:
  -----------
  Make 270849 at main have no effect when site isolation is off
https://bugs.webkit.org/show_bug.cgi?id=265063
rdar://118574473

Unreviewed.

It was supposed to only change behavior when site isolation was on.
It broke the tests http/tests/inspector/target/provisional-load-cancels-previous-load.html
and TestWebKitAPI.ProcessSwap.QuickBackForwardNavigationWithPSON.
This fixes those two tests and restores existing behavior with site isolation off.
There is still work to do when site isolation is on.  A lot of work.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::decidePolicyForNavigationAction):

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




More information about the webkit-changes mailing list