index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
process_singleton.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
ProcessSingleton now uses base::win::MessageWindow to create a message-only w...
alexeypa@chromium.org
2013-07-11
1
-8
/
+5
*
Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..."
thestig@chromium.org
2013-06-28
1
-5
/
+8
*
ProcessSingleton now uses base::win::MessageWindow to create a message-only w...
alexeypa@chromium.org
2013-06-28
1
-8
/
+5
*
Extract locking behaviour from ProcessSingleton.
erikwright@chromium.org
2013-04-19
1
-35
/
+0
*
Add tests that cover the behaviour of ProcessSingleton during startup.
erikwright@chromium.org
2013-04-03
1
-0
/
+2
*
Fix a bug wherein a member method masked a windows API call.
erikwright@chromium.org
2013-03-28
1
-1
/
+1
*
Simplify the ProcessSingleton API.
erikwright@chromium.org
2013-03-28
1
-9
/
+6
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-12
/
+13
*
Add UMA stats for the result of NotifyOtherProcessOrCreate().
gab@chromium.org
2012-12-12
1
-0
/
+1
*
Refactor ProcessSingleton to allow a Desktop process to activate Metro Chrome...
gab@chromium.org
2012-12-05
1
-13
/
+9
*
Remove ProcessSingleton::FoundOtherProcessWindow() as it is no longer required.
gab@chromium.org
2012-12-04
1
-11
/
+0
*
Move many ProcessSingleton methods to "protected" visibility as an upcoming r...
gab@chromium.org
2012-12-03
1
-31
/
+38
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-2
/
+2
*
Get the toast working on win aura. This fixes TryChromeDialogBrowserTest.Toas...
jam@chromium.org
2012-11-16
1
-1
/
+1
*
Implement lock file for windows profiles.
pastarmovj@chromium.org
2012-07-17
1
-0
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Convert the ProcessSingleton linux browser test to a unit test.
jabdelmalek@google.com
2012-05-02
1
-0
/
+26
*
Refactor ProcessSingleton so that it may be used distinctly from a full brows...
erikwright@chromium.org
2012-04-05
1
-7
/
+21
*
Fix attempt for the double-SessionRestoreImpl problem.
marja@chromium.org
2012-02-23
1
-4
/
+20
*
Revert 122079 - Revert 122077 - Revert 122065 - Fix attempt for the double-Se...
marja@chromium.org
2012-02-15
1
-6
/
+0
*
Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl...
marja@chromium.org
2012-02-15
1
-0
/
+6
*
Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem.
marja@chromium.org
2012-02-15
1
-6
/
+0
*
Fix attempt for the double-SessionRestoreImpl problem.
marja@chromium.org
2012-02-15
1
-0
/
+6
*
Fix bogus thunking of the 'Chrome_MessageWindow'
cpu@chromium.org
2012-01-31
1
-15
/
+5
*
share all the needed linux code with OpenBSD in chrome and content
robert.nagy@gmail.com
2011-11-11
1
-2
/
+2
*
Use ProcessSingletonLinux on OpenBSD.
derat@chromium.org
2011-10-26
1
-3
/
+3
*
aura: Use native ProcessSingleton implementations.
derat@chromium.org
2011-10-25
1
-6
/
+4
*
Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none
ben@chromium.org
2011-10-06
1
-1
/
+1
*
Applied review comments from oshima for CL 7850026.
saintlou@chromium.org
2011-09-20
1
-3
/
+3
*
Aura under Linux is enabled with:
saintlou@chromium.org
2011-09-18
1
-0
/
+2
*
If Softricity DLLs are detected relaunch Chrome via WMI
jschuh@chromium.org
2011-09-14
1
-0
/
+3
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
first-run: Pull IsBrowserAlreadyRunning() out of upgrade_util_win.h.
tfarina@chromium.org
2011-04-15
1
-1
/
+1
*
first-run: Reland refactor of Upgrade class into upgrade_util API.
tfarina@chromium.org
2011-04-13
1
-1
/
+2
*
Broke ARM compile.
siggi@chromium.org
2011-04-13
1
-2
/
+1
*
first-run: Refactor Upgrade class into a common upgrade_util API.
tfarina@chromium.org
2011-04-13
1
-1
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Make the toast more reliable and less dangerous
cpu@chromium.org
2011-03-08
1
-0
/
+10
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.
thestig@chromium.org
2010-12-21
1
-7
/
+9
*
[Mac] Lock profile against multiple uses.
shess@chromium.org
2010-10-14
1
-1
/
+9
*
Move the SingletonSocket to a temporary directory
davidben@chromium.org
2010-08-27
1
-0
/
+9
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-2
/
+5
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
ProcessSingleton(all): create the lock immediately after failing to connect t...
mattm@chromium.org
2010-05-28
1
-1
/
+11
*
Revert 47875 - ProcessSingleton(all): create the lock immediately after faili...
thestig@chromium.org
2010-05-21
1
-11
/
+1
*
ProcessSingleton(all): create the lock immediately after failing to connect t...
mattm@chromium.org
2010-05-21
1
-1
/
+11
[next]