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

Issue 1859213002: Move the thread hop for UMA user actions from content:: to base::. (Closed)

Created:
4 years, 8 months ago by beaudoin
Modified:
4 years, 8 months ago
CC:
asvitkine+watch_chromium.org, 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 the thread hop for UMA user actions from content:: to base::. BUG=604367 Committed: https://crrev.com/d5c435e0b76ef29580d018cdbe8717fefd2ddd03 Cr-Commit-Position: refs/heads/master@{#389097}

Patch Set 1 : #

Total comments: 22

Patch Set 2 : Answered Ilya. #

Patch Set 3 : #

Total comments: 16

Patch Set 4 : Fixed some tests, checking what I missed. #

Patch Set 5 : Rebased #

Total comments: 4

Patch Set 6 : Updated dependencies. #

Patch Set 7 : Hopefully fixed IOS and Android. #

Patch Set 8 : Some more fixes for mobile. #

Patch Set 9 : More test fixed. #

Patch Set 10 : Fixing Chromecast (I hope!) #

Total comments: 6

Patch Set 11 : Answered Ilya. Rebased. #

Total comments: 12

Patch Set 12 : Answered Alexei and Ilya. #

Total comments: 4

Patch Set 13 : Moved call to SetRecordActionTaskRunner. #

Total comments: 4

Patch Set 14 : Fixed ios and cast issues. Answered reviewers. #

Patch Set 15 : Fixing bugs. #

Total comments: 13

Patch Set 16 : Answered thestig@ and sgurun@ #

Total comments: 2

Patch Set 17 : Answered thestig@ #

Patch Set 18 : Initializing in content. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -77 lines) Patch
M base/metrics/user_metrics.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +14 lines, -4 lines 0 comments Download
M base/metrics/user_metrics.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +40 lines, -43 lines 0 comments Download
M base/test/user_action_tester.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M base/test/user_action_tester.cc View 1 2 3 6 7 8 9 10 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/browser_process_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/metrics_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -0 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +6 lines, -0 lines 1 comment Download
M content/browser/user_metrics.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M content/public/browser/user_metrics.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/ios_chrome_main_parts.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -0 lines 1 comment Download
M ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +6 lines, -1 line 0 comments Download
M ios/web/user_metrics.cc View 1 2 3 4 5 6 1 chunk +2 lines, -12 lines 0 comments Download

Messages

Total messages: 122 (46 generated)
beaudoin
Hi Ilya, This is a tentative implementation of the thread hop done in base:: rather ...
4 years, 8 months ago (2016-04-05 20:02:36 UTC) #3
Ilya Sherman
https://codereview.chromium.org/1859213002/diff/20001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/20001/base/metrics/user_metrics.cc#newcode51 base/metrics/user_metrics.cc:51: }; I don't think that it's appropriate, or necessary, ...
4 years, 8 months ago (2016-04-06 02:36:29 UTC) #4
beaudoin
Ilya: PTAL. (Running the bots to figure out which tests I broke. I'll fix them ...
4 years, 8 months ago (2016-04-06 15:06:13 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/40001
4 years, 8 months ago (2016-04-06 15:06:53 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/155237)
4 years, 8 months ago (2016-04-06 15:12:00 UTC) #9
Ilya Sherman
Thanks for working on this, by the way! =) https://codereview.chromium.org/1859213002/diff/20001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/20001/base/metrics/user_metrics.cc#newcode51 base/metrics/user_metrics.cc:51: ...
4 years, 8 months ago (2016-04-06 21:48:48 UTC) #10
beaudoin
https://codereview.chromium.org/1859213002/diff/20001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/20001/base/metrics/user_metrics.cc#newcode51 base/metrics/user_metrics.cc:51: }; On 2016/04/06 21:48:48, Ilya Sherman wrote: > On ...
4 years, 8 months ago (2016-04-07 18:12:34 UTC) #11
Ilya Sherman
Some comments below are redundant with what we discussed over IM -- figured it couldn't ...
4 years, 8 months ago (2016-04-07 18:21:54 UTC) #12
beaudoin
https://codereview.chromium.org/1859213002/diff/60001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/60001/base/metrics/user_metrics.cc#newcode34 base/metrics/user_metrics.cc:34: return; On 2016/04/07 18:21:53, Ilya Sherman wrote: > Please ...
4 years, 8 months ago (2016-04-07 21:12:58 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/80001
4 years, 8 months ago (2016-04-07 21:15:18 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/15939) ios_rel_device_ninja on ...
4 years, 8 months ago (2016-04-07 21:22:46 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/100001
4 years, 8 months ago (2016-04-07 21:31:55 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/47552) cast_shell_linux on ...
4 years, 8 months ago (2016-04-07 21:37:44 UTC) #21
Ilya Sherman
https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc#newcode70 base/metrics/user_metrics.cc:70: g_task_runner.Get() = task_runner; Hmm, I don't like removing the ...
4 years, 8 months ago (2016-04-07 23:49:51 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/120001
4 years, 8 months ago (2016-04-08 13:40:59 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/16224) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-04-08 13:46:01 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/140001
4 years, 8 months ago (2016-04-08 13:54:53 UTC) #28
beaudoin
https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc#newcode70 base/metrics/user_metrics.cc:70: g_task_runner.Get() = task_runner; On 2016/04/07 23:49:51, Ilya Sherman wrote: ...
4 years, 8 months ago (2016-04-08 13:56:00 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/198210)
4 years, 8 months ago (2016-04-08 13:59:23 UTC) #32
beaudoin
Ilya: PTAL. Patch grew quite a bit to fix problems in IOS, Android, GN.
4 years, 8 months ago (2016-04-08 18:18:41 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/200001
4 years, 8 months ago (2016-04-08 18:18:53 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/47718)
4 years, 8 months ago (2016-04-08 18:41:31 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/220001
4 years, 8 months ago (2016-04-09 01:31:14 UTC) #39
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-09 02:40:18 UTC) #41
Ilya Sherman
Thanks! https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc#newcode70 base/metrics/user_metrics.cc:70: g_task_runner.Get() = task_runner; On 2016/04/08 13:56:00, beaudoin wrote: ...
4 years, 8 months ago (2016-04-09 07:06:11 UTC) #42
beaudoin1
https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/100001/base/metrics/user_metrics.cc#newcode70 base/metrics/user_metrics.cc:70: g_task_runner.Get() = task_runner; On 2016/04/09 07:06:10, Ilya Sherman wrote: ...
4 years, 8 months ago (2016-04-09 19:07:35 UTC) #44
beaudoin
Ilya, PTAL. https://codereview.chromium.org/1859213002/diff/220001/chromecast/browser/metrics/cast_metrics_service_client.cc File chromecast/browser/metrics/cast_metrics_service_client.cc (right): https://codereview.chromium.org/1859213002/diff/220001/chromecast/browser/metrics/cast_metrics_service_client.cc#newcode270 chromecast/browser/metrics/cast_metrics_service_client.cc:270: On 2016/04/09 07:06:11, Ilya Sherman wrote: > ...
4 years, 8 months ago (2016-04-12 18:47:23 UTC) #45
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/240001
4 years, 8 months ago (2016-04-12 18:48:00 UTC) #47
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/49195)
4 years, 8 months ago (2016-04-12 18:56:13 UTC) #49
Ilya Sherman
Thanks, Philippe! LGTM % a final comment: https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc#newcode70 base/metrics/user_metrics.cc:70: DCHECK(!g_task_runner.Get() || ...
4 years, 8 months ago (2016-04-13 01:06:27 UTC) #50
Alexei Svitkine (slow)
https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc#newcode32 base/metrics/user_metrics.cc:32: if(!g_task_runner.Get()) { Nit: space after if. Maybe run git ...
4 years, 8 months ago (2016-04-13 14:43:12 UTC) #52
beaudoin
Ilya, Alexei: See discussion on where to call SetRecordActionTaskRunner. https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc#newcode32 base/metrics/user_metrics.cc:32: ...
4 years, 8 months ago (2016-04-13 16:19:36 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/260001
4 years, 8 months ago (2016-04-13 16:32:07 UTC) #56
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/260001
4 years, 8 months ago (2016-04-13 16:41:12 UTC) #58
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 18:23:04 UTC) #60
Ilya Sherman
Thanks! https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/240001/base/metrics/user_metrics.cc#newcode59 base/metrics/user_metrics.cc:59: std::vector<ActionCallback>& callbacks = g_callbacks.Get(); On 2016/04/13 14:43:12, Alexei ...
4 years, 8 months ago (2016-04-13 19:23:15 UTC) #61
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/280001
4 years, 8 months ago (2016-04-15 18:44:15 UTC) #63
beaudoin
Alexei, Ilya: PTAL. Moved the call to SetRecordActionTaskRunner outside the MetricsService, placed them in chrome_browser_main ...
4 years, 8 months ago (2016-04-15 18:45:57 UTC) #64
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/201901)
4 years, 8 months ago (2016-04-15 18:52:02 UTC) #66
Alexei Svitkine (slow)
lgtm Can you add BUG= and associate this change with it?
4 years, 8 months ago (2016-04-15 20:36:13 UTC) #67
Ilya Sherman
LGTM, thanks. I do think this is a cleaner spot to initialize the thread =) ...
4 years, 8 months ago (2016-04-15 22:16:05 UTC) #68
beaudoin
https://codereview.chromium.org/1859213002/diff/280001/chromecast/browser/cast_browser_main_parts.cc File chromecast/browser/cast_browser_main_parts.cc (right): https://codereview.chromium.org/1859213002/diff/280001/chromecast/browser/cast_browser_main_parts.cc#newcode448 chromecast/browser/cast_browser_main_parts.cc:448: // Set the thread on which to execute RecordAction. ...
4 years, 8 months ago (2016-04-18 14:29:52 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/300001
4 years, 8 months ago (2016-04-18 14:31:53 UTC) #72
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/214046)
4 years, 8 months ago (2016-04-18 15:17:09 UTC) #74
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/320001
4 years, 8 months ago (2016-04-18 17:35:59 UTC) #76
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/202694)
4 years, 8 months ago (2016-04-18 17:44:29 UTC) #78
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/340001
4 years, 8 months ago (2016-04-18 17:54:36 UTC) #81
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/360001
4 years, 8 months ago (2016-04-18 18:14:10 UTC) #84
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-18 19:38:27 UTC) #86
beaudoin
For missing OWNERS review: sgurun: android_webview/browser/aw_browser_context.cc slan: chromecast/browser/cast_browser_main_parts.cc sdefresne: ios/chrome/browser/ios_chrome_main_parts.mm ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm ios/web/user_metrics.cc thestig: base/test/user_action_tester.cc base/test/user_action_tester.h ...
4 years, 8 months ago (2016-04-18 21:05:37 UTC) #88
piman
https://codereview.chromium.org/1859213002/diff/360001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1859213002/diff/360001/chrome/browser/chrome_browser_main.cc#newcode671 chrome/browser/chrome_browser_main.cc:671: BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)); Should this be done in content/ ? There ...
4 years, 8 months ago (2016-04-18 21:13:08 UTC) #89
Lei Zhang
https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.cc#newcode20 base/metrics/user_metrics.cc:20: base::LazyInstance<std::vector<ActionCallback>> g_callbacks = nit: you don't need base:: inside ...
4 years, 8 months ago (2016-04-18 21:34:14 UTC) #90
sgurun-gerrit only
https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.h File base/metrics/user_metrics.h (right): https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.h#newcode60 base/metrics/user_metrics.h:60: // set once, unless ResetRecordActionTaskRunnerForTesting is called. is it ...
4 years, 8 months ago (2016-04-19 15:36:06 UTC) #91
beaudoin
thestig@, sgurun@: PTAL. piman@: See reply. asvitkine@: See request for comment. https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): ...
4 years, 8 months ago (2016-04-19 16:57:27 UTC) #93
sgurun-gerrit only
lgtm
4 years, 8 months ago (2016-04-19 16:59:41 UTC) #94
Lei Zhang
There's still a pending question from piman. https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.cc File base/metrics/user_metrics.cc (right): https://codereview.chromium.org/1859213002/diff/360001/base/metrics/user_metrics.cc#newcode58 base/metrics/user_metrics.cc:58: std::vector<ActionCallback>* callbacks ...
4 years, 8 months ago (2016-04-19 17:52:00 UTC) #95
Alexei Svitkine (slow)
https://codereview.chromium.org/1859213002/diff/360001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1859213002/diff/360001/chrome/browser/chrome_browser_main.cc#newcode671 chrome/browser/chrome_browser_main.cc:671: BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)); On 2016/04/19 16:57:27, beaudoin wrote: > On 2016/04/18 ...
4 years, 8 months ago (2016-04-19 17:56:41 UTC) #96
beaudoin
thestig@: PTAL. (There's an ongoing discussion regarding piman@'s comment, is there anything else I missed?) ...
4 years, 8 months ago (2016-04-19 18:36:22 UTC) #97
piman
On Tue, Apr 19, 2016 at 10:56 AM, <asvitkine@chromium.org> wrote: > > > https://codereview.chromium.org/1859213002/diff/360001/chrome/browser/chrome_browser_main.cc > ...
4 years, 8 months ago (2016-04-19 20:00:37 UTC) #98
sdefresne
ios lgtm
4 years, 8 months ago (2016-04-20 07:13:51 UTC) #99
slan
On 2016/04/20 07:13:51, sdefresne wrote: > ios lgtm cast lgtm
4 years, 8 months ago (2016-04-20 14:24:58 UTC) #100
beaudoin
On 2016/04/20 14:24:58, slan wrote: > On 2016/04/20 07:13:51, sdefresne wrote: > > ios lgtm ...
4 years, 8 months ago (2016-04-21 15:31:48 UTC) #101
Alexei Svitkine (slow)
On Thu, Apr 21, 2016 at 11:31 AM, <beaudoin@chromium.org> wrote: > On 2016/04/20 14:24:58, slan ...
4 years, 8 months ago (2016-04-21 17:06:25 UTC) #102
beaudoin
On 2016/04/21 17:06:25, Alexei Svitkine wrote: > On Thu, Apr 21, 2016 at 11:31 AM, ...
4 years, 8 months ago (2016-04-21 17:37:05 UTC) #103
Alexei Svitkine (slow)
That's a good point. :\ "For these reasons, my favorite option is going back to ...
4 years, 8 months ago (2016-04-21 17:47:01 UTC) #104
beaudoin
On 2016/04/21 17:47:01, Alexei Svitkine wrote: > That's a good point. :\ > > "For ...
4 years, 8 months ago (2016-04-21 19:01:28 UTC) #105
piman
On Thu, Apr 21, 2016 at 12:01 PM, <beaudoin@chromium.org> wrote: > On 2016/04/21 17:47:01, Alexei ...
4 years, 8 months ago (2016-04-21 23:16:16 UTC) #106
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/460001
4 years, 8 months ago (2016-04-22 01:46:40 UTC) #109
beaudoin
On 2016/04/22 01:46:40, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 8 months ago (2016-04-22 02:02:20 UTC) #110
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-22 03:42:22 UTC) #112
piman
lgtm
4 years, 8 months ago (2016-04-22 04:06:00 UTC) #113
Lei Zhang
lgtm
4 years, 8 months ago (2016-04-22 04:17:03 UTC) #114
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859213002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859213002/460001
4 years, 8 months ago (2016-04-22 14:12:55 UTC) #117
commit-bot: I haz the power
Committed patchset #18 (id:460001)
4 years, 8 months ago (2016-04-22 14:17:22 UTC) #119
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1859213002/diff/460001/content/browser/browser_main_loop.cc File content/browser/browser_main_loop.cc (right): https://codereview.chromium.org/1859213002/diff/460001/content/browser/browser_main_loop.cc#newcode594 content/browser/browser_main_loop.cc:594: { Nit: why the {}'s? https://codereview.chromium.org/1859213002/diff/460001/ios/chrome/browser/ios_chrome_main_parts.mm File ios/chrome/browser/ios_chrome_main_parts.mm ...
4 years, 8 months ago (2016-04-22 14:30:13 UTC) #120
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:47:08 UTC) #122
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/d5c435e0b76ef29580d018cdbe8717fefd2ddd03
Cr-Commit-Position: refs/heads/master@{#389097}

Powered by Google App Engine
This is Rietveld 408576698