summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-2/+2
* Lifecycle management for PolicyProvidersjkummerow@chromium.org2011-01-051-1/+7
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Add a preference to clear plugin data on browser shutdown.bauerb@chromium.org2010-12-151-1/+17
* Send phishing model from the browser to the renderer.noelutz@google.com2010-12-091-0/+9
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-0/+4
* Implement print preview tab controller.kmadhusu@chromium.org2010-11-161-0/+5
* Policy to disable printinggfeher@chromium.org2010-10-011-2/+2
* Create DownloadStatusUpdater to keep track of download progressphajdan.jr@chromium.org2010-09-271-0/+7
* Typo fix.avi@chromium.org2010-09-221-2/+2
* Policy: plugins disabled by policy should honor policy changes without Chrome...danno@chromium.org2010-09-101-0/+5
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-0/+5
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-181-4/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Continual header pruningerg@google.com2010-07-221-164/+25
* chromeos: except when signing off, disallow closing of last NTP of last non-i...kuan@chromium.org2010-07-141-0/+11
* DevTools: add stub for HTTP-based remote debugger interface.pfeldman@chromium.org2010-07-061-10/+4
* Win: Fix race possible during startup before first Browser is created.mattm@chromium.org2010-06-101-1/+2
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-181-0/+11
* r46025 reverted r46023 which caused a build break on chromeos.prasadt@chromium.org2010-04-301-4/+4
* Revert r46023: "Detect new instance of the browser when running in the backgr...willchan@chromium.org2010-04-301-4/+4
* Detect new instance of the browser when running in the background in persistentprasadt@chromium.org2010-04-301-4/+4
* Auto restart when update available while running in the background on windows.atwilson@chromium.org2010-04-091-0/+15
* Revert 43989 - This is a new version of the older patch. Main changes include:atwilson@chromium.org2010-04-091-15/+0
* This is a new version of the older patch. Main changes include:atwilson@chromium.org2010-04-081-0/+15
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-20/+0
* Initial implementation of status tray functionality (mac-only, currently).atwilson@chromium.org2010-03-061-0/+11
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-3/+1
* BSD port: another chunk of chrome/browser ifdef cleaningpvalchev@google.com2010-02-031-2/+2
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-031-0/+4
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-031-4/+0
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-031-0/+4
* Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat...willchan@chromium.org2010-01-221-3/+2
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-1/+10
* Speculative fix for a chrome browser crash which occurs with ChromeFrame. Bas...ananta@chromium.org2009-12-151-14/+2
* Make BrowserProcess::GetApplicationLocale thread safe and migratetony@chromium.org2009-12-101-1/+7
* Assorted cleanup.estade@chromium.org2009-11-231-2/+0
* Fix bug when accessing g_browser_process->broker_services() at shutdown.jam@chromium.org2009-11-231-4/+12
* Revert r31665: themed mac startup time regressionapavlov@chromium.org2009-11-111-4/+0
* Set have_inspector_files_ in the UI thread as it is only read from that thread.apavlov@chromium.org2009-11-111-0/+4
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-301-0/+12
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-7/+0
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+9
* Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac...jhawkins@chromium.org2009-08-211-1/+7
* Don't show "Inspect Element" in the context menu if we can't inspect.agl@chromium.org2009-08-211-0/+12
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-111-0/+4
* There is no need for the browser process to have an accelerator handler.This ...jcampan@chromium.org2009-07-291-10/+0
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-2/+2
* Fix a crash when the ThumbnailGenerator.brettw@chromium.org2009-06-171-12/+10