summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Don't override malloc_error_break twice.shess@chromium.org2012-12-111-4/+6
* cros: Add UMA stats for graphics driver memoryjamescook@chromium.org2012-12-111-11/+21
* GTTF: Lower timeouts.phajdan.jr@chromium.org2012-12-111-5/+0
* Patch for an inconsistency on the calls to Heap(Query/Set)Information.sebmarchand@chromium.org2012-12-101-5/+23
* Fix broken vs2012 buildcpu@chromium.org2012-12-101-0/+1
* Add another temporary histogram to understand field trial reporting issue.asvitkine@chromium.org2012-12-101-1/+14
* Cache the system version, numbers, and name, as the OS does not.leng@chromium.org2012-12-101-19/+28
* Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2.glider@chromium.org2012-12-101-1/+11
* Mark LibDispatchTaskRunnerTest.NonNestable as flakybattre@chromium.org2012-12-101-1/+2
* Mark LibDispatchTaskRunnerTest.DispatchAndPostTasks as flakybattre@chromium.org2012-12-101-1/+2
* Change the TSan v2 memory order constants to match the ones used by TSan runt...glider@chromium.org2012-12-101-20/+85
* Assert on actual contents of ScopedVector in scoped_vector_unittest.gavinp@chromium.org2012-12-081-2/+25
* Add tracing support to NaCljbauman@chromium.org2012-12-082-1/+11
* Remove scoped_refptr::release which is confusing and causes leaks.piman@chromium.org2012-12-081-11/+0
* android: Improve ActivityStatus and add ChromiumActivity.digit@chromium.org2012-12-072-20/+166
* Report memory usage retained by TCMalloc freelists.alexeif@chromium.org2012-12-075-62/+50
* Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a li...rsesek@chromium.org2012-12-075-0/+332
* Add comments about what should and should not depend on 'allocator'akalin@chromium.org2012-12-062-0/+6
* Correct misleading definition of 'closure' in base/bind documentation.dubroy@chromium.org2012-12-062-11/+23
* Linux: inform the Zygote when it's waiting on a dead processjln@chromium.org2012-12-062-37/+58
* Fix integer overflow in Windows shared memory handling.cevans@chromium.org2012-12-061-0/+2
* Implement annotation support for JS<->Java interfacedtrainor@chromium.org2012-12-051-0/+4
* Add STLSetDifference to stl_util.h, because std::set_difference is extremelykalman@chromium.org2012-12-053-0/+110
* base/android/jni_array.h: Add JavaArrayOfByteArraysToStringVector()digit@chromium.org2012-12-053-0/+62
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-057-47/+154
* Add an option to use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-12-043-19/+31
* Clean up ScopedVectorTest's LifeCycleObject.gavinp@chromium.org2012-12-041-9/+10
* Remove the last usages of PrefObserver outside of Prefs.joi@chromium.org2012-12-043-45/+27
* Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug.blundell@chromium.org2012-12-043-6/+5
* UMA for Windows 8 Secondary Tile pinning/unpinning user actionstapted@chromium.org2012-12-041-0/+39
* Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 1603...rtenneti@chromium.org2012-12-044-14/+8
* roll gtest 621:629 and gmock 405:410thakis@chromium.org2012-12-031-1/+1
* Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup ...rtenneti@chromium.org2012-12-034-8/+14
* base: Use TEST() macro when possible.tfarina@chromium.org2012-12-037-44/+34
* base/time_posix.cc: Use time64_t on Android.digit@chromium.org2012-12-031-12/+50
* Change FilePathWatcher tests to use the new callback style FilePathWatcher::W...thestig@chromium.org2012-12-011-113/+115
* Let base_unittests build with the components build on androidthakis@chromium.org2012-11-301-1/+1
* Provide an iOS message pump for IO implementation.blundell@chromium.org2012-11-3010-18/+680
* Add myself as an owner of Bind() related files.ajwong@chromium.org2012-11-301-0/+21
* Revert 170287 - Add dependency on allocator.gyp from 'base' and export itakalin@chromium.org2012-11-302-15/+6
* Add dependency on allocator.gyp from 'base' and export itakalin@chromium.org2012-11-292-6/+15
* Add temporary UMA histogram to understand how trials are getting disabled.asvitkine@chromium.org2012-11-291-1/+5
* Use Netlink instead of NetworkManager (via D-bus) to monitor networkpauljensen@chromium.org2012-11-291-2/+4
* [cros] RlzValueStore made protected by a cross-process lock and not persisted...ivankr@chromium.org2012-11-292-11/+23
* GTTF: Lower timeouts for Release mode.phajdan.jr@chromium.org2012-11-281-0/+5
* Add support to Pickle for reading and writing floatsrbyers@chromium.org2012-11-283-0/+17
* Disassociate argument type from return type in PostTaskAndReplyWithResult tem...ajwong@chromium.org2012-11-282-30/+39
* Fix leak in ScopedVector<>::resize()gavinp@chromium.org2012-11-272-1/+41
* base/prefs: Break the dependency in chrome_paths.htfarina@chromium.org2012-11-277-4/+44
* Fix ProcessUtilTest.FDRemapping on Android.pliard@chromium.org2012-11-271-9/+33