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

Issue 1505813003: Lower the priority of environment and process data collection. (Closed)

Created:
5 years ago by proberge
Modified:
5 years ago
Reviewers:
gab, grt (UTC plus 2)
CC:
chromium-reviews, grt+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Lower the priority of environment and process data collection. BUG= Committed: https://crrev.com/5e3721ac64f5951d1844d7308ce06c4786788565 Cr-Commit-Position: refs/heads/master@{#365537}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add dcheck to CollectEnvironmentData #

Total comments: 3

Patch Set 3 : DCHECK -> GetWorkerPoolForCurentThread #

Patch Set 4 : Update include #

Total comments: 3

Patch Set 5 : Use ScopedClosureRunner #

Patch Set 6 : re-add accidentally deleted line #

Patch Set 7 : Move comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc View 1 2 3 4 5 6 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
proberge
5 years ago (2015-12-07 22:13:38 UTC) #3
gab
lgtm if grt is okay with adding a dependency on the specific runtime environment inside ...
5 years ago (2015-12-08 16:21:33 UTC) #4
proberge
https://codereview.chromium.org/1505813003/diff/1/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/1/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode66 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:66: // Lower priority for this task. On 2015/12/08 16:21:33, ...
5 years ago (2015-12-08 16:39:03 UTC) #5
grt (UTC plus 2)
https://codereview.chromium.org/1505813003/diff/20001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/20001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode68 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:68: DCHECK(content::BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread()); i don't like the dependence on BrowserThread here. ...
5 years ago (2015-12-09 14:35:26 UTC) #6
gab
https://codereview.chromium.org/1505813003/diff/20001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/20001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode68 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:68: DCHECK(content::BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread()); On 2015/12/09 14:35:25, grt (no reviews until Dec ...
5 years ago (2015-12-09 21:51:01 UTC) #7
proberge
https://codereview.chromium.org/1505813003/diff/20001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/20001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode68 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:68: DCHECK(content::BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread()); On 2015/12/09 21:51:01, gab wrote: > On 2015/12/09 ...
5 years ago (2015-12-10 21:00:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505813003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505813003/60001
5 years ago (2015-12-10 21:12:51 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/127762)
5 years ago (2015-12-10 21:27:43 UTC) #13
proberge
On 2015/12/10 21:27:43, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years ago (2015-12-10 21:28:52 UTC) #14
grt (UTC plus 2)
lgtm with a paranoid suggestion https://codereview.chromium.org/1505813003/diff/60001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/60001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode96 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:96: base::PlatformThread::SetCurrentThreadPriority(previous_priority); it would be ...
5 years ago (2015-12-14 21:10:25 UTC) #15
gab
https://codereview.chromium.org/1505813003/diff/60001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/60001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode96 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:96: base::PlatformThread::SetCurrentThreadPriority(previous_priority); On 2015/12/14 21:10:25, grt wrote: > it would ...
5 years ago (2015-12-15 16:49:38 UTC) #16
proberge
https://codereview.chromium.org/1505813003/diff/60001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc File chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc (right): https://codereview.chromium.org/1505813003/diff/60001/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc#newcode96 chrome/browser/safe_browsing/incident_reporting/environment_data_collection.cc:96: base::PlatformThread::SetCurrentThreadPriority(previous_priority); On 2015/12/15 16:49:38, gab wrote: > On 2015/12/14 ...
5 years ago (2015-12-16 15:19:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1505813003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1505813003/120001
5 years ago (2015-12-16 15:20:18 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-12-16 16:05:00 UTC) #22
commit-bot: I haz the power
5 years ago (2015-12-16 16:06:48 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/5e3721ac64f5951d1844d7308ce06c4786788565
Cr-Commit-Position: refs/heads/master@{#365537}

Powered by Google App Engine
This is Rietveld 408576698