index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
debug
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link all the necessary default options into TSan v2 binaries.
glider@chromium.org
2014-05-21
1
-1
/
+13
*
Add default options for ThreadSanitizer on Linux. Enable deadlock detection b...
glider@chromium.org
2014-05-20
1
-0
/
+18
*
Revert of Add default options for ThreadSanitizer on Linux. Enable deadlock d...
jyasskin@chromium.org
2014-05-19
1
-18
/
+0
*
Add default options for ThreadSanitizer on Linux. Enable deadlock detection b...
glider@chromium.org
2014-05-19
1
-0
/
+18
*
Create copy of context record before passing it to StackWalk64
marcing@opera.com
2014-05-09
2
-9
/
+12
*
Disable leak detection in ASan default options.
earthdok@chromium.org
2014-05-07
1
-2
/
+3
*
Set the default visibility for __asan_default_options.
glider@chromium.org
2014-05-05
1
-0
/
+4
*
Added myself to the per-file owners of base/debug/sanitizer_options.cc
glider@chromium.org
2014-04-30
1
-0
/
+1
*
Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d...
glider@chromium.org
2014-04-30
1
-3
/
+5
*
Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer.
geofflang@chromium.org
2014-04-24
1
-5
/
+6
*
Enable check_printf=1 for ASan.
glider@chromium.org
2014-04-23
1
-3
/
+6
*
disable more stacktrace usage in debug uclibc builds
mostynb@opera.com
2014-04-18
1
-2
/
+4
*
base::Thread will store its |name| as a string, so take the name as a string
pkasting@chromium.org
2014-04-18
1
-2
/
+2
*
Remove --debug-on-start and --debug-children.
pkasting@chromium.org
2014-04-17
5
-267
/
+1
*
Set the default ASan options for executables built with ASan on Linux.
glider@chromium.org
2014-04-15
1
-0
/
+62
*
Trace event micro-optimization: use finer grained lock.
bulach@chromium.org
2014-04-14
1
-29
/
+43
*
Revert 263625 "Set the default ASan options for executables buil..."
fischman@chromium.org
2014-04-14
1
-60
/
+0
*
Set the default ASan options for executables built with ASan on Linux.
glider@chromium.org
2014-04-14
1
-0
/
+60
*
disable stack trace unittests for uClibc builds
mostynb@opera.com
2014-04-10
1
-0
/
+2
*
don't use glibc-specific execinfo.h on uclibc builds
mostynb@opera.com
2014-04-09
3
-4
/
+18
*
Revert 262344 "don't use glibc-specific execinfo.h on uclibc builds"
earthdok@chromium.org
2014-04-08
3
-15
/
+5
*
don't use glibc-specific execinfo.h on uclibc builds
mostynb@opera.com
2014-04-08
3
-5
/
+15
*
Revert 259561 "Set the default ASan options for executables buil..."
mukai@chromium.org
2014-03-28
1
-49
/
+0
*
Set the default ASan options for executables built with ASan on Linux.
glider@chromium.org
2014-03-26
1
-0
/
+49
*
Linux: do not associate SIGSYS with the StackDumpSignalHandler
jln@chromium.org
2014-03-26
1
-0
/
+4
*
Stack trace symbolization for Chrome sandbox processes.
ivanpe@google.com
2014-03-22
4
-5
/
+313
*
Revert of Stack trace symbolization for Chrome sandbox processes. (https://co...
vsevik@chromium.org
2014-03-21
4
-319
/
+5
*
Stack trace symbolization for Chrome sandbox processes.
ivanpe@google.com
2014-03-21
4
-5
/
+319
*
Eliminate build warnings in base/ for Android x64
zhenyu.liang@intel.com
2014-03-19
2
-6
/
+13
*
Adding support for Time and TimeTicks inside trace_event.
mithro@mithis.com
2014-03-19
2
-0
/
+54
*
stack_trace_posix: Make size be a size_t in ProcessBacktrace().
raphael.kubo.da.costa@intel.com
2014-03-18
1
-4
/
+4
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
1
-4
/
+4
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
1
-4
/
+4
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
1
-4
/
+4
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
thakis@chromium.org
2014-03-14
1
-4
/
+4
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
1
-4
/
+4
*
Allow compilation on recent versions of FreeBSD, which have libexecinfo in th...
r.c.ladan@gmail.com
2014-03-12
1
-1
/
+2
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-1
/
+1
*
Fix "defined but not used" warning in base/debug/trace_event_impl.cc
mseaborn@chromium.org
2014-03-03
1
-0
/
+2
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
1
-1
/
+2
*
Fix some typo and nits while reading the code.
etienneb@chromium.org
2014-02-20
1
-4
/
+3
*
Convert scoped_ptr_malloc -> scoped_ptr, part 1.
viettrungluu@chromium.org
2014-02-16
1
-1
/
+1
*
Revert 251178 "Trace event micro-optimization: use finer grained..."
bruening@google.com
2014-02-14
1
-39
/
+27
*
Trace event micro-optimization: use finer grained lock.
bulach@chromium.org
2014-02-13
1
-27
/
+39
*
Use branch prediction hints to make trace events cheaper
skyostil@chromium.org
2014-02-13
1
-3
/
+3
*
base: Fix parsing of synthetic delay configuration
skyostil@chromium.org
2014-02-12
1
-5
/
+6
*
Trace event micro-optimization: create "toplevel" category.
bulach@chromium.org
2014-02-12
1
-5
/
+7
*
More instrumentation for GDI allocation failures
cpu@chromium.org
2014-02-11
2
-0
/
+152
*
Use posix version of stack_trace on iOS
sdefresne@chromium.org
2014-02-10
2
-60
/
+1
*
Make flow event traces disabled-by-default
fmeawad@chromium.org
2014-02-06
2
-4
/
+4
[next]