[webkit-changes] [WebKit/WebKit] d32d14: Expose object identifiers list to IPC testing API

EWS noreply at github.com
Sat Sep 10 19:43:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d32d14b0307fbac280cfb1b55835657d63daef7d
      https://github.com/WebKit/WebKit/commit/d32d14b0307fbac280cfb1b55835657d63daef7d
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
    M Source/WebKit/Platform/IPC/MessageArgumentDescriptions.h
    M Source/WebKit/Scripts/webkit/messages.py
    M Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp
    M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm

  Log Message:
  -----------
  Expose object identifiers list to IPC testing API
https://bugs.webkit.org/show_bug.cgi?id=245015

Reviewed by Brady Eidson.

* Source/WebKit/Platform/IPC/MessageArgumentDescriptions.h:
* Source/WebKit/Scripts/webkit/messages.py:
(forward_declarations_for_namespace):
(serialized_identifiers):
(types_that_cannot_be_forward_declared):
(generate_message_argument_description_implementation):
* Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp:
(IPC::serializedIdentifiers):
* Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp:
(WebKit::IPCTestingAPI::JSIPC::staticValues):
(WebKit::IPCTestingAPI::JSIPC::serializedEnumInfo):
(WebKit::IPCTestingAPI::JSIPC::objectIdentifiers):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:

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




More information about the webkit-changes mailing list