[webkit-changes] [WebKit/WebKit] 25fbfd: Use FrameType instead of a bool after 266266 at main

Alex Christensen noreply at github.com
Mon Jul 24 18:40:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 25fbfde472ee3eecdd5b20b28600d7b62334fc61
      https://github.com/WebKit/WebKit/commit/25fbfde472ee3eecdd5b20b28600d7b62334fc61
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp

  Log Message:
  -----------
  Use FrameType instead of a bool after 266266 at main
https://bugs.webkit.org/show_bug.cgi?id=259459
rdar://112801948

Reviewed by Tim Nguyen.

Tim gave some great review feedback after I merged my PR.
This uses an enum instead of a bool.

* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::clientForMainFrame):
(WebKit::m_appHighlightsVisible):

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




More information about the webkit-changes mailing list