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

Issue 2043933002: Move IPC fuzzer switches and helpers from chrome/common to content/common. (Closed)

Created:
4 years, 6 months ago by Oliver Chang
Modified:
4 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move IPC fuzzer switches and helpers from chrome/common to content/common. BUG=607649 Committed: https://crrev.com/dd89a1e1f3f9e283d157f4edb9d419c899f36bf4 Cr-Commit-Position: refs/heads/master@{#398595}

Patch Set 1 #

Patch Set 2 : remove mojo switch #

Total comments: 4

Patch Set 3 : address comments #

Total comments: 4

Patch Set 4 : address more comments #

Patch Set 5 : remove CONTENT_EXPORT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -145 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/chrome_common.gypi View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 3 chunks +0 lines, -13 lines 0 comments Download
M chrome/common/chrome_switches.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/common/chrome_switches.cc View 2 chunks +0 lines, -9 lines 0 comments Download
D chrome/common/external_ipc_dumper.h View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/common/external_ipc_dumper.cc View 1 chunk +0 lines, -61 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 2 chunks +0 lines, -14 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
A + content/common/external_ipc_dumper.h View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
A + content/common/external_ipc_dumper.cc View 1 2 3 3 chunks +9 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Oliver Chang
ptal. Marty, as discussed, this is necessary to hook into some mojo functionality in content/.
4 years, 6 months ago (2016-06-06 22:20:44 UTC) #3
Martin Barbella
lgtm
4 years, 6 months ago (2016-06-06 22:25:33 UTC) #4
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2043933002/diff/20001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/2043933002/diff/20001/content/public/common/content_switches.h#newcode315 content/public/common/content_switches.h:315: CONTENT_EXPORT extern const char kIpcDumpDirectory[]; is this used outside ...
4 years, 6 months ago (2016-06-07 15:10:29 UTC) #5
Oliver Chang
Thanks for reviewing, jochen. https://codereview.chromium.org/2043933002/diff/20001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/2043933002/diff/20001/content/public/common/content_switches.h#newcode315 content/public/common/content_switches.h:315: CONTENT_EXPORT extern const char kIpcDumpDirectory[]; ...
4 years, 6 months ago (2016-06-07 15:41:17 UTC) #7
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2043933002/diff/60001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/2043933002/diff/60001/content/public/common/content_switches.h#newcode317 content/public/common/content_switches.h:317: #endif seems like it's just used in chrome to ...
4 years, 6 months ago (2016-06-07 18:53:41 UTC) #8
Oliver Chang
https://codereview.chromium.org/2043933002/diff/60001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/2043933002/diff/60001/content/public/common/content_switches.h#newcode317 content/public/common/content_switches.h:317: #endif On 2016/06/07 18:53:41, jochen wrote: > seems like ...
4 years, 6 months ago (2016-06-07 21:27:36 UTC) #11
jochen (gone - plz use gerrit)
On 2016/06/07 at 21:27:36, ochang wrote: > https://codereview.chromium.org/2043933002/diff/60001/content/public/common/content_switches.h > File content/public/common/content_switches.h (right): > > https://codereview.chromium.org/2043933002/diff/60001/content/public/common/content_switches.h#newcode317 ...
4 years, 6 months ago (2016-06-08 14:55:22 UTC) #12
Oliver Chang
On 2016/06/08 14:55:22, jochen wrote: > On 2016/06/07 at 21:27:36, ochang wrote: > > > ...
4 years, 6 months ago (2016-06-08 15:19:05 UTC) #13
jochen (gone - plz use gerrit)
lgtm
4 years, 6 months ago (2016-06-08 15:21:22 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2043933002/120001
4 years, 6 months ago (2016-06-08 15:48:54 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 6 months ago (2016-06-08 16:39:15 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 16:40:32 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dd89a1e1f3f9e283d157f4edb9d419c899f36bf4
Cr-Commit-Position: refs/heads/master@{#398595}

Powered by Google App Engine
This is Rietveld 408576698