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
/
logging.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the debug_message.exe helper.
brettw
2015-10-03
1
-32
/
+2
*
Get logging to chrome_debug.log working again on Windows Vista+.
ananta
2015-09-18
1
-49
/
+37
*
Avoid dialogs and generating call stacks under a debugger
brucedawson
2015-09-05
1
-3
/
+7
*
Print stack traces in browser tests when any process crashes, or an assert fi...
jam
2015-08-17
1
-1
/
+1
*
Reduce inline code size for CHECK() on Android builds.
tnagel
2015-07-12
1
-0
/
+6
*
Move safe_strerror to posix directory and the base namespace.
brettw
2015-06-09
1
-2
/
+2
*
Add missing BASE_EXPORT to LogErrorNotReached().
tnagel
2015-05-26
1
-1
/
+1
*
Chrome OS: Reduce NOTREACHED() overhead for release builds.
tnagel
2015-05-24
1
-0
/
+5
*
Cleanup base/logging.cc a bit.
thestig
2015-05-19
1
-83
/
+83
*
Fix variable shadowing warning in logging on VS2015
scottmg
2015-01-27
1
-6
/
+5
*
remove some dead visual studio < 2013 code
mostynb
2014-12-19
1
-1
/
+1
*
Cleanup: Remove some unneeded string allocations.
thestig
2014-12-03
1
-7
/
+6
*
Prefix CommandLine usege with base namespace (Part 1: base/)
pgal.u-szeged
2014-11-25
1
-1
/
+1
*
Enable "extern template" under MSVC
mdempsky
2014-10-03
1
-3
/
+0
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
1
-1
/
+1
*
Move logging.h's definitions of operator<< into namespace std.
jyasskin@chromium.org
2014-07-08
1
-1
/
+1
*
Remove two unused logging::LogMessage constructors.
viettrungluu@chromium.org
2014-06-18
1
-11
/
+0
*
Remove the LOG_ERROR_REPORT log severity level.
viettrungluu@chromium.org
2014-06-17
1
-17
/
+4
*
Disable Warning 4702 for the PGO builds.
sebmarchand@chromium.org
2014-06-12
1
-9
/
+0
*
Disable warning C4702 in logging.cc
sebmarchand@chromium.org
2014-06-04
1
-0
/
+9
*
Extracted logging::SystemErrorCodeToString function.
vitalybuka@chromium.org
2014-04-23
1
-45
/
+27
*
disable more stacktrace usage in debug uclibc builds
mostynb@opera.com
2014-04-18
1
-1
/
+1
*
Make LogMessage() handle strings with null bytes
joaoe@opera.com
2014-03-14
1
-3
/
+4
*
Revert of Make LogMessage() handle strings with null bytes (https://coderevie...
finnur@chromium.org
2014-03-14
1
-3
/
+3
*
Make LogMessage() handle strings with null bytes
joaoe@opera.com
2014-03-14
1
-3
/
+3
*
Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only
wangxianzhu@chromium.org
2014-03-10
1
-9
/
+1
*
Avoid function call for disabled DCHECK in non-official release build
wangxianzhu@chromium.org
2014-03-05
1
-4
/
+0
*
Honor the log_assert_handler when running under the debugger.
rch@chromium.org
2014-02-28
1
-16
/
+11
*
LogMessage::Init must check untrusted severity_ value before using it as an a...
tsepez@chromium.org
2014-01-23
1
-1
/
+8
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-2
/
+2
*
Only use the LoggingLock when actually logging to a file
akalin@chromium.org
2013-07-15
1
-33
/
+32
*
Implement basic stack traces on Android and reenable unit tests.
scherkus@chromium.org
2013-07-04
1
-3
/
+1
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-32
/
+23
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Fix (D)VLOG(1) support on Android
acolwell@chromium.org
2013-05-21
1
-1
/
+2
*
Remving global statics from the headers, so we can split-link.
cpu@chromium.org
2013-05-21
1
-0
/
+8
*
Pepper: Add VLOG support for NaCl plugins.
teravest@chromium.org
2013-04-22
1
-6
/
+6
*
base: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-30
1
-2
/
+2
*
Ensure that logging works in the GPU process when the --enable-logging and --...
ananta@chromium.org
2013-02-27
1
-0
/
+8
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Supressing unreferenced variable warning in nacl build.
bradnelson@google.com
2012-09-23
1
-0
/
+1
*
Adds some debugging code to help isolate a crash.
sky@chromium.org
2012-04-05
1
-0
/
+4
*
Log message is captured on stack prior to generating minidump for fatal errors.
apatrick@chromium.org
2012-04-03
1
-0
/
+7
*
Make base::Logging compile with the NaCl toolchain.
bbudge@chromium.org
2012-02-28
1
-3
/
+7
*
Move operator<< for StringPiece into string_piece.{h,cc}
akalin@chromium.org
2012-01-20
1
-12
/
+3
*
Revert 118118 - Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
1
-18
/
+3
*
Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
1
-3
/
+18
*
mach_port_deallocate() the result of mach_thread_self(), which obtains a port...
rsesek@chromium.org
2012-01-11
1
-18
/
+3
*
Don't delete g_vlog_info
stevenjb@chromium.org
2011-12-03
1
-4
/
+19
*
OpenBSD and FreeBSD fixes for base.
mark@chromium.org
2011-10-13
1
-3
/
+2
[next]