[webkit-changes] [WebKit/WebKit] 97c5d3: RemoteRenderingBackend::CacheDecomposedGlyphs is n...

Kimmo Kinnunen noreply at github.com
Mon May 27 23:26:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 97c5d37842208d5841eec8ab17917e78ee6e7b04
      https://github.com/WebKit/WebKit/commit/97c5d37842208d5841eec8ab17917e78ee6e7b04
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.messages.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  RemoteRenderingBackend::CacheDecomposedGlyphs is not a stream IPC message
https://bugs.webkit.org/show_bug.cgi?id=274752
rdar://128791058

Reviewed by Matt Woodrow.

Mark the RemoteRenderingBackend::CacheDecomposedGlyphs. This should
reduce the amount of time spent in IPC for CacheDecomposedGlyphs.
There is no reason the message would not be a normal stream message.

* Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.messages.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/279366@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