summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add a warning suppression that was accidentally disabled in a recent move.kulshin2015-12-171-2/+2
* Remove unused #include.davidben2015-12-171-1/+0
* Cleanup: Convert const char* kFoo to const char kFoo[].thestig2015-12-171-4/+4
* Revert of Use SequenceChecker to allow Timer to run in SequencedWorkerPool (p...jsbell2015-12-173-255/+40
* Disable NativeLibraryPrefetcherTest tests that use mincore()timav2015-12-161-2/+3
* Disable etw_manifest in the GN Windows build.brettw2015-12-161-0/+5
* Move handle hooks into base/win and add tests.wfh2015-12-167-6/+364
* Use SequenceChecker to allow Timer to run in SequencedWorkerPooljsbell2015-12-163-40/+255
* Linux: Correctly count the number of open file descriptors.thestig2015-12-164-29/+102
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-164-12/+27
* Remove ScopedVector from test_reg_util_winkimwjdalsl2015-12-162-3/+5
* base: tighten the deps entries a little bittfarina2015-12-151-2/+0
* Add open FDs count support to the task manager on Linux and CrOSafakhry2015-12-152-0/+27
* Revert of [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestS...danakj2015-12-155-63/+2
* android: Record how much of the native library is there before prefetch.lizeb2015-12-155-6/+116
* [Tracing Clock Sync] Add TracingAgent interface in Chromezhenw2015-12-154-0/+120
* Fix leak in TCMalloc unittests.ssid2015-12-151-0/+2
* [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer.jbudorick2015-12-155-2/+63
* Clean up base::Callback stufftzik2015-12-156-45/+24
* Rewrite Pass() to std::move() in base/dcheng2015-12-1512-42/+60
* Check for null when registering for ACTION_BATTERY_CHANGED.tedchoc2015-12-151-1/+1
* Only set -rpath=$ORIGIN in component builds by default.brettw2015-12-141-0/+6
* Compatibility shim to allow std::unique_ptr use with base::Callback.dcheng2015-12-142-2/+60
* Don't use a delgating constructor passing a member variable.bcwhite2015-12-141-1/+9
* base: Make saturated_cast behavior for NaNs configurable.vmpstr2015-12-142-4/+40
* Add WrapUnique helper to wrap a raw pointer in a std::unique_ptr.dcheng2015-12-146-0/+64
* Revert of Only set -rpath=$ORIGIN in component builds by default. (patchset #...dcheng2015-12-141-6/+0
* Only set -rpath=$ORIGIN in component builds by default.brettw2015-12-121-0/+6
* Fix the `sizes` regressions in Linux GN.dpranke2015-12-121-1/+4
* Fix strict mode violation in SelectFileDialog.javaqinmin2015-12-121-4/+10
* [Tracing] Fix --trace-to-consolezhenw2015-12-113-26/+0
* [base] Accidentally omitted file_locking_unittest.cc changes.shess2015-12-111-6/+4
* Fix PathProvider to not modify result when DIR_TEST_DATA does not existmaniscalco2015-12-111-6/+9
* Fix nocompile base_unitteststzik2015-12-115-17/+19
* Revert "Added a call to ActivityManager.isLowRamDevice() from SysUtils.detect...aelias2015-12-111-29/+5
* Remove the NoAtExitBaseTestSuite anti-pattern.jam2015-12-113-38/+9
* Fix a memory leak in the encoding detector wrapperjshin2015-12-111-9/+3
* [base] POSIX File::Unlock() didn't actually unlock file.shess2015-12-104-2/+234
* [Tracing] Enable heap dumps with both type info and backtracesruuda2015-12-104-264/+446
* Remove kint32max.avi2015-12-108-69/+68
* Reorganize histograms for persistence.bcwhite2015-12-1019-110/+227
* Prepare chrome to use the new Mojo EDK by default.John Abd-El-Malek2015-12-101-1/+6
* Fixing remaining VC++ 2015 64-bit build breaksbrucedawson2015-12-101-0/+8
* [Android] Add support for timeouts scaling for OnDevice instrumentation.mikecase2015-12-101-1/+1
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-1023-121/+119
* Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>mdempsky2015-12-093-16/+13
* Remove kuint64max.avi2015-12-092-6/+7
* Fix comments in SampleForTests.mvanouwerkerk2015-12-091-2/+2
* Port android_must_copy_system_libraries logic GYP->GNagrieve2015-12-091-1/+3
* base: Introduce Process::GetPidInNamespace().nya2015-12-092-0/+48