| Commit message (Expand) | Author | Age | Files | Lines |
* | Kills TraceTicks, which was functionally the same as TimeTicks | charliea | 2015-11-05 | 1 | -19/+0 |
* | ipc: Add ParamTraits<signed char> | ortuno | 2015-10-30 | 1 | -0/+18 |
* | Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMem... | erikchen | 2015-10-24 | 1 | -0/+6 |
* | Revert of mac: Add auto-close and share-read-only functionality to SharedMemo... | erikchen | 2015-10-23 | 1 | -6/+0 |
* | mac: Add auto-close and share-read-only functionality to Mach based SharedMem... | erikchen | 2015-10-23 | 1 | -0/+6 |
* | ipc: Implement MachPortMac serialization. | erikchen | 2015-10-09 | 1 | -3/+22 |
* | Detecting and fixing stringprintf.h format bugs | brucedawson | 2015-10-06 | 1 | -1/+1 |
* | mac: Implement Mach-primitive backed shared memory. | erikchen | 2015-10-02 | 1 | -17/+34 |
* | Make SharedMemoryHandle a class on windows. | erikchen | 2015-09-25 | 1 | -2/+55 |
* | ipc: Convert int types from basictypes.h to the ones from stdint.h | tfarina | 2015-09-04 | 1 | -24/+24 |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | erikchen | 2015-08-27 | 1 | -4/+2 |
* | Reland #1: IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-22 | 1 | -2/+4 |
* | Revert of IPC: Add attachment brokering support to the message header. (patch... | ricea | 2015-08-20 | 1 | -4/+2 |
* | IPC: Add attachment brokering support to the message header. | erikchen | 2015-08-20 | 1 | -2/+4 |
* | Stub in more IPC attachment brokering functionality. | erikchen | 2015-07-07 | 1 | -0/+22 |
* | Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1... | scottmg | 2015-06-19 | 1 | -0/+56 |
* | Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ... | scottmg | 2015-06-19 | 1 | -56/+0 |
* | Mac: Make SharedMemoryHandle its own class. | erikchen | 2015-06-19 | 1 | -0/+56 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -37/+55 |
* | Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks | miu | 2015-05-29 | 1 | -0/+19 |
* | Convert JsonWriter::Write to taking a const ref for the in-param | estade | 2015-05-16 | 1 | -2/+2 |
* | More base::Values-related bare pointer -> scoped_ptr conversions | estade | 2015-05-12 | 1 | -1/+1 |
* | Cleanup: Remove wstring methods from base::Pickle. | thestig | 2015-03-11 | 1 | -6/+0 |
* | IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment | morrita | 2015-01-31 | 1 | -6/+12 |
* | IPC: Generalize FileDescriptorSet to MessageAttachmentSet | morrita | 2015-01-14 | 1 | -3/+2 |
* | Remove deprecated methods from Pickle. | avi | 2014-12-28 | 1 | -14/+14 |
* | Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h... | avi | 2014-12-28 | 1 | -14/+14 |
* | Remove deprecated methods from Pickle. | Avi Drissman | 2014-12-22 | 1 | -14/+14 |
* | IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message | morrita | 2014-09-24 | 1 | -7/+18 |
* | Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 | pkasting@chromium.org | 2014-07-18 | 1 | -15/+11 |
* | Convert Media Galleries to use base::File | rvargas@chromium.org | 2014-01-27 | 1 | -7/+7 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Optimize ParamTraits<float> and ParamTraits<double> | piman@chromium.org | 2013-10-31 | 1 | -21/+2 |
* | Add support for marshalling unsigned char in IPC. | tsepez@chromium.org | 2013-07-12 | 1 | -17/+34 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -3/+3 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -36/+40 |
* | Move nullable_string16.h to the string subdirectory. | avi@chromium.org | 2013-06-13 | 1 | -6/+9 |
* | Revert 205889 "Revert 205775 "Revert 205772 "Revert "Revert 2054..." | jochen@chromium.org | 2013-06-13 | 1 | -2/+0 |
* | Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." | jochen@chromium.org | 2013-06-12 | 1 | -0/+2 |
* | Revert 205772 "Revert "Revert 205443 "headless windows content_s..." | jochen@chromium.org | 2013-06-12 | 1 | -2/+0 |
* | Revert "Revert 205443 "headless windows content_shell"" | jochen@chromium.org | 2013-06-12 | 1 | -0/+2 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Proudly fixing funny indents since 1969 | groby@chromium.org | 2013-03-30 | 1 | -3/+3 |
* | Fix libcxx build. | eugenis@chromium.org | 2013-03-20 | 1 | -2/+5 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -9/+10 |
* | Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds | jschuh@chromium.org | 2013-03-04 | 1 | -5/+5 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |