summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_shutdown.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+3
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-1/+1
* Move browser/first_run* into into a subdirectory.evan@chromium.org2010-07-291-1/+1
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Make sure restart due to Upgrade Notification works, even if the browser was ...finnur@chromium.org2010-07-211-8/+27
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-4/+0
* [Mac] Implement the update available notification in the wrench menu.rsesek@chromium.org2010-07-191-2/+11
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-1/+1
* Change classes and functions for DNS Prefetching to Predictor*jar@chromium.org2010-06-251-1/+1
* Fix chromeos build following r48795estade@chromium.org2010-06-031-1/+1
* Linux/GTK: implement update notification.estade@chromium.org2010-06-031-6/+5
* Implement upgrade notifications.finnur@chromium.org2010-05-261-1/+24
* Mac: reform our shutdown routine.viettrungluu@chromium.org2010-04-091-0/+15
* POSIX: Re-enable browser shutdown measurements. We should write the measureme...thestig@chromium.org2010-03-271-7/+5
* Fix APP_TERMINATING on Mac to fire while the UI loop is still alive.willchan@chromium.org2010-03-091-7/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Do not try to swap chrome.exe if machine is shutting down.kuchhal@chromium.org2010-01-271-1/+2
* Reattempt at r465143. The UI tests rely too heavily on the current behavior o...andybons@chromium.org2009-12-151-0/+6
* Rolling back r34316 due to tab_switching_test failing. TBR=scherkusandybons@chromium.org2009-12-111-6/+0
* Mac: Fixes bug where extension background hosts were being cleared when the l...andybons@chromium.org2009-12-111-0/+6
* Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma...eroman@chromium.org2009-12-081-7/+1
* Move last shutdown file access off the UI thread and onto the file thread.jam@chromium.org2009-11-251-28/+45
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-3/+3
* Fix compile failure due to bad merge.pkasting@chromium.org2009-10-021-5/+2
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-021-5/+5
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-26/+26
* linux: drop temp_scaffolding_stubsevan@chromium.org2009-09-251-2/+6
* Disable browser shutdown measurements on non-Windows platforms.agl@chromium.org2009-09-121-0/+6
* Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarilybrettw@chromium.org2009-08-181-5/+2
* Remove an unused header from proxy_service.h.ericroman@google.com2009-08-181-0/+1
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-5/+6
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-011-0/+4
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-1/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-7/+1
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-6/+0
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-12/+12
* Make plugin_service.cc compile on Posix.jhawkins@chromium.org2009-02-201-1/+1
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-171-0/+6
* Make browser_shudown.cc compile on Posix. This is r9835 with a fix for the m...jhawkins@chromium.org2009-02-161-11/+17
* Rollback r9835 and r9837: Mac build broken.mal@chromium.org2009-02-151-17/+11
* Make browser_shutdown.cc compile on Posix.jhawkins@chromium.org2009-02-151-11/+17
* Adds cleanup code to RLZ so that we don't leak an OmniBoxUsageObserversky@google.com2009-01-281-0/+5
* Adds a variable indicating whether resources should be deleted onsky@google.com2009-01-281-1/+4
* Modifies shutdown/startup in the following manner:sky@google.com2009-01-271-0/+3
* Adds call to unload plugins on shutdown.sky@google.com2009-01-231-1/+7
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-2/+2
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1