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

Issue 2131773003: Update mojo typemaps for base::Time* to pass by value. (Closed)

Created:
4 years, 5 months ago by dcheng
Modified:
4 years, 5 months ago
Reviewers:
erikchen, yzshen1
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, danakj
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update mojo typemaps for base::Time* to pass by value. BUG=none Committed: https://crrev.com/7476fad831f6699a58ad1577ddfcec9c325228f6 Cr-Commit-Position: refs/heads/master@{#406232}

Patch Set 1 #

Total comments: 3

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -14 lines) Patch
M components/startup_metric_utils/browser/startup_metric_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/startup_metric_utils/browser/startup_metric_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/common/common_custom_types.typemap View 1 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/common/common_custom_types_unittest.cc View 2 chunks +29 lines, -9 lines 0 comments Download

Messages

Total messages: 27 (6 generated)
dcheng
+yzshen for //mojo +erikchen for //components This is (allegedly) the recommended way of passing around ...
4 years, 5 months ago (2016-07-08 10:19:18 UTC) #2
dcheng
(Fixed //base owners CC: please see my question in reply #1. Thanks!)
4 years, 5 months ago (2016-07-08 10:19:54 UTC) #4
erikchen
components/startup_metric_utils lgtm
4 years, 5 months ago (2016-07-08 14:35:59 UTC) #5
yzshen1
https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap File mojo/common/common_custom_types.typemap (right): https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap#newcode20 mojo/common/common_custom_types.typemap:20: "mojo.common.mojom.Time=base::Time[pass_by_value]", I am planning to replace "pass_by_value" with "move_only". ...
4 years, 5 months ago (2016-07-08 15:42:01 UTC) #6
dcheng
https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap File mojo/common/common_custom_types.typemap (right): https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap#newcode20 mojo/common/common_custom_types.typemap:20: "mojo.common.mojom.Time=base::Time[pass_by_value]", On 2016/07/08 15:42:01, yzshen1 wrote: > I am ...
4 years, 5 months ago (2016-07-08 16:21:45 UTC) #7
yzshen1
On 2016/07/08 16:21:45, dcheng wrote: > https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap > File mojo/common/common_custom_types.typemap (right): > > https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap#newcode20 > ...
4 years, 5 months ago (2016-07-08 16:24:27 UTC) #8
yzshen1
On 2016/07/08 16:24:27, yzshen1 wrote: > On 2016/07/08 16:21:45, dcheng wrote: > > > https://codereview.chromium.org/2131773003/diff/1/mojo/common/common_custom_types.typemap ...
4 years, 5 months ago (2016-07-08 16:25:48 UTC) #9
dcheng
On 2016/07/08 16:25:48, yzshen1 wrote: > On 2016/07/08 16:24:27, yzshen1 wrote: > > On 2016/07/08 ...
4 years, 5 months ago (2016-07-08 17:26:38 UTC) #10
yzshen1
On 2016/07/08 17:26:38, dcheng wrote: > On 2016/07/08 16:25:48, yzshen1 wrote: > > On 2016/07/08 ...
4 years, 5 months ago (2016-07-08 17:37:23 UTC) #11
Lei Zhang
On 2016/07/08 17:37:23, yzshen1 wrote: > On 2016/07/08 17:26:38, dcheng wrote: > > Let's see ...
4 years, 5 months ago (2016-07-08 19:13:02 UTC) #12
Fady Samuel
On 2016/07/08 19:13:02, Lei Zhang wrote: > On 2016/07/08 17:37:23, yzshen1 wrote: > > On ...
4 years, 5 months ago (2016-07-08 19:15:35 UTC) #13
Nico
I don't think it's super important, but this looks like a good change to me.
4 years, 5 months ago (2016-07-08 19:27:55 UTC) #14
yzshen1
Thanks for all the input. Although the change itself is a good change, my main ...
4 years, 5 months ago (2016-07-12 18:03:21 UTC) #15
dcheng
On 2016/07/12 18:03:21, yzshen1 wrote: > Thanks for all the input. > > Although the ...
4 years, 5 months ago (2016-07-13 12:10:59 UTC) #16
yzshen1
On 2016/07/13 12:10:59, dcheng wrote: > On 2016/07/12 18:03:21, yzshen1 wrote: > > Thanks for ...
4 years, 5 months ago (2016-07-13 15:39:12 UTC) #17
dcheng
On 2016/07/13 15:39:12, yzshen1 wrote: > On 2016/07/13 12:10:59, dcheng wrote: > > On 2016/07/12 ...
4 years, 5 months ago (2016-07-14 03:49:57 UTC) #18
dcheng
Updated this to use copyable_pass_by_value. PTAL.
4 years, 5 months ago (2016-07-19 05:37:23 UTC) #19
yzshen1
On 2016/07/19 05:37:23, dcheng wrote: > Updated this to use copyable_pass_by_value. PTAL. LGTM Thanks!
4 years, 5 months ago (2016-07-19 06:06:16 UTC) #20
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/2131773003/20001
4 years, 5 months ago (2016-07-19 06:08:49 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-19 09:09:02 UTC) #25
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 09:10:24 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7476fad831f6699a58ad1577ddfcec9c325228f6
Cr-Commit-Position: refs/heads/master@{#406232}

Powered by Google App Engine
This is Rietveld 408576698