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

Issue 2387613002: Merge Content Settings IPCs back to chrome/common/render_messages.h (Closed)

Created:
4 years, 2 months ago by vabr (Chromium)
Modified:
4 years, 2 months ago
Reviewers:
msramek, Mike West, jam, dcheng
CC:
blundell+watchlist_chromium.org, chromium-reviews, darin-cc_chromium.org, droger+watchlist_chromium.org, fuzzing_chromium.org, jam, markusheintz_, msramek+watch_chromium.org, raymes+watch_chromium.org, sdefresne+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Merge Content Settings IPCs back to chrome/common/render_messages.h This reverts https://codereview.chromium.org/798923003 (manually, because the context code has changed significantly). The separation of content settings IPCs was done to prepare componentising of chrome/renderer/content_settings_observer.cc, which was not needed in the end. As jam@ points out in https://codereview.chromium.org/2375333003/#msg9, it should be cleaned-up. BUG=384874, 387075 Committed: https://crrev.com/c5eaaddfa4a70f69796722e6f247ad5ac505818f Cr-Commit-Position: refs/heads/master@{#423142}

Patch Set 1 #

Patch Set 2 : Remove ContentSettingsMsgStart references #

Patch Set 3 : Just rebased #

Patch Set 4 : Cover param_traits in chrome/common/OWNERS, as requested by the presubmit script #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -189 lines) Patch
M chrome/browser/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/infobars/infobar_service.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/plugins/plugin_observer.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/OWNERS View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/common_param_traits_macros.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 8 chunks +71 lines, -0 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/content_settings_observer_browsertest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/plugins/chrome_plugin_placeholder.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/worker_content_settings_client_proxy.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/content_settings/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D components/content_settings/content/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D components/content_settings/content/common/BUILD.gn View 1 chunk +0 lines, -19 lines 0 comments Download
D components/content_settings/content/common/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D components/content_settings/content/common/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/content_settings/content/common/content_settings_message_generator.h View 1 chunk +0 lines, -7 lines 0 comments Download
D components/content_settings/content/common/content_settings_message_generator.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D components/content_settings/content/common/content_settings_messages.h View 1 chunk +0 lines, -92 lines 0 comments Download
M ipc/ipc_message_start.h View 1 chunk +0 lines, -1 line 0 comments Download
M tools/ipc_fuzzer/message_lib/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M tools/ipc_fuzzer/message_lib/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M tools/ipc_fuzzer/message_lib/all_messages.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 31 (17 generated)
vabr (Chromium)
Hi all. msramek@, please review components/content_settings and c/b/content_settings. dcheng@, please review chrome/common/render_messages.h, ipc/ipc_message_start.h, tools/ipc_fuzzer/message_lib/all_messages.h and ...
4 years, 2 months ago (2016-09-30 16:02:02 UTC) #11
msramek
LGTM. Looks like "core/" is now superfluous since there's no subdivision at that level anymore. ...
4 years, 2 months ago (2016-09-30 16:19:20 UTC) #12
jam
lgtm
4 years, 2 months ago (2016-09-30 16:21:51 UTC) #13
vabr (Chromium)
Hi mkwst@, Do you think you could review chrome/common/render_messages.h, ipc/ipc_message_start.h, tools/ipc_fuzzer/message_lib/all_messages.h and the removal of ...
4 years, 2 months ago (2016-10-04 08:51:55 UTC) #15
Mike West
Merging the IPC messages back into the existing file LGTM.
4 years, 2 months ago (2016-10-04 14:57:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2387613002/20001
4 years, 2 months ago (2016-10-04 16:05:26 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/273156)
4 years, 2 months ago (2016-10-04 16:16:51 UTC) #20
vabr (Chromium)
Thanks, Mike, for review! The presubmit still fails with somewhat confusing message: ** Presubmit ERRORS ...
4 years, 2 months ago (2016-10-04 16:32:00 UTC) #21
dcheng
On 2016/10/04 16:32:00, vabr (Chromium) wrote: > Thanks, Mike, for review! > > The presubmit ...
4 years, 2 months ago (2016-10-04 16:41:07 UTC) #22
vabr (Chromium)
On 2016/10/04 16:41:07, dcheng wrote: > On 2016/10/04 16:32:00, vabr (Chromium) wrote: > > Thanks, ...
4 years, 2 months ago (2016-10-04 18:19:32 UTC) #23
vabr (Chromium)
On 2016/10/04 18:19:32, vabr (Chromium) wrote: > On 2016/10/04 16:41:07, dcheng wrote: > > On ...
4 years, 2 months ago (2016-10-05 12:18:54 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2387613002/60001
4 years, 2 months ago (2016-10-05 12:19:15 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-05 13:32:58 UTC) #29
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 13:34:54 UTC) #31
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c5eaaddfa4a70f69796722e6f247ad5ac505818f
Cr-Commit-Position: refs/heads/master@{#423142}

Powered by Google App Engine
This is Rietveld 408576698