summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Loosen strict manifest equality requirement during webstore installsasargent@chromium.org2013-08-231-2/+5
* Move GetDefaultDownloadDirectory() function into DownloadPrefs.tfarina@chromium.org2013-08-171-2/+1
* Remove GetActiveEntry usage from chrome/browser/extensions.nasko@chromium.org2013-08-161-2/+2
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-3/+2
* Move all the Record*() functions to download_stats.h/cc.tfarina@chromium.org2013-08-091-2/+2
* Clarify kInvalidDownloadError's meaning.DHNishi@gmail.com2013-07-311-1/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Clean up app launcher enable code in webstore_private_api.calamity@chromium.org2013-07-081-1/+2
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-031-1/+1
* app_list: One click install for web store result.xiyuan@chromium.org2013-06-271-4/+34
* Change default Omaha installsource param from "" to "ondemand"asargent@chromium.org2013-06-221-1/+1
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-2/+2
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Add os/arch/nacl_arch to webstore install codeasargent@chromium.org2013-05-041-24/+28
* Made it possible to tell whether an extension is being installed or updated.mgiuca@chromium.org2013-05-031-1/+1
* drive: Rename drive_file_sytem_util to file_system_utilsatorux@chromium.org2013-04-261-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+1
* Really fix build after r193020.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+4
* Create a Manifest to get attributes instead of peeking in the Dictionary a ma...koz@chromium.org2013-03-101-1/+3
* Remove install time OAuth2 dialogs for Identity APIcourage@chromium.org2013-03-071-2/+1
* Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...yoz@chromium.org2013-03-051-2/+2
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-9/+11
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* More debugging in WebstoreInstaller::StartDownloadbenjhayden@chromium.org2012-12-141-11/+51
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* Merge most instances of DownloadSaveInfo into DownloadUrlParams.rdsmith@chromium.org2012-11-061-5/+2
* Fix use-after-free and crash in extension install from web intentsjamescook@chromium.org2012-10-301-0/+4
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-3/+4
* Make show_dialog_callback optional in ExtensionInstallPromptsail@chromium.org2012-10-131-1/+0
* drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drivesatorux@chromium.org2012-10-121-1/+1
* Making ShowExtensionInstallDialog a callbacksail@chromium.org2012-10-121-0/+1
* drive: Rename chrome/browser/chromeos/gdata to chrome/browser/chromeos/drivesatorux@chromium.org2012-10-111-1/+1
* OnDownloadStarted takes DownloadItem* instead of DownloadIdbenjhayden@chromium.org2012-10-091-19/+11
* Mac Web Intents Part 1: Show extension download progresssail@chromium.org2012-10-031-10/+29
* Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...benjhayden@chromium.org2012-09-251-0/+2
* Rename GData to Drive in drive_file_system_utilkochi@chromium.org2012-09-071-1/+1
* Split gdata_util into two fragments (gdata_util, gdata_file_system_util) for ...nhiroki@chromium.org2012-09-051-1/+1
* Guard against more NULL pointers in WebstoreInstaller.benjhayden@chromium.org2012-08-311-10/+22
* Relandbenjhayden@chromium.org2012-08-091-5/+3
* Make DownloadItem derive SupportsUserData instead of re-implementing it.benjhayden@chromium.org2012-08-081-2/+2
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-061-3/+5
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-031-5/+3
* Ensure that the WebstoreInstaller is always deleted on the UI threadasargent@chromium.org2012-08-021-0/+1
* Re-apply CL's to force store-hosted extension update checks to use SSLasargent@chromium.org2012-07-271-1/+1
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-1/+1