[webkit-changes] [WebKit/WebKit] c0b736: Web Inspector: Undocked window should remain in th...

Patrick Angle noreply at github.com
Mon Jan 9 10:27:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c0b73633fcd709435720048531b381867b30946a
      https://github.com/WebKit/WebKit/commit/c0b73633fcd709435720048531b381867b30946a
  Author: Patrick Angle <pangle at apple.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h
    M Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm
    M Source/WebKitLegacy/mac/WebCoreSupport/WebInspectorClient.mm

  Log Message:
  -----------
  Web Inspector: Undocked window should remain in the same window set as the inspected content's window when using Stage Manager
https://bugs.webkit.org/show_bug.cgi?id=250218
rdar://94829409

Reviewed by Wenson Hsieh.

Adopt proper API for making a window an "auxiliary" window, instead of the previous workaround to get the behavior.

* Source/WTF/wtf/PlatformHave.h:
* Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm:
(WebKit::WebInspectorUIProxy::createFrontendWindow):
* Source/WebKitLegacy/mac/WebCoreSupport/WebInspectorClient.mm:
(-[WebInspectorWindowController window]):

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




More information about the webkit-changes mailing list