summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-116-2/+116
* [Android] Use CPU time (not wallclock time) where appropriate in Javajdduke@chromium.org2014-03-111-2/+3
* ObserverList.removeObserver() should not return true when null is being removed.mlamouri@chromium.org2014-03-102-2/+12
* Define print format macros for NSInteger & NSUIntegersdefresne@chromium.org2014-03-102-0/+101
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-106-109/+28
* Always use the observer's index in ObserverList.removeObserver().mlamouri@chromium.org2014-03-101-1/+1
* ObserverList add/remove methods should return a boolean.mlamouri@chromium.org2014-03-102-6/+42
* Fix IWYU in base/files/file.htnagel@chromium.org2014-03-091-3/+2
* Clarify Value::Get*()'s interface to reflect the current implementation.gab@chromium.org2014-03-092-0/+295
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-099-53/+33
* Add multiprocess test helper functions.viettrungluu@chromium.org2014-03-083-15/+102
* Revert 255755 "Define print format macros for NSInteger & NSUInt..."rbyers@chromium.org2014-03-082-95/+0
* Handle errors properly in FileUtilProxy::CreateTemporary.davidben@chromium.org2014-03-081-1/+10
* Enable icu_use_data_file_flag on Androidjshin@chromium.org2014-03-081-0/+2
* Extend SplitStringIntoKeyValuePairs unit tests.pneubeck@chromium.org2014-03-082-91/+94
* Define print format macros for NSInteger & NSUIntegersdefresne@chromium.org2014-03-082-0/+95
* Update AshmemRegion::highest_allocated_chunk_ when merging free chunks.pliard@chromium.org2014-03-072-3/+28
* Revert 255498 "base: Disable win::ScopedHandle"rvargas@google.com2014-03-071-1/+1
* Used scoped_ptrsuyash.s@samsung.com2014-03-075-26/+23
* Move ashmem utility functions to discardable_memory_allocator_android.cc.pliard@chromium.org2014-03-074-117/+74
* Implement File::WriteAtCurrentPos for Windowsrvargas@chromium.org2014-03-072-15/+45
* Fix base::internal::Singleton to use acquire loads instead of nobarrier ones.glider@chromium.org2014-03-072-2/+8
* base: Disable win::ScopedHandlervargas@chromium.org2014-03-071-1/+1
* Revert 255397 "Fill out the rest of the StringPiece functions fo..."brettw@chromium.org2014-03-073-578/+374
* The Android team is deprecating pthread_cond_timedwait_monotonic in favor of ...benm@chromium.org2014-03-061-5/+7
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-0614-95/+87
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-063-374/+578
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-063-21/+4
* base::Hash: Minor improvements to documentation and testing.mgiuca@chromium.org2014-03-063-7/+17
* Make kAllowedToAccessOnNonjoinableThread debug-only.thakis@chromium.org2014-03-063-0/+10
* Deprecate named base::SharedMemory.viettrungluu@chromium.org2014-03-056-28/+34
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-052-3/+5
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-053-6/+115
* Disable redirects in component builds (for now at least).caitkp@chromium.org2014-03-051-1/+0
* Revert 254986 "Switch thread_local to use chromium's TLS impleme..."oshima@chromium.org2014-03-055-7/+115
* [Android] Complete the WindowCallbackWrapper methods.boliu@chromium.org2014-03-051-1/+5
* Rename ChromiumTestShell classes to ChromeShell.aurimas@chromium.org2014-03-051-1/+1
* Adding ios version of AmountOfAvailablePhysicalMemoryolivierrobin@chromium.org2014-03-051-0/+17
* Copying the following files AS-IS from google.glog r141:ivanpe@google.com2014-03-055-173/+433
* Switch thread_local to use chromium's TLS implementationmichaelbai@chromium.org2014-03-055-115/+7
* Suppress several false positive Android lint/javac warnings.newt@chromium.org2014-03-052-0/+3
* Avoid function call for disabled DCHECK in non-official release buildwangxianzhu@chromium.org2014-03-052-10/+7
* [Android] RTL layout direction function clean up.kkimlabs@chromium.org2014-03-041-6/+4
* Disable AlignedMemoryTest.StackAlignment for size >= 128 on arm64sdefresne@chromium.org2014-03-041-1/+6
* Fix base/files/OWNERS syntaxtnagel@chromium.org2014-03-041-2/+1
* Fix bug in DiscardableMemoryAllocatorAndroid.pliard@chromium.org2014-03-042-4/+53
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-043-115/+6
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-043-6/+115
* Fix "defined but not used" warning in base/message_loop/message_loop.ccmseaborn@chromium.org2014-03-041-0/+2
* only do linux pvalloc OutOfMemoryDeathTest on non-tcmalloc glibc buildsmostynb@opera.com2014-03-043-0/+15