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

Issue 2511043003: Support for extracting user-data from activity tracking. (Closed)

Created:
4 years, 1 month ago by bcwhite
Modified:
4 years ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support for extracting user-data from activity tracking. BUG=620813 Committed: https://crrev.com/587c325214007a9f00a8f4f3e577f6d2dadd124c Cr-Commit-Position: refs/heads/master@{#437454}

Patch Set 1 #

Patch Set 2 : full support for reading out user-data values #

Patch Set 3 : addressed review comments by Alexei #

Total comments: 20

Patch Set 4 : rebased #

Patch Set 5 : address review comments my PA #

Total comments: 14

Patch Set 6 : refactored so global information sits in an extended snapshot #

Total comments: 4

Patch Set 7 : addressed final review comments my PA #

Patch Set 8 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+670 lines, -157 lines) Patch
M base/debug/activity_analyzer.h View 1 2 3 4 5 6 7 4 chunks +22 lines, -2 lines 0 comments Download
M base/debug/activity_analyzer.cc View 1 2 3 4 5 6 7 4 chunks +61 lines, -1 line 0 comments Download
M base/debug/activity_analyzer_unittest.cc View 1 2 3 4 5 6 7 2 chunks +145 lines, -0 lines 0 comments Download
M base/debug/activity_tracker.h View 1 2 3 4 5 6 7 18 chunks +150 lines, -65 lines 0 comments Download
M base/debug/activity_tracker.cc View 1 2 3 4 5 6 7 14 chunks +262 lines, -63 lines 0 comments Download
M base/debug/activity_tracker_unittest.cc View 1 2 3 4 5 7 chunks +24 lines, -21 lines 0 comments Download
M components/browser_watcher/postmortem_report_collector.h View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M components/browser_watcher/postmortem_report_collector.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 64 (56 generated)
bcwhite
4 years ago (2016-11-25 19:08:23 UTC) #20
manzagop (departed)
Great! A few comments. Sorry this took so long. https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc File base/debug/activity_tracker.cc (right): https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc#newcode246 base/debug/activity_tracker.cc:246: ...
4 years ago (2016-11-29 22:42:58 UTC) #21
bcwhite
https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc File base/debug/activity_tracker.cc (right): https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc#newcode246 base/debug/activity_tracker.cc:246: std::atomic<uint32_t> ActivityUserData::next_id_; On 2016/11/29 22:42:58, manzagop wrote: > Did ...
4 years ago (2016-12-01 16:29:39 UTC) #28
manzagop (departed)
lgtm with nits Looking forward to using this!! https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc File base/debug/activity_tracker.cc (right): https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc#newcode404 base/debug/activity_tracker.cc:404: values_.insert(std::make_pair(key, ...
4 years ago (2016-12-02 22:13:33 UTC) #40
bcwhite
https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc File base/debug/activity_tracker.cc (right): https://codereview.chromium.org/2511043003/diff/80001/base/debug/activity_tracker.cc#newcode404 base/debug/activity_tracker.cc:404: values_.insert(std::make_pair(key, std::move(info))); On 2016/12/02 22:13:32, manzagop wrote: > On ...
4 years ago (2016-12-08 21:30:56 UTC) #43
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/2511043003/220001
4 years ago (2016-12-09 03:08:09 UTC) #60
commit-bot: I haz the power
Committed patchset #8 (id:220001)
4 years ago (2016-12-09 03:38:32 UTC) #62
commit-bot: I haz the power
4 years ago (2016-12-09 03:40:33 UTC) #64
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/587c325214007a9f00a8f4f3e577f6d2dadd124c
Cr-Commit-Position: refs/heads/master@{#437454}

Powered by Google App Engine
This is Rietveld 408576698