summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Allocator shim skeleton + Linux impl behind a build flagprimiano2016-03-0914-4/+1124
* base: simplify the first fcntl() call in SetNonBlocking() functiontfarina2016-03-092-2/+2
* Use thread local state to avoid locking over CloseHandle operations.siggi2016-03-091-7/+7
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-095-118/+13
* Extend base::Callback to have a move-only varianttzik2016-03-095-38/+105
* Support move-only type on base::Callback::Runtzik2016-03-094-38/+48
* Collect information about failing histogram factory calls.bcwhite2016-03-095-13/+118
* Fix compilation error with older versions of libstdc++kmackay2016-03-091-1/+1
* Add creation tracking for ActiveVerifier.wfh2016-03-091-1/+7
* Prepare base/ for compilation with OS X 10.7 deployment target.erikchen2016-03-082-1/+8
* Change scoped_ptr to a type alias for std::unique_ptr on OS_WINdcheng2016-03-082-11/+1
* Remove LOG(FATAL) as this can't be called late in Chrome shutdown.wfh2016-03-082-9/+9
* Remove starting animation in BaseInstrumentationTestRunner.javashenghuazhang2016-03-081-0/+16
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-084-110/+11
* Make ObjectWatcher fail to start watching when there is no message loop.pkasting2016-03-083-6/+14
* Collect information about failing histogram factory calls.bcwhite2016-03-084-11/+110
* base: eliminate TupleTraits and TupleTypesmdempsky2016-03-071-37/+0
* Fix owners for base/test/androidyfriedman2016-03-071-1/+1
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-073-89/+7
* Collect information about failing histogram factory calls.bcwhite2016-03-063-7/+89
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-052-59/+7
* Retire scoped_ptr_unittest.nctzik2016-03-053-121/+0
* Collect information about failing histogram factory calls.bcwhite2016-03-042-7/+59
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-042-50/+7
* Move non-content specific parts of content::MachBroker into base::MachPortBro...amistry2016-03-046-0/+409
* Remove Pass() helper from base/move.h.dcheng2016-03-042-37/+4
* Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.dcheng2016-03-032-25/+64
* Add handle verifier tests. Add stack tracing.wfh2016-03-033-9/+74
* Move base::internal::TaskTracker to base::test::TaskTracker.fdoray2016-03-032-18/+12
* [GN] Set testonly unconditionally.jbroman2016-03-031-4/+2
* Collect information about failing histogram factory calls.bcwhite2016-03-032-7/+50
* Revert of Collect information about failing histogram factory calls. (patchse...dimich2016-03-032-47/+7
* Collect information about failing histogram factory calls.bcwhite2016-03-032-7/+47
* Convert Pass()→std::move() on Windowsdcheng2016-03-027-10/+18
* base: Avoid calling VirtualAlloc with 0 length.reveman2016-03-012-1/+5
* Use a non-deprecated method to get a string from an OSStatus error.erikchen2016-03-014-5/+17
* Allow pushing all command line files to user buildskraush2016-03-011-0/+35
* [Android] Revise handling of document-mode-only tests.jbudorick2016-03-013-10/+22
* Remove myself from most OWNERS filesstuartmorgan2016-03-012-2/+0
* Reworks the Mac tab strip to use the Material Design style.shrike2016-03-011-0/+12
* base: Update MRUCache to allow to use unordered_map and custom hashers.vmpstr2016-03-011-20/+39
* Added support for move-only types to SmallMap.btolsch2016-02-293-5/+63
* Add primiano as owner of base/allocatorwfh2016-02-291-0/+1
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-2935-265/+386
* Apply ThreadWithOptions_StackSize ASAN workaround to all platforms.aelias2016-02-281-2/+2
* StringToUint should output zero on negative numbers.davidben2016-02-272-4/+6
* base: Remove MessagePumpDispatcher.sadrul2016-02-267-181/+3
* Windows: Expose handle inheritance to the sandboxed launcherrockot2016-02-261-0/+7
* Revert of Refactor thread_local.h's TLS Implementation to use ThreadLocalStor...robliao2016-02-267-35/+187
* Refactor thread_local.h's TLS Implemetation to use ThreadLocalStoragerobliao2016-02-267-187/+35