[webkit-changes] [WebKit/WebKit] 834ba2: Add static_asserts to verify we got all the serial...

EWS noreply at github.com
Thu Oct 13 10:57:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 834ba2efcf8d529059243b201e024be9bf7a0d6b
      https://github.com/WebKit/WebKit/commit/834ba2efcf8d529059243b201e024be9bf7a0d6b
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M Source/WebCore/Modules/indexeddb/IDBTransaction.h
    M Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h
    M Source/WebCore/loader/PrivateClickMeasurement.h
    M Source/WebKit/NetworkProcess/NetworkSession.cpp
    M Source/WebKit/Scripts/generate-serializers.py
    M Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.cpp

  Log Message:
  -----------
  Add static_asserts to verify we got all the serialized types correct
https://bugs.webkit.org/show_bug.cgi?id=246446
rdar://101113579

Reviewed by Tim Horton.

* Source/WebCore/Modules/indexeddb/IDBTransaction.h:
* Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h:
(WebCore::IDBTransactionInfo::originalDatabaseInfo const):
* Source/WebCore/loader/PrivateClickMeasurement.h:
(WebCore::PrivateClickMeasurement::isEphemeral const):
* Source/WebKit/NetworkProcess/NetworkSession.cpp:
(WebKit::NetworkSession::storePrivateClickMeasurement):
* Source/WebKit/Scripts/generate-serializers.py:
(generate_impl):
* Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.cpp:
(IPC::ArgumentCoder<Namespace::Subnamespace::StructName>::encode):
(IPC::ArgumentCoder<Namespace::OtherClass>::encode):
(IPC::ArgumentCoder<Namespace::ReturnRefClass>::encode):
(IPC::ArgumentCoder<Namespace::EmptyConstructorStruct>::encode):
(IPC::ArgumentCoder<Namespace::EmptyConstructorNullable>::encode):
(IPC::ArgumentCoder<WithoutNamespace>::encode):
(IPC::ArgumentCoder<WithoutNamespaceWithAttributes>::encode):
(IPC::ArgumentCoder<WebCore::InheritsFrom>::encode):

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




More information about the webkit-changes mailing list