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
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
2
-13
/
+13
*
GTTF: dump registers on crash on 32-bit Linux
phajdan.jr@chromium.org
2013-01-14
1
-16
/
+51
*
Revert 176681
sky@chromium.org
2013-01-14
1
-51
/
+16
*
GTTF: dump registers on crash on 32-bit Linux
phajdan.jr@chromium.org
2013-01-14
1
-16
/
+51
*
Add regression test for lazy evaluation of tracing parameters.
dsinclair@chromium.org
2013-01-14
1
-0
/
+18
*
GTTF: dump registers on crash on 64-bit Linux
phajdan.jr@chromium.org
2013-01-10
3
-29
/
+98
*
Revert 175233 because Linux ASAN builder cannot compile it.
alexeypa@google.com
2013-01-04
3
-911
/
+904
*
Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-04
3
-904
/
+911
*
Create a cross-platform crash key system in base/debug/crash_logging.h.
rsesek@chromium.org
2013-01-03
2
-0
/
+148
*
Remove support for TRACE_EVENT_IF_LONGER_THANx macros
caseq@google.com
2012-12-13
5
-268
/
+15
*
Add tracing support to NaCl
jbauman@chromium.org
2012-12-08
2
-1
/
+11
*
Fix gcc 4.7 compilation problem by adding explict unistd.h inclusion.
shenhan@google.com
2012-11-17
1
-0
/
+4
*
Revert 168239 - Extract SIGPIPE ignoring code to a common place.
dmichael@google.com
2012-11-16
2
-5
/
+11
*
Extract SIGPIPE ignoring code to a common place.
phajdan.jr@chromium.org
2012-11-16
2
-11
/
+5
*
Put Android systrace calls in trace_event_impl only.
wangxianzhu@chromium.org
2012-11-15
5
-58
/
+72
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
2
-2
/
+2
*
GTTF: Make Linux stack dump signal handler async-signal safe.
phajdan.jr@chromium.org
2012-11-14
4
-66
/
+332
*
Use ';' instead of '|' to separate arguments in Android trace.
wangxianzhu@chromium.org
2012-11-10
1
-1
/
+4
*
Move stack_container and linked_list to the new containers subdirectory.
brettw@chromium.org
2012-11-10
1
-1
/
+1
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
5
-0
/
+173
*
Make Chrome Trace work with Android ATrace.
wangxianzhu@chromium.org
2012-11-01
5
-90
/
+231
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+1
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
1
-25
/
+153
*
Fix trace event macro naming issue
jbates@chromium.org
2012-09-11
2
-9
/
+9
*
implement SetWatchEvent and WaitForEvent for trace-based-tests.
jbates@chromium.org
2012-09-01
3
-103
/
+281
*
Disable leak annotations for NaCl untrusted builds.
bbudge@chromium.org
2012-08-17
1
-1
/
+2
*
Fix TraceEventTestFixture flakiness
jbates@chromium.org
2012-08-16
2
-6
/
+28
*
Remove executable bits on file.
mmoss@chromium.org
2012-08-09
1
-0
/
+0
*
[MIPS] Add DEBUG_BREAK() for MIPS architecture.
petarj@mips.com
2012-08-09
1
-0
/
+2
*
trace event macro ambiguity fix when int64 is used on 64-bit build
jbates@chromium.org
2012-08-07
1
-0
/
+2
*
mac: Delete some pre-10.5 code.
thakis@chromium.org
2012-08-06
1
-14
/
+0
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-23
/
+24
*
Coverity: Fully initialize the |trace_| member variable.
jhawkins@chromium.org
2012-07-25
3
-8
/
+13
*
Use common stack trace code in Android port
skyostil@chromium.org
2012-07-19
1
-16
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
10
-10
/
+0
*
Upstream Android-specific changes to debugger_posix.cc
jknotten@chromium.org
2012-06-29
1
-7
/
+19
*
Remove unused member variables found by clang's -Wunused-private-field
thakis@chromium.org
2012-06-22
1
-1
/
+2
*
PPAPI/NaCl: Remove call of system() from NaCl build
dmichael@chromium.org
2012-06-09
1
-1
/
+1
*
Implement SpawnDebuggerOnProcess for POSIX.
jyasskin@chromium.org
2012-06-06
1
-1
/
+12
*
Signal thread names in instrumented binaries, even when a debugger is not att...
siggi@chromium.org
2012-05-31
1
-10
/
+27
*
Fixing Android compile warnings.
felipeg@google.com
2012-05-29
1
-0
/
+5
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
1
-1
/
+2
*
Add the StackTrace to the URLFetcher crash dumps.
willchan@chromium.org
2012-05-12
1
-1
/
+4
*
Add interface to system trace clock.
sleffler@chromium.org
2012-05-01
1
-2
/
+2
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+1
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-2
/
+2
*
Make non-scoped trace macros work in one-line scopes.
jbates@chromium.org
2012-03-30
1
-16
/
+20
*
Plot async steps in about:tracing.
simonjam@chromium.org
2012-03-28
2
-36
/
+31
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@chromium.org
2012-03-13
2
-2
/
+2
*
Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...
dmikurube@chromium.org
2012-03-10
2
-2
/
+2
[next]