summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Change size() function to return a size_t so that result size is not inadvert...mrossetti@chromium.org2011-01-281-2/+1
* Move some mac_util functions into foundation_util.rohitrao@chromium.org2011-01-285-293/+340
* Fix bug in ProcessIterator::CheckForNextProcess(). Under load it'ssky@chromium.org2011-01-281-4/+4
* Renames secure_hash.cc to secure_hash_default.ccbulach@chromium.org2011-01-282-2/+2
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-286-38/+24
* Disable OVERRIDE for clang for a while.thakis@chromium.org2011-01-271-2/+3
* Renames secure_hash_nss.cc to secure_hash.ccbulach@chromium.org2011-01-272-2/+2
* Abstracts SHA256 context for NSS / OpenSSL.bulach@chromium.org2011-01-276-0/+178
* Check that we've got a complete header before accessing its fields.glider@chromium.org2011-01-263-0/+15
* Add one more Valgrind header (memcheck.h) and update the one we already have. glider@chromium.org2011-01-263-122/+1268
* Allow CDSA/CSSM to be used on worker threads in debug builds by making both t...rsleevi@chromium.org2011-01-261-6/+6
* Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.willchan@chromium.org2011-01-262-2/+11
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-256-399/+389
* Temporary whitelist several cases of disk I/O on the UI threads in cros.nkostylev@chromium.org2011-01-241-0/+3
* Remove sanity check in RegKey to prevent usage of checkingamit@chromium.org2011-01-212-67/+34
* Make sure the process is _really_ gone after a __debugbreak(). We've had acevans@chromium.org2011-01-212-0/+6
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-2127-143/+125
* base/i18n: Add namespace i18n to CharIterator.tfarina@chromium.org2011-01-203-9/+25
* Move BiDiLineIterator to base/i18n/ directory.tfarina@chromium.org2011-01-203-0/+109
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-193-83/+242
* Fail gracefully if profile Temp dir can not be accessed.skerner@chromium.org2011-01-191-4/+5
* Remove unnecessary DCHECK causing unit test failure.amit@chromium.org2011-01-191-1/+0
* Regkey functions return error code instead of boolamit@chromium.org2011-01-194-148/+214
* Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...mattm@chromium.org2011-01-193-16/+16
* The SSL server's RSA private key must be imported with thewtc@chromium.org2011-01-191-3/+7
* Revert "Adding CHECKs to troubleshoot the crash issue ..."oshima@google.com2011-01-181-7/+0
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-183-31/+90
* Order function definitions in base/win/registry.cc according to the header.tfarina@chromium.org2011-01-142-162/+168
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-144-43/+42
* Clean up threading model of external extension providersgfeher@chromium.org2011-01-143-46/+0
* NSS: don't set environment variables when multi-threaded.agl@chromium.org2011-01-132-0/+21
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-132-7/+7
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-133-0/+58
* Fix GrabWindowSnapshot for Mac Chrome.rkc@chromium.org2011-01-121-9/+19
* Fixing several typos in gyp files detected by jeanluc's forthcoming changes t...bradnelson@google.com2011-01-111-1/+1
* Add workaround for VS2005 compile error introduced by r70933akalin@chromium.org2011-01-111-3/+27
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-114-19/+30
* Order function definitions in base/ according to the header.erg@google.com2011-01-1132-971/+973
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-3/+3
* Tweak atomicops implementation for Mac OS X to compile correctly when __LP64__mark@chromium.org2011-01-101-11/+12
* Made ObserverListThreadSafe's destructor private since it's ref-counted.akalin@chromium.org2011-01-101-7/+9
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-104-30/+19
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-104-19/+30
* Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. Themark@chromium.org2011-01-101-2/+5
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-099-55/+51
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-079-51/+55
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-079-55/+51
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-26/+15
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-15/+26
* Make the order of methods in the cc files match the headers in base/.erg@google.com2011-01-078-412/+395