summaryrefslogtreecommitdiffstats
path: root/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove all the C-style string munging, making this easier to port to Linux.evanm@google.com2008-08-111-55/+42
* Replace a todo with NOTIMPLEMENTED().ericroman@google.com2008-08-111-2/+3
* fix recursionpinkerton@google.com2008-08-081-2/+2
* Logging cleanup for mac and linuxpinkerton@google.com2008-08-081-15/+164
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-071-23/+8
* Revert change 430 because it breaks the build.nsylvain@google.com2008-08-061-166/+25
* Changes for POSIX support. Yay for ifdefs!pinkerton@google.com2008-08-061-25/+166
* Add base to the repository.initial.commit2008-07-261-0/+396