[webkit-changes] [WebKit/WebKit] 16f799: Declare MonotonicIdentifiers as Serializable for t...

Gavin noreply at github.com
Mon Dec 12 11:52:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 16f7990e1fc119570a0c9e7e7827859fbc239adc
      https://github.com/WebKit/WebKit/commit/16f7990e1fc119570a0c9e7e7827859fbc239adc
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M Source/WebKit/Scripts/webkit/messages.py
    M Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp

  Log Message:
  -----------
  Declare MonotonicIdentifiers as Serializable for the IPCTestingAPI
https://bugs.webkit.org/show_bug.cgi?id=249143
rdar://103251205

Reviewed by Alex Christensen.

TransactionID and RenderingUpdateID are both MonotonicIdentifiers. These
need to be declared as serialized_identifiers to the IPCTestingAPI.

* Source/WebKit/Scripts/webkit/messages.py:
(serialized_identifiers):
* Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp:
(IPC::serializedIdentifiers):

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




More information about the webkit-changes mailing list