summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Cleanup various includes and namespace references.fdegans2014-11-031-0/+1
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-281-0/+1
* Cleanup: Remove some unneeded timer.h includes.thestig2014-10-271-1/+0
* Standardize usage of virtual/override/final in base/dcheng2014-10-2110-57/+48
* Cleanup: Better constify some strings in base.thestig2014-10-216-38/+36
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-162-2/+2
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-1/+1
* Align base::hash_map with C++11, part 1.davidben2014-10-111-11/+0
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0711-47/+47
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-6/+7
* Cleanup.pkasting2014-09-291-26/+21
* Remove implicit HANDLE conversions from base.rvargas2014-09-231-1/+1
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-151-4/+5
* Added BASE_EXPORT to EnabledStateObserver classxunjieli2014-09-091-1/+2
* This CL adds NESTABLE_ASYNC APIs to tracing.xunjieli2014-09-091-1/+45
* Avoid deadlock during trace_event flushwangxianzhu2014-09-031-7/+16
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-271-3/+3
* Move default sanitizer options into build/ so that WebRTC can import them.glider@chromium.org2014-08-213-429/+0
* base: Factor task debug annotations out of MessageLoopskyostil@chromium.org2014-08-143-0/+153
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-132-2/+2
* Remove TraceOptions string based constructor. Add setter methodnednguyen@google.com2014-08-083-26/+38
* Add RECORD_AS_MUCH_AS_POSSIBLE mode to TraceOptions.nednguyen@google.com2014-08-074-13/+51
* This is an ordered set tailored to GN's (simple) needs.brettw@chromium.org2014-08-061-1/+1
* Reenable trace_event_unittest for windowsnednguyen@google.com2014-08-061-7/+1
* Disable TraceOptionsTest.TraceOptionsFromStringrobliao@chromium.org2014-08-041-2/+2
* Disable TraceOptionsTest.TraceOptionsFromStringrobliao@chromium.org2014-08-041-1/+1
* Refactor tracing to pass around base::debug::TraceOptions to reduce spaghettinednguyen@google.com2014-08-045-178/+475
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-014-1/+237
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-314-235/+1
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-314-1/+235
* Draw the start of input latency using its original/ui timestampmiletus@chromium.org2014-07-311-0/+16
* Hide some SyzyASan specific code behind an '#if defined(COMPILER_MSVC)'.sebmarchand@chromium.org2014-07-312-6/+6
* Fix 2 warnings in the ASan tests.sebmarchand@chromium.org2014-07-281-2/+13
* tsan_suppressions: remove vp9 suppressionjzern@chromium.org2014-07-261-3/+0
* Update trace_event_unittest to use ASSERT_LE rather than ASSERT_LT.nednguyen@google.com2014-07-251-2/+2
* Suppress a deadlock in TraceEventTestFixture.ThreadOnceBlockingglider@chromium.org2014-07-241-0/+4
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+7
* Update the TSan suppressions for uprv_malloc_xx and uprv_realloc_xxglider@chromium.org2014-07-231-2/+2
* Modify TraceEventTestFixture.TraceBufferVectorReportFull to assert the overfl...nednguyen@google.com2014-07-221-4/+5
* Change instant event phase name from i to Iyurys@chromium.org2014-07-221-1/+1
* Set dump_without_crashing_function_ in chrome.dll with value of exported chro...wfh@chromium.org2014-07-211-0/+3
* Add metadata that report whether the buffer was full, and the timestamp when ...nednguyen@google.com2014-07-193-7/+78
* Fix data race with synthetic delay initializationskyostil@chromium.org2014-07-181-2/+2
* Fix tracing 64-bit to 32-bit truncations.wfh@chromium.org2014-07-083-13/+12
* deadlock fix in SymbolContext ctorcpu@chromium.org2014-07-031-13/+15
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-034-15/+20
* stub out debug::StackTrace().Print() when using uclibcmostynb@opera.com2014-06-272-4/+4
* Suppress data race reports:glider@chromium.org2014-06-261-0/+7
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-1/+1
* Memory tools suppressions:glider@chromium.org2014-06-251-0/+3