[webkit-changes] [WebKit/WebKit] 731c29: Don't call Connection::Client::didReceiveInvalidMe...

EWS noreply at github.com
Fri Dec 16 14:32:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 731c29bbcd0f27ba5a112ecac3ef5d11e28927be
      https://github.com/WebKit/WebKit/commit/731c29bbcd0f27ba5a112ecac3ef5d11e28927be
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    A LayoutTests/ipc/invalid-message-to-web-process-expected.txt
    A LayoutTests/ipc/invalid-message-to-web-process.html
    M Source/WebKit/Platform/IPC/Connection.cpp

  Log Message:
  -----------
  Don't call Connection::Client::didReceiveInvalidMessage when m_ignoreInvalidMessageForTesting is true
https://bugs.webkit.org/show_bug.cgi?id=249490

Reviewed by Brady Eidson.

Some of the recent sendWithAsyncReply development has introduced some places where we call it when we shouldn't.

* LayoutTests/ipc/invalid-message-to-web-process-expected.txt: Added.
* LayoutTests/ipc/invalid-message-to-web-process.html: Added.
* Source/WebKit/Platform/IPC/Connection.cpp:
(IPC::Connection::dispatchMessage):

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




More information about the webkit-changes mailing list