- 6f3790a Resize IPC input buffer to fit the next message. by dskiba · 10 years ago
- f9ca8f5f0 base: Fix an inefficiency in base::Pickle that caused extraneous allocations. by erikchen · 10 years ago
- 32a7f50 Align base::Pickle allocations to 4k boundaries by primiano · 10 years ago
- 9882cf34 Add a Pickle::GetTotalAllocatedSize() to estimate its memory usage by primiano · 10 years ago
- a89dd42 Remove namespace using directive for base::Pickle. by brettw · 10 years ago
- 05cfd8ddb Move Pickle to base namespace. by brettw · 10 years ago
- a3116351 Cleanup: Fix base header include guards. by tfarina · 10 years ago
- f84f17f Cleanup: Remove wstring methods from base::Pickle. by thestig · 10 years ago
- eaa3896 Adding StringPiece read/write support to pickle. by brucedawson · 10 years ago
- d68c7ff Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60001 of https://codereview.chromium.org/927183002/) by brucedawson · 10 years ago
- fcfde7d9 Adding StringPiece/StringPiece16 read/write support to pickle, and by brucedawson · 10 years ago
- 48fc13b Remove deprecated methods from Pickle. by avi · 11 years ago
- f13c491 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 11 years ago
- b740bfe2 Remove deprecated methods from Pickle. by Avi Drissman · 11 years ago
- 89a19f14 Add Read/WriteSizeT() functions to the pickle layer, plus one consumer. by pkasting · 11 years ago
- 915cc7d add double support to base::Pickle by [email protected] · 11 years ago
- ba72160 dllexport Pickle::WriteBytesStatic by [email protected] · 11 years ago
- a15016f Refactor PickleIterator. by [email protected] · 11 years ago
- 476dafb Move more uses of string16 to specify base:: by [email protected] · 12 years ago
- 753bb25 Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by [email protected] · 12 years ago
- 33a38dd Avoid undefined behaviour in Pickle::FindNext. by [email protected] · 12 years ago
- d1b319fc Pickle::Write* micro-optimizations by [email protected] · 12 years ago
- 7280f2f Remove Pickle::BeginWriteData/TrimWriteData, it's not used by [email protected] · 12 years ago
- 032bfc4 IPC pickling optimization for render passes. by [email protected] · 12 years ago
- 9ea0ecd Remove unused IPC::Message priority. by [email protected] · 12 years ago
- aa63871 Propogate WARN_UNUSED_RESULT up from PickeIterator methods to Pickle wrapper methods. by [email protected] · 12 years ago
- d529cb0 Use a direct include of strings headers in base/. by [email protected] · 12 years ago
- e00a6c0a Rename non-const payload() in base::Pickle to mutable_pyload() by [email protected] · 13 years ago
- b1f61b03 Add support to Pickle for reading and writing floats by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 34d4861 Make the serialization of IPC::Messages inside other IPC::Messages independent by [email protected] · 13 years ago
- 73d96dc Initial implementation of an IPC adapter to expose Chrome IPC to Native Client. by [email protected] · 13 years ago
- c272d08c Remove Pickle::WriteSize() now that it has no remaining callers. Also rename by [email protected] · 13 years ago
- ce208f87 Refactor Pickle Read methods to use higher performance PickleIterator. by [email protected] · 13 years ago
- f60c32b Add comment about use of virtual by [email protected] · 14 years ago
- 0bea725 Rename BASE_API to BASE_EXPORT. by [email protected] · 14 years ago
- 90509cb Base: A few more files using BASE_API (for base.dll) by [email protected] · 14 years ago
- 5d2b449 More DCHECK() updates. A mixture of _EQ and _GE. by [email protected] · 15 years ago
- 6d81b48 Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by [email protected] · 15 years ago
- 8a86140 Change size() function to return a size_t so that result size is not inadvertently truncated. by [email protected] · 15 years ago
- 137d237 Check that we've got a complete header before accessing its fields. by [email protected] · 15 years ago
- a502bbe7 Start sorting methods in class declarations. by [email protected] · 15 years ago
- d87f8e6f Pickle: handle invalid data on 64 bit systems. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- a918f87 [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement by [email protected] · 15 years ago
- 3747791 Take out intptr_t IPC serialization support to prevent people from sending pointers between trusted and untrusted processes. Move HWNDs and other Windows HANDLEs serialization to use 32 bits even on 64 bit platforms since that's all that's needed. by [email protected] · 16 years ago
- b7a5d99 Add Pickle::Read/WriteUint64. by [email protected] · 16 years ago
- b944f61 Add short circuit case for self assignment, and add virtual destructor by [email protected] · 16 years ago
- 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
- 3a2a5d2 Update clipboard classes to use string16 and FilePath instead of wstring. by [email protected] · 16 years ago
- 48ce616a * Bring up render_mesages.cc on POSIX. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- 43beaef4 Adds capabilities for IPC messages of type long, for the primary purpose of accessibility related communication. by [email protected] · 17 years ago
- 75c8f1d Remove class scoping operator from Pickle method declaration. by [email protected] · 17 years ago
- 9f16de0 Reapply 508 to determine if it was indeed the cause of the webkit-release-playback failure. by [email protected] · 17 years ago
- 65b1094 Revert part of r508, it may have broken webkit-release-playback. by [email protected] · 17 years ago
- d26cd527 Some cross platform changes and general cleanups to Pickle. by [email protected] · 17 years ago
- c9046af Fix base::DIR_SOURCE_ROOT path calculation. by [email protected] · 17 years ago
- d7cae12 Add base to the repository. by initial.commit · 17 years ago