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
*
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
*
This fixes the logging for ChromeOS so that it uses symlinks
gspencer@chromium.org
2010-10-28
1
-3
/
+3
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-7
/
+8
*
Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage:
grt@chromium.org
2010-10-20
1
-2
/
+2
*
Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-10-01
1
-2
/
+3
*
Solved a problem where a string was supposed to be passed as a reference but ...
hansl@google.com
2010-10-01
1
-12
/
+22
*
Revert 61142 - Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-10-01
1
-3
/
+2
*
Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-10-01
1
-2
/
+3
*
Revert 61127 - Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-09-30
1
-3
/
+2
*
Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-09-30
1
-2
/
+3
*
Mark the most common uses of MakeCheckOpString as extern templates on gcc pla...
erg@google.com
2010-09-30
1
-0
/
+14
*
Removed support for log prefix filters.
akalin@chromium.org
2010-09-30
1
-19
/
+0
*
Implemented VLOG() et al.
akalin@chromium.org
2010-09-29
1
-1
/
+22
*
Include log output in buildbot logs on Windows just as
darin@chromium.org
2010-09-24
1
-15
/
+2
*
Lock log files when reiniting them.
davemoore@chromium.org
2010-09-14
1
-100
/
+148
*
Revert 58074 - Lock all access to logging data, in case it's reinitialized
davemoore@chromium.org
2010-08-31
1
-148
/
+100
*
Lock all access to logging data, in case it's reinitialized
davemoore@chromium.org
2010-08-31
1
-100
/
+148
*
base: Disallow mixing NDEBUG settings in logging.{h,cc}.
derat@chromium.org
2010-08-23
1
-4
/
+4
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-2
/
+1
*
Stop eternal loop in DisplayDebugMessageInDialog
cmasone@google.com
2010-08-17
1
-2
/
+9
*
Including pthread.h, compile fix for Android.
bulach@chromium.org
2010-08-05
1
-0
/
+1
*
GTTF: Ensure that when we're testing the logging system will not display dial...
phajdan.jr@chromium.org
2010-07-29
1
-0
/
+3
*
print stack trace to stderr as well as to dialog.
oshima@chromium.org
2010-03-24
1
-12
/
+10
*
Remove an unused logging function.
thestig@chromium.org
2010-03-11
1
-10
/
+0
*
linux: use xmessage for the dialog used in LOG(FATAL)
evan@chromium.org
2010-03-01
1
-13
/
+24
*
Revert "linux: use xmessage for the dialog used in LOG(FATAL)"
evan@chromium.org
2010-03-01
1
-24
/
+13
*
linux: use xmessage for the dialog used in LOG(FATAL)
evan@chromium.org
2010-03-01
1
-13
/
+24
*
Changes to base/ from a combination of FreeBSD and OpenBSD patches.
evan@chromium.org
2009-12-29
1
-3
/
+6
*
Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe.
willchan@chromium.org
2009-12-08
1
-0
/
+37
*
Flush logging output.
derat@chromium.org
2009-12-02
1
-11
/
+18
*
Integrate the base logging with Event Tracing for Windows. This allows ETW to...
siggi@chromium.org
2009-11-25
1
-0
/
+10
[next]