summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-1010-148/+108
* Remove extra bogus header.mark@chromium.org2014-05-101-1/+0
* Fix iOS some more after r269483. You can’t use mach/mach_vm.h on iOS.mark@chromium.org2014-05-102-1/+24
* Fix iOS after r269483.mark@chromium.org2014-05-101-28/+28
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-109-114/+132
* Revert 269415 "Introduce a new framework for back-and-forth trac..."ananta@chromium.org2014-05-098-463/+87
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-098-87/+463
* Revert 269346 "Introduce a new framework for back-and-forth trac..."rlp@chromium.org2014-05-098-455/+87
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-098-87/+455
* Create copy of context record before passing it to StackWalk64marcing@opera.com2014-05-092-9/+12
* Add ScopedMachVM to Chrome.mark@chromium.org2014-05-093-0/+128
* Add mach_logging to Chrome.mark@chromium.org2014-05-094-2/+234
* Allow MakeCriticalClosure to enclose closures with non-void return types.gab@chromium.org2014-05-095-57/+68
* Revert of Enable the ninja parsing code all the time. (https://codereview.chr...falken@chromium.org2014-05-091-0/+6
* isolate_driver: Enable ninja parsing code all the time.maruel@chromium.org2014-05-091-6/+0
* base: Add __ARM_ARCH_6ZK__ to atomic opsnamnguyen@chromium.org2014-05-091-1/+1
* Improve spelling of "notification".tnagel@chromium.org2014-05-081-2/+2
* Android: turns into a buildtime error passing implicitly imported class.bulach@chromium.org2014-05-074-0/+160
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-4/+2
* Disable leak detection in ASan default options.earthdok@chromium.org2014-05-071-2/+3
* Revert 268825 "Add an UMA metric to track whether chrome is runn..."dalecurtis@google.com2014-05-073-44/+0
* Add an UMA metric to track whether chrome is running on a tablet.zturner@chromium.org2014-05-073-0/+44
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-073-20/+20
* Catch intptr_t to int conversion on 64-bit platforms.anton@chromium.org2014-05-0716-292/+414
* Define ADDRESS_SANITIZER whenever ASan is usedtimurrrr@chromium.org2014-05-071-3/+4
* Fix local reference leak in JavaArrayOfByteArrayToStringVector.davidben@chromium.org2014-05-061-5/+6
* Cleanup: Get rid of base::WideToUTF16Hack.thestig@chromium.org2014-05-061-7/+0
* Fix a typo in a file extension in a commenttimurrrr@chromium.org2014-05-061-3/+3
* Checking for 'model name' string in /proc/cpuinfo for ARM.grunell@chromium.org2014-05-061-7/+14
* base: Increase emulated discardable memory limit.reveman@chromium.org2014-05-061-4/+3
* Base: Make FileProxy automaticaly close the file on a worker thread.rvargas@chromium.org2014-05-064-11/+37
* Revert 268203 "There are many ways to get it wrong."benjhayden@chromium.org2014-05-051-2/+2
* There are many ways to get it wrong.tnagel@chromium.org2014-05-051-2/+2
* Fix EXPECT_EQ() parameter order in file_util_unittest.cc.tnagel@chromium.org2014-05-051-28/+27
* Change the way libc++ is linked when use_custom_libcxx=1.earthdok@chromium.org2014-05-051-2/+1
* Set the default visibility for __asan_default_options.glider@chromium.org2014-05-051-0/+4
* Enable Enterprise enrollment on desktop builds.joaodasilva@chromium.org2014-05-023-8/+49
* Remove URL from base's DEPSbrettw@chromium.org2014-05-021-1/+2
* Revert of Enable Enterprise enrollment on desktop builds. (https://codereview...falken@chromium.org2014-05-023-45/+8
* Revert 267672 "Remove URL from base's DEPS"jsbell@chromium.org2014-05-021-2/+1
* Remove JNIEnv::NewStringUTF calls. Use ConvertUTF8ToJavaString instead.sungmann.cho@navercorp.com2014-05-021-1/+2
* Remove URL from base's DEPSbrettw@chromium.org2014-05-011-1/+2
* Enable Enterprise enrollment on desktop builds.joaodasilva@chromium.org2014-05-013-8/+45
* Render comment for FilePath::ReferencesParent() more precisely.tnagel@chromium.org2014-05-011-2/+2
* Use process_singleton_linux on Mac.jackhou@chromium.org2014-05-012-3/+10
* Make base::ReadFileToString() return false on I/O error.tnagel@chromium.org2014-05-013-18/+31
* Remove jni_helper.h now that the rename is complete.newt@chromium.org2014-05-013-9/+0
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-303-40/+55
* Add pointer+size ctor to RefCountedBytesscottmg@chromium.org2014-04-303-2/+17
* Fix mismatched bookmark favicons on Android 4.2.1.newt@chromium.org2014-04-301-31/+25