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
*
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
*
Remove unnecessary #include <sys/nacl_syscalls.h>
mcgrathr@chromium.org
2011-10-05
1
-1
/
+0
*
Upstream android debug and log related files
michaelbai@google.com
2011-07-07
1
-1
/
+27
*
Base: A few more changes to build base.dll
rvargas@google.com
2011-04-01
1
-3
/
+16
*
Mac: Don't show dialogs for debug messages.
thakis@chromium.org
2011-02-23
1
-11
/
+0
*
[Logging] Remove unneeded CheckOpString struct for CHECKs
akalin@chromium.org
2011-02-08
1
-4
/
+6
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
1
-4
/
+4
*
Order function definitions in base/ according to the header.
erg@google.com
2011-01-11
1
-53
/
+53
*
Revert 70920 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
1
-4
/
+4
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
1
-4
/
+4
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
1
-4
/
+4
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
1
-4
/
+4
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-4
/
+4
*
Print out filename on logs instead of the entire path
akalin@chromium.org
2010-12-23
1
-1
/
+1
*
linux: remove the xmessage-based error dialog
evan@chromium.org
2010-12-16
1
-17
/
+5
*
Add Debug Message Dialog Support for Mac OS
dmaclach@chromium.org
2010-12-14
1
-3
/
+13
*
Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the...
joth@chromium.org
2010-12-07
1
-0
/
+4
*
Fixed logging so that vmodule works correctly again
akalin@chromium.org
2010-11-23
1
-6
/
+0
*
Bring up IPC in NaCl.
abarth@chromium.org
2010-11-12
1
-0
/
+11
*
Integrate ETW with VLOG logging.
siggi@chromium.org
2010-11-04
1
-10
/
+22
*
Fix the testing::LogDisabler for the change r64883. See http://codereview.chr...
hansl@google.com
2010-11-03
1
-0
/
+4
*
Fixed bug where CHECKs don't fire if min_log_level > FATAL
akalin@chromium.org
2010-11-03
1
-1
/
+1
*
Fixed bug where the entire file path was being printed for logs on non-Windows
akalin@chromium.org
2010-10-29
1
-5
/
+5
[next]