summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Tentative fix for kiosk ARC app deployment issue.jennyz2015-10-121-7/+0
* [Extensions] Make const PermissionSet* const PermissionSet& where possiblerdevlin.cronin2015-09-301-4/+3
* Fix background page keepalive on reload with DevTools openrockot2015-09-251-0/+4
* [Extensions] Un-refcount PermissionSetrdevlin.cronin2015-09-241-4/+4
* [Extensions] Make methods return refptrs for PermissionSetrdevlin.cronin2015-09-171-1/+1
* [Extensions] Allow revokable permissionsrdevlin.cronin2015-09-161-1/+1
* Only grant permissions to new extensions from sync if they have the expected ...treib2015-09-111-15/+16
* ExtensionSyncService: listen for relevant changes instead of being explicitly...treib2015-08-261-37/+20
* Remove command line flag to install an ephemeral app.benwells2015-08-211-19/+10
* Revert of base: Remove using:: declaration from version.h header. (patchset #...thakis2015-08-191-8/+8
* base: Remove using:: declaration from version.h header.tfarina2015-08-191-8/+8
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+1
* Move ownership of AppSorting from ExtensionPrefs to ExtensionSystemtreib2015-08-061-0/+1
* Extensions: Remove the intermediate PermissionMessageStrings interfacetreib2015-08-041-2/+0
* Let supervised users approve escalated extension permissionstreib2015-07-311-2/+3
* Defer extension process creation until IO data initializedrockot2015-07-291-1/+11
* Extension syncing: Introduce a NeedsSync preftreib2015-07-211-14/+12
* ExtensionSyncService cleanup: process uninstalls in one steptreib2015-07-161-12/+5
* Cleanup ExtensionSyncService and SyncBundle.treib2015-07-081-10/+7
* Remove ExtensionPermission2* histograms.treib2015-06-121-17/+0
* chrome/browser/extensions: Remove use of MessageLoopProxy and deprecated Mess...skyostil2015-06-111-7/+7
* Remove ExtensionPrefs::SetDidExtensionEscalatePermissions.treib2015-06-101-10/+5
* Clean up TrackTerminatedExtension UAF fix CLxiyuan2015-06-091-3/+1
* Fix TrackTerminatedExtension UAFxiyuan2015-06-041-4/+12
* Extract EventRouter from ExtensionSystem.juncai2015-06-041-2/+2
* Do *not* grant permissions to extensions that come in via Sync disabled due t...treib2015-05-211-0/+7
* NTP Zombie Code Slayer Part IV: Most Visiteddbeam2015-05-211-1/+1
* Revert of NTP Zombie Code Slayer Part IV: Most Visited (patchset #6 id:100001...dbeam2015-05-211-1/+1
* NTP Zombie Code Slayer Part IV: Most Visiteddbeam2015-05-201-1/+1
* Extensions: Store disable reasons in Synctreib2015-05-201-7/+6
* Extract InstallVerifier from ExtensionSystem.juncai2015-05-181-2/+2
* Extensions: Switch to new permission message system, part Vtreib2015-05-071-15/+35
* Now there's no place where use NOTIFICATION_EXTENSION_UNINSTALLED_DEPRECATED.limasdf2015-05-051-8/+0
* Instrument some potentially expensive functions called from BrowserMainRunner...yiyaoliu2015-04-231-0/+4
* Code Cleanup for extension_prefs, as AddDisableReasons() is not required same...deepak.m12015-04-161-1/+2
* Supervised users: Include extension version in update requeststreib2015-03-241-2/+2
* Extensions: Prepare switch to new permission message systemtreib2015-03-161-6/+5
* Add metric measuring Feature Provider Static() length in the browser process.rkaplow2015-03-141-1/+1
* Additional tracing and histogram in Extensions startup.rkaplow2015-03-051-1/+2
* Supervised users: When an extension requires new permissions, send request to...treib2015-03-041-2/+25
* kiosk: Ensure launching latest version.xiyuan2015-03-041-1/+3
* Implement ID/Hash-based extension cache map.ginkage2015-02-271-0/+1
* Refactor Extension initialization logic. Add tracing and an additional latenc...rkaplow2015-02-251-54/+61
* Fixes component extension commands assignment on reload.dtseng2015-02-231-2/+3
* Automatically grant permissions to default-installed extensionsrockot2015-02-171-8/+6
* Add some tracing for Profiles and Extensions.rkaplow2015-02-141-1/+3
* [Extensions] Propagate activeTab hosts to extension background pagesrdevlin.cronin2015-02-071-1/+4
* Validate hash_sha256 checksum on .crx update.ginkage2015-02-041-5/+5
* Add more fine grained UMA for ExtensionService initialization time. At thekalman2015-01-281-0/+3
* Migrates legacy packaged app data when it's upgraded to a platform appryanackley2015-01-271-1/+13