[webkit-changes] [WebKit/WebKit] da1f44: REGRESSION: Google search results are cropped when...

Tim Horton noreply at github.com
Tue Feb 6 14:58:17 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: da1f44819e667d5119f327a78f31bac0274dc24d
      https://github.com/WebKit/WebKit/commit/da1f44819e667d5119f327a78f31bac0274dc24d
  Author: Tim Horton <thorton at apple.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm

  Log Message:
  -----------
  REGRESSION: Google search results are cropped when viewing in the smallest window size
https://bugs.webkit.org/show_bug.cgi?id=268845
rdar://121400620

Reviewed by Aditya Keerthi.

* Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:
(-[WKWebView _isWindowResizingEnabled]):
_enhancedWindowingEnabled was recently flipped on (which is correct), but caused
some unexpected viewport regressions on visionOS. To maintain the status quo,
override it to NO for the time being.

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




More information about the webkit-changes mailing list