summaryrefslogtreecommitdiffstats
path: root/base/pickle.h
Commit message (Expand)AuthorAgeFilesLines
* Add a Pickle::GetTotalAllocatedSize() to estimate its memory usageprimiano2015-06-111-1/+7
* Remove namespace using directive for base::Pickle.brettw2015-06-031-4/+0
* Move Pickle to base namespace.brettw2015-06-021-5/+13
* Cleanup: Fix base header include guards.tfarina2015-05-131-3/+3
* Cleanup: Remove wstring methods from base::Pickle.thestig2015-03-111-2/+0
* Adding StringPiece read/write support to pickle.brucedawson2015-03-101-2/+7
* Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60...brucedawson2015-03-051-7/+2
* Adding StringPiece/StringPiece16 read/write support to pickle, andbrucedawson2015-03-041-2/+7
* Remove deprecated methods from Pickle.avi2014-12-281-84/+15
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-15/+84
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-84/+15
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-021-0/+10
* add double support to base::Picklemostynb@opera.com2014-07-141-0/+8
* dllexport Pickle::WriteBytesStatichans@chromium.org2014-06-111-1/+1
* Refactor PickleIterator.halyavin@google.com2014-06-021-10/+17
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-3/+3
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-1/+1
* Avoid undefined behaviour in Pickle::FindNext.halyavin@google.com2013-11-011-0/+1
* Pickle::Write* micro-optimizationspiman@chromium.org2013-10-311-29/+30
* Remove Pickle::BeginWriteData/TrimWriteData, it's not usedpiman@chromium.org2013-10-301-22/+0
* IPC pickling optimization for render passes.danakj@chromium.org2013-10-291-0/+5
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-1/+1
* Propogate WARN_UNUSED_RESULT up from PickeIterator methods to Pickle wrapper ...tsepez@chromium.org2013-10-161-14/+30
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Rename non-const payload() in base::Pickle to mutable_pyload()sergeyu@chromium.org2013-01-181-9/+6
* Add support to Pickle for reading and writing floatsrbyers@chromium.org2012-11-281-0/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make the serialization of IPC::Messages inside other IPC::Messages independentbrettw@chromium.org2012-06-291-0/+13
* Initial implementation of an IPC adapter to expose Chrome IPC to Native Client.brettw@chromium.org2012-03-301-4/+5
* Remove Pickle::WriteSize() now that it has no remaining callers. Also renamemdm@chromium.org2012-03-231-8/+6
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-38/+118
* 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