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_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix attempt for the double-SessionRestoreImpl problem.
marja@chromium.org
2012-02-23
1
-82
/
+106
*
Revert 122079 - Revert 122077 - Revert 122065 - Fix attempt for the double-Se...
marja@chromium.org
2012-02-15
1
-1
/
+1
*
Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl...
marja@chromium.org
2012-02-15
1
-1
/
+1
*
Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem.
marja@chromium.org
2012-02-15
1
-1
/
+1
*
Fix attempt for the double-SessionRestoreImpl problem.
marja@chromium.org
2012-02-15
1
-1
/
+1
*
Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...
joi@chromium.org
2012-02-10
1
-38
/
+42
*
Fix bogus thunking of the 'Chrome_MessageWindow'
cpu@chromium.org
2012-01-31
1
-14
/
+35
*
Honor profile directory when creating new window in existing browser
sail@chromium.org
2011-12-08
1
-10
/
+13
*
aura: Use native ProcessSingleton implementations.
derat@chromium.org
2011-10-25
1
-0
/
+4
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Ensure that process_singleton will do the right thing if the default profile ...
mirandac@chromium.org
2011-10-20
1
-1
/
+1
*
If Softricity DLLs are detected relaunch Chrome via WMI
jschuh@chromium.org
2011-09-14
1
-3
/
+38
*
browser: Abstract message box dialog functions into its own header file.
tfarina@chromium.org
2011-08-09
1
-6
/
+4
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-1
/
+1
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-1
/
+1
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-1
/
+1
*
Centralizes checking for non-null return from CreateWindow.
sky@chromium.org
2011-04-19
1
-2
/
+1
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-1
/
+3
*
FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()
evan@chromium.org
2011-02-04
1
-3
/
+2
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
1
-2
/
+2
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-3
/
+4
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-4
/
+3
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-3
/
+4
*
Remove wstring from l10n_util. Part 5.
avi@chromium.org
2011-01-05
1
-2
/
+5
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-1
/
+0
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-2
/
+2
*
- Installation results for use by Google Update are now written at the Packag...
grt@chromium.org
2010-12-22
1
-3
/
+1
*
Fix extension packer command-line code for Mac. Instead of blocking in a jank...
andybons@chromium.org
2010-12-13
1
-2
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-2
/
+2
*
windows: remove PathService::Get() that uses wstrings
evan@chromium.org
2010-11-30
1
-2
/
+2
*
Cleanup: Remove chrome/browser/browser_init.* and references.
jhawkins@chromium.org
2010-11-12
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.
pkasting@chromium.org
2010-10-21
1
-1
/
+1
*
Adding a flag to silently uninstall extensions by command line.
mad@google.com
2010-10-01
1
-0
/
+11
*
Make BrowserInit use FilePath instead of wstring for current directory.
viettrungluu@chromium.org
2010-08-03
1
-3
/
+4
*
Make a new yes/no messagebox wrapper function, use it in the bookmark alert.
avi@chromium.org
2010-06-25
1
-2
/
+2
*
Win: Fix race possible during startup before first Browser is created.
mattm@chromium.org
2010-06-10
1
-3
/
+1
*
ProcessSingleton(all): create the lock immediately after failing to connect t...
mattm@chromium.org
2010-05-28
1
-0
/
+7
*
Revert 47875 - ProcessSingleton(all): create the lock immediately after faili...
thestig@chromium.org
2010-05-21
1
-7
/
+0
*
ProcessSingleton(all): create the lock immediately after failing to connect t...
mattm@chromium.org
2010-05-21
1
-0
/
+7
*
Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the b...
avi@chromium.org
2010-04-30
1
-2
/
+2
*
Make a new yes/no messagebox wrapper function, use it in the bookmark alert.
avi@chromium.org
2010-04-30
1
-2
/
+2
*
Linux: fix startup race between creating the SingletonLock and listening on S...
mattm@chromium.org
2010-04-07
1
-2
/
+3
*
We had a problem where if chrome crashed on cros and was relaunched
davemoore@chromium.org
2010-03-22
1
-4
/
+1
*
Fixed a startup race condition.
mad@chromium.org
2010-03-04
1
-6
/
+34
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-0
/
+1
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-2
/
+1
*
Fix to use FilePath version of PathService::Get.
thestig@chromium.org
2009-09-09
1
-2
/
+3
*
Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro...
mattm@chromium.org
2009-08-21
1
-9
/
+12
[next]