[webkit-changes] [WebKit/WebKit] db4254: [UI-side compositing] Scrollbar tests should use w...

Nikos Mouchtaris noreply at github.com
Wed May 3 16:03:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: db42544a3d68961ad1c8daa0383e2e5ad7feb2e5
      https://github.com/WebKit/WebKit/commit/db42544a3d68961ad1c8daa0383e2e5ad7feb2e5
  Author: Nikolaos Mouchtaris <nmouchtaris at apple.com>
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
    M LayoutTests/resources/ui-helper.js

  Log Message:
  -----------
  [UI-side compositing] Scrollbar tests should use web process state for select elements
https://bugs.webkit.org/show_bug.cgi?id=255671
rdar://108275933

Reviewed by Simon Fraser.

Even with UI-side compositing on, RenderListBox keeps its NSScrollerImps in the web process.
The horizontal/verticalScrollbarState UIHelper functions should use the web process version
if the input element is a select element.

* LayoutTests/resources/ui-helper.js:

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




More information about the webkit-changes mailing list