summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* base/json: Collapse a condition in ReadHexDigits into a single if clause.tfarina@chromium.org2011-10-181-3/+1
* OpenBSD patches for base / split from CR #8275005mark@chromium.org2011-10-184-2/+27
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-183-38/+45
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-184-21/+88
* base::Bind: Final cleanup in file_util_proxy.cc.jhawkins@chromium.org2011-10-171-4/+3
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-172-46/+44
* Update write checks for external extension file on mac.skerner@chromium.org2011-10-173-61/+199
* base::Bind: Convert FileUtilProxy::WriteCallback.jhawkins@chromium.org2011-10-172-19/+16
* base::Bind: Convert FileUtilProxy::ReadCallback.jhawkins@chromium.org2011-10-172-32/+27
* base::Bind: Convert FileUtilProxy::ReadDirectoryCallback.jhawkins@chromium.org2011-10-172-11/+12
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-172-17/+15
* base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback.jhawkins@chromium.org2011-10-172-9/+8
* base::Bind: Convert FileUtilProxy::CreateTemporaryCallback.jhawkins@chromium.org2011-10-172-11/+10
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-172-11/+11
* Establish correct names for about:tracking profilerjar@chromium.org2011-10-171-0/+4
* Support MTA as well in the scoped COM initializer.tommi@chromium.org2011-10-171-1/+16
* Remove an unused typedef in scoped_nsobject.hisherman@chromium.org2011-10-171-4/+0
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-172-9/+19
* base::Bind: Increase the arity to 7.jhawkins@chromium.org2011-10-164-16/+678
* base: Constantify the struct used in WprintfFormatPortabilityTest test case.tfarina@chromium.org2011-10-163-7/+6
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-162-8/+50
* base: Put lowercase_cases array inside TEST unit function.tfarina@chromium.org2011-10-161-10/+10
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-157-393/+349
* Add in an Owned() wrapper to base::Bind().ajwong@chromium.org2011-10-152-18/+116
* base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.tfarina@chromium.org2011-10-141-2/+2
* Fix line endings in base/file_util.h.grt@chromium.org2011-10-141-633/+633
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-147-55/+256
* Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.thakis@chromium.org2011-10-141-2/+4
* Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.isherman@chromium.org2011-10-141-1/+7
* Change i18n icu header inclusions to not use system header syntax. asvitkine@chromium.org2011-10-143-4/+4
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-0/+130
* Add maruel and thakis to base/OWNERS.maruel@chromium.org2011-10-131-1/+3
* Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=Nonejschuh@chromium.org2011-10-131-4/+0
* Speed up observers list notifcation macro when list is emptyjar@chromium.org2011-10-131-6/+12
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-139-13/+367
* base::Bind: Cleanup in base/observer_list*.jhawkins@chromium.org2011-10-122-11/+13
* Profiling for the renderer process.scottbyer@chromium.org2011-10-122-1/+11
* Add a sanity test that crashes under ASan. This should be used to check that ...glider@chromium.org2011-10-121-0/+8
* Add StackTrace::ToString().satorux@chromium.org2011-10-123-1/+15
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-126-28/+24
* Remove obsolete DisableGtkMessagePumposhima@chromium.org2011-10-122-48/+19
* Add missing set-true so that AddTraceEvent doesn't always search for thread namejbates@chromium.org2011-10-111-0/+1
* Fix Clang-built ProcessUtilTest.GetTerminationStatusCrash.hans@chromium.org2011-10-111-1/+1
* Remove no longer needed android hack from logging.torne@chromium.org2011-10-111-5/+0
* Cleanup: Remove a static initializer in pickle.cc.thestig@chromium.org2011-10-101-4/+2
* Deprecate task.hwillchan@chromium.org2011-10-101-0/+25
* FileStream unit tests now check for file close.ahendrickson@chromium.org2011-10-101-1/+1
* Add jar to base OWNERSjar@chromium.org2011-10-071-0/+1
* Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests.tfarina@chromium.org2011-10-072-107/+87
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-073-0/+239