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

Issue 105083002: IPC fuzzer: create message_lib library. (Closed)

Created:
7 years ago by aedla
Modified:
7 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

IPC fuzzer: create message_lib library. Currently it can: - read / write IPC message files - translate message type <-> name BUG=260848 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239831

Patch Set 1 #

Patch Set 2 : Separated refactoring code to another CL #

Patch Set 3 : Rename map_ to mapped_file_. #

Total comments: 22

Patch Set 4 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+672 lines, -52 lines) Patch
A tools/ipc_fuzzer/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/DEPS View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/all_messages.h View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_cracker.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_file.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_file_format.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_file_reader.cc View 1 2 3 1 chunk +230 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_file_writer.cc View 1 2 3 1 chunk +176 lines, -0 lines 0 comments Download
A + tools/ipc_fuzzer/message_lib/message_lib.gyp View 1 2 chunks +12 lines, -6 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_names.h View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/message_lib/message_names.cc View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
M tools/ipc_fuzzer/replay/replay.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/ipc_fuzzer/replay/replay_process.h View 1 4 chunks +3 lines, -6 lines 0 comments Download
M tools/ipc_fuzzer/replay/replay_process.cc View 1 3 chunks +7 lines, -40 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
aedla
tsepez@, could you please take a look? Quite a big CL. I broke ipc_fuzzer_main.cc into ...
7 years ago (2013-12-04 18:28:26 UTC) #1
Tom Sepez
> Quite a big CL. I broke ipc_fuzzer_main.cc into replay.cc + replay_process.cc + > replay_process.h. ...
7 years ago (2013-12-04 18:47:24 UTC) #2
aedla
On 2013/12/04 18:47:24, Tom Sepez wrote: > > Quite a big CL. I broke ipc_fuzzer_main.cc ...
7 years ago (2013-12-06 18:01:15 UTC) #3
Tom Sepez
https://codereview.chromium.org/105083002/diff/40001/tools/ipc_fuzzer/message_lib/message_file_format.h File tools/ipc_fuzzer/message_lib/message_file_format.h (right): https://codereview.chromium.org/105083002/diff/40001/tools/ipc_fuzzer/message_lib/message_file_format.h#newcode9 tools/ipc_fuzzer/message_lib/message_file_format.h:9: You'll want a comment here describing the format of ...
7 years ago (2013-12-06 18:57:15 UTC) #4
aedla
Thanks for the comments. PTAL. https://codereview.chromium.org/105083002/diff/40001/tools/ipc_fuzzer/message_lib/message_file_format.h File tools/ipc_fuzzer/message_lib/message_file_format.h (right): https://codereview.chromium.org/105083002/diff/40001/tools/ipc_fuzzer/message_lib/message_file_format.h#newcode9 tools/ipc_fuzzer/message_lib/message_file_format.h:9: On 2013/12/06 18:57:16, Tom ...
7 years ago (2013-12-09 18:08:32 UTC) #5
Tom Sepez
lgtm
7 years ago (2013-12-09 18:35:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aedla@chromium.org/105083002/60001
7 years ago (2013-12-10 08:54:51 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=40319
7 years ago (2013-12-10 09:10:52 UTC) #8
aedla
jochen@, could you please review the dependencies of message_lib? message_lib/all_messages.h collects all messages that RenderProcessHost ...
7 years ago (2013-12-10 10:36:43 UTC) #9
jochen (gone - plz use gerrit)
+jam John, can you look at the include of content/common/all_messages.h in all_messages.h ? Generally, including ...
7 years ago (2013-12-10 10:45:12 UTC) #10
aedla
On 2013/12/10 10:45:12, jochen wrote: > +jam > > John, can you look at the ...
7 years ago (2013-12-10 15:27:05 UTC) #11
jam
On 2013/12/10 10:45:12, jochen wrote: > +jam > > John, can you look at the ...
7 years ago (2013-12-10 15:53:51 UTC) #12
jochen (gone - plz use gerrit)
lgtm
7 years ago (2013-12-10 15:56:51 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aedla@chromium.org/105083002/60001
7 years ago (2013-12-10 15:58:06 UTC) #14
commit-bot: I haz the power
7 years ago (2013-12-10 20:02:15 UTC) #15
Message was sent while issue was closed.
Change committed as 239831

Powered by Google App Engine
This is Rietveld 408576698