summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background/background_contents_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass result of blockage across content API when new tab blocked. This change ...tsepez@chromium.org2012-09-071-2/+3
* Generalize ExtensionIconSet to store icon paths for custom size sets.tbarzic@chromium.org2012-08-171-1/+1
* Correctly remove file browser notifications from Ash notification tray.stevenjb@google.com2012-08-131-1/+1
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-2/+2
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* CPM Extension Uninstall Watchingrdevlin.cronin@chromium.org2012-07-171-1/+2
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-3/+5
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-0/+1
* Add DesktopNotificationService::AddNotificationstevenjb@google.com2012-06-141-8/+6
* Add support for Ash to Notificationsstevenjb@google.com2012-06-141-5/+9
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-3/+6
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-2/+2
* No longer start BG mode until a BackgroundContents is loadedatwilson@chromium.org2012-05-041-4/+33
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-3/+2
* Get browser/background compiling on Androidjgreenwald@chromium.org2012-02-241-0/+2
* Support for 512px and 256px icons in extensionsmtytel@chromium.org2012-02-241-1/+2
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+4
* Introduce background.scripts feature for extension manifests.aa@chromium.org2012-01-101-10/+9
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+1
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-1/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-3/+5
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-2/+0
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-2/+2
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Don't close tabs from crashed extensions with background pages.yoz@chromium.org2011-11-111-3/+3
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-4/+2
* Remove references to NewRunnableFunction.atwilson@chromium.org2011-10-271-5/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-34/+40
* profile: Add a way for each ProfileKeyedServiceFactory to specify its user pr...erg@chromium.org2011-10-101-6/+0
* Replace UninstalledExtensionInfo with just a string for the extension id, all...kalman@chromium.org2011-10-101-3/+1
* Revert 104412 - profile: Add a way for each ProfileKeyedServiceFactory to spe...nsylvain@chromium.org2011-10-071-0/+6
* profile: Add a way for each ProfileKeyedServiceFactory to specify its user pr...erg@chromium.org2011-10-071-6/+0
* Now closes existing background contents if app opens a new one.atwilson@chromium.org2011-10-061-2/+5
* Remove extension.h #include from profile.h.mihaip@chromium.org2011-08-131-3/+5
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-23/+23
* Moved files related to background mode to browser/background.atwilson@chromium.org2011-06-171-0/+580