summaryrefslogtreecommitdiffstats
path: root/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* 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