summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds a button to chrome://extensions/ that allows easy packingaa@chromium.org2009-08-311-0/+8
* Add a button to chrome://extensions to load an extension.aa@chromium.org2009-08-301-3/+48
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-2/+23
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-1/+1
* Don't show themes in extension config UI. This fixes various bugsaa@chromium.org2009-08-061-11/+5
* Make possible reloading extensions from the chrome://extensions/ page.phajdan.jr@chromium.org2009-07-271-0/+11
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-3/+6
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-23/+10
* Take two for http://codereview.chromium.org/131094tim@chromium.org2009-06-291-9/+8
* Revert cl 19359 due to browser_tests timeout.tim@chromium.org2009-06-261-8/+9
* Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...tim@chromium.org2009-06-261-9/+8
* The Provider for External Extensions no longer usesfinnur@chromium.org2009-06-251-1/+1
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-241-1/+1
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1