| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Make the serialization of IPC::Messages inside other IPC::Messages independent | brettw@chromium.org | 2012-06-29 | 1 | -0/+13 |
* | Initial implementation of an IPC adapter to expose Chrome IPC to Native Client. | brettw@chromium.org | 2012-03-30 | 1 | -4/+5 |
* | Remove Pickle::WriteSize() now that it has no remaining callers. Also rename | mdm@chromium.org | 2012-03-23 | 1 | -8/+6 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -38/+118 |
* | Add comment about use of virtual | jar@chromium.org | 2011-09-25 | 1 | -0/+5 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -1/+2 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 1 | -2/+2 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+4 |
* | Change size() function to return a size_t so that result size is not inadvert... | mrossetti@chromium.org | 2011-01-28 | 1 | -2/+1 |
* | Check that we've got a complete header before accessing its fields. | glider@chromium.org | 2011-01-26 | 1 | -0/+1 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -3/+3 |
* | Pickle: handle invalid data on 64 bit systems. | rvargas@google.com | 2010-11-15 | 1 | -1/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -4/+4 |
* | Take out intptr_t IPC serialization support to prevent people from sending po... | jam@chromium.org | 2010-02-09 | 1 | -4/+0 |
* | Add Pickle::Read/WriteUint64. | thestig@chromium.org | 2009-10-28 | 1 | -0/+4 |
* | Add short circuit case for self assignment, and add virtual destructor | jar@chromium.org | 2009-08-07 | 1 | -1/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 1 | -0/+3 |
* | * Bring up render_mesages.cc on POSIX. | jeremy@chromium.org | 2008-12-29 | 1 | -0/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Adds capabilities for IPC messages of type long, for the primary purpose of a... | klink@google.com | 2008-08-22 | 1 | -0/+4 |
* | Remove class scoping operator from Pickle method declaration. | deanm@google.com | 2008-08-11 | 1 | -1/+1 |
* | Reapply 508 to determine if it was indeed the cause of the webkit-release-pla... | maruel@google.com | 2008-08-07 | 1 | -6/+0 |
* | Revert part of r508, it may have broken webkit-release-playback. | deanm@google.com | 2008-08-07 | 1 | -0/+6 |
* | Some cross platform changes and general cleanups to Pickle. | deanm@google.com | 2008-08-07 | 1 | -6/+0 |
* | Fix base::DIR_SOURCE_ROOT path calculation. | maruel@google.com | 2008-08-06 | 1 | -4/+4 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+259 |