summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Move CloseHandle hook into base/debug.wfh2016-01-064-0/+302
* OnHandleBeingClosed should never CHECK when verifier is disabled.wfh2016-01-061-0/+3
* Reland of move Pass() on Android. (patchset #1 id:1 of https://codereview.chr...dcheng2016-01-062-2/+2
* Revert of Remove Pass() on Android. (patchset #1 id:1 of https://codereview.c...msramek2016-01-062-2/+2
* Fix error in CheckedNumeric usage commentjschuh2016-01-051-3/+2
* Add a comment for the #if-0 block in scoped_nsobject_unittest.mm.rsesek2016-01-051-0/+2
* [tracing] Allow asynchronous unregistration of unbound dump providersprimiano2016-01-054-37/+171
* Don't unnecessarily copy stringsarjanl2016-01-053-18/+128
* GN Don't enable linker version script for componentsagrieve2016-01-051-10/+3
* Fix no-compile base_unittests for base::Pass() -> std::move conversiontzik2016-01-052-7/+12
* Cleanup: Remove double semicolons.thestig2016-01-042-6/+6
* Rewrite most of the scopers in //base/mac to use ScopedTypeRef or ScopedGeneric.Robert Sesek2016-01-0412-408/+127
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-314-2/+33
* Remove Pass() on Android.dcheng2015-12-312-2/+2
* Port //base/android/jni_generator/jni_generator.gyp to GNagrieve2015-12-304-4/+71
* Remove Pass() on Linux.Daniel Cheng2015-12-302-0/+16
* Remove random lonely semicolons.thestig2015-12-301-1/+0
* Fix platform_thread_freebsd.ccl2d4y32015-12-301-0/+1
* Remove RefCountedMallocedMemory, it's not used.thestig2015-12-293-50/+0
* Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #8 id:1400...thakis2015-12-292-2/+10
* Global conversion of Pass()→std::move() on OS=linux chromecast=1dcheng2015-12-291-2/+2
* Fix platform_thread_freebsd.ccl2d4y32015-12-291-2/+1
* Remove base/basictypes.h.avi2015-12-287-33/+1
* Switch to standard integer types in base/.avi2015-12-26285-814/+1195
* tcmalloc: Use C++11 atomics where appropriate.thakis2015-12-262-10/+2
* Clean up header files.avi2015-12-264-0/+6
* Switch to standard integer types in base/strings/.avi2015-12-2534-107/+166
* Switch to standard integer types in base/threading/.avi2015-12-2435-24/+76
* Remove warning pragmas in pe_image.ccwfh2015-12-246-38/+56
* Switch to standard integer types in base/memory/.avi2015-12-2438-89/+137
* Switch to standard integer types in base/debug/.avi2015-12-2421-25/+60
* Switch to standard integer types in base/i18n/.avi2015-12-2431-92/+162
* Switch to standard integer types in base/process/.avi2015-12-2446-87/+169
* Switch to standard integer types in base/mac/.avi2015-12-2429-30/+50
* Switch to standard integer types in base/prefs/.avi2015-12-2430-125/+167
* Switch to standard integer types in base/files/.avi2015-12-2449-138/+208
* Switch to standard integer types in base/win/.avi2015-12-2443-58/+104
* Switch to standard integer types in base/trace_event/.avi2015-12-2458-102/+224
* Switch to standard integer types in base/android/.avi2015-12-2424-22/+39
* Switch to standard integer types in base/test/.avi2015-12-2448-40/+105
* Add an InvalidValue() member to base::ScopedTypeRefTraits.rsesek2015-12-232-21/+12
* Make base a static ibrarybrettw2015-12-222-25/+51
* Reland of [tracing] Simplify logic of MemoryDumpManagerprimiano2015-12-223-188/+226
* GN(android): Ensure deps of base also link against liblog.soagrieve2015-12-221-2/+7
* Move base GN subprojects into base.brettw2015-12-218-582/+388
* [Android] Support conditional test disabling based on android.os.Build values.jbudorick2015-12-218-26/+318
* These caused failures on debug win7 bots that need further investigation.wfh2015-12-217-364/+6
* [Tracing Clock Sync] Implement clock sync in Chromezhenw2015-12-212-2/+14
* Fix Android renderer crash related to field trial synchronization.asvitkine2015-12-213-13/+14
* Revert of [tracing] Simplify logic of MemoryDumpManager (patchset #9 id:16000...primiano2015-12-213-226/+188