summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background/background_contents_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a qualified path for chromium_strings, google_chrome_strings, and generat...thestig@chromium.org2014-08-221-1/+1
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-4/+7
* Remove DEPRECATED extension notification from background_contents_service.*limasdf@gmail.com2014-07-251-87/+72
* Moves extension_icon_image and image_loader to extensions/browsermukai@chromium.org2014-06-201-1/+1
* Remove unnecessary #includes in background_contents_service.cc.sungmann.cho@navercorp.com2014-06-171-1/+0
* Removed --disable-background-mode/restore-background-contents flags.atwilson@chromium.org2014-06-071-4/+2
* Rename NOTIFICATION_EXTENSION_UNINSTALLED to NOTIFICATION_EXTENSION_UNINSTALL...limasdf@gmail.com2014-05-291-2/+3
* Cleanup extension_service.hrdevlin.cronin@chromium.org2014-05-291-0/+1
* Unload all apps / extensions immediately when deleting a profile.scheib@chromium.org2014-05-221-1/+2
* Allow extension crash notifications to replace each other.dewittj@chromium.org2014-05-211-3/+3
* Revert of Unload all apps / extensions when deleting a profile. (https://code...scheib@chromium.org2014-05-211-2/+1
* Unload all apps / extensions immediately when deleting a profile.scheib@chromium.org2014-05-161-1/+2
* Revert 269343 "Unload all apps / extensions immediately when del..."rlp@chromium.org2014-05-091-2/+1
* Unload all apps / extensions immediately when deleting a profile.scheib@chromium.org2014-05-091-1/+2
* Add a main menu item for disabling the notification bell on Mac.dewittj@chromium.org2014-04-241-1/+0
* Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...limasdf@gmail.com2014-04-201-2/+3
* Some simple refactoring in advance for switching desktop notifications to use...jam@chromium.org2014-04-171-1/+1
* Remove balloon notification code. The last user was the Linux GTK port but th...jam@chromium.org2014-04-111-1/+1
* Move extensions manifest IconsHandler to //extensionsjamescook@chromium.org2014-04-091-1/+1
* Move extension_icon_set.{h,cc} to //extensionsrockot@chromium.org2014-04-071-1/+1
* Remove ExtensionService::GetTerminatedExtension()rdevlin.cronin@chromium.org2014-03-261-3/+10
* Move ExtensionHost from src/chrome to src/extensionsjamescook@chromium.org2014-03-211-1/+1
* Rename NOTIFICATION_EXTENSION_UNLOADED tokalman@chromium.org2014-03-191-3/+3
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-2/+2
* Fixes a typo: use the default image if the extension doesn't have icon.mukai@chromium.org2014-02-181-2/+15
* [Hotword, Extensions] Removing EXTERNAL_COMPONENT from IsPolicyLocation, addi...rlp@chromium.org2014-02-121-0/+1
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-22/+29
* Revert 242449 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-29/+22
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-22/+29
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-9/+10
* Move c/c/e/extension_set to top-level extensions/rdevlin.cronin@chromium.org2013-12-171-4/+6
* Uses empty origin URL for extension crash notifications to avoid the conflict.mukai@chromium.org2013-12-111-18/+15
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-17/+17
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-1/+1
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Closes the center when an extension crash notification is clicked.dewittj@chromium.org2013-11-131-2/+17
* Move chrome/common/extensions/background_info.h to src/extensionsjamescook@chromium.org2013-11-091-1/+1
* Move ScopedUserPrefUpdate to base/prefs.derat@chromium.org2013-10-301-1/+1
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-5/+5
* Add EXTERNAL_POLICY to list of possible extension locationsbartfab@chromium.org2013-09-261-2/+2
* Do not show popup when crashing force-installed extension is restartedbartfab@chromium.org2013-09-201-131/+32
* Reload force-installed extensions on crash/force-closeanitawoodruff@chromium.org2013-08-301-31/+179
* Fix missing const reference for function parameter.etienneb@chromium.org2013-08-211-1/+1
* When creating a background contents, also adopt the session storage namespace.jochen@chromium.org2013-08-141-4/+9
* Use a direct include of the message_loop header in chrome/browser/, part 1.avi@chromium.org2013-07-181-1/+1
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Fix crash when extension crash notification dialog is clicked.jyasskin@chromium.org2013-06-121-5/+13
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/browser/a*-c*/.avi@chromium.org2013-06-101-1/+1