summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* ExtensionInstallUI clean up - part 2.tfarina@chromium.org2013-08-281-2/+3
* Loosen strict manifest equality requirement during webstore installsasargent@chromium.org2013-08-231-5/+28
* Move Feature and Manifest to top-level extensions.yoz@chromium.org2013-08-221-1/+1
* Remove NOTIFICATION_NO_THEME_DETECTED; it is not observed after r107527.avi@chromium.org2013-08-101-7/+0
* Make CrxInstaller creation take install prompt as a scoped_ptrasargent@chromium.org2013-08-091-6/+15
* Silently install blacklisted extensions from auto-install locations (sync,kalman@chromium.org2013-07-311-39/+40
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-191-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Remove call to image decoding from chrome\browser. This last call was during ...jam@chromium.org2013-07-111-11/+8
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-1/+4
* Use a direct include of time headers in chrome/browser/, part 3.avi@chromium.org2013-06-281-1/+1
* Don't show the error infobar when installing an extension from the WebStore.akuegel@chromium.org2013-06-271-0/+5
* Auto-install/uninstall shared module dependencies for extensions.elijahtaylor@chromium.org2013-06-211-11/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Use a direct include of strings headers in chrome/browser/extensions/, part 3.avi@chromium.org2013-06-101-2/+2
* Move some extension manifest consistency checks to BackgroundManifestHandler.yoz@chromium.org2013-06-081-0/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Move Extension::UpdatesFromGallery to ManifestURL.yoz@chromium.org2013-06-041-1/+2
* Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-6/+6
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-12/+11
* Remove managed user elevation related to extensions.akuegel@chromium.org2013-05-201-19/+0
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Currently the unpacked_installer does not check if there isakuegel@chromium.org2013-05-061-117/+82
* Basic multi-module supportelijahtaylor@chromium.org2013-04-301-3/+33
* Don't allow elevation for CHROME_OS.akuegel@chromium.org2013-04-181-1/+1
* Move IconsHandler from c/c/e/api/ to c/c/erdevlin.cronin@chromium.org2013-04-121-1/+1
* Move CrxFile, FileReader, ExtensionResource to src/extensions.yoz@chromium.org2013-03-231-0/+1
* Fix crash for installing extensions with policy.akuegel@chromium.org2013-03-211-1/+8
* Allow extensions on chrome:// URLs, when flag is set and permission is explic...aboxhall@chromium.org2013-03-211-1/+1
* Improve RequestAuthorization calls.akuegel@chromium.org2013-03-191-1/+5
* Ask for authorization when a managed user wants to install/uninstall extensions.akuegel@chromium.org2013-03-141-0/+41
* Create a Manifest to get attributes instead of peeking in the Dictionary a ma...koz@chromium.org2013-03-101-2/+4
* Remove install time OAuth2 dialogs for Identity APIcourage@chromium.org2013-03-071-8/+2
* Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...yoz@chromium.org2013-03-051-2/+0
* Update extensions with Drag-and-Drop in extension settings page.MHX348@motorola.com2013-03-011-38/+105
* Add UMA for extension blacklisting.kalman@chromium.org2013-02-281-0/+3
* Move Icons out of Extension classrdevlin.cronin@chromium.org2013-02-271-2/+3
* Sanity tweaks to the extension blacklist:kalman@chromium.org2013-02-121-18/+44
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-8/+9
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-4/+4
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Pull extension blacklist and policy logic out of ExtensionPrefs and into twokalman@chromium.org2012-11-151-0/+1
* Moved extension installation from FILE thread. CrxInstaller and friends are n...zelidrag@chromium.org2012-11-151-29/+48
* First couple of steps of improving the extension/app update process.mek@chromium.org2012-11-071-2/+4
* Allow extension install cancellation on quit for all platformsjamescook@chromium.org2012-10-301-18/+3
* Limit extension install cancellation on quit to Chrome OSjamescook@chromium.org2012-10-241-3/+18
* Remove Default Apps field trial code.stevet@chromium.org2012-10-221-13/+1
* Fix shutdown hang due to queued extension installsjamescook@chromium.org2012-10-221-2/+4
* Move extension unpack intermediate dir to Extensions/Tempjamescook@chromium.org2012-10-191-4/+8