summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_install_prompt.cc
Commit message (Expand)AuthorAgeFilesLines
* Move CrxFile, FileReader, ExtensionResource to src/extensions.yoz@chromium.org2013-03-231-2/+2
* Move Icons out of Extension classrdevlin.cronin@chromium.org2013-02-271-5/+9
* Re-land "view permission" feature (r179916) with Mac Fix.MHX348@motorola.com2013-02-141-1/+36
* Revert 179916. It breaks on Mac.mpcomplete@chromium.org2013-02-131-32/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move "oauth2" manifest key parsing out of Extension class.ncj674@motorola.com2013-02-011-1/+3
* Add a link (to view Permissions) to the Extension details on chrome://extensi...finnur@chromium.org2013-01-311-1/+32
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-3/+5
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-1/+1
* Allow ExtensionInstallPrompt be created with a parent native view.xiyuan@chromium.org2012-12-201-37/+69
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* This CL ensures that favicons alwayspkotwicz@chromium.org2012-11-161-13/+3
* Add a class to replace ImageLoadingTracker with a nicer API.mek@chromium.org2012-11-161-10/+10
* Revert 168079 - This CL ensures that favicons alwayspkotwicz@chromium.org2012-11-161-3/+13
* This CL ensures that favicons alwayspkotwicz@chromium.org2012-11-151-13/+3
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-1/+1
* Fix regression with permission warnings for trusted extensions.jennb@chromium.org2012-11-021-1/+2
* Have ExtensionInstallPrompt take a WebContentssail@chromium.org2012-10-211-26/+17
* Update strings and icons for the post-sideload extension UI.mpcomplete@chromium.org2012-10-191-3/+20
* New post-sideload UI:mpcomplete@chromium.org2012-10-171-8/+33
* [Coverity] Fix deference after null check error.kmadhusu@chromium.org2012-10-161-2/+2
* Make show_dialog_callback optional in ExtensionInstallPromptsail@chromium.org2012-10-131-3/+4
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-131-2/+2
* Making ShowExtensionInstallDialog a callbacksail@chromium.org2012-10-121-10/+52
* Switch install-from-webstore UI to use regular instead of inline install dialogasargent@chromium.org2012-10-081-2/+2
* Revert 158590 - Extensions: Fix a crash installing an app w/ oauth2 scopes in...jhawkins@chromium.org2012-09-261-1/+1
* Extensions: Fix a crash installing an app w/ oauth2 scopes in incognito.jhawkins@chromium.org2012-09-251-1/+1
* Fix for pixelated icons in extension install ui on 2x scale.tbarzic@chromium.org2012-09-151-3/+37
* fix extension bundle install crashestade@chromium.org2012-09-121-5/+11
* Remove OAuth issue advice command line flagestade@chromium.org2012-08-301-9/+2
* Generalize ExtensionIconSet to store icon paths for custom size sets.tbarzic@chromium.org2012-08-171-1/+2
* Update oauth strings for extension install UIestade@chromium.org2012-08-151-6/+22
* Cocoa: Show OAuth issues in extension install dialogsail@chromium.org2012-08-111-2/+1
* Fix crash in bundle install dialog.mihaip@chromium.org2012-08-091-2/+3
* Don't show host permission warnings for platform apps.mihaip@chromium.org2012-08-021-2/+5
* Pass through Extension::FROM_WEBSTORE to Extension::Create when installing ankalman@chromium.org2012-07-311-1/+2
* Moved CrxInstaller and CrxInstallerError into extensions namespacerdevlin.cronin@chromium.org2012-07-241-1/+2
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* don't store scopes in PermissionSetestade@chromium.org2012-07-091-4/+2
* Move application creation and extension install prompt showing off Browser an...ben@chromium.org2012-07-031-11/+26
* make getAuthToken interactiveestade@chromium.org2012-07-031-1/+19
* [gtk] add oauth2 scopes zippies in extension install dialogestade@chromium.org2012-07-021-0/+5
* retry r144574 with read-after-free fix.estade@chromium.org2012-06-281-5/+69
* Revert r 144574 "Modify experimental identity flow to display scope descripti...oshima@chromium.org2012-06-271-69/+5
* Modify experimental identity flow to display scope descriptions and details.estade@chromium.org2012-06-271-5/+69
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-2/+3
* grd file update for new 2x assetsthakis@chromium.org2012-06-221-1/+1
* Use an infobar instead of alert box for extension installaa@chromium.org2012-06-191-1/+1