summaryrefslogtreecommitdiffstats
path: root/base/pickle.cc
Commit message (Expand)AuthorAgeFilesLines
* Add short circuit case for self assignment, and add virtual destructorjar@chromium.org2009-08-071-2/+7
* Add defensive code in pickle to preclude realloc of shared header_ memory.jar@chromium.org2009-08-031-2/+7
* WriteData and BeginWriteData should fail if length iswtc@chromium.org2009-07-281-3/+3
* Fix a couple of integer issues in Pickle deserialization. Neither representcevans@chromium.org2009-06-251-1/+4
* Moved bug to external tracker.maruel@chromium.org2009-06-011-6/+6
* Change Pickle to double its capacity by default, rather than increasingmpcomplete@google.com2009-03-161-1/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-1/+25
* * Bring up render_mesages.cc on POSIX.jeremy@chromium.org2008-12-291-0/+14
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Adds capabilities for IPC messages of type long, for the primary purpose of a...klink@google.com2008-08-221-0/+16
* Fix more compiler warnings.darin@google.com2008-08-151-3/+3
* Don't cast negative values to unsigned. This eliminates warnings in GCC.deanm@google.com2008-08-131-4/+7
* Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...maruel@google.com2008-08-071-9/+10
* Revert part of r508, it may have broken webkit-release-playback.deanm@google.com2008-08-071-10/+9
* Some cross platform changes and general cleanups to Pickle.deanm@google.com2008-08-071-9/+10
* Fix base::DIR_SOURCE_ROOT path calculation.maruel@google.com2008-08-061-3/+9
* Add base to the repository.initial.commit2008-07-261-0/+348