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 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
*
Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).
dmikurube@chromium.org
2012-03-10
2
-2
/
+2
*
Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...
dmikurube@google.com
2012-03-03
2
-2
/
+2
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@google.com
2012-03-03
2
-2
/
+2
*
Revert 124144 - Sync trace time on Chrome OS (just like Android)
backer@chromium.org
2012-03-02
1
-6
/
+6
*
Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.
jbates@chromium.org
2012-03-01
2
-91
/
+146
*
Support the Syzygy instrumenting profiler.
siggi@chromium.org
2012-03-01
2
-2
/
+118
*
Sync trace time on Chrome OS (just like Android)
sleffler@chromium.org
2012-02-29
1
-6
/
+6
*
Make base::Logging compile with the NaCl toolchain.
bbudge@chromium.org
2012-02-28
2
-2
/
+6
*
Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.
husky@chromium.org
2012-02-24
3
-8
/
+5
*
Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...
groby@chromium.org
2012-02-23
3
-5
/
+8
*
Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.
husky@chromium.org
2012-02-22
3
-8
/
+5
*
Implement proper atomic code for trace macros.
jbates@chromium.org
2012-02-22
3
-15
/
+27
*
Revert r122552: "Implement proper atomic code for trace macros."
rnk@chromium.org
2012-02-21
3
-22
/
+15
*
Add EnabledStateObserver to TraceLog as prelude to hooking V8 GC events.
nduca@chromium.org
2012-02-20
3
-1
/
+136
*
Implement proper atomic code for trace macros.
jbates@chromium.org
2012-02-17
3
-15
/
+22
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-0
/
+1
*
Make TraceEventTestFixture.ThreadNames work when thread-id is reused.
jbates@chromium.org
2012-02-03
1
-2
/
+4
*
Get rid of <iostream> include in stack_trace_posix (forces a static initializer)
tbreisacher@chromium.org
2012-02-03
1
-4
/
+2
*
Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...
jbates@chromium.org
2012-01-27
3
-47
/
+52
*
Cleanup trace_event, fix webkit API naming.
jbates@chromium.org
2012-01-25
1
-14
/
+14
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-2
/
+1
*
Split up trace_event.h into trace_event_impl.h and add webkitplatform support.
jbates@chromium.org
2012-01-23
4
-1126
/
+1110
*
Allow tracing in third_party libraries
jbates@chromium.org
2012-01-13
5
-496
/
+726
*
Change code in base (primarily unit tests) to use Sleep(TimeDelta).
tedvessenes@gmail.com
2011-12-31
3
-5
/
+9
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
3
-5
/
+7
*
Fix Android-specific typo in trace_event.cc. I can haz droid bots soon plz?
nduca@chromium.org
2011-12-16
1
-1
/
+1
*
Push a marker into Android's kernel trace system to allow clock sync in about...
nduca@chromium.org
2011-12-16
2
-3
/
+47
*
Add event counters with IDs
piman@chromium.org
2011-12-16
3
-5
/
+81
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
3
-7
/
+5
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
3
-5
/
+7
*
use os_bsd and OS_BSD and add some OS_FREEBSD conditions
robert.nagy@gmail.com
2011-12-04
1
-10
/
+8
*
Improve GPU tests to fail when GPU drawing fails.
jbates@chromium.org
2011-12-02
1
-0
/
+13
*
Fix Aura build break.
jbates@chromium.org
2011-12-02
1
-1
/
+1
*
trace_event: distinguish between scoped begin/end and global start/finish events
jbates@chromium.org
2011-12-02
5
-164
/
+381
*
Allow const pointers to be stored in ThreadLocalPointer.
jbates@chromium.org
2011-11-29
1
-4
/
+3
*
Implement TRACE_COUNTER
nduca@chromium.org
2011-11-18
3
-2
/
+119
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
1
-4
/
+1
*
define OS_BSD on *BSD and replace the ifdefs to use that
robert.nagy@gmail.com
2011-11-15
1
-3
/
+3
*
Support thread name changes in trace event
joth@chromium.org
2011-11-10
3
-18
/
+75
*
Support --trace-startup and task tracing
joth@chromium.org
2011-11-09
2
-5
/
+53
*
Change three LazyInstances I added earlier to be leaky.
thakis@chromium.org
2011-11-04
1
-2
/
+3
[next]