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