summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around Clang's new -Wmismatched-new-delete warning.hans2015-05-192-3/+21
* Add use_apk_split parameter to java_apk.gypi / android_apk (gn)agrieve2015-05-192-1/+49
* Revert of Add support for backgrounding processes on the Mac (patchset #22 id...tnagel2015-05-196-181/+13
* Subject .mm files to the header sorting presubmittapted2015-05-194-4/+4
* added test to test case converting with nonASCIIolli.syrjala2015-05-191-2/+54
* Suppress -Wpartial-availability warnings that arise from NSWindowDelegate.erikchen2015-05-191-5/+0
* Add support for backgrounding processes on the Macshrike2015-05-196-13/+181
* base: Remove the remaining usage of GG_(U)INTn_C macros.tfarina2015-05-187-22/+27
* Walking heaps from GetProcessHeaps is flaky by design, failing on XPbrucedawson2015-05-181-1/+3
* [Android] Add Activity#finishAfterTransition to ApiCompatibilityUtils.kkimlabs2015-05-181-0/+11
* Fix direct load from APK on Samsung devicespetrcermak2015-05-181-0/+3
* Fix a division by zero when multiplying 0 * y with SafeNumerics.eroman2015-05-182-2/+5
* Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...glider2015-05-1813-262/+159
* Reland: Lazily initialize MessageLoop for faster thread startupkinuko2015-05-1813-159/+262
* Revert of Add support for backgrounding processes on the Mac (patchset #21 id...thakis2015-05-176-181/+13
* Add support for backgrounding processes on the Macshrike2015-05-166-13/+181
* Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id...palmer2015-05-161-5/+5
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-168-53/+43
* Create net::FormatOriginForDisplay helper function.palmer2015-05-161-5/+5
* Rename OS-specific MemoryPressureMonitor implementations.chrisha2015-05-1510-77/+100
* Replace WindowCallbackWrapper with a generated instance.yfriedman2015-05-153-168/+154
* Treat a delay of under 1 millisecond in MessagePumpDefault as a signal that t...ananta2015-05-151-1/+2
* Reduce overhead of Chrome's ETW tracing to make it more usable.brucedawson2015-05-151-4/+12