summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-2/+2
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-19/+20
* Split DumpWithoutCrashing() into a separate filemseaborn@chromium.org2013-02-011-31/+2
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-301-3/+3
* Don't lock the log file unless we are logging to a file.wtc@chromium.org2012-09-141-2/+5
* Enable timestamps and disable tick counts in logsgauravsh@chromium.org2012-09-011-2/+2
* Added "Store Debug Logs" functionality. Logs from /var/log are gzippedygorshenin@chromium.org2012-04-121-14/+14
* Revert 131963 - Added "Store Debug Logs" functionality. Logs from /var/log ar...ygorshenin@chromium.org2012-04-121-14/+14
* Added "Store Debug Logs" functionality. Logs from /var/log are gzippedygorshenin@chromium.org2012-04-121-14/+14
* Unconditionally send Chrome and Chrome Frame events through ETW machinery.grt@chromium.org2012-03-151-2/+1
* [Mac] Implement logging:DumpWithoutCrashing().shess@chromium.org2012-02-281-3/+3
* linux: Support generating dumps without crashing.derat@chromium.org2012-02-091-3/+17
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-281-10/+10
* Startup hang - Dump the call stacks of all threads ifrtenneti@chromium.org2011-10-081-0/+10
* Register all message types with the IPC logging systemsteveblock@chromium.org2011-09-261-5/+2
* Include missing stringprintf.h to fix the Arm build in r97067.tfarina@chromium.org2011-08-171-0/+1
* Unify infobars' link-opening behavior to respect user-requested dispositions ...pkasting@chromium.org2011-08-021-2/+2
* Do not call GetLogFileName() unless we know we're logging to a filejschuh@chromium.org2011-06-141-19/+29
* This change provides initial support for sending DevTools messages between Wo...yurys@chromium.org2011-05-271-1/+1
* Style cleanups. No functional change.agl@chromium.org2011-05-101-2/+1
* Move plugin messages to content.jam@chromium.org2011-03-141-1/+1
* Move worker_messages to content in preparation of moving worker.jam@chromium.org2011-03-121-1/+1
* startup: move a bit of logging initialization into InitChromeLoggingevan@chromium.org2011-03-011-8/+36
* chromeos issue 11603: crash in CleanupChromeLogging on shutdown in Debug buildsstevenjb@google.com2011-02-021-0/+8
* Temporary whitelist several cases of disk I/O on the UI threads in cros.nkostylev@chromium.org2011-01-241-0/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-2/+14
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-7/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-1/+7
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-7/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-1/+7
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-1/+1
* Start using file_util symlink code, now that it's available.gspencer@chromium.org2010-12-031-9/+3
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-041-2/+3
* This moves log output for ChromeOS to safer locations.gspencer@chromium.org2010-11-021-6/+32
* Revert 64638 - This moves log output for ChromeOS to safer locations.gspencer@chromium.org2010-11-011-28/+4
* This moves log output for ChromeOS to safer locations.gspencer@chromium.org2010-11-011-4/+28
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-311-7/+7
* This fixes a bad readlink call that was causing some tests to fail.gspencer@chromium.org2010-10-281-3/+5
* Revert 64240 - Pass the correct array size to readlink, and pass the length o...vangelis@chromium.org2010-10-281-2/+2
* Pass the correct array size to readlink, and pass the length of the result to...jochen@chromium.org2010-10-281-2/+2
* This fixes the logging for ChromeOS so that it uses symlinksgspencer@chromium.org2010-10-281-31/+95
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* logging: set the default log level to INFOevan@chromium.org2010-10-051-9/+11
* Removed support for log prefix filters.akalin@chromium.org2010-09-301-4/+0
* Stop eternal loop in DisplayDebugMessageInDialogcmasone@google.com2010-08-171-0/+4
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-071-1/+1
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-2/+2