summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background_contents_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved files related to background mode to browser/background.atwilson@chromium.org2011-06-171-580/+0
* Fix a couple of crashes related to app-crashed balloon.sadrul@chromium.org2011-05-181-5/+15
* Refactor preference syncing.zea@chromium.org2011-05-091-1/+2
* Profile shouldn't own background page stuff.torne@chromium.org2011-04-151-3/+5
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-16/+89
* Caused compile failure on Lunux Builder x64.ctguil@chromium.org2011-04-131-87/+8
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-8/+87
* Close the extensions' crash-balloons from background-contents-service. It mak...sadrul@chromium.org2011-04-131-4/+36
* apps: Notify the user if an app's background page crashes.sadrul@chromium.org2011-04-021-13/+144
* Revert 80128 - apps: Notify the user if an app's background page crashes.sadrul@chromium.org2011-04-011-138/+13
* apps: Notify the user if an app's background page crashes.sadrul@chromium.org2011-04-011-13/+138
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-03-311-5/+5
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-3/+3
* Use UnloadedExtensionInfo to keep hosted apps' background contents through a ...rickcam@chromium.org2011-01-181-4/+18
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-1/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-2/+2
* Added support for displaying BackgroundContents in the task manager.atwilson@chromium.org2010-11-101-38/+60
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-2/+2
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.pkasting@chromium.org2010-10-211-3/+3
* Remove keepalive code from BackgroundContentsServiceatwilson@chromium.org2010-08-271-9/+0
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Fix to change the sense (and name) of kRestoreBackgroundContents to be kDisab...atwilson@chromium.org2010-08-211-1/+1
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-181-15/+1
* Create BackgroundContents::Delegate interface to break dependency on browser.hrafaelw@chromium.org2010-08-161-2/+17
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-141-1/+1
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-1/+1
* Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...viettrungluu@chromium.org2010-08-131-1/+1
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-1/+1
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-3/+3
* ChromeFrame currently overrides the request context for intercepting network ...ananta@chromium.org2010-08-041-1/+1
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-1/+1
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-12/+26
* Create background contents on startup.atwilson@chromium.org2010-06-241-7/+39
* Added BackgroundContentsService to manage lifecycle of BackgroundContents.atwilson@chromium.org2010-06-211-0/+256