summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background_contents_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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