| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove a static initializer in pickle.cc. | thestig@chromium.org | 2011-10-10 | 1 | -4/+2 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible | kushi.p@gmail.com | 2011-05-04 | 1 | -1/+1 |
* | Update DCHECK() usage to utilize the more expressive debugging functions. | kushi.p@gmail.com | 2011-04-22 | 1 | -3/+3 |
* | Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http... | pkasting@chromium.org | 2011-03-31 | 1 | -2/+2 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+14 |
* | Check that we've got a complete header before accessing its fields. | glider@chromium.org | 2011-01-26 | 1 | -0/+3 |
* | Make the order of methods in the cc files match the headers in base/. | erg@google.com | 2011-01-07 | 1 | -51/+51 |
* | Pickle: handle invalid data on 64 bit systems. | rvargas@google.com | 2010-11-15 | 1 | -3/+13 |
* | Don't allow dragging browser actions between regular and incognito windows. | mpcomplete@chromium.org | 2010-03-30 | 1 | -0/+2 |
* | Switch base to using CHECK_*. | willchan@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Take out intptr_t IPC serialization support to prevent people from sending po... | jam@chromium.org | 2010-02-09 | 1 | -14/+0 |
* | Defense-in-depth: initialize some variables. | cevans@chromium.org | 2009-12-30 | 1 | -0/+3 |
* | Fix build breakage at r30320. | ukai@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | Add Pickle::Read/WriteUint64. | thestig@chromium.org | 2009-10-28 | 1 | -2/+16 |
* | Add short circuit case for self assignment, and add virtual destructor | jar@chromium.org | 2009-08-07 | 1 | -2/+7 |
* | Add defensive code in pickle to preclude realloc of shared header_ memory. | jar@chromium.org | 2009-08-03 | 1 | -2/+7 |
* | WriteData and BeginWriteData should fail if length is | wtc@chromium.org | 2009-07-28 | 1 | -3/+3 |
* | Fix a couple of integer issues in Pickle deserialization. Neither represent | cevans@chromium.org | 2009-06-25 | 1 | -1/+4 |
* | Moved bug to external tracker. | maruel@chromium.org | 2009-06-01 | 1 | -6/+6 |
* | Change Pickle to double its capacity by default, rather than increasing | mpcomplete@google.com | 2009-03-16 | 1 | -1/+2 |
* | 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 | -1/+25 |
* | * Bring up render_mesages.cc on POSIX. | jeremy@chromium.org | 2008-12-29 | 1 | -0/+14 |
* | 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/+16 |
* | Fix more compiler warnings. | darin@google.com | 2008-08-15 | 1 | -3/+3 |
* | Don't cast negative values to unsigned. This eliminates warnings in GCC. | deanm@google.com | 2008-08-13 | 1 | -4/+7 |
* | Reapply 508 to determine if it was indeed the cause of the webkit-release-pla... | maruel@google.com | 2008-08-07 | 1 | -9/+10 |
* | Revert part of r508, it may have broken webkit-release-playback. | deanm@google.com | 2008-08-07 | 1 | -10/+9 |
* | Some cross platform changes and general cleanups to Pickle. | deanm@google.com | 2008-08-07 | 1 | -9/+10 |
* | Fix base::DIR_SOURCE_ROOT path calculation. | maruel@google.com | 2008-08-06 | 1 | -3/+9 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+348 |