summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added myself to the per-file owners of base/debug/sanitizer_options.ccglider@chromium.org2014-04-301-0/+1
* Disable strict mode for SysUtils#amountOfPhysicalMemoryKBcimamoglu@chromium.org2014-04-301-7/+5
* Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d...glider@chromium.org2014-04-301-3/+5
* Reland r267170 "Use DiscardableMemoryManager on Android."pliard@chromium.org2014-04-3021-290/+430
* Revert 267170 "Use DiscardableMemoryManager on Android."pliard@chromium.org2014-04-3020-428/+286
* Use DiscardableMemoryManager on Android.pliard@chromium.org2014-04-3020-286/+428
* Hide NSAutoreleasePool from ARC translation units.jfroy@chromium.org2014-04-302-8/+22
* Switch from a DCHECK to RAW_LOG in base::LaunchProcess.rsesek@chromium.org2014-04-291-2/+3
* Cleanup random bits of base/.thestig@chromium.org2014-04-293-9/+8
* [Android]: Don't redefine timegm on arm64.primiano@chromium.org2014-04-291-1/+6
* Omnibox: Highlight Matches in URLs Properlympearson@chromium.org2014-04-283-2/+105
* libevent message-pump: Fix a particular case of nested message-loop runs.sadrul@chromium.org2014-04-282-4/+45
* Parsing /proc/cpuinfo for cpu branding information on Android and Aura.puttaraju.r@samsung.com2014-04-281-7/+50
* Clean up the Linux FileWatcher implementation.thestig@chromium.org2014-04-261-123/+143
* Fix typo inside comment in base/bind_helpers.h.tnagel@chromium.org2014-04-251-1/+1
* base: Refactor DiscdarableMemoryManager for use with different type of alloca...reveman@chromium.org2014-04-255-328/+367
* base: Test the cost of adding observers on message loops.epenner@chromium.org2014-04-251-0/+26
* Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Repl...rmcilroy@chromium.org2014-04-251-7/+2
* Extend UnixDomainSocket::RecvMsg to return sender's PIDmdempsky@chromium.org2014-04-243-8/+112
* Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer.geofflang@chromium.org2014-04-241-5/+6
* TRACING: Enable java tracing from native alsoepenner@chromium.org2014-04-233-13/+39
* Make use of cached trace state in TraceEventhush@chromium.org2014-04-231-0/+1