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
*
Reduce binary size impact of synthetic delays
skyostil@chromium.org
2014-01-14
2
-20
/
+19
*
Configure synthetic delays through TraceLog
skyostil@chromium.org
2014-01-10
5
-4
/
+141
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2014-01-08
5
-49
/
+123
*
Use Begin/End semantics for synthetic delays
skyostil@chromium.org
2014-01-07
3
-111
/
+156
*
Add synthetic delay testing framework
skyostil@chromium.org
2014-01-03
3
-0
/
+505
*
Revert 242671 "Implement sampling profiler (chromium side change)"
haraken@chromium.org
2013-12-28
5
-127
/
+49
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2013-12-28
5
-49
/
+127
*
Move DumpProcessWithoutCrash to base, so we can use it from net and content
jochen@chromium.org
2013-12-18
2
-0
/
+59
*
Fix --trace-to-console filter merge issue
wangxianzhu@chromium.org
2013-12-13
1
-6
/
+11
*
Remove heapcheck support.
thakis@chromium.org
2013-12-13
1
-20
/
+5
*
Reset thread_shared_chunk_ in TraceLog::NextGeneration()
haraken@chromium.org
2013-12-12
2
-7
/
+10
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-11
1
-1
/
+1
*
Revert of https://codereview.chromium.org/100823007/
antrim@chromium.org
2013-12-11
1
-1
/
+1
*
Enable tcmalloc heap-profiler module on Windows.
peria@chromium.org
2013-12-11
1
-2
/
+4
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-10
1
-1
/
+1
*
Invoke LeakSanitizer early in the utility process.
earthdok@chromium.org
2013-12-06
1
-0
/
+1
*
Avoid trace-to-console deadlock or infinite recursion
wangxianzhu@chromium.org
2013-12-05
3
-37
/
+107
*
Reapply "Remove TraceController"
wangxianzhu@chromium.org
2013-12-03
3
-231
/
+100
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Revert of https://codereview.chromium.org/99103004/
wangxianzhu@chromium.org
2013-12-03
3
-100
/
+231
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-1
/
+1
*
Revert "Revert 237280 "Remove TraceController""
wangxianzhu@chromium.org
2013-12-02
3
-231
/
+100
*
Add thread duration support for tracing 'X' (Complete) events
fmeawad@chromium.org
2013-11-28
2
-4
/
+15
*
Revert of https://codereview.chromium.org/53923005/
acleung@chromium.org
2013-11-27
3
-497
/
+0
*
Add synthetic delay testing framework
skyostil@chromium.org
2013-11-27
3
-0
/
+497
*
Revert 237280 "Remove TraceController"
tonyg@chromium.org
2013-11-27
3
-100
/
+231
*
Remove TraceController
wangxianzhu@chromium.org
2013-11-26
3
-231
/
+100
*
Fix crash in TraceLog::UpdateTraceEventDuration()
wangxianzhu@chromium.org
2013-11-25
1
-3
/
+5
*
Remove temporary code after migration of Platform::updateTraceEventDuration
wangxianzhu@chromium.org
2013-11-21
1
-18
/
+5
*
Use TracingController for startup tracing
wangxianzhu@chromium.org
2013-11-21
1
-5
/
+2
*
Independently enable recording and event callback
wangxianzhu@chromium.org
2013-11-20
4
-109
/
+305
*
Use JsonDoubleQuote to output trace string
wangxianzhu@chromium.org
2013-11-15
2
-12
/
+10
*
ios: Enable -Wunused-functions.
thakis@chromium.org
2013-11-14
1
-0
/
+4
*
Revert 234207 "Set the default ASan options for executables buil..."
mpearson@chromium.org
2013-11-11
1
-49
/
+0
*
Set the default ASan options for executables built with ASan on Linux.
glider@chromium.org
2013-11-11
1
-0
/
+49
*
mac: Prepare most test code for -Wunused-functions too.
thakis@chromium.org
2013-11-08
1
-7
/
+0
*
Avoid threading races on TraceSamplingThread's members
haraken@chromium.org
2013-11-06
3
-40
/
+30
*
Ensure TimeOffset is applied to timestamps of traces
wangxianzhu@chromium.org
2013-11-02
3
-15
/
+53
*
Avoid crashing if the crash key system is not initialized.
jochen@chromium.org
2013-10-31
1
-2
/
+4
*
Put back debug break instructions for non-x86 OSs
jochen@chromium.org
2013-10-29
1
-8
/
+14
*
Pass timestamp into trace event callback.
alph@chromium.org
2013-10-29
3
-7
/
+21
*
Fix trace event ECHO_TO_CONSOLE
wangxianzhu@chromium.org
2013-10-28
3
-72
/
+105
*
On posix, only break into debugger when a debugger is present
jochen@chromium.org
2013-10-28
1
-9
/
+13
*
Send B/E events to EventCallback for X events
wangxianzhu@chromium.org
2013-10-26
3
-2
/
+47
*
[Tracing] Add support for forward looking or backwards looking async steps.
simonjam@chromium.org
2013-10-24
2
-30
/
+64
*
Fix crash when ending systrace webview
wangxianzhu@chromium.org
2013-10-23
1
-3
/
+25
*
Reapply "Remove constructors of TraceEventHandle"
wangxianzhu@chromium.org
2013-10-23
2
-23
/
+20
*
Correct thread flush timeout logic and increase timeout
wangxianzhu@chromium.org
2013-10-23
2
-24
/
+71
*
Revert 230224 "Remove constructors of TraceEventHandle", which cause compile ...
ronghuawu@chromium.org
2013-10-22
2
-20
/
+23
*
Remove constructors of TraceEventHandle
wangxianzhu@chromium.org
2013-10-22
2
-23
/
+20
[next]