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

Issue 9696001: Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount (Closed)

Created:
8 years, 9 months ago by Mike Mammarella
Modified:
8 years, 9 months ago
CC:
chromium-reviews, MAD, Ilya Sherman, brettw-cc_chromium.org
Visibility:
Public.

Description

Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount of data, in histogram pickles. (The goal is to remove that method entirely. Uses that never persist or send pickles over the network are [probably] safe, but having the method around is waiting for accidental misuses.) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126514

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M base/metrics/histogram.cc View 6 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mike Mammarella
8 years, 9 months ago (2012-03-12 18:27:32 UTC) #1
Mike Mammarella
jar: this one's for you. (Pointing it out since I've cc'd you on all the ...
8 years, 9 months ago (2012-03-12 18:29:02 UTC) #2
jar (doing other things)
LGTM I don't think the perf difference here is that critical. I thought the real ...
8 years, 9 months ago (2012-03-12 18:33:00 UTC) #3
Mike Mammarella
On 2012/03/12 18:33:00, jar wrote: > LGTM I don't think the perf difference here is ...
8 years, 9 months ago (2012-03-12 18:37:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mdm@chromium.org/9696001/1
8 years, 9 months ago (2012-03-12 20:19:53 UTC) #5
commit-bot: I haz the power
Try job failure for 9696001-1 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-12 23:30:16 UTC) #6
Mike Mammarella
8 years, 9 months ago (2012-03-14 00:07:39 UTC) #7
I give up on win_rel. It's failing with unrelated stuff every time. I'm just
going to commit and watch carefully.

Powered by Google App Engine
This is Rietveld 408576698