| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for re-enabling more MSVC level 4 warnings: base/ edition | pkasting@chromium.org | 2014-07-03 | 1 | -1/+3 |
* | Pass the shared memory handle in to StatsTable rather than consulting the Glo... | brettw@chromium.org | 2014-04-08 | 1 | -29/+31 |
* | Deprecate named base::SharedMemory. | viettrungluu@chromium.org | 2014-03-05 | 1 | -1/+1 |
* | Deprecate base::SharedMemory's lock functionality. | viettrungluu@chromium.org | 2014-02-24 | 1 | -2/+3 |
* | Pass StatsTable shared memory via global descriptors on Posix rather than usi... | rmcilroy@chromium.org | 2013-10-16 | 1 | -62/+106 |
* | Fix off-by-one error in StatsTable::GetRowValue(). | rmcilroy@chromium.org | 2013-08-28 | 1 | -2/+2 |
* | Update include paths in base for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Use a direct include of the shared_memory header in base/, chrome/, components/. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Remving global statics from the headers, so we can split-link. | cpu@chromium.org | 2013-05-21 | 1 | -3/+11 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -1/+1 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 1 | -1/+1 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Initialize StatsTable::Private members. | finnur@chromium.org | 2011-02-11 | 1 | -2/+9 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -127/+127 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+1 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -0/+553 |