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 support for filtering traces by categories. The TraceLog API is updated t...
jbates@chromium.org
2011-09-12
3
-29
/
+253
*
Fix trace_event code to accept double-quote and backslash characters in strin...
jbates@chromium.org
2011-09-07
2
-8
/
+11
*
Added support to trace_event for passing static string arguments without copy
jbates@chromium.org
2011-09-06
3
-50
/
+183
*
Remove use of <iostream> where unnecessary.
evan@chromium.org
2011-09-01
1
-1
/
+1
*
[Mac] Capture -dealloc backtrace to log with CrZombie messages.
shess@chromium.org
2011-08-30
2
-0
/
+18
*
Disable frame pointer optimization on base::debug::StackTrace() so it works p...
eroman@chromium.org
2011-08-27
1
-0
/
+13
*
Include base/stringprintf.h in base/debug/profiler.cc.
hans@chromium.org
2011-08-17
1
-1
/
+1
*
Implement backend for thread names and process names.
nduca@chromium.org
2011-08-09
3
-66
/
+215
*
Rename BASE_API to BASE_EXPORT.
darin@chromium.org
2011-08-05
6
-25
/
+25
*
Re-land r93365 - add RefCountedString
joth@chromium.org
2011-07-22
2
-6
/
+7
*
Allow trace event to work with temporary name strings.
joth@chromium.org
2011-07-21
3
-78
/
+196
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
1
-2
/
+2
*
Revert "Add COMPONENT_BUILD global define. "
yurys@chromium.org
2011-07-13
1
-2
/
+2
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
1
-2
/
+2
*
Upstream android debug and log related files
michaelbai@google.com
2011-07-07
3
-4
/
+85
*
Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.
ajwong@chromium.org
2011-06-26
3
-4
/
+5
*
Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...
chromium@hybridsource.org
2011-06-25
2
-5
/
+5
*
More POSIX support for Chromium, consisting mostly of broadening ifdefs. This
tony@chromium.org
2011-06-02
1
-1
/
+1
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-05-31
1
-2
/
+14
*
Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...
msw@chromium.org
2011-05-27
1
-13
/
+1
*
Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...
glider@chromium.org
2011-05-27
1
-1
/
+13
*
Revert "Land http://codereview.chromium.org/6869009 for the third time."
oshima@google.com
2011-05-26
1
-13
/
+1
*
Land http://codereview.chromium.org/6869009 for the third time.
glider@chromium.org
2011-05-26
1
-1
/
+13
*
Store information about invoked RunnableFunction on stack to aid debugging of...
apatrick@chromium.org
2011-05-24
1
-1
/
+3
*
Try another way to alias a variable in optimized builds.
apatrick@chromium.org
2011-05-20
1
-4
/
+7
*
Tag all tracked objects, including Tasks, with the program counter at the sit...
apatrick@chromium.org
2011-05-19
2
-0
/
+40
*
Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...
glider@chromium.org
2011-05-19
1
-13
/
+1
*
Re-land http://codereview.chromium.org/6869009 (except for the suppressions)
glider@chromium.org
2011-05-19
1
-1
/
+13
*
memory: don't reserve trace events unless we're using tracing
evan@chromium.org
2011-05-18
1
-1
/
+1
*
Implemented threshold based trace events that only get added to the trace if ...
jbates@chromium.org
2011-05-13
3
-167
/
+478
*
Nits fix on trace_event.h and child_trace_message_filter.cc
scheib@chromium.org
2011-05-10
1
-1
/
+1
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
6
-306
/
+1243
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
6
-1193
/
+306
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
6
-306
/
+1193
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
6
-1198
/
+306
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
6
-306
/
+1198
*
linux: components build
evan@chromium.org
2011-05-02
1
-1
/
+1
*
Revert 83630 - linux components: expose one last function from base needed by...
maf@chromium.org
2011-04-30
1
-1
/
+1
*
linux components: expose one last function from base needed by test_shell
evan@chromium.org
2011-04-29
1
-1
/
+1
*
Base: More adjustments to BASE_API and project dependencies to
rvargas@google.com
2011-04-21
1
-4
/
+6
*
Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...
glider@chromium.org
2011-04-21
1
-13
/
+1
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-04-21
1
-1
/
+13
*
OpenBSD: make it possible to build libbase.a.
phajdan.jr@chromium.org
2011-04-15
2
-0
/
+2
*
Fix constness of StackTrace.
willchan@chromium.org
2011-04-14
4
-10
/
+10
*
Base: Last set of files to use BASE_API (for base.dll)
rvargas@google.com
2011-03-28
1
-5
/
+7
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
6
-13
/
+13
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-25
3
-9
/
+19
*
Fix null-termination on string copy in debug-on-start code.
evan@chromium.org
2011-02-22
1
-1
/
+1
*
Added command line switches and UI (controlled via a build option)
davemoore@chromium.org
2011-02-01
2
-0
/
+100
*
Make sure the process is _really_ gone after a __debugbreak(). We've had a
cevans@chromium.org
2011-01-21
2
-0
/
+6
[next]