summaryrefslogtreecommitdiffstats
path: root/base/pickle.h
Commit message (Expand)AuthorAgeFilesLines
* Add comment about use of virtualjar@chromium.org2011-09-251-0/+5
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-1/+2
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-2/+2
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+4
* Change size() function to return a size_t so that result size is not inadvert...mrossetti@chromium.org2011-01-281-2/+1
* Check that we've got a complete header before accessing its fields.glider@chromium.org2011-01-261-0/+1
* Start sorting methods in class declarations.erg@google.com2011-01-071-3/+3
* Pickle: handle invalid data on 64 bit systems.rvargas@google.com2010-11-151-1/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-011-4/+4
* Take out intptr_t IPC serialization support to prevent people from sending po...jam@chromium.org2010-02-091-4/+0
* Add Pickle::Read/WriteUint64.thestig@chromium.org2009-10-281-0/+4
* Add short circuit case for self assignment, and add virtual destructorjar@chromium.org2009-08-071-1/+1
* 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-0/+3
* * Bring up render_mesages.cc on POSIX.jeremy@chromium.org2008-12-291-0/+4
* 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/+4
* Remove class scoping operator from Pickle method declaration.deanm@google.com2008-08-111-1/+1
* Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...maruel@google.com2008-08-071-6/+0
* Revert part of r508, it may have broken webkit-release-playback.deanm@google.com2008-08-071-0/+6
* Some cross platform changes and general cleanups to Pickle.deanm@google.com2008-08-071-6/+0
* Fix base::DIR_SOURCE_ROOT path calculation.maruel@google.com2008-08-061-4/+4
* Add base to the repository.initial.commit2008-07-261-0/+259