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

Issue 9641005: Remove Pickle::WriteSize() now that it has no remaining callers. (Closed)

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

Description

Remove Pickle::WriteSize() now that it has no remaining callers. Also rename Pickle::WriteLong() to WriteLongUsingDangerousNonPortableLessPersistableForm() and add a strongly-worded comment against its use; it is used only for IPC which is safe. (These methods write variable amounts of data to pickles, depending on architecture, and aren't safe if pickles are persisted.) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128347

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -14 lines) Patch
M base/pickle.h View 1 2 3 chunks +6 lines, -8 lines 0 comments Download
M base/pickle.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Mike Mammarella
8 years, 9 months ago (2012-03-08 02:25:40 UTC) #1
Mike Mammarella
On 2012/03/08 02:25:40, Mike Mammarella wrote: jar: ping
8 years, 9 months ago (2012-03-09 20:58:58 UTC) #2
jar (doing other things)
https://chromiumcodereview.appspot.com/9641005/diff/1/base/pickle.h File base/pickle.h (right): https://chromiumcodereview.appspot.com/9641005/diff/1/base/pickle.h#newcode105 base/pickle.h:105: // between dissimilar systems, YOUR PICKLES WILL HAVE GONE ...
8 years, 9 months ago (2012-03-09 22:13:36 UTC) #3
Mike Mammarella
https://chromiumcodereview.appspot.com/9641005/diff/1/base/pickle.h File base/pickle.h (right): https://chromiumcodereview.appspot.com/9641005/diff/1/base/pickle.h#newcode105 base/pickle.h:105: // between dissimilar systems, YOUR PICKLES WILL HAVE GONE ...
8 years, 9 months ago (2012-03-10 00:24:42 UTC) #4
Mike Mammarella
8 years, 9 months ago (2012-03-21 04:30:41 UTC) #5
Mike Mammarella
ping
8 years, 9 months ago (2012-03-22 20:12:47 UTC) #6
jar (doing other things)
https://chromiumcodereview.appspot.com/9641005/diff/6001/base/pickle.h File base/pickle.h (right): https://chromiumcodereview.appspot.com/9641005/diff/6001/base/pickle.h#newcode198 base/pickle.h:198: // between dissimilar systems, YOUR PICKLES WILL HAVE GONE ...
8 years, 9 months ago (2012-03-22 21:08:57 UTC) #7
Mike Mammarella
https://chromiumcodereview.appspot.com/9641005/diff/6001/base/pickle.h File base/pickle.h (right): https://chromiumcodereview.appspot.com/9641005/diff/6001/base/pickle.h#newcode198 base/pickle.h:198: // between dissimilar systems, YOUR PICKLES WILL HAVE GONE ...
8 years, 9 months ago (2012-03-22 21:30:52 UTC) #8
jar (doing other things)
lgtm
8 years, 9 months ago (2012-03-22 21:46:50 UTC) #9
Mike Mammarella
+jam for ipc
8 years, 9 months ago (2012-03-22 21:52:23 UTC) #10
jam
lgtm
8 years, 9 months ago (2012-03-22 21:54:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mdm@chromium.org/9641005/16001
8 years, 9 months ago (2012-03-22 21:55:55 UTC) #12
commit-bot: I haz the power
8 years, 9 months ago (2012-03-23 00:03:11 UTC) #13
Change committed as 128347

Powered by Google App Engine
This is Rietveld 408576698