summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-061-2/+2
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-3/+3
* Aura impl of Linux Process Singleton Dialog.mattm@chromium.org2013-11-221-11/+3
* Improve the UI for handling profile lock contention.palmer@chromium.org2013-09-111-10/+16
* Revert 222159 "Improve the UI for handling profile lock contention."rouslan@chromium.org2013-09-101-16/+8
* Improve the UI for handling profile lock contention.palmer@chromium.org2013-09-101-8/+16
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-1/+0
* Use a direct include of the message_loop header in chrome/browser/, part 9.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in chrome/browser/, part 6.avi@chromium.org2013-06-281-2/+2
* Use a direct include of strings headers in chrome/browser/o*-p*/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-15/+15
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Revert r196251 "Use annotation instead of suppression for expected leak"oshima@chromium.org2013-04-251-7/+0
* Use annotation instead of suppression for expected leakoshima@chromium.org2013-04-241-0/+7
* Extract locking behaviour from ProcessSingleton.erikwright@chromium.org2013-04-191-13/+1
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* Simplify the ProcessSingleton API.erikwright@chromium.org2013-03-281-11/+7
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* 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
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-21/+21
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-5/+5
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Fix for the leak in the new ProcessSingletonLinux unittest.jam@chromium.org2012-05-031-0/+3
* Convert the ProcessSingleton linux browser test to a unit test.jabdelmalek@google.com2012-05-021-57/+70
* Refactor ProcessSingleton so that it may be used distinctly from a full brows...erikwright@chromium.org2012-04-051-38/+14
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Fix attempt for the double-SessionRestoreImpl problem.marja@chromium.org2012-02-231-17/+24
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Honor profile directory when creating new window in existing browsersail@chromium.org2011-12-081-13/+2
* Remove IOThread::message_loop().joi@chromium.org2011-12-021-9/+7
* Fix linux ProcessSingleton invalid message handling infinite log spam.mattm@chromium.org2011-11-171-12/+29
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* aura: Use native ProcessSingleton implementations.derat@chromium.org2011-10-251-0/+6
* Ensure that process_singleton will do the right thing if the default profile ...mirandac@chromium.org2011-10-201-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1