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
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-1
/
+1
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
1
-2
/
+2
*
ProcessSingleton now uses base::win::MessageWindow to create a message-only w...
alexeypa@chromium.org
2013-07-11
1
-65
/
+32
*
[win] Differentiate between fast and non-fast startup path UMAs.
koz@chromium.org
2013-07-03
1
-1
/
+1
*
Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..."
thestig@chromium.org
2013-06-28
1
-32
/
+65
*
ProcessSingleton now uses base::win::MessageWindow to create a message-only w...
alexeypa@chromium.org
2013-06-28
1
-65
/
+32
*
Use a direct include of time headers in chrome/browser/, part 6.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/o*-p*/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Chrome if launched from Desktop shouldn't try to launch Metro mode Chrome.
shrikant@chromium.org
2013-06-05
1
-8
/
+8
*
Make chrome.exe rendezvous with existing chrome process earlier.
koz@chromium.org
2013-06-05
1
-100
/
+24
*
Properly add --original-process-start-time for browser rendezvous.
koz@chromium.org
2013-05-24
1
-7
/
+7
*
Refactor BrowserProcessPlatformPart.
gab@chromium.org
2013-05-20
1
-6
/
+1
*
Move winaura specific methods and members from chrome/browser/browser_process...
gab@chromium.org
2013-05-17
1
-1
/
+7
*
Revert 200576 "Move winaura specific methods and members from ch..."
rouslan@chromium.org
2013-05-16
1
-7
/
+1
*
Move winaura specific methods and members from chrome/browser/browser_process...
gab@chromium.org
2013-05-16
1
-1
/
+7
*
Add UMA tracking for warm start time.
koz@chromium.org
2013-05-13
1
-0
/
+9
*
IsMachineATablet is now modified to check only for touch capability and hence...
shrikant@chromium.org
2013-04-24
1
-5
/
+9
*
Extract locking behaviour from ProcessSingleton.
erikwright@chromium.org
2013-04-19
1
-28
/
+1
*
Add tests that cover the behaviour of ProcessSingleton during startup.
erikwright@chromium.org
2013-04-03
1
-1
/
+5
*
Fix a bug wherein a member method masked a windows API call.
erikwright@chromium.org
2013-03-28
1
-51
/
+52
*
Simplify the ProcessSingleton API.
erikwright@chromium.org
2013-03-28
1
-11
/
+7
*
Show infobar in a metro chrome when trying to show the App Launcher.
tapted@chromium.org
2013-03-05
1
-42
/
+3
*
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
-11
/
+12
*
Add a UMA stat to track whether Chrome is the default browser.
robertshield@chromium.org
2012-12-11
1
-1
/
+1
*
Fix a recent regression which caused the Windows 8 Chrome Ash viewer process ...
ananta@chromium.org
2012-12-07
1
-2
/
+3
*
Fix ProcessSingleton regression: if the notified process is immersive and is ...
gab@chromium.org
2012-12-06
1
-9
/
+10
*
Refactor ProcessSingleton to allow a Desktop process to activate Metro Chrome...
gab@chromium.org
2012-12-05
1
-107
/
+178
*
Ensure that Metro chrome in ASH is able to connect to an existing desktop chr...
ananta@chromium.org
2012-11-27
1
-2
/
+6
*
Revert 166582 - Force Metro vs Desktop preference back to Desktop when Chrome...
gab@chromium.org
2012-11-14
1
-4
/
+4
*
Force Metro vs Desktop preference back to Desktop when Chrome is launched aft...
gab@chromium.org
2012-11-08
1
-4
/
+4
*
Do not activate Metro Chrome when a chrome.exe is called with a short-lived c...
gab@chromium.org
2012-10-13
1
-10
/
+20
*
Chrome should never attempt to launch in Metro if it is no longer default bro...
gab@chromium.org
2012-10-13
1
-4
/
+8
*
Fix a regression which caused Chrome to always launch in Windows 8 mode on ta...
ananta@chromium.org
2012-10-10
1
-4
/
+8
*
Desktop Chrome on Windows 8 should attempt to relaunch into immersive mode if...
ananta@chromium.org
2012-10-05
1
-0
/
+67
*
Enable EULA dialog to be shown from metro Chrome.
robertshield@chromium.org
2012-09-26
1
-1
/
+3
*
If desktop chrome is launched via the New Window/the recently opened url shor...
ananta@chromium.org
2012-09-18
1
-0
/
+48
*
Fix the tree.
cpu@chromium.org
2012-08-22
1
-0
/
+2
*
Implement forwarding of search queries for metro mode
cpu@chromium.org
2012-08-22
1
-9
/
+38
*
Implement lock file for windows profiles.
pastarmovj@chromium.org
2012-07-17
1
-17
/
+41
*
browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h int...
tfarina@chromium.org
2012-07-04
1
-2
/
+2
*
Move the window destruction and registration out of cleanup and into BrowserP...
rlp@chromium.org
2012-06-18
1
-13
/
+8
*
browser: Fold ShowQuestionMessageBox() into ShowMessageBox() function.
tfarina@chromium.org
2012-05-26
1
-8
/
+6
*
Move chrome/browser/simple_message_box.h to chrome/browser/ui.
thestig@chromium.org
2012-05-13
1
-1
/
+1
*
browser: Rename two message box functions to more accurate names.
tfarina@chromium.org
2012-04-23
1
-3
/
+4
*
Refactor ProcessSingleton so that it may be used distinctly from a full brows...
erikwright@chromium.org
2012-04-05
1
-54
/
+13
*
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
[next]