[webkit-changes] [WebKit/WebKit] 47e818: [GTK] The inspector web view should follow the har...

Carlos Garcia Campos noreply at github.com
Tue Aug 1 23:38:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47e81828463dad7ad664fc7ad92ccdf60cb2e1e0
      https://github.com/WebKit/WebKit/commit/47e81828463dad7ad664fc7ad92ccdf60cb2e1e0
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M Source/WebKit/UIProcess/Inspector/gtk/RemoteWebInspectorUIProxyGtk.cpp
    M Source/WebKit/UIProcess/Inspector/gtk/WebInspectorUIProxyGtk.cpp

  Log Message:
  -----------
  [GTK] The inspector web view should follow the hardware acceleration setting of inspected web view
https://bugs.webkit.org/show_bug.cgi?id=259688

Reviewed by Michael Catanzaro.

For the local inspector we use the same settings as the inspected web
view. For remote inspector we just default to forcing accelerated
compositing mode unless explicitly disabled or already forced by
envorionment variables.

* Source/WebKit/UIProcess/Inspector/gtk/RemoteWebInspectorUIProxyGtk.cpp:
(WebKit::RemoteWebInspectorUIProxy::platformCreateFrontendPageAndWindow):
* Source/WebKit/UIProcess/Inspector/gtk/WebInspectorUIProxyGtk.cpp:
(WebKit::WebInspectorUIProxy::platformCreateFrontendPage):

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




More information about the webkit-changes mailing list