summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_process_finder_win.cc
Commit message (Expand)AuthorAgeFilesLines
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-66/+0
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-2/+0
* Add a test for ProcessSingleton hung rendezvous case.siggi2015-03-121-8/+11
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-231-40/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-261-1/+1
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-1/+1
* Revert 242449 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-1/+1
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-1/+1
* Fix some non-aura specific code related to metro startup.zturner@chromium.org2013-11-071-3/+9
* Add CurrentProcessInfo::CreationTime() for Linuxsimonjam@chromium.org2013-08-081-1/+1
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-2/+2
* ProcessSingleton now uses base::win::MessageWindow to create a message-only w...alexeypa@chromium.org2013-07-111-2/+2
* [win] Differentiate between fast and non-fast startup path UMAs.koz@chromium.org2013-07-031-2/+6
* Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..."thestig@chromium.org2013-06-281-3/+3
* ProcessSingleton now uses base::win::MessageWindow to create a message-only w...alexeypa@chromium.org2013-06-281-3/+3
* Use a direct include of strings headers in chrome/browser/a*-c*/.avi@chromium.org2013-06-101-2/+2
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Make chrome.exe rendezvous with existing chrome process earlier.koz@chromium.org2013-06-051-0/+191