summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Use Xvfb in isolated testing only if use_x11 is setspang2015-01-081-19/+13
* Fixed GPU tracing so the categories do not get mixed.dyen2015-01-081-0/+10
* Remove virtuals from base::ElapsedTimerhashimoto2015-01-071-3/+2
* Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...mek2015-01-076-172/+5
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-076-5/+172
* Revert of Fix EnableTerminationOnOutOfMemory for malloc (patchset #1 id:1 of ...mek2015-01-071-7/+6
* Fix EnableTerminationOnOutOfMemory for malloccpu2015-01-071-6/+7
* Nobody uses base::JsonPrefStore::ReadResult without a pathbratell2015-01-071-13/+2
* Export __system_property_get symbol for component builds.fdegans2015-01-071-1/+1
* [Android] Add a device-side test HTTP server via ChromeInstrumentationTestRun...jbudorick2015-01-071-0/+96
* Revert of base: Enable browser-wide discardable memory on Linux, CrOS and Win...falken2015-01-074-8/+8
* Further instrumentations to find jank in Windows message processing.vadimt2015-01-061-4/+24
* base: Enable browser-wide discardable memory on Linux, CrOS and Windows.reveman2015-01-064-8/+8
* Add DictionaryValue::Set and ::SetWithoutPathExpansion functionsestade2015-01-063-25/+64
* Clean-up: Remove base::TimeTicks::UnprotectedNow().miu2015-01-063-19/+0
* Added checks for use after free of PrefServicebattre2015-01-051-0/+14
* Instrumenting more WM_ message processing methods to find jank.vadimt2015-01-021-0/+5
* Disable MacUtilTest.TestExcludeFileFromBackups, flaking a lot on Mac 10.8 tes...Dan Beam2014-12-301-1/+2
* Disable DiscardableMemoryTest.AddressSpace under AddressSanitizer on Windowstimurrrr2014-12-291-0/+4
* Remove deprecated methods from Pickle.avi2014-12-282-116/+47
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-282-47/+116
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-252-3/+1
* base: Add free list implementation to browser-wide discardable memory system.reveman2014-12-244-21/+50
* Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https...avi2014-12-231-65/+0
* Revert "Update legacy Tuple-using code."Avi Drissman2014-12-231-0/+65
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-2344-116/+76
* Simplify observer_list_threadsafe.h using a variadic template.thakis2014-12-231-45/+14
* Remove deprecated methods from Pickle.Avi Drissman2014-12-222-116/+47
* Update legacy Tuple-using code.Avi Drissman2014-12-224-118/+53
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-213-4/+2
* Linux: Fix an out of bound error in FilePathWatcherImpl::OnFilePathChanged.thestig2014-12-191-9/+32
* Revert of DevTools: Parallelize trace messages serialization. (patchset #7 id...fmeawad2014-12-192-29/+12
* Allow managing Camera and Location for Supervised Userskhannans2014-12-194-0/+24
* remove some dead visual studio < 2013 codemostynb2014-12-193-30/+1
* More wiring for server autofill data.brettw2014-12-191-1/+1
* Fixes for Clang plugin checks in base/dmichael2014-12-188-52/+104
* Make wstring StringPrintf() functions Windows only.thestig2014-12-183-17/+16
* base: Add ashmem support to base::DiscardableSharedMemory implementation.reveman2014-12-188-67/+275
* Avoid a string copy for every CommandLine::HasSwitch queryjdduke2014-12-171-2/+4
* Removing the |MemoryPressureObserverChromeOS::MemoryPressureLevel| enum.skuhne2014-12-172-53/+17
* DevTools: Parallelize trace messages serialization.loislo2014-12-172-12/+29
* Extending the memory pressure system by adding one more state to denote a lac...skuhne2014-12-172-8/+10
* Removed discrepancy in low-end-device-mode flagssid2014-12-165-23/+19
* tuple: leave fields uninitialized in default constructorsmdempsky2014-12-151-2/+2
* android: Remove TraceEvent.begin()/end()boliu2014-12-151-36/+0
* Mark as unused the "Closing" UMA entry in ImportantFile.TempFileFailures.tnagel2014-12-151-1/+5
* Avoid scheduling a message loop that we know is not sleepingjamesr2014-12-135-22/+50
* Misc. warning fixes/cleanuppkasting2014-12-121-1/+1
* Tracing: make filtering logic more intuitive for multiple categoriescaseq2014-12-123-34/+63
* Upstream WeakNSObject in //base/iosdroger2014-12-126-0/+330