index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
pickle.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.
pkasting
2014-10-02
1
-0
/
+10
*
add double support to base::Pickle
mostynb@opera.com
2014-07-14
1
-0
/
+12
*
Refactor PickleIterator.
halyavin@google.com
2014-06-02
1
-14
/
+27
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
1
-0
/
+3
*
Force memcpy when reading a float, to avoid alignment issues
piman@chromium.org
2013-11-18
1
-1
/
+9
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-3
/
+3
*
Avoid undefined behaviour in Pickle::FindNext.
halyavin@google.com
2013-11-01
1
-6
/
+4
*
Pickle::Write* micro-optimizations
piman@chromium.org
2013-10-31
1
-59
/
+58
*
Remove Pickle::BeginWriteData/TrimWriteData, it's not used
piman@chromium.org
2013-10-30
1
-46
/
+4
*
IPC pickling optimization for render passes.
danakj@chromium.org
2013-10-29
1
-1
/
+11
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-3
/
+3
*
Rename non-const payload() in base::Pickle to mutable_pyload()
sergeyu@chromium.org
2013-01-18
1
-1
/
+1
*
Add support to Pickle for reading and writing floats
rbyers@chromium.org
2012-11-28
1
-0
/
+4
*
Remove Pickle::WriteSize() now that it has no remaining callers. Also rename
mdm@chromium.org
2012-03-23
1
-4
/
+0
*
Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while c...
glider@chromium.org
2012-03-13
1
-6
/
+2
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-204
/
+138
*
Cleanup: Remove a static initializer in pickle.cc.
thestig@chromium.org
2011-10-10
1
-4
/
+2
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-1
/
+1
*
Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible
kushi.p@gmail.com
2011-05-04
1
-1
/
+1
*
Update DCHECK() usage to utilize the more expressive debugging functions.
kushi.p@gmail.com
2011-04-22
1
-3
/
+3
*
Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http...
pkasting@chromium.org
2011-03-31
1
-2
/
+2
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+14
*
Check that we've got a complete header before accessing its fields.
glider@chromium.org
2011-01-26
1
-0
/
+3
*
Make the order of methods in the cc files match the headers in base/.
erg@google.com
2011-01-07
1
-51
/
+51
*
Pickle: handle invalid data on 64 bit systems.
rvargas@google.com
2010-11-15
1
-3
/
+13
*
Don't allow dragging browser actions between regular and incognito windows.
mpcomplete@chromium.org
2010-03-30
1
-0
/
+2
*
Switch base to using CHECK_*.
willchan@chromium.org
2010-03-02
1
-1
/
+1
*
Take out intptr_t IPC serialization support to prevent people from sending po...
jam@chromium.org
2010-02-09
1
-14
/
+0
*
Defense-in-depth: initialize some variables.
cevans@chromium.org
2009-12-30
1
-0
/
+3
*
Fix build breakage at r30320.
ukai@chromium.org
2009-10-28
1
-1
/
+1
*
Add Pickle::Read/WriteUint64.
thestig@chromium.org
2009-10-28
1
-2
/
+16
*
Add short circuit case for self assignment, and add virtual destructor
jar@chromium.org
2009-08-07
1
-2
/
+7
*
Add defensive code in pickle to preclude realloc of shared header_ memory.
jar@chromium.org
2009-08-03
1
-2
/
+7
*
WriteData and BeginWriteData should fail if length is
wtc@chromium.org
2009-07-28
1
-3
/
+3
*
Fix a couple of integer issues in Pickle deserialization. Neither represent
cevans@chromium.org
2009-06-25
1
-1
/
+4
*
Moved bug to external tracker.
maruel@chromium.org
2009-06-01
1
-6
/
+6
*
Change Pickle to double its capacity by default, rather than increasing
mpcomplete@google.com
2009-03-16
1
-1
/
+2
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Update clipboard classes to use string16 and FilePath instead of wstring.
estade@chromium.org
2009-03-04
1
-1
/
+25
*
* Bring up render_mesages.cc on POSIX.
jeremy@chromium.org
2008-12-29
1
-0
/
+14
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Adds capabilities for IPC messages of type long, for the primary purpose of a...
klink@google.com
2008-08-22
1
-0
/
+16
*
Fix more compiler warnings.
darin@google.com
2008-08-15
1
-3
/
+3
*
Don't cast negative values to unsigned. This eliminates warnings in GCC.
deanm@google.com
2008-08-13
1
-4
/
+7
*
Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...
maruel@google.com
2008-08-07
1
-9
/
+10
*
Revert part of r508, it may have broken webkit-release-playback.
deanm@google.com
2008-08-07
1
-10
/
+9
*
Some cross platform changes and general cleanups to Pickle.
deanm@google.com
2008-08-07
1
-9
/
+10
*
Fix base::DIR_SOURCE_ROOT path calculation.
maruel@google.com
2008-08-06
1
-3
/
+9
*
Add base to the repository.
initial.commit
2008-07-26
1
-0
/
+348