summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* gn format //basescottmg2014-12-034-38/+39
* Change preference APIs to take std::string instead of const char*.georgesak2014-12-0322-246/+240
* Turn on stack use-after-return detection in non-official ASan builds.glider2014-12-021-10/+20
* Define a new version of LaunchProcess that returns a Process.rvargas2014-12-024-10/+28
* Update base::LaunchElevatedProcess to return a Process instead of a handle.rvargas2014-12-012-18/+9
* Add a new ctor to ScopedPathOverride for tests that override files.grt2014-11-272-0/+17
* [Android] Remove the workaround code of a platform bug.feng2014-11-274-235/+21
* Remove build-time warning from pe_image.ccNico Weber2014-11-261-8/+1
* Increase the stack size in ThreadTest.StartWithOptions_StackSize under ASan o...glider2014-11-261-0/+5
* [Base] Use variadic template in bind.htzik2014-11-265-570/+130
* Out of line CallbackBase's copy and assignment operators.dcheng2014-11-262-0/+6
* Support content scheme uri for Chrome on Androidqinmin2014-11-266-16/+85
* Enable boolean testing of scoped_refptr<T>.dcheng2014-11-262-1/+55
* Implement chrome://local-state debug URL.asvitkine2014-11-252-12/+24
* Add more components unit tests to GN build.brettw2014-11-251-1/+3
* Prefix CommandLine usege with base namespace (Part 1: base/)pgal.u-szeged2014-11-257-55/+65
* Remove unneeded #define in ref_counted.hdcheng2014-11-251-15/+2
* Disable implicit conversion of scoped_refptr<T> to T* on Windows.dcheng2014-11-252-3/+2
* Merge ChromeApiCompatibilityUtils into ApiComatibilityUtils.aurimas2014-11-251-0/+112
* WaitableEvent: Receive ScopedHandle at construction and remove Release method.rvargas2014-11-253-14/+7
* File with simple block types.eugenebut2014-11-252-0/+15
* Implement listing tests to a JSON file for iOS gtest test launcherPaweł Hajdan, Jr2014-11-2411-44/+142
* More valgrind workarounds for ProcMapsTest.ReadProcMaps.scherkus2014-11-241-22/+22
* Don't /O2 on allocator on Windows in Debugscottmg2014-11-211-1/+1
* Instrumenting callbacks to InFlightBackendIO.vadimt2014-11-212-18/+17
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-11-212-8/+10
* 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