Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3e6559f2f3a9017a4937fc2441c04bc18c22fb9e
      
https://github.com/WebKit/WebKit/commit/3e6559f2f3a9017a4937fc2441c04bc18c22fb9e
  Author: Claudio Saavedra <[email protected]>
  Date:   2026-08-26 (Wed, 26 Aug 2026)

  Changed paths:
    M Source/WTF/wtf/MemoryPressureHandler.h
    M 
Source/WebKit/NetworkProcess/NetworkProcessCreationParameters.serialization.in
    M Source/WebKit/Shared/WebProcessCreationParameters.serialization.in

  Log Message:
  -----------
  [GLIB] MemoryPressureHandlerConfiguration has no IPC metadata under the name 
in use
https://bugs.webkit.org/show_bug.cgi?id=322569

Reviewed by Carlos Garcia Campos.

The serializer is registered for WTF::MemoryPressureHandlerConfiguration, which
the generator records without the WTF:: prefix, but the two GLib-guarded members
reach it through the MemoryPressureHandler::Configuration alias, so
ipc/serialized-type-info.html found no metadata under the name actually in use.

Spell both members MemoryPressureHandlerConfiguration, the name the metadata
carries, and export it from the header the way Seconds and the other names used
unqualified in serialization.in files already are.

* Source/WTF/wtf/MemoryPressureHandler.h:
* 
Source/WebKit/NetworkProcess/NetworkProcessCreationParameters.serialization.in:
* Source/WebKit/Shared/WebProcessCreationParameters.serialization.in:

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



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

Reply via email to