Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Issue 282303014: Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is always called for all ca… (Closed)

Created:
6 years, 7 months ago by jam
Modified:
6 years, 7 months ago
Reviewers:
Tom Sepez
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Visibility:
Public.

Description

Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is always called for all cases, i.e. 1) using IPC::Channel directly 2) using IPC::ChannelProxy and the IPC is dispatched on the IO thread 2) using IPC::ChannelProxy and the IPC is dispatched on the listener thread R=tsepez@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271915

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -103 lines) Patch
M content/browser/renderer_host/render_view_host_unittest.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M ipc/ipc_channel_proxy_unittest.cc View 10 chunks +184 lines, -61 lines 0 comments Download
A ipc/ipc_channel_proxy_unittest_messages.h View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
I should have added these with yesterday's cl; better late than never :)
6 years, 7 months ago (2014-05-17 00:58:30 UTC) #1
Tom Sepez
6 years, 7 months ago (2014-05-20 22:12:23 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698