summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background
Commit message (Expand)AuthorAgeFilesLines
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-1/+1
* Eliminate ExtensionService::terminated_extensions()jamescook@chromium.org2014-01-071-6/+10
* Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."avi@chromium.org2013-12-245-48/+57
* Revert 242449 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-245-57/+48
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-245-48/+57
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-233-16/+17
* Move c/c/e/extension_set to top-level extensions/rdevlin.cronin@chromium.org2013-12-172-7/+10
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-122-2/+3
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-1/+1
* Uses empty origin URL for extension crash notifications to avoid the conflict.mukai@chromium.org2013-12-111-18/+15
* Register BCKS-based preferences before the PrefService is created.gab@chromium.org2013-12-041-4/+4
* Replace string16 with base::string16.brettw@chromium.org2013-12-0412-54/+55
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-1/+1
* Track Dynamically Assigned Command IDs in Background Menu Generationrobliao@chromium.org2013-11-223-26/+308
* Revert 236489 "Track Dynamically Assigned Command IDs in Backgro..."kjellander@chromium.org2013-11-213-298/+26
* Track Dynamically Assigned Command IDs in Background Menu Generationrobliao@chromium.org2013-11-213-26/+298
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-157-7/+7
* 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-092-2/+2
* Disable Background Menu Items for Component Extensions without Options Pagesrobliao@chromium.org2013-11-043-25/+225
* Revert 232602 "Disable Background Menu Items for Component Exten..."bbudge@chromium.org2013-11-023-223/+25
* Disable Background Menu Items for Component Extensions without Options Pagesrobliao@chromium.org2013-11-023-25/+223
* Move ScopedUserPrefUpdate to base/prefs.derat@chromium.org2013-10-302-2/+2
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-293-3/+3
* Enable apps that use Push Messaging to not request background mode.dimich@chromium.org2013-10-283-14/+158
* Leave apps running on Windows and Linux when quitting Chrome.sammc@chromium.org2013-10-283-29/+98
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-5/+5
* Clear session-only data when all browser windows are closed.sammc@chromium.org2013-10-182-4/+4
* Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.yoz@chromium.org2013-10-081-1/+1
* Cleanup: Remove chrome namespace from application_launch.hlimasdf@gmail.com2013-09-271-2/+1
* Add EXTERNAL_POLICY to list of possible extension locationsbartfab@chromium.org2013-09-261-2/+2
* TaskManager should check for DevTools windows on startvabr@chromium.org2013-09-261-3/+3
* Do not show popup when crashing force-installed extension is restartedbartfab@chromium.org2013-09-202-158/+42
* Reload force-installed extensions on crash/force-closeanitawoodruff@chromium.org2013-08-302-31/+213
* Update Status Icon menu when menu model changes (Linux Aura)sidharthms@chromium.org2013-08-282-67/+29
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-272-104/+80
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-272-80/+104
* Fix missing const reference for function parameter.etienneb@chromium.org2013-08-211-1/+1
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-4/+4
* When creating a background contents, also adopt the session storage namespace.jochen@chromium.org2013-08-142-9/+21
* Status tray refactor and no-menu status icon support on Linuxsidharthms@chromium.org2013-07-311-8/+7
* Add support for named status icons.dewittj@chromium.org2013-07-181-1/+2
* Use a direct include of the message_loop header in chrome/browser/, part 1.avi@chromium.org2013-07-182-2/+2
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-114-4/+4
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-052-2/+2
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-022-2/+2
* Don't show a "new background extension" warning when reinstalling an existing...petewil@chromium.org2013-06-282-4/+38
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-5/+6
* Shrank iterations on BackgroundAppListModel.RandomTestatwilson@chromium.org2013-06-241-1/+1