summaryrefslogtreecommitdiffstats
path: root/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Disallow mixing NDEBUG settings in logging.{h,cc}.derat@chromium.org2010-08-231-4/+4
* Header cleanup in base.brettw@chromium.org2010-08-171-2/+1
* Stop eternal loop in DisplayDebugMessageInDialogcmasone@google.com2010-08-171-2/+9
* Including pthread.h, compile fix for Android.bulach@chromium.org2010-08-051-0/+1
* GTTF: Ensure that when we're testing the logging system will not display dial...phajdan.jr@chromium.org2010-07-291-0/+3
* print stack trace to stderr as well as to dialog.oshima@chromium.org2010-03-241-12/+10
* Remove an unused logging function.thestig@chromium.org2010-03-111-10/+0
* linux: use xmessage for the dialog used in LOG(FATAL)evan@chromium.org2010-03-011-13/+24
* Revert "linux: use xmessage for the dialog used in LOG(FATAL)"evan@chromium.org2010-03-011-24/+13
* linux: use xmessage for the dialog used in LOG(FATAL)evan@chromium.org2010-03-011-13/+24
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-3/+6
* Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe.willchan@chromium.org2009-12-081-0/+37
* Flush logging output.derat@chromium.org2009-12-021-11/+18
* Integrate the base logging with Event Tracing for Windows. This allows ETW to...siggi@chromium.org2009-11-251-0/+10
* Add logging macros that automatically append the last system error in string ...tschmelcher@chromium.org2009-10-091-0/+92
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-3/+3
* Reverting 28166.ojan@chromium.org2009-10-061-195/+0
* Add logging macros that automatically append the last system error in string ...tschmelcher@google.com2009-10-061-0/+195
* Remove even the logging statement from ~LogMessage. We shouldn't be using LOG...phajdan.jr@chromium.org2009-08-031-7/+6
* Do not abort the process if thread owning the log mutex has crashed.phajdan.jr@chromium.org2009-07-311-1/+6
* Linux: refactor zygote supportagl@chromium.org2009-06-121-18/+0
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-0/+18
* Linux: refactor zygote supportagl@chromium.org2009-06-101-18/+0
* Enable zygote manager by default.dkegel@google.com2009-06-081-1/+5
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+24
* Use thread-safe localtime_r instead of localtime.thestig@chromium.org2009-05-131-4/+4
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-241-2/+9
* Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Wind...tommi@google.com2009-04-141-0/+9
* First stab at Mac breakpad support.jeremy@chromium.org2009-03-261-2/+0
* Eliminate precarious use of const_cast<wchar*>(wstring.get())mark@chromium.org2009-03-251-6/+5
* Fix a second error in the build bustage, still about constness.maruel@chromium.org2009-03-031-1/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-7/+12
* Change the behavior of --enable-dcheck in releasehuanr@chromium.org2009-02-121-2/+23
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+2
* Enabled WebFrameTest, refactored some test shell functions.estade@chromium.org2008-11-061-9/+15
* Make assertions not display message boxes to the end user. This is causingbrettw@google.com2008-11-061-3/+7
* revert 9391estade@chromium.org2008-11-051-7/+34
* Enabled WebFrameTest, refactored some test shell functions.estade@chromium.org2008-11-051-34/+7
* Another attempt at enabling stderr logging for ERROR and FATAL logs. This wi...erikkay@google.com2008-08-261-2/+2
* An earlier change I made sent all logging output to stderr. The webkit layou...erikkay@google.com2008-08-251-2/+11
* When we're only outputting to a log file, above a certain log level, we shoul...erikkay@google.com2008-08-251-2/+10
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Back out r1223, we'll just look at the logs on the buildbots for now. It wou...mmentovai@google.com2008-08-221-1/+1
* Send log output to stderr on Windows when uninitializedmmentovai@google.com2008-08-221-1/+1
* Send log messages to stderr when uninitialized on POSIX platforms.mmentovai@google.com2008-08-191-15/+28
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-4/+4
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-191-0/+1
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-151-0/+4
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-131-17/+7