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

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)

Created:
4 years, 1 month ago by nigeltao1
Modified:
3 years, 9 months ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert FieldTrialActivated to use mojo. Manually tested by printf'ing the arguments to FieldTrialActivated. The args looked the same as for ChromeRenderMessageFilter prior to this CL. BUG=577685 Committed: https://crrev.com/360d7c5326b5a6b91a4162e4b7137ef6fcb792ce Cr-Commit-Position: refs/heads/master@{#437142}

Patch Set 1 #

Patch Set 2 : Convert FieldTrialActivated to use mojo. #

Patch Set 3 : Convert FieldTrialActivated to use mojo. #

Total comments: 2

Patch Set 4 : Convert FieldTrialActivated to use mojo. #

Total comments: 2

Patch Set 5 : Convert FieldTrialActivated to use mojo. #

Patch Set 6 : Convert FieldTrialActivated to use mojo. #

Patch Set 7 : Convert FieldTrialActivated to use mojo. #

Patch Set 8 : Convert FieldTrialActivated to use mojo. #

Patch Set 9 : Convert FieldTrialActivated to use mojo. #

Patch Set 10 : Convert FieldTrialActivated to use mojo. #

Total comments: 2

Patch Set 11 : Convert FieldTrialActivated to use mojo. #

Patch Set 12 : Convert FieldTrialActivated to use mojo. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -22 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_manifest_overlay.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/field_trial_recorder.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/field_trial_recorder.cc View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -11 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/field_trial_recorder.mojom View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 1 comment Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/chrome_render_thread_observer.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 83 (54 generated)
Sam McNally
LGTM Adding reviewers doesn't send mail automatically. I find the publish+mail page useful for adding ...
4 years, 1 month ago (2016-11-07 06:56:54 UTC) #19
nigeltao1
sky, tsepez, can you review for OWNERS? https://codereview.chromium.org/2453313004/diff/40001/chrome/renderer/chrome_render_thread_observer.cc File chrome/renderer/chrome_render_thread_observer.cc (right): https://codereview.chromium.org/2453313004/diff/40001/chrome/renderer/chrome_render_thread_observer.cc#newcode296 chrome/renderer/chrome_render_thread_observer.cc:296: if (!field_trial_recorder_) ...
4 years, 1 month ago (2016-11-10 06:23:04 UTC) #25
Tom Sepez
mojom LGTM
4 years, 1 month ago (2016-11-10 16:50:01 UTC) #26
sky
LGTM https://codereview.chromium.org/2453313004/diff/60001/chrome/browser/field_trial_recorder_impl.h File chrome/browser/field_trial_recorder_impl.h (right): https://codereview.chromium.org/2453313004/diff/60001/chrome/browser/field_trial_recorder_impl.h#newcode11 chrome/browser/field_trial_recorder_impl.h:11: class FieldTrialRecorderImpl : public chrome::mojom::FieldTrialRecorder { The reason ...
4 years, 1 month ago (2016-11-10 20:22:56 UTC) #27
nigeltao1
https://codereview.chromium.org/2453313004/diff/60001/chrome/browser/field_trial_recorder_impl.h File chrome/browser/field_trial_recorder_impl.h (right): https://codereview.chromium.org/2453313004/diff/60001/chrome/browser/field_trial_recorder_impl.h#newcode11 chrome/browser/field_trial_recorder_impl.h:11: class FieldTrialRecorderImpl : public chrome::mojom::FieldTrialRecorder { On 2016/11/10 20:22:56, ...
4 years, 1 month ago (2016-11-17 04:30:53 UTC) #28
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/2453313004/80001
4 years, 1 month ago (2016-11-17 04:33:20 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/274362)
4 years, 1 month ago (2016-11-17 05:23:05 UTC) #33
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/2453313004/100001
4 years ago (2016-11-24 03:02:15 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years ago (2016-11-24 05:03:59 UTC) #38
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/2453313004/100001
4 years ago (2016-11-25 00:36:10 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/198512)
4 years ago (2016-11-25 01:10:04 UTC) #42
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/2453313004/120001
4 years ago (2016-11-25 02:01:28 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/322018)
4 years ago (2016-11-25 02:45:43 UTC) #47
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/2453313004/140001
4 years ago (2016-11-26 00:11:59 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/279976)
4 years ago (2016-11-26 00:58:24 UTC) #52
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/2453313004/160001
4 years ago (2016-11-30 22:11:13 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/324793)
4 years ago (2016-11-30 23:32:54 UTC) #57
Ken Rockot(use gerrit already)
As far as I can tell the mash failures you see are purely coincidental. Nothing ...
4 years ago (2016-12-01 17:29:48 UTC) #63
nigeltao1
On Fri, Dec 2, 2016 at 4:29 AM, <rockot@chromium.org> wrote: > As far as I ...
4 years ago (2016-12-01 21:53:50 UTC) #64
nigeltao1
For the record, my CQ woes with this CL are also discussed on the chromium-mojo ...
4 years ago (2016-12-01 21:59:07 UTC) #65
nigeltao1
https://codereview.chromium.org/2453313004/diff/180001/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json File chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json (right): https://codereview.chromium.org/2453313004/diff/180001/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json#newcode16 chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json:16: "renderer": [ On 2016/12/01 17:29:47, Ken Rockot wrote: > ...
4 years ago (2016-12-04 01:24:01 UTC) #66
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/2453313004/200001
4 years ago (2016-12-04 01:26:02 UTC) #69
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/282365)
4 years ago (2016-12-04 02:25:50 UTC) #71
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/2453313004/220001
4 years ago (2016-12-08 00:42:05 UTC) #74
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years ago (2016-12-08 02:10:50 UTC) #77
commit-bot: I haz the power
Patchset 12 (id:??) landed as https://crrev.com/360d7c5326b5a6b91a4162e4b7137ef6fcb792ce Cr-Commit-Position: refs/heads/master@{#437142}
4 years ago (2016-12-08 02:12:35 UTC) #79
sadrul
https://codereview.chromium.org/2453313004/diff/220001/chrome/common/render_messages.h File chrome/common/render_messages.h (left): https://codereview.chromium.org/2453313004/diff/220001/chrome/common/render_messages.h#oldcode605 chrome/common/render_messages.h:605: std::string /* name */) Hi! There are corresponding GpuHostMsg_FieldTrialActivated ...
3 years, 9 months ago (2017-03-03 03:43:47 UTC) #81
sadrul
On 2017/03/03 03:43:47, sadrul wrote: > https://codereview.chromium.org/2453313004/diff/220001/chrome/common/render_messages.h > File chrome/common/render_messages.h (left): > > https://codereview.chromium.org/2453313004/diff/220001/chrome/common/render_messages.h#oldcode605 > ...
3 years, 9 months ago (2017-03-03 17:35:28 UTC) #82
nigeltao1
3 years, 9 months ago (2017-03-08 23:53:02 UTC) #83
Message was sent while issue was closed.
On 2017/03/03 03:43:47, sadrul wrote:
>
https://codereview.chromium.org/2453313004/diff/220001/chrome/common/render_m...
> File chrome/common/render_messages.h (left):
> 
>
https://codereview.chromium.org/2453313004/diff/220001/chrome/common/render_m...
> chrome/common/render_messages.h:605: std::string /* name */)
> Hi! There are corresponding GpuHostMsg_FieldTrialActivated and
> PpapiHostMsg_FieldTrialActivated, both of which live in //content. These could
> easily use the mojom api in this CL if we move this into content. Is there any
> objects to doing that?

No objection.

Powered by Google App Engine
This is Rietveld 408576698