1. 7f5c574 Generate param traits size methods for IPC files in content/ (and traits it depends on). by jam · 8 years ago
  2. 923e546 Add compile time checks against longs being used in IPC structs on 32 bit Android. by jam · 9 years ago
  3. 15c8ac4 Add message sizing to basic IPC traits and struct macros. by rockot · 9 years ago
  4. 6dbfea5 IPC::Message -> base::Pickle by rockot · 9 years ago
  5. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  6. 76180b0 [mojo] Use base::Pickle for Message storage. by rockot · 9 years ago
  7. 27b4007 Remove kuint32max. by avi · 9 years ago
  8. aa08dcb Resize IPC input buffer to fit the next message. by dskiba · 9 years ago
  9. b2ca776 base: Fix an inefficiency in base::Pickle that caused extraneous allocations. by erikchen · 9 years ago
  10. 47c6906 Align base::Pickle allocations to 4k boundaries by primiano · 9 years ago
  11. 03f7750 Add a Pickle::GetTotalAllocatedSize() to estimate its memory usage by primiano · 9 years ago
  12. d0d6265 Remove namespace using directive for base::Pickle. by brettw · 9 years ago
  13. a487947 Move Pickle to base namespace. by brettw · 9 years ago
  14. b6d62d8 Cleanup: Fix base header include guards. by tfarina · 9 years ago
  15. 4a30855 Cleanup: Remove wstring methods from base::Pickle. by thestig · 10 years ago
  16. 0fff389 Adding StringPiece read/write support to pickle. by brucedawson · 10 years ago
  17. b7cf51f Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60001 of https://codereview.chromium.org/927183002/) by brucedawson · 10 years ago
  18. 6914d78 Adding StringPiece/StringPiece16 read/write support to pickle, and by brucedawson · 10 years ago
  19. c9f0ad0 Remove deprecated methods from Pickle. by avi · 10 years ago
  20. fadd1f2 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
  21. dcc95fa Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
  22. 7ed1f88 Add Read/WriteSizeT() functions to the pickle layer, plus one consumer. by pkasting · 10 years ago
  23. f0b7853 add double support to base::Pickle by mostynb@opera.com · 10 years ago
  24. 048af68 dllexport Pickle::WriteBytesStatic by hans@chromium.org · 10 years ago
  25. 0398c72 Refactor PickleIterator. by halyavin@google.com · 10 years ago
  26. 5b04085 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
  27. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  28. 893e5bb Avoid undefined behaviour in Pickle::FindNext. by halyavin@google.com · 11 years ago
  29. 5d3eee2 Pickle::Write* micro-optimizations by piman@chromium.org · 11 years ago
  30. 6758b9e Remove Pickle::BeginWriteData/TrimWriteData, it's not used by piman@chromium.org · 11 years ago
  31. 888b12a IPC pickling optimization for render passes. by danakj@chromium.org · 11 years ago
  32. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  33. d74e7ad Propogate WARN_UNUSED_RESULT up from PickeIterator methods to Pickle wrapper methods. by tsepez@chromium.org · 11 years ago
  34. 67d593d Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  35. 2cbb1e2 Rename non-const payload() in base::Pickle to mutable_pyload() by sergeyu@chromium.org · 12 years ago
  36. a1f0b98 Add support to Pickle for reading and writing floats by rbyers@chromium.org · 12 years ago
  37. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  38. f48910a Make the serialization of IPC::Messages inside other IPC::Messages independent by brettw@chromium.org · 12 years ago
  39. 6471c93 Initial implementation of an IPC adapter to expose Chrome IPC to Native Client. by brettw@chromium.org · 12 years ago
  40. 69bca9d Remove Pickle::WriteSize() now that it has no remaining callers. Also rename by mdm@chromium.org · 12 years ago
  41. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
  42. 4bf312a Add comment about use of virtual by jar@chromium.org · 13 years ago
  43. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  44. 4891e7d Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  45. 73bfc43 More DCHECK() updates. A mixture of _EQ and _GE. by mhm@chromium.org · 14 years ago
  46. c85d0fd Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by bryner@chromium.org · 14 years ago
  47. 84db36d Change size() function to return a size_t so that result size is not inadvertently truncated. by mrossetti@chromium.org · 14 years ago
  48. 8b725fa Check that we've got a complete header before accessing its fields. by glider@chromium.org · 14 years ago
  49. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  50. 8d9b2b9 Pickle: handle invalid data on 64 bit systems. by rvargas@google.com · 14 years ago
  51. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  52. dd43b73 [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement by phajdan.jr@chromium.org · 14 years ago
  53. 8c00ed7 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 jam@chromium.org · 15 years ago
  54. eb9afb4 Add Pickle::Read/WriteUint64. by thestig@chromium.org · 15 years ago
  55. 4e105f1 Add short circuit case for self assignment, and add virtual destructor by jar@chromium.org · 15 years ago
  56. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  57. 38a18bf Update clipboard classes to use string16 and FilePath instead of wstring. by estade@chromium.org · 16 years ago
  58. 62ace90 * Bring up render_mesages.cc on POSIX. by jeremy@chromium.org · 16 years ago
  59. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  60. d7f6003 Adds capabilities for IPC messages of type long, for the primary purpose of accessibility related communication. by klink@google.com · 16 years ago
  61. 461aaed Remove class scoping operator from Pickle method declaration. by deanm@google.com · 16 years ago
  62. a01bb10 Reapply 508 to determine if it was indeed the cause of the webkit-release-playback failure. by maruel@google.com · 16 years ago
  63. 8ba9dfb Revert part of r508, it may have broken webkit-release-playback. by deanm@google.com · 16 years ago
  64. 75df310 Some cross platform changes and general cleanups to Pickle. by deanm@google.com · 16 years ago
  65. 825f879 Fix base::DIR_SOURCE_ROOT path calculation. by maruel@google.com · 16 years ago
  66. 3f4a732 Add base to the repository. by initial.commit · 16 years ago