[webkit-changes] [WebKit/WebKit] 9974ea: Coalesce BacklightLevelDidChange IPC message

Per Arne Vollan noreply at github.com
Thu Dec 12 13:25:32 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9974ea26f2c2d0966204a3485b20eff15873fbce
      https://github.com/WebKit/WebKit/commit/9974ea26f2c2d0966204a3485b20eff15873fbce
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

  Changed paths:
    M Source/WebKit/WebProcess/WebProcess.messages.in

  Log Message:
  -----------
  Coalesce BacklightLevelDidChange IPC message
https://bugs.webkit.org/show_bug.cgi?id=284561
rdar://141363240

Reviewed by Ben Nham.

It is common to send a high number of this IPC message from the UI process to the WebContent processes during
brightness changes of the screen. To avoid sending this to suspended WebContent processes, and creating a
large IPC queue for those processes, we should coalesce the messages and send them when the WebContent
processes resumes again.

* Source/WebKit/WebProcess/WebProcess.messages.in:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list