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

Issue 2422213002: Added support for storing arbitrary user data. (Closed)

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

Description

Added support for storing arbitrary user data. BUG=620813 Committed: https://crrev.com/8c1185f4d080a62ae5334a6644c2b74a3458a5fe Cr-Commit-Position: refs/heads/master@{#432210}

Patch Set 1 #

Patch Set 2 : use size_t for constants #

Patch Set 3 : incremented version number of tracker since structure has changed #

Patch Set 4 : change to class that stores key/value pairs (not yet connected) #

Patch Set 5 : plumb ActivityUserData all the way through #

Total comments: 41

Patch Set 6 : addressed comments by PA #

Total comments: 2

Patch Set 7 : rebased #

Patch Set 8 : addressed final review comments by PA #

Patch Set 9 : some 'git cl format' changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -68 lines) Patch
M base/debug/activity_analyzer_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -7 lines 0 comments Download
M base/debug/activity_tracker.h View 1 2 3 4 5 6 7 8 14 chunks +176 lines, -28 lines 0 comments Download
M base/debug/activity_tracker.cc View 1 2 3 4 5 6 7 14 chunks +239 lines, -20 lines 0 comments Download
M base/debug/activity_tracker_unittest.cc View 1 2 3 4 5 6 7 8 12 chunks +55 lines, -13 lines 0 comments Download

Messages

Total messages: 79 (66 generated)
bcwhite
4 years, 2 months ago (2016-10-17 17:45:00 UTC) #8
bcwhite
Okay, different approach. Now a full-fledged class that can store (and update) arbitrary key/value pairs ...
4 years, 1 month ago (2016-10-28 18:14:42 UTC) #20
manzagop (departed)
On 2016/10/28 18:14:42, bcwhite wrote: > Okay, different approach. Now a full-fledged class that can ...
4 years, 1 month ago (2016-10-28 22:08:11 UTC) #23
bcwhite
On 2016/10/28 22:08:11, manzagop wrote: > On 2016/10/28 18:14:42, bcwhite wrote: > > Okay, different ...
4 years, 1 month ago (2016-11-03 22:56:36 UTC) #41
manzagop (departed)
Nice! Mostly nits/questions aside from: - need to use atomic operations for consistent view from ...
4 years, 1 month ago (2016-11-11 17:01:42 UTC) #44
bcwhite
- need to use atomic operations for consistent view from outside? Done. - is the ...
4 years, 1 month ago (2016-11-14 15:08:43 UTC) #47
manzagop (departed)
Great! lgtm https://codereview.chromium.org/2422213002/diff/160001/base/debug/activity_tracker.cc File base/debug/activity_tracker.cc (right): https://codereview.chromium.org/2422213002/diff/160001/base/debug/activity_tracker.cc#newcode219 base/debug/activity_tracker.cc:219: // against the header. It's extent (the ...
4 years, 1 month ago (2016-11-14 19:51:18 UTC) #54
bcwhite
https://codereview.chromium.org/2422213002/diff/160001/base/debug/activity_tracker.cc File base/debug/activity_tracker.cc (right): https://codereview.chromium.org/2422213002/diff/160001/base/debug/activity_tracker.cc#newcode219 base/debug/activity_tracker.cc:219: // against the header. It's extent (the reserved space, ...
4 years, 1 month ago (2016-11-15 13:37:48 UTC) #64
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/2422213002/220001
4 years, 1 month ago (2016-11-15 13:38:05 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/304311)
4 years, 1 month ago (2016-11-15 13:44:19 UTC) #69
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/2422213002/260001
4 years, 1 month ago (2016-11-15 17:34:09 UTC) #76
commit-bot: I haz the power
Committed patchset #9 (id:260001)
4 years, 1 month ago (2016-11-15 17:42:46 UTC) #77
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 18:02:24 UTC) #79
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/8c1185f4d080a62ae5334a6644c2b74a3458a5fe
Cr-Commit-Position: refs/heads/master@{#432210}

Powered by Google App Engine
This is Rietveld 408576698