summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webstore_private_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding tests for new webstore beginInstallWithManifest method.asargent@chromium.org2011-04-261-0/+29
* Add histograms to track permission use in extensions.jstritar@chromium.org2011-04-191-1/+1
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-4/+3
* Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ...isherman@chromium.org2011-04-061-3/+4
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-4/+3
* extensions: Rename ShowExtensionInstallDialog2 to ShowExtensionInstallDialog.tfarina@chromium.org2011-04-061-7/+7
* Fix Clang style errors.asargent@chromium.org2011-04-051-0/+4
* Add a webstore install method that lets us prompt the user before downloading.asargent@chromium.org2011-04-051-1/+260
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-4/+4
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-2/+2
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-4/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Add command line flag to override gallery update urlsasargent@chromium.org2010-11-301-8/+1
* Remove the login token from webstorePrivate API function return values.asargent@chromium.org2010-11-121-1/+4
* Tighten access to webstore private APIsasargent@chromium.org2010-11-111-1/+4
* Split the private webstore install API into two parts.asargent@chromium.org2010-11-101-6/+47
* Allow the webstore to prompt for login even when there is a username already ...johnnyg@chromium.org2010-11-041-8/+0
* In the webstore login api, we need to provide the gaia auth token to allow to...johnnyg@chromium.org2010-11-011-3/+3
* Pass the preferred email to the browser signin.johnnyg@chromium.org2010-11-011-2/+4
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-1/+1
* Add sync login token to results from webstore private API functions.asargent@chromium.org2010-10-271-27/+92
* Create a new browser signin layer. This is currently a proxy on top of sync ...johnnyg@chromium.org2010-10-251-26/+75
* Fix a failing test for the extension webstorePrivate API.asargent@chromium.org2010-10-211-5/+2
* Tweak the webstorePrivate.getBrowserLogin callback signature.asargent@chromium.org2010-10-151-21/+28
* Add a promptBrowserLogin method to webstorePrivate extension APIasargent@chromium.org2010-10-111-3/+73
* use webstore extent to verify gallery downloadserikkay@chromium.org2010-10-081-14/+9
* Implement gallery install APIrafaelw@chromium.org2010-09-091-1/+56
* Private API for web store to get sync login and set store login information.asargent@chromium.org2010-09-011-0/+52