summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove using namespace from ObserverList.brettw2015-06-037-10/+7
* Remove base::SharedMemory::SharedMemoryId and TransportDIB::Id.erikchen2015-06-033-25/+0
* [tracing] Change outer/inner size representation in memory dumpsprimiano2015-06-037-45/+52
* Remove namespace using directive for base::Pickle.brettw2015-06-032-15/+9
* Pass file Regions along with FDs to child processes on Androidagrieve2015-06-032-4/+16
* [tracing] API to express memory suballocation and cross-process sharingprimiano2015-06-033-16/+110
* base/threading: minor cleanups to remove friend classtoyoshim2015-06-034-17/+14
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-032-0/+2
* Several small changes to base::SharedMemory.erikchen2015-06-034-26/+26
* [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptionszhenw2015-06-0219-1020/+494
* Add support for backgrounding processes on the Macshrike2015-06-026-13/+183
* Move some logic from DiscardableSharedMemory into SharedMemory.erikchen2015-06-023-2/+11
* Move UnixDomainSocket to base namespacebrettw2015-06-023-31/+37
* [scheduler]: Avoid waking up the scheduler to end long idle periods.rmcilroy2015-06-021-0/+16
* Remove ScopedProfiler in Thread::StartWithOptionskinuko2015-06-021-6/+0
* Move Pickle to base namespace.brettw2015-06-028-46/+54
* Move ObserverList to base namespace.brettw2015-06-022-31/+49
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-023-35/+0
* wfh@ to base/alloc ownerscpu2015-06-021-0/+4
* Extract some logic from transport_dib into shared_memory.erikchen2015-06-012-0/+15
* Add methods to base::SharedMemory to replace common SharedMemoryHandle operat...erikchen2015-05-303-0/+37
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-2914-210/+296
* Move Tuple to base namespace.brettw2015-05-293-15/+24
* mac: Create an A/B test for batch creation for shared memory.erikchen2015-05-291-5/+92
* [tracing] Add support for floating point scalar values in memory dumpsprimiano2015-05-294-36/+64
* Disable WinHeapDumpProvider on XP.sebmarchand2015-05-292-4/+18
* [Startup Tracing] Implement disabled-by-default category correctlyzhenw2015-05-293-53/+148
* Don't crash on generating JNI without output filepaulmiller2015-05-291-1/+1
* [tracing] Add guid overload to CreateAllocatorDumpprimiano2015-05-292-3/+22
* Temporarily re-add ScopedTracker in Thread::StartWithOptions for follow-upkinuko2015-05-291-0/+5
* Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout(...g.mehndiratt2015-05-293-3/+10
* Refactor SharedMemory::Create and fix a rare file leak.erikchen2015-05-281-41/+72
* Add the ability to schedule any pending lossy prefs to be written.benwells2015-05-2810-2/+52
* [tracing] Extend memory dump API with graphsprimiano2015-05-286-7/+137
* Testing: Fixed printing FilePaths when a test fails comparing them.mgiuca2015-05-284-7/+24
* Add strictly checked numeric typesjschuh2015-05-283-1/+89
* [Startup Tracing] Add TraceConfig classzhenw2015-05-277-196/+1039
* Clarify JNI documentation regarding class type name.scheib2015-05-271-9/+8
* [tracing] Add MemoryAllocatorDumpGuid classprimiano2015-05-274-0/+82
* Move android_webview/aw_assets.cc -> base/android/apk_assets.ccagrieve2015-05-277-0/+141
* Fix sparse histograms logging counts of 0.asvitkine2015-05-273-5/+49
* Clean up base histograms code.asvitkine2015-05-2710-123/+86
* [tracing] Add Clear() method to ProcessMemoryDumpprimiano2015-05-267-4/+75
* [Startup Tracing] Separate TraceOptions and CategoryFilterzhenw2015-05-2611-625/+732
* Change outputting ints in win/linux GetCpuUsage to doubles. Note the line I u...rkaplow2015-05-262-5/+2
* Add missing BASE_EXPORT to LogErrorNotReached().tnagel2015-05-261-1/+1
* Chrome OS: Reduce NOTREACHED() overhead for release builds.tnagel2015-05-242-2/+11
* Reland (3rd try): Lazily initialize MessageLoop for faster thread startupkinuko2015-05-2313-160/+268
* Set minimum Windows wait time to 1 ms in MessagePumpDefault::Runbrucedawson2015-05-231-2/+10
* Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptrestade2015-05-233-44/+50