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
/
lifetime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 242671 "Implement sampling profiler (chromium side change)"
haraken@chromium.org
2013-12-28
1
-1
/
+0
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2013-12-28
1
-0
/
+1
*
Call BROWSER_EXIT when all tabs can be closed without blocking
oshima@chromium.org
2013-12-19
1
-0
/
+2
*
Show the download cancellation confirmation on relaunch to desktop.
zturner@chromium.org
2013-12-13
3
-28
/
+32
*
[Downloads] Make ChromeDownloadManagerDelegate owned by DownloadService.
asanka@chromium.org
2013-12-13
1
-8
/
+7
*
Ensure that the Chrome downloads folder option in Chrome ASH on Windows switc...
ananta@chromium.org
2013-12-05
2
-4
/
+22
*
Bumping up the limit of users to 10 and adding UMA stats for user count
skuhne@chromium.org
2013-12-04
1
-0
/
+8
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Remove --disable-batched-shutdown.
sammc@chromium.org
2013-11-26
2
-12
/
+4
*
Cancel all in-progress downloads when the last browser window is closed.
sammc@chromium.org
2013-11-20
1
-0
/
+9
*
Fixes for -Wunused-function on Linux, Android and ChromeOS
hans@chromium.org
2013-11-12
1
-0
/
+2
*
Disable BrowserCloseManagerBrowserTest.TestBeforeUnloadAndDownloads.
kalman@chromium.org
2013-11-06
1
-1
/
+2
*
Fixing issue with early unset of version variable.
shrikant@chromium.org
2013-11-05
1
-3
/
+1
*
Update include list in application_lifetime_win.cc to fix non-aura build.
bungeman@chromium.org
2013-11-01
1
-1
/
+1
*
Adding relaunch menu to Windows 8 Aura code. We expect following transitions ...
shrikant@chromium.org
2013-10-31
3
-10
/
+112
*
Make sure that the created browser is displayed when chrome::FindOrCreateTabb...
pkotwicz@chromium.org
2013-10-31
1
-5
/
+4
*
Leave apps running on Windows and Linux when quitting Chrome.
sammc@chromium.org
2013-10-28
4
-38
/
+189
*
Fixing unit tests to handle updated beforeunload semantics,
lushnikov@chromium.org
2013-10-24
1
-5
/
+9
*
Make aura::clients take Window instead of RootWindow
ben@chromium.org
2013-10-24
1
-0
/
+1
*
This patch is a preparation step before landing
lushnikov@chromium.org
2013-10-23
1
-4
/
+5
*
On browser close, the browser checks to see if there are any pending downloads.
felt@chromium.org
2013-10-21
3
-3
/
+86
*
Enable batched browser shutdown by default.
sammc@chromium.org
2013-10-08
2
-3
/
+2
*
Disable BrowserCloseManagerBrowserTest.TestHangInBeforeUnloadMultipleTabs on ...
tapted@chromium.org
2013-10-03
1
-1
/
+9
*
Move IsRunningOnChromeOS to SysInfo
stevenjb@chromium.org
2013-09-27
1
-2
/
+2
*
Adding shutdown tracing capabilities
skuhne@chromium.org
2013-09-06
2
-0
/
+20
*
Disable BrowserCloseManagerBrowserTest.TestHangInBeforeUnloadMultipleTabs on ...
vandebo@chromium.org
2013-08-20
1
-1
/
+9
*
Browser: Make sure the detach process code is aware of SessionEnding.
rvargas@chromium.org
2013-08-20
1
-0
/
+7
*
Extend batched shutdown to include the in-progress downloads dialog.
sammc@chromium.org
2013-08-16
3
-2
/
+238
*
Don't close tabs at shutdown until all beforeunload handlers have run.
sammc@chromium.org
2013-08-16
4
-38
/
+711
*
Use a direct include of the message_loop header in chrome/browser/, part 7.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-1
/
+1
*
In WinAura, also kill the Metro viewer process in AttemptExit().
gab@chromium.org
2013-05-22
1
-20
/
+2
*
On Windows 8 don't assume that the browser is shutting down in desktop mode b...
ananta@chromium.org
2013-04-29
1
-8
/
+12
*
Don't check video activity during shutdown
oshima@chromium.org
2013-04-26
1
-4
/
+0
*
Chrome AURA/ASH on Windows 8 should not attempt to shutdown the browser if there
ananta@chromium.org
2013-04-18
2
-0
/
+22
*
cros: Explicitly manage app session lifetime.
xiyuan@chromium.org
2013-04-05
1
-3
/
+1
*
cros: Start kiosk app without restart.
xiyuan@chromium.org
2013-03-19
1
-2
/
+1
*
Modify NotifyAndTerminate() to always check update status.
hshi@chromium.org
2013-03-14
1
-5
/
+5
*
Don't handle display change event/requests to avoid being killed by session m...
oshima@chromium.org
2013-02-28
1
-0
/
+8
*
browser: Move the rest of application_lifetime.h into chrome namespace.
tfarina@chromium.org
2013-02-18
4
-21
/
+14
*
Replace most BrowserList::empty() and BrowserList::size() calls by multi-desk...
gab@chromium.org
2013-02-13
1
-4
/
+6
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
2
-2
/
+2
*
Add BrowserIterator::Reset() and use it to replace BrowserList::const_iterato...
gab@chromium.org
2013-02-04
1
-6
/
+8
*
Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ...
gab@chromium.org
2013-02-01
1
-11
/
+9
*
Made launcher hidden when kicking off chrome in app mode.
zelidrag@chromium.org
2013-01-31
1
-2
/
+5
*
browser: Start moving application_lifetime.h functions into chrome namespace.
tfarina@chromium.org
2013-01-30
7
-76
/
+85
*
Re-enable about:flags on Android
dfalcantara@chromium.org
2013-01-16
3
-4
/
+81
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-10
1
-1
/
+1
*
Remove TabContents from TabStripModel.
avi@chromium.org
2012-12-13
1
-2
/
+1
[next]