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
*
Fix compilation on Windows with enable_printing=2.
vitalybuka
2014-09-09
1
-2
/
+6
*
Move more metrics classes to metrics namespace.
asvitkine
2014-08-26
1
-1
/
+1
*
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
thestig
2014-08-26
1
-1
/
+1
*
jankometer: Remove.
sadrul@chromium.org
2014-08-07
1
-6
/
+0
*
Componentize MetricsService.
blundell@chromium.org
2014-06-11
1
-1
/
+1
*
Delete "shutdown without closing browsers"
oshima@chromium.org
2014-03-25
1
-15
/
+0
*
Revert of Delete "shutdown without closing browsers" path (https://codereview...
michaeln@chromium.org
2014-03-25
1
-0
/
+15
*
Delete "shutdown without closing browsers"
oshima@chromium.org
2014-03-25
1
-15
/
+0
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Add shutdown type to crash key so that we can reliably tell if a crash happen...
oshima@chromium.org
2014-02-04
1
-1
/
+21
*
Rename service subdir under chrome/browser to service_process
jianli@chromium.org
2013-11-05
1
-1
/
+1
*
Adding relaunch menu to Windows 8 Aura code. We expect following transitions ...
shrikant@chromium.org
2013-10-31
1
-11
/
+7
*
Adding shutdown tracing capabilities
skuhne@chromium.org
2013-09-06
1
-0
/
+6
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-1
/
+1
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+0
*
cros_library: Remove unnecessary includes of cros_library.h
satorux@chromium.org
2013-07-17
1
-1
/
+0
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Use a direct include of time headers in chrome/browser/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/a*-c*/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-2
/
+2
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-4
/
+4
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
1
-4
/
+5
*
browser: Start moving application_lifetime.h functions into chrome namespace.
tfarina@chromium.org
2013-01-30
1
-7
/
+6
*
Move core url data manager classes to content.
jam@chromium.org
2013-01-24
1
-3
/
+0
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
1
-1
/
+1
*
Metro mode switching (chrome side)
cpu@chromium.org
2012-09-06
1
-0
/
+24
*
Leak ResourceBundle during browser shutdown since we are exiting anyway. OS w...
bshe@chromium.org
2012-06-14
1
-5
/
+0
*
Only need to allow IO tasks once at shutdown (BrowserMainLoop::ShutdownThread...
jam@chromium.org
2012-06-05
1
-5
/
+0
*
Move application lifetime functionality off BrowserList.
ben@chromium.org
2012-05-18
1
-2
/
+2
*
rlz: Hook up on mac, switch to chrome's network stack on win.
thakis@chromium.org
2012-03-26
1
-1
/
+4
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-1
/
+0
*
Revert 123227 - Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-0
/
+1
*
Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-1
/
+0
*
Remove a bunch of easy entries from chrome\browser\DEPS.
jam@chromium.org
2012-01-31
1
-1
/
+0
*
get rid of static initializer shutdown_started_
tbreisacher@chromium.org
2012-01-27
1
-4
/
+5
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-1
/
+1
*
Store the "browser autorestarted, last session must be restored" information ...
marja@chromium.org
2011-12-05
1
-4
/
+0
*
Have content/ create and destroy its own threads. (Re-land)
joi@chromium.org
2011-11-28
1
-1
/
+5
*
Revert 111695 - Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
1
-5
/
+1
*
Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
1
-1
/
+5
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-2
/
+3
*
Replace NewRunnableFunction with Bind in BrowserShutdown.
achuith@chromium.org
2011-11-03
1
-2
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-2
/
+2
*
Chrome OS: Shutdown without blocking when SIGTERM is received.
oshima@chromium.org
2011-10-24
1
-5
/
+8
*
chromeos: Remove unnecessary includes of login_library.h
satorux@chromium.org
2011-10-13
1
-1
/
+0
[next]