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

Issue 6646005: Creates the ipclist utility that chrome security team has wanted to dump... (Closed)

Created:
9 years, 9 months ago by Tom Sepez
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, brettw-cc_chromium.org, stuartmorgan+watch_chromium.org, native-client-reviews_googlegroups.com, Paweł Hajdan Jr.
Visibility:
Public.

Description

Creates the ipclist utility that chrome security team has wanted to dump the known IPC messages. Going forward, this should help identify new messages between versions of chrome so that they may be given extra scrutiny for potential badness. under the common_message_generator.h umbrella. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78564

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -19 lines) Patch
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/utility_messages.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -1 line 0 comments Download
A chrome/tools/ipclist/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/tools/ipclist/all_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/tools/ipclist/ipclist.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +120 lines, -0 lines 0 comments Download
M content/common/resource_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -5 lines 0 comments Download
M content/common/socket_stream_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -3 lines 0 comments Download
M content/common/worker_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M ipc/ipc_message_macros.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -1 line 0 comments Download
M ipc/ipc_message_utils.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Tom Sepez
The first tangible benefit from having message generators. Justin, this is the message listing utility ...
9 years, 9 months ago (2011-03-08 22:55:02 UTC) #1
jam
lgtm http://codereview.chromium.org/6646005/diff/1/chrome/common/gpu_messages.h File chrome/common/gpu_messages.h (right): http://codereview.chromium.org/6646005/diff/1/chrome/common/gpu_messages.h#newcode34 chrome/common/gpu_messages.h:34: namespace gfx { nit: looks like these four ...
9 years, 9 months ago (2011-03-09 06:33:45 UTC) #2
Paweł Hajdan Jr.
Drive-by with a "test" comment for a surprisingly non-test change (or so it seems). No ...
9 years, 9 months ago (2011-03-09 15:56:40 UTC) #3
Tom Sepez
Hi John, Pls take a look at this latest revision. Trying to solve the linking ...
9 years, 9 months ago (2011-03-10 01:03:46 UTC) #4
Tom Sepez
Ha. It builds again on windows. Needs review.
9 years, 9 months ago (2011-03-10 21:17:37 UTC) #5
Tom Sepez
Hi John, Much smaller version that I'd like to check in, now that the message ...
9 years, 9 months ago (2011-03-16 19:00:03 UTC) #6
jam
lgtm I don't know if the msvs_guid thing is needed for exe's or just static ...
9 years, 9 months ago (2011-03-16 20:30:26 UTC) #7
bradn
So historically these were needed because the release folks used knowledge of particular GUIDS to ...
9 years, 9 months ago (2011-03-17 18:00:04 UTC) #8
Tom Sepez
9 years, 9 months ago (2011-03-17 18:33:53 UTC) #9
Woot.  I didn't drop the other guids however, feels like this should go into its
own CL.

Powered by Google App Engine
This is Rietveld 408576698