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

Issue 2025593003: Show all system process in the task_manager. (Closed)

Created:
4 years, 6 months ago by Hsu-Cheng
Modified:
4 years, 3 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Show all system process in the task_manager. BUG=623508 Committed: https://crrev.com/bb5e75574b94d73eb19209adad14d8d810fb7f98 Cr-Commit-Position: refs/heads/master@{#415918}

Patch Set 1 #

Patch Set 2 : Add missing member variable. #

Total comments: 33

Patch Set 3 : Define system process. Refine code according to review suggestion. #

Total comments: 8

Patch Set 4 : Consolidate some more redundant logic. #

Total comments: 6

Patch Set 5 : change CL description #

Total comments: 2

Patch Set 6 : Fix typo and naming. #

Total comments: 36

Patch Set 7 : First step of refactor. Eliminate pointers and migrate to PostTaskAndReplyWithResult(). Need more w… #

Total comments: 4

Patch Set 8 : Change the RefCounted target. Pass pid map to function to get rid of weakptr. #

Patch Set 9 : change callback_forward.h to callback.h #

Patch Set 10 : Move two functions to anonymous namespace. #

Total comments: 40

Patch Set 11 : Change NsPidToPidMap to composite. Move static functions to anonymous namespace. Some style change. #

Total comments: 6

Patch Set 12 : cl lint #

Total comments: 9

Patch Set 13 : git fetch, rebase and merge. fix code for review comments #

Patch Set 14 : Fix chrome-style issue. Fix initialization bug. #

Total comments: 2

Patch Set 15 : fetch and rebase #

Total comments: 4

Patch Set 16 : Use '= default;' #

Total comments: 5

Patch Set 17 : Use weakptr to avoid potential issues. Fetch and rebase. #

Patch Set 18 : chrome-style complains 'Complex constructor has an inlined body.' #

Patch Set 19 : Remove redundant check. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+331 lines, -235 lines) Patch
M chrome/browser/chromeos/arc/arc_process_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 16 17 3 chunks +56 lines, -29 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_process_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +198 lines, -174 lines 0 comments Download
M chrome/browser/memory/tab_manager_delegate_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/providers/arc/arc_process_task_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +16 lines, -7 lines 0 comments Download
M chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +59 lines, -23 lines 0 comments Download

Messages

Total messages: 96 (42 generated)
cylee1
Sorry I didn't receive the email so didn't notice the CL until now. it seems ...
4 years, 6 months ago (2016-06-02 20:58:45 UTC) #5
Yusuke Sato
drive-by https://codereview.chromium.org/2025593003/diff/20001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/20001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode26 chrome/browser/chromeos/arc/arc_process_service.cc:26: const char kSequenceToken[] = "arc_process_service"; s/const/constexpr/ https://codereview.chromium.org/2025593003/diff/20001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode85 chrome/browser/chromeos/arc/arc_process_service.cc:85: ...
4 years, 6 months ago (2016-06-02 21:50:11 UTC) #7
Yusuke Sato
ping? what's the status of this change?
4 years, 6 months ago (2016-06-22 20:00:30 UTC) #8
Hsu-Cheng
On 2016/06/22 20:00:30, Yusuke Sato wrote: > ping? what's the status of this change? sorry, ...
4 years, 6 months ago (2016-06-23 03:14:17 UTC) #9
Hsu-Cheng
Please take another look. Thanks for the review and sorry for late response. https://codereview.chromium.org/2025593003/diff/20001/chrome/browser/chromeos/arc/arc_process_service.cc File ...
4 years, 5 months ago (2016-06-29 10:33:57 UTC) #10
Yusuke Sato
On 2016/06/29 10:33:57, Hsu-Cheng wrote: > Please take another look. Thanks for the review and ...
4 years, 5 months ago (2016-06-29 15:52:38 UTC) #11
cylee1
https://codereview.chromium.org/2025593003/diff/40001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/40001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode116 chrome/browser/chromeos/arc/arc_process_service.cc:116: // Procceses nit: spelling : Processes.. https://codereview.chromium.org/2025593003/diff/40001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode121 chrome/browser/chromeos/arc/arc_process_service.cc:121: std::string ...
4 years, 5 months ago (2016-06-30 03:45:53 UTC) #12
Hsu-Cheng
On 2016/06/29 15:52:38, Yusuke Sato wrote: > On 2016/06/29 10:33:57, Hsu-Cheng wrote: > > Please ...
4 years, 5 months ago (2016-06-30 04:11:49 UTC) #13
Hsu-Cheng
On 2016/06/30 04:11:49, Hsu-Cheng wrote: > On 2016/06/29 15:52:38, Yusuke Sato wrote: > > On ...
4 years, 5 months ago (2016-06-30 09:55:33 UTC) #14
Hsu-Cheng
https://codereview.chromium.org/2025593003/diff/40001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/40001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode116 chrome/browser/chromeos/arc/arc_process_service.cc:116: // Procceses On 2016/06/30 03:45:52, cylee1 wrote: > nit: ...
4 years, 5 months ago (2016-06-30 09:56:24 UTC) #15
Luis Héctor Chávez
drive-by https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 chrome/browser/chromeos/arc/arc_process_service.cc:93: auto ret_processes = new vector<ArcProcess>(); Raw pointers scare ...
4 years, 5 months ago (2016-06-30 16:46:03 UTC) #17
Yusuke Sato
I have two requests: 1) The arc_process_service.cc file is getting harder and harder to review ...
4 years, 5 months ago (2016-06-30 19:46:52 UTC) #18
Luis Héctor Chávez
just one more style nit https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode170 chrome/browser/chromeos/arc/arc_process_service.cc:170: weak_ptr_factory_.GetWeakPtr(), base::Owned(raw_processes), On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 19:50:37 UTC) #19
cylee1
https://codereview.chromium.org/2025593003/diff/60001/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc File chrome/browser/task_management/providers/arc/arc_process_task_provider.cc (left): https://codereview.chromium.org/2025593003/diff/60001/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc#oldcode102 chrome/browser/task_management/providers/arc/arc_process_task_provider.cc:102: // just opted out from ARC. line 100- 103 ...
4 years, 5 months ago (2016-06-30 21:02:39 UTC) #20
Yusuke Sato
https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 chrome/browser/chromeos/arc/arc_process_service.cc:93: auto ret_processes = new vector<ArcProcess>(); On 2016/06/30 21:02:39, cylee1 ...
4 years, 5 months ago (2016-06-30 22:23:53 UTC) #21
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 chrome/browser/chromeos/arc/arc_process_service.cc:93: auto ret_processes = new vector<ArcProcess>(); On 2016/06/30 22:23:53, Yusuke ...
4 years, 5 months ago (2016-06-30 23:21:51 UTC) #22
Luis Héctor Chávez
On 2016/06/30 23:21:51, Luis Héctor Chávez wrote: > https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc > File chrome/browser/chromeos/arc/arc_process_service.cc (right): > > ...
4 years, 5 months ago (2016-06-30 23:28:14 UTC) #23
Yusuke Sato
https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 chrome/browser/chromeos/arc/arc_process_service.cc:93: auto ret_processes = new vector<ArcProcess>(); > > just new ...
4 years, 5 months ago (2016-06-30 23:40:50 UTC) #24
Luis Héctor Chávez
On 2016/06/30 23:40:50, Yusuke Sato wrote: > https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc > File chrome/browser/chromeos/arc/arc_process_service.cc (right): > > https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 ...
4 years, 5 months ago (2016-07-01 16:13:06 UTC) #25
cylee1
On 2016/07/01 16:13:06, Luis Héctor Chávez wrote: > On 2016/06/30 23:40:50, Yusuke Sato wrote: > ...
4 years, 5 months ago (2016-07-01 23:08:47 UTC) #26
cylee1
https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 chrome/browser/chromeos/arc/arc_process_service.cc:93: auto ret_processes = new vector<ArcProcess>(); On 2016/06/30 23:21:51, Luis ...
4 years, 5 months ago (2016-07-01 23:15:14 UTC) #27
Yusuke Sato
On 2016/07/01 23:15:14, cylee1 wrote: > https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc > File chrome/browser/chromeos/arc/arc_process_service.cc (right): > > https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode93 > ...
4 years, 5 months ago (2016-07-01 23:36:59 UTC) #28
Hsu-Cheng
On 2016/07/01 23:36:59, Yusuke Sato wrote: > On 2016/07/01 23:15:14, cylee1 wrote: > > > ...
4 years, 5 months ago (2016-07-05 10:54:33 UTC) #29
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/120001/chrome/browser/chromeos/arc/arc_process_service.h File chrome/browser/chromeos/arc/arc_process_service.h (right): https://codereview.chromium.org/2025593003/diff/120001/chrome/browser/chromeos/arc/arc_process_service.h#newcode48 chrome/browser/chromeos/arc/arc_process_service.h:48: public base::RefCountedThreadSafe<ArcProcessService> { This is a bit problematic, since ...
4 years, 5 months ago (2016-07-06 19:49:15 UTC) #31
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/120001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/120001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode107 chrome/browser/chromeos/arc/arc_process_service.cc:107: // to get the processes below. For example, intalled ...
4 years, 5 months ago (2016-07-06 20:28:12 UTC) #32
Hsu-Cheng
On 2016/07/06 20:28:12, Luis Héctor Chávez wrote: > https://codereview.chromium.org/2025593003/diff/120001/chrome/browser/chromeos/arc/arc_process_service.cc > File chrome/browser/chromeos/arc/arc_process_service.cc (right): > > ...
4 years, 5 months ago (2016-07-15 07:19:26 UTC) #37
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/180001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/180001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode37 chrome/browser/chromeos/arc/arc_process_service.cc:37: std::string process_name = I know you didn't write this ...
4 years, 5 months ago (2016-07-15 16:19:42 UTC) #38
cylee1
https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode221 chrome/browser/chromeos/arc/arc_process_service.cc:221: // In case the process already dies so couldn't ...
4 years, 5 months ago (2016-07-15 23:17:03 UTC) #39
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/180001/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc File chrome/browser/task_management/providers/arc/arc_process_task_provider.cc (right): https://codereview.chromium.org/2025593003/diff/180001/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc#newcode143 chrome/browser/task_management/providers/arc/arc_process_task_provider.cc:143: arc_process_service->RequestSystemProcessList( On 2016/07/15 23:17:03, cylee1 wrote: > On 2016/07/15 ...
4 years, 5 months ago (2016-07-15 23:43:46 UTC) #40
Luis Héctor Chávez
can you run git cl format && git cl lint? https://codereview.chromium.org/2025593003/diff/200001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/200001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode49 ...
4 years, 5 months ago (2016-07-25 18:34:11 UTC) #45
Hsu-Cheng
Thanks for the hint. I only know the cl format before. https://codereview.chromium.org/2025593003/diff/100001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): ...
4 years, 4 months ago (2016-07-27 08:08:00 UTC) #48
Luis Héctor Chávez
lgtm
4 years, 4 months ago (2016-07-27 16:37:13 UTC) #49
cylee1
https://codereview.chromium.org/2025593003/diff/220001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/220001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode73 chrome/browser/chromeos/arc/arc_process_service.cc:73: // TODO(hctsai): For now, we only gather direct child ...
4 years, 4 months ago (2016-08-01 10:14:23 UTC) #54
Hsu-Cheng
https://codereview.chromium.org/2025593003/diff/220001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/220001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode81 chrome/browser/chromeos/arc/arc_process_service.cc:81: const std::string& process_name = entry.cmd_line_args()[0]; On 2016/08/01 10:14:23, cylee1 ...
4 years, 4 months ago (2016-08-02 03:58:55 UTC) #57
cylee1
lgtm
4 years, 4 months ago (2016-08-02 14:03:33 UTC) #58
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/260001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/260001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode210 chrome/browser/chromeos/arc/arc_process_service.cc:210: nspid_to_pid_(new NSPidToPidMap), nit: new NSPidToPidMap(). That might be the ...
4 years, 4 months ago (2016-08-18 15:30:38 UTC) #59
hctsai
Hi afakhry@ and georgesak@, Please help owner review for: chrome/browser/memory/tab_manager_delegate_chromeos.cc chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc chrome/browser/task_manager/providers/arc/arc_process_task_provider.h Thanks!
4 years, 4 months ago (2016-08-24 09:37:27 UTC) #61
afakhry
On 2016/08/24 09:37:27, hctsai wrote: > Hi afakhry@ and georgesak@, > > Please help owner ...
4 years, 3 months ago (2016-08-25 16:16:06 UTC) #62
Luis Héctor Chávez
https://codereview.chromium.org/2025593003/diff/280001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/280001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode210 chrome/browser/chromeos/arc/arc_process_service.cc:210: nspid_to_pid_(new NSPidToPidMap), ping: new NSPidtoPidMap(). https://codereview.chromium.org/2025593003/diff/280001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode277 chrome/browser/chromeos/arc/arc_process_service.cc:277: ArcProcessService::NSPidToPidMap::NSPidToPidMap() {} ...
4 years, 3 months ago (2016-08-25 16:53:22 UTC) #63
Hsu-Cheng
https://codereview.chromium.org/2025593003/diff/280001/chrome/browser/chromeos/arc/arc_process_service.cc File chrome/browser/chromeos/arc/arc_process_service.cc (right): https://codereview.chromium.org/2025593003/diff/280001/chrome/browser/chromeos/arc/arc_process_service.cc#newcode210 chrome/browser/chromeos/arc/arc_process_service.cc:210: nspid_to_pid_(new NSPidToPidMap), On 2016/08/25 16:53:21, Luis Héctor Chávez wrote: ...
4 years, 3 months ago (2016-08-26 07:55:48 UTC) #64
afakhry
https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc File chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc (right): https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc#newcode155 chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc:155: base::Unretained(this)), You should use a weak_ptr here. https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc#newcode162 chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc:162: ...
4 years, 3 months ago (2016-08-26 15:55:30 UTC) #65
cylee1
https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc File chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc (right): https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc#newcode155 chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc:155: base::Unretained(this)), On 2016/08/26 15:55:30, afakhry wrote: > You should ...
4 years, 3 months ago (2016-08-29 10:51:09 UTC) #66
afakhry
https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc File chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc (right): https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc#newcode155 chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc:155: base::Unretained(this)), On 2016/08/29 10:51:09, cylee1 wrote: > On 2016/08/26 ...
4 years, 3 months ago (2016-08-30 16:37:57 UTC) #67
cylee1
https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc File chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc (right): https://codereview.chromium.org/2025593003/diff/300001/chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc#newcode155 chrome/browser/task_manager/providers/arc/arc_process_task_provider.cc:155: base::Unretained(this)), On 2016/08/30 16:37:57, afakhry wrote: > On 2016/08/29 ...
4 years, 3 months ago (2016-08-30 17:03:39 UTC) #68
Hsu-Cheng
Both make sense to me and I agree to use weakptr to avoid potential problems. ...
4 years, 3 months ago (2016-08-31 06:07:09 UTC) #69
Georges Khalil
LGTM for chrome/browser/memory/tab_manager_delegate_chromeos.cc
4 years, 3 months ago (2016-08-31 21:03:06 UTC) #70
afakhry
task_manager lgtm
4 years, 3 months ago (2016-08-31 22:19: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/2025593003/320001
4 years, 3 months ago (2016-09-01 06:28:04 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/256361)
4 years, 3 months ago (2016-09-01 06:40:49 UTC) #80
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/2025593003/340001
4 years, 3 months ago (2016-09-01 08:35:04 UTC) #87
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/256405)
4 years, 3 months ago (2016-09-01 08:57:10 UTC) #89
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/2025593003/360001
4 years, 3 months ago (2016-09-01 09:00:19 UTC) #92
commit-bot: I haz the power
Committed patchset #19 (id:360001)
4 years, 3 months ago (2016-09-01 09:37:51 UTC) #94
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 09:39:17 UTC) #96
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/bb5e75574b94d73eb19209adad14d8d810fb7f98
Cr-Commit-Position: refs/heads/master@{#415918}

Powered by Google App Engine
This is Rietveld 408576698