summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ChromeOS] Keep logging inside the user's home dir, even after a browser crashcmasone@google.com2010-08-041-0/+8
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-3/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* be more aggressive about removing symlink to latest chrome logcmasone@google.com2010-06-141-4/+3
* Allow chrome logging to pivot inside the users encrypted home dircmasone@google.com2010-06-141-11/+62
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...thestig@chromium.org2010-04-061-9/+15
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-101-1/+1