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

Issue 2634573003: Query NaCl processes' GDB debug port on the correct thread. (Closed)

Created:
3 years, 11 months ago by Wez
Modified:
3 years, 11 months ago
Reviewers:
afakhry, bradnelson
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Query NaCl processes' GDB debug port on the correct thread. TaskGroup previously called NaClBrowser on the UI thread, to refresh the GDB debug port information for NaCl processes. NaClBrowser is designed to be accessed only from the Browser's IO thread; this patch fixes that. BUG=630861 Review-Url: https://codereview.chromium.org/2634573003 Cr-Commit-Position: refs/heads/master@{#444849} Committed: https://chromium.googlesource.com/chromium/src/+/f0bd838cce8870a95aec33be0b58151bd80f96aa

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -7 lines) Patch
M chrome/browser/task_manager/sampling/task_group.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/task_manager/sampling/task_group.cc View 3 chunks +20 lines, -7 lines 1 comment Download

Dependent Patchsets:

Messages

Total messages: 18 (8 generated)
Wez
afakhry: PTAL as TaskManager OWNER. Implementing this, I notice that each TaskGroup seems to post ...
3 years, 11 months ago (2017-01-13 18:59:10 UTC) #2
bradnelson
That's correct the port is only set at startup (though it isn't immediately known on ...
3 years, 11 months ago (2017-01-13 19:21:43 UTC) #5
bradnelson
lgtm
3 years, 11 months ago (2017-01-13 19:21:48 UTC) #6
Wez
bradnelson: Assuming that we can distinguish NaCl and non-NaCl processes in TaskGroup then how about ...
3 years, 11 months ago (2017-01-13 19:46:27 UTC) #7
Wez
afahkry: Pingy!
3 years, 11 months ago (2017-01-19 20:10:37 UTC) #10
afakhry
Oh, sorry, I thought I already reviewed this. LGTM
3 years, 11 months ago (2017-01-19 20:58:45 UTC) #11
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/2634573003/1
3 years, 11 months ago (2017-01-19 20:59:44 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/f0bd838cce8870a95aec33be0b58151bd80f96aa
3 years, 11 months ago (2017-01-19 21:47:43 UTC) #16
Wez
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2649063003/ by wez@chromium.org. ...
3 years, 11 months ago (2017-01-23 19:58:02 UTC) #17
afakhry
3 years, 11 months ago (2017-01-23 20:58:38 UTC) #18
Message was sent while issue was closed.
https://codereview.chromium.org/2634573003/diff/1/chrome/browser/task_manager...
File chrome/browser/task_manager/sampling/task_group.cc (right):

https://codereview.chromium.org/2634573003/diff/1/chrome/browser/task_manager...
chrome/browser/task_manager/sampling/task_group.cc:34: REFRESH_TYPE_NACL ||
I should have caught this, sorry.

Powered by Google App Engine
This is Rietveld 408576698