summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix double listing of memory_pressure_monitor cc filesscottmg2015-05-221-2/+2
* Improve chromium.base.Log documentation.scheib2015-05-222-43/+25
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-2211-122/+157
* Remove no map executable support probe and fallbackpetrcermak2015-05-224-175/+16
* Use "= delete" for DISALLOW_COPY and DISALLOW_ASSIGN.mlamouri2015-05-211-4/+4
* Avoid basename conflict from memory_pressure_monitor.ccscottmg2015-05-2115-35/+36
* Improve jni_generator sample documentation.scheib2015-05-213-5/+131
* [tracing] Add support to pre-load and merge ProcessMemoryDump(s).primiano2015-05-215-0/+82
* Take a StringPiece when looking up CommandLine switches.jackhou2015-05-213-35/+92
* Make GN header checker more lenient about toolchains.brettw2015-05-201-0/+6
* Change JSONReader::ReadToValue to return a scoped_ptrestade2015-05-203-61/+62
* Added a whitelist for trace events that are known to have args without PII.oysteine2015-05-204-34/+135
* Process pending delayed tasks in kMsgHaveWorkjbauman2015-05-202-40/+49
* content: Close in-process discardable memory segments.reveman2015-05-203-12/+48
* Wrap calls to dup() in shared_memory_posix.cc in HANDLE_EINTR.erikchen2015-05-191-2/+3
* Cleanup base/logging.cc a bit.thestig2015-05-191-83/+83
* Fix /analyze warning and update code URL.brucedawson2015-05-191-1/+2