summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Only create a desktop shortcut for apps if the user requests.aa@chromium.org2010-01-191-1/+4
* Permission escalation when extension updates should trigger the install warningfinnur@chromium.org2010-01-041-1/+10
* Revert 35184 - This seemed to cause BlacklistedExtensionWillNotInstalllevin@chromium.org2009-12-221-10/+1
* Permission escalation when extension updates should trigger the install warni...finnur@chromium.org2009-12-221-1/+10
* Fixes crash when message IDS_EXTENSION_PACK_DIALOG_SUCCESS_BODY_NEW has non-A...cira@chromium.org2009-12-181-2/+2
* Extensions: file handling clean up.estade@chromium.org2009-12-181-4/+3
* Add the right-click context menu for Browser actions and Page Actions.finnur@chromium.org2009-12-171-3/+2
* Add locale information to the links in the chrome://extensions page.mirandac@chromium.org2009-12-041-4/+5
* Enable the RTL UI support in the extensions_ui (chrome://extensions). While d...jshin@chromium.org2009-11-251-0/+2
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-2/+2
* Fixes extension packing codepath that was hitting a race condition DCHECK des...andybons@chromium.org2009-11-241-0/+1
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-231-1/+1
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-1/+1
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-3/+4
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-171-1/+1
* Add new link to bottom right of extension management page.aa@chromium.org2009-11-131-0/+6
* Improve text on management UI. Still waiting for a treatmentaa@chromium.org2009-11-121-0/+6
* Switch to the new extensions default icon.finnur@chromium.org2009-11-111-1/+1
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-2/+4
* Add confirmation on extension uninstallation.finnur@chromium.org2009-11-101-1/+23
* Also reload extensions management page for extensions thataa@chromium.org2009-11-061-3/+14
* Extensions UI page should not allow Reload forextensions that are not 'in dev...finnur@chromium.org2009-11-061-0/+2
* Change prevents multiple instances of an extension's option page from being o...aa@chromium.org2009-11-051-1/+1
* Don't reload whole chrome://extensions page when interacting with single exte...cira@chromium.org2009-11-051-4/+3
* Fix bug where we were not displaying icons in the managementaa@chromium.org2009-11-051-17/+137
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-1/+1
* Grouping the extensions and calling out the disabledfinnur@chromium.org2009-11-041-4/+14
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-1/+2
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-2/+1
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-1/+2
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-3/+5
* Prep the management page for localization.finnur@chromium.org2009-10-281-0/+36
* Further polish to extensions_ui page.rafaelw@chromium.org2009-10-271-0/+20
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-3/+1
* Switching to a plugin icon as the favicon for the extensions page.finnur@chromium.org2009-10-231-1/+1
* Adding a favicon for the Extensions page.finnur@chromium.org2009-10-231-0/+7
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-211-2/+12
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-1/+1
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-161-0/+22
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-081-10/+128
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-11/+7
* This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-071-128/+10
* HTML Pack Extension Dialog. This removes the views implementation of the Exte...rafaelw@chromium.org2009-10-071-10/+128
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Add a disable button to the Extension management UI.mpcomplete@chromium.org2009-09-081-3/+9
* Add an auto-update now button to chrome://extensions pageasargent@chromium.org2009-09-031-0/+10
* Fix crash on Mac by passing an owning window to SelectFile() when loadingpamg@google.com2009-09-021-1/+2
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-1/+1
* Fix two bugs in chrome://extensions/:aa@chromium.org2009-08-311-0/+1