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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Base: Fix the logging export api to fix release builds of
rvargas@google.com
2011-04-26
1
-1
/
+1
*
Base: More adjustments to BASE_API and project dependencies to
rvargas@google.com
2011-04-21
1
-1
/
+1
*
Base: A few more changes to build base.dll
rvargas@google.com
2011-04-01
1
-2
/
+2
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-25
1
-23
/
+25
*
Lower logging for expected errors in process_util_mac.mm
sail@chromium.org
2011-03-06
1
-0
/
+21
*
[Logging] Remove unneeded CheckOpString struct for CHECKs
akalin@chromium.org
2011-02-08
1
-17
/
+9
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
1
-0
/
+9
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
1
-7
/
+16
*
Revert 70920 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
1
-16
/
+7
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
1
-7
/
+16
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
1
-16
/
+7
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
1
-7
/
+16
*
Start sorting methods in class declarations.
erg@google.com
2011-01-07
1
-5
/
+5
*
Integrate ETW with VLOG logging.
siggi@chromium.org
2010-11-04
1
-6
/
+26
*
Fix the testing::LogDisabler for the change r64883. See http://codereview.chr...
hansl@google.com
2010-11-03
1
-0
/
+2
*
Fixed bug where CHECKs don't fire if min_log_level > FATAL
akalin@chromium.org
2010-11-03
1
-25
/
+26
*
Removed unused (and broken) logging functions.
akalin@chromium.org
2010-11-01
1
-80
/
+22
*
Wrote a custom pattern matcher for vmodule.
akalin@chromium.org
2010-11-01
1
-2
/
+2
*
Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al.
akalin@chromium.org
2010-11-01
1
-9
/
+15
*
Added support for filtering on the entire pathname to --vmodule.
akalin@chromium.org
2010-10-29
1
-3
/
+9
*
This fixes the logging for ChromeOS so that it uses symlinks
gspencer@chromium.org
2010-10-28
1
-3
/
+3
*
Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-10-01
1
-170
/
+161
*
Fix official build breakage.
akalin@chromium.org
2010-10-01
1
-2
/
+0
*
Revert 61142 - Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-10-01
1
-149
/
+185
*
Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-10-01
1
-185
/
+149
*
Revert 61127 - Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-09-30
1
-143
/
+183
*
Made logging macros evaluate its stream arguments lazily.
akalin@chromium.org
2010-09-30
1
-183
/
+143
*
[Cleanup] Consolidated duplicate definitions of DLOG.
akalin@chromium.org
2010-09-30
1
-106
/
+98
*
Mark the most common uses of MakeCheckOpString as extern templates on gcc pla...
erg@google.com
2010-09-30
1
-8
/
+15
*
Removed support for log prefix filters.
akalin@chromium.org
2010-09-30
1
-5
/
+0
*
[clang] Fixed clang compile failure introduced by 60976.
akalin@chromium.org
2010-09-29
1
-3
/
+4
*
Implemented VLOG() et al.
akalin@chromium.org
2010-09-29
1
-0
/
+54
*
base: Disallow mixing NDEBUG settings in logging.{h,cc}.
derat@chromium.org
2010-08-23
1
-8
/
+31
*
Stop eternal loop in DisplayDebugMessageInDialog
cmasone@google.com
2010-08-17
1
-0
/
+5
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Change LOG(DFATAL) to avoid dialog in production build
jar@chromium.org
2010-06-24
1
-3
/
+3
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
1
-12
/
+11
*
patch
thakis@chromium.org
2010-06-16
1
-11
/
+12
*
Remove an unused logging function.
thestig@chromium.org
2010-03-11
1
-7
/
+0
*
Reland r40289: "Add support for CHECK_* macros.""
willchan@chromium.org
2010-03-02
1
-40
/
+75
*
Revert r40289: "Add support for CHECK_* macros."
willchan@chromium.org
2010-03-01
1
-60
/
+26
*
Add support for CHECK_* macros.
willchan@chromium.org
2010-03-01
1
-26
/
+60
*
Changes to base/ from a combination of FreeBSD and OpenBSD patches.
evan@chromium.org
2009-12-29
1
-1
/
+1
*
Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe.
willchan@chromium.org
2009-12-08
1
-0
/
+11
*
Integrate the base logging with Event Tracing for Windows. This allows ETW to...
siggi@chromium.org
2009-11-25
1
-0
/
+7
*
Add logging macros that automatically append the last system error in string ...
tschmelcher@chromium.org
2009-10-09
1
-8
/
+170
*
Reverting 28166.
ojan@chromium.org
2009-10-06
1
-142
/
+8
*
Add logging macros that automatically append the last system error in string ...
tschmelcher@google.com
2009-10-06
1
-8
/
+142
*
Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on
mark@chromium.org
2009-08-20
1
-5
/
+15
*
Reverting 20497.
thomasvl@chromium.org
2009-07-16
1
-5
/
+1
[next]