summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.cc
Commit message (Expand)AuthorAgeFilesLines
* Use multi-profile mount point by default after browser crash and in Guest ses...nkostylev@chromium.org2013-09-191-6/+6
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of time headers in chrome/common/, chrome/installer, chr...avi@chromium.org2013-06-281-1/+1
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-17/+16
* Use a direct include of strings headers in chrome/common/, part 2.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Clean up ifdef around FilePath creationmrunal.kapade@intel.com2013-05-311-7/+2
* [CrOS MP] Pass correct user id for Guest session.nkostylev@chromium.org2013-05-201-4/+13
* Chrome OS multi-profiles backend and UI.nkostylev@chromium.org2013-04-151-0/+7
* Re-Re-apply 192420: Move login switches to src/chromeos"stevenjb@chromium.org2013-04-051-2/+6
* Revert 192504 "Re-apply 192420: Move login switches to src/chromeos"tkent@chromium.org2013-04-051-6/+2
* Re-apply 192420: Move login switches to src/chromeosstevenjb@chromium.org2013-04-051-2/+6
* Revert 192420 "Move login switches to src/chromeos"alexeypa@google.com2013-04-051-6/+2
* Move login switches to src/chromeosstevenjb@chromium.org2013-04-041-2/+6
* 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