summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add base::mac::ScopedMachPortSet.Mark Mentovai2014-11-212-0/+29
* Remove #include of compiler_specific.h from macros.h.pkasting2014-11-213-2/+2
* Fix ProcMapsTest.ReadProcMaps to handle stacks created by Valgrind.scherkus2014-11-211-7/+22
* Enable MSVC warning for unused locals.Peter Kasting2014-11-202-3/+4
* Fix a bunch of Java Checkstyle issues.aurimas2014-11-209-26/+26
* LevelDB: Using base::File for all file I/Ocmumford2014-11-201-1/+1
* [Base] Use variadic template for helpers in bind_internal.htzik2014-11-202-869/+82
* Revert of Revert of [Base] Use variadic template in callback_list.h (wave 1) ...thakis2014-11-202-452/+7
* [Base] Use variadic template in base/callback.htzik2014-11-203-809/+43
* Minor spelling fixes in base/tracked_objects.mithro2014-11-191-14/+14
* Upstream ApiCompatibilityUtils for API20+ calls.aurimas2014-11-191-16/+0
* Don't pass ProcessHandle through ChildProcessHostDelegate.rvargas2014-11-184-0/+39
* Intercept base::File Open/Closepasko2014-11-187-1/+213
* Fix various flags in the Win64 GN builddpranke2014-11-181-0/+5
* base::CopyFile can copy *from* Android's content scheme.cmumford2014-11-176-97/+86
* Avoid a string copy in URLRequestResourceBundleJob::GetData().jyasskin2014-11-173-2/+6
* Report trace buffer usage as number of events, not only percentageyurys2014-11-173-11/+22
* Fixing CancelableCallback to use variadic templates. Previously, 2-argument c...ckehoe2014-11-151-150/+13
* Split macros from base/metrics/histogram.h to histogram_macros.h.asvitkine2014-11-154-228/+243
* Make multiprocess_test_android.cc use the new command line.qsr2014-11-141-2/+10
* Add per-file OWNERS for Android in //base.nyquist2014-11-141-0/+5
* base: Bump default android version to 5.0.99boliu2014-11-141-2/+2
* Remove implicit conversions from scoped_refptr to T* in base/win/dcheng2014-11-131-13/+13
* Reland [Android] Mark posted UI thread tasks as asynchronousjdduke2014-11-131-2/+52
* Revert of [Android] Experimental sync barrier detection for tracing (patchset...jdduke2014-11-131-105/+0
* Make ThreadData::random_number_ an unsigned integer so that overflow has defi...glider2014-11-122-6/+6
* Enable -Wunused-local-typedefthakis2014-11-121-0/+2
* Exclude unused functions for NaCl code path.mazda2014-11-122-0/+4
* Use higher precision to store the login database's date_created field.erikchen2014-11-121-4/+4
* base/files: Fixed two minor lint warnings.cmumford2014-11-111-3/+1
* Added in-place testing for base64 encoding/decoding.georgesak2014-11-112-2/+16
* Cleanup: small comment fix after LOCAL_HISTOGRAM renamejeremy2014-11-111-1/+1
* Fix for Chromium Android Linker logging.petrcermak2014-11-101-1/+1
* Tentatively disable switching the test launcher to single process mode under ...glider2014-11-101-9/+0
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-102-2/+7
* Remove FileTest.MemoryCorruption death test regexp assertions.gavinp2014-11-091-9/+9
* Make *some* version of the Win GN build work.dpranke2014-11-081-1/+1
* gn win: disable 4267 (need for win x64)scottmg2014-11-081-1/+6
* Update base::BindBlock for three parameters.marq2014-11-072-36/+49
* Add memory corruption checking to base::File().gavinp2014-11-073-1/+163
* Allow C++11 Delegated Constructors.andersr2014-11-071-1/+1
* Removing a single-parameter constructor of ScopedProfile, per a TODO item.vadimt2014-11-073-16/+5
* Enable profiler timing with a field trial.vadimt2014-11-062-11/+29
* Cleanup: Remove unneeded path_service.h includes in base and chrome.thestig2014-11-063-3/+0
* Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi.hidehiko2014-11-061-4/+0
* UMA: Set Hardware model class on Mac.jeremy2014-11-064-0/+27
* Add a check if file is uncompressed inside zip file to the crazy linker.petrcermak2014-11-064-29/+33
* Allow Objective-C interfaces in //base/iosdroger2014-11-061-0/+1
* Add support to base::Timer for custom task runners.petrcermak2014-11-063-4/+61
* Add UMA for the no map executable support fallback.petrcermak2014-11-064-36/+93