summaryrefslogtreecommitdiffstats
path: root/extensions/browser/install
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard integer types in extensions/browser/.avi2015-12-231-1/+1
| | | | | | | | | BUG=138542 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/1549643002 Cr-Commit-Position: refs/heads/master@{#366702}
* Implement ID/Hash-based extension cache map.ginkage2015-02-272-12/+20
| | | | | | | | | BUG=447077 TBR=benjhayden,pkasting Review URL: https://codereview.chromium.org/901413003 Cr-Commit-Position: refs/heads/master@{#318418}
* Do not remove extension from cache if it was caused by policy.ginkage2015-01-081-1/+5
| | | | | | | | BUG=338827 Review URL: https://codereview.chromium.org/812403003 Cr-Commit-Position: refs/heads/master@{#310471}
* Displays dialog when app install succeeds / fails on Athena. In particular,pkotwicz2014-10-213-0/+124
there is no Athena port of AppListService (crbug.com/417571) In addition this CL: - Fixes crashes in webstorePrivate.completeInstall() when the Javascript requests the "App installed" bubble to be shown. In practice this is only requested for extensions which should not be enabled (but are enabled) in Athena. - Moves ExtensionInstallUI and CrxInstallerError to extensions/browser/install so that they can be used by code in Athena - Refactors ExtensionInstallUI to remove the static methods BUG=414341,417571 TEST=Manual, see bug Review URL: https://codereview.chromium.org/634313004 Cr-Commit-Position: refs/heads/master@{#300386}