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

Issue 10919023: Add async trace events to trace progress of IPC messages (Closed)

Created:
8 years, 3 months ago by jbates
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add async trace events to trace progress of IPC messages BUG=79942 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=154840

Patch Set 1 #

Patch Set 2 : added reference number to Message flags #

Patch Set 3 : add pid to IPC message refnum #

Total comments: 7

Patch Set 4 : jam feedback #

Patch Set 5 : fix NaClIPCAdapterTest.SimpleReceiveRewriting #

Total comments: 2

Patch Set 6 : add IPC::Message::ALL_FLAGS_MASK #

Patch Set 7 : fix SimpleReceiveRewriting test to verify flags() member #

Patch Set 8 : fix SpellCheckProviderTest.MultiLineText #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -11 lines) Patch
M chrome/nacl/nacl_ipc_adapter_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_channel_nacl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ipc/ipc_channel_posix.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ipc/ipc_channel_reader.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ipc/ipc_channel_win.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ipc/ipc_message.h View 1 6 3 chunks +15 lines, -7 lines 0 comments Download
M ipc/ipc_message.cc View 1 2 3 4 5 6 7 4 chunks +25 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jbates
ptal This change will allow the about:tracing tool to eventually draw lines from the original ...
8 years, 3 months ago (2012-08-31 02:06:40 UTC) #1
jbates
Actually, I need to make one change before this works -- need to somehow combine ...
8 years, 3 months ago (2012-08-31 03:09:33 UTC) #2
jbates
jam: ptal
8 years, 3 months ago (2012-08-31 21:27:11 UTC) #3
jam
https://codereview.chromium.org/10919023/diff/6001/ipc/ipc_message.cc File ipc/ipc_message.cc (right): https://codereview.chromium.org/10919023/diff/6001/ipc/ipc_message.cc#newcode19 ipc/ipc_message.cc:19: inline uint32 GetRefNumUpper24() { nit: add a comment https://codereview.chromium.org/10919023/diff/6001/ipc/ipc_message.cc#newcode41 ...
8 years, 3 months ago (2012-08-31 23:07:55 UTC) #4
jbates
https://chromiumcodereview.appspot.com/10919023/diff/6001/ipc/ipc_message.cc File ipc/ipc_message.cc (right): https://chromiumcodereview.appspot.com/10919023/diff/6001/ipc/ipc_message.cc#newcode19 ipc/ipc_message.cc:19: inline uint32 GetRefNumUpper24() { On 2012/08/31 23:07:55, John Abd-El-Malek ...
8 years, 3 months ago (2012-08-31 23:27:49 UTC) #5
jam
lgtm https://codereview.chromium.org/10919023/diff/6001/ipc/ipc_message.cc File ipc/ipc_message.cc (right): https://codereview.chromium.org/10919023/diff/6001/ipc/ipc_message.cc#newcode41 ipc/ipc_message.cc:41: header()->flags = GetRefNumUpper24(); On 2012/08/31 23:27:49, jbates wrote: ...
8 years, 3 months ago (2012-09-02 00:35:18 UTC) #6
jbates
bradchen: chrome/nacl/OWNERS
8 years, 3 months ago (2012-09-04 17:52:41 UTC) #7
Mark Seaborn
https://chromiumcodereview.appspot.com/10919023/diff/7002/chrome/nacl/nacl_ipc_adapter_unittest.cc File chrome/nacl/nacl_ipc_adapter_unittest.cc (right): https://chromiumcodereview.appspot.com/10919023/diff/7002/chrome/nacl/nacl_ipc_adapter_unittest.cc#newcode96 chrome/nacl/nacl_ipc_adapter_unittest.cc:96: IPC::Message::PRIORITY_MASK | If someone adds a flag (maybe after ...
8 years, 3 months ago (2012-09-04 18:39:31 UTC) #8
jbates
https://chromiumcodereview.appspot.com/10919023/diff/7002/chrome/nacl/nacl_ipc_adapter_unittest.cc File chrome/nacl/nacl_ipc_adapter_unittest.cc (right): https://chromiumcodereview.appspot.com/10919023/diff/7002/chrome/nacl/nacl_ipc_adapter_unittest.cc#newcode96 chrome/nacl/nacl_ipc_adapter_unittest.cc:96: IPC::Message::PRIORITY_MASK | On 2012/09/04 18:39:31, Mark Seaborn wrote: > ...
8 years, 3 months ago (2012-09-04 20:02:17 UTC) #9
Mark Seaborn
8 years, 3 months ago (2012-09-04 20:14:05 UTC) #10
On 2012/09/04 20:02:17, jbates wrote:
> It looks like this test just needs to verify that flags goes through
> unchanged, right? I changed the test to get the flags member after
> constructing the Message, and then check it afterwards. PTAL.

Thanks.  LGTM for nacl_ipc_adapter_unittest.cc.

Powered by Google App Engine
This is Rietveld 408576698