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