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
/
browser_shutdown.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
chromeos: Notify window manager about signout.
derat@chromium.org
2010-12-29
1
-0
/
+2
*
Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ...
mirandac@chromium.org
2010-12-16
1
-1
/
+4
*
Revert 69320 - Migrate HostReferralList and StartupDNSPrefetchList from local...
mirandac@chromium.org
2010-12-15
1
-4
/
+1
*
Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ...
mirandac@chromium.org
2010-12-15
1
-1
/
+4
*
Upon WrenchMenu SignOut on ChromeOS, respect onbeforeunload/onunload handlers...
achuith@chromium.org
2010-12-15
1
-0
/
+8
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-1
/
+1
*
Record logout time stats for Chrome OS.
satorux@chromium.org
2010-11-22
1
-0
/
+12
*
ThreadRestrictions: disallow blocking IO on the UI thread
evan@chromium.org
2010-10-27
1
-0
/
+7
*
about:flags: Fix disabling experiments.
thakis@chromium.org
2010-10-15
1
-0
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part19:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part14:
tfarina@chromium.org
2010-10-10
1
-5
/
+5
*
Moved the call to ServiceProcessControlManager::Shutdown to browser_shutdown:...
sanjeevr@chromium.org
2010-10-01
1
-0
/
+4
*
Remove one-time flags when restarting after update.
finnur@chromium.org
2010-09-22
1
-0
/
+3
*
This is a second attempt of http://codereview.chromium.org/3175038
davemoore@chromium.org
2010-09-13
1
-0
/
+8
*
Revert 59147 - Allow overriding of X error functions
davemoore@chromium.org
2010-09-10
1
-8
/
+0
*
Allow overriding of X error functions
davemoore@chromium.org
2010-09-10
1
-0
/
+8
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Fix for issue 51693, which was a regression from integrating the open source
rogerta@google.com
2010-08-13
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 2)
thestig@chromium.org
2010-08-06
1
-1
/
+0
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+3
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-1
/
+1
*
Move browser/first_run* into into a subdirectory.
evan@chromium.org
2010-07-29
1
-1
/
+1
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
1
-0
/
+1
*
Make sure restart due to Upgrade Notification works, even if the browser was ...
finnur@chromium.org
2010-07-21
1
-8
/
+27
*
Moved code that generates APP_TERMINATING notification into BrowserList so it...
atwilson@chromium.org
2010-07-20
1
-4
/
+0
*
[Mac] Implement the update available notification in the wrench menu.
rsesek@chromium.org
2010-07-19
1
-2
/
+11
*
Rename Dns prefetching files to Predictor files
jar@chromium.org
2010-06-27
1
-1
/
+1
*
Change classes and functions for DNS Prefetching to Predictor*
jar@chromium.org
2010-06-25
1
-1
/
+1
*
Fix chromeos build following r48795
estade@chromium.org
2010-06-03
1
-1
/
+1
*
Linux/GTK: implement update notification.
estade@chromium.org
2010-06-03
1
-6
/
+5
*
Implement upgrade notifications.
finnur@chromium.org
2010-05-26
1
-1
/
+24
*
Mac: reform our shutdown routine.
viettrungluu@chromium.org
2010-04-09
1
-0
/
+15
*
POSIX: Re-enable browser shutdown measurements. We should write the measureme...
thestig@chromium.org
2010-03-27
1
-7
/
+5
*
Fix APP_TERMINATING on Mac to fire while the UI loop is still alive.
willchan@chromium.org
2010-03-09
1
-7
/
+1
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Do not try to swap chrome.exe if machine is shutting down.
kuchhal@chromium.org
2010-01-27
1
-1
/
+2
*
Reattempt at r465143. The UI tests rely too heavily on the current behavior o...
andybons@chromium.org
2009-12-15
1
-0
/
+6
*
Rolling back r34316 due to tab_switching_test failing. TBR=scherkus
andybons@chromium.org
2009-12-11
1
-6
/
+0
*
Mac: Fixes bug where extension background hosts were being cleared when the l...
andybons@chromium.org
2009-12-11
1
-0
/
+6
*
Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma...
eroman@chromium.org
2009-12-08
1
-7
/
+1
*
Move last shutdown file access off the UI thread and onto the file thread.
jam@chromium.org
2009-11-25
1
-28
/
+45
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-3
/
+3
*
Fix compile failure due to bad merge.
pkasting@chromium.org
2009-10-02
1
-5
/
+2
*
Convert users of RenderProcessHost iterator to all use same style. The key m...
pkasting@chromium.org
2009-10-02
1
-5
/
+5
*
Any time we are shutting down a tab, try to use fast shutdown.
estade@chromium.org
2009-10-02
1
-26
/
+26
*
linux: drop temp_scaffolding_stubs
evan@chromium.org
2009-09-25
1
-2
/
+6
*
Disable browser shutdown measurements on non-Windows platforms.
agl@chromium.org
2009-09-12
1
-0
/
+6
*
Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarily
brettw@chromium.org
2009-08-18
1
-5
/
+2
[next]