summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-031-0/+2
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-301-0/+9
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-291-2/+5
* Neither name nor title are required for page- or browser-actions. Update loaderpam@chromium.org2009-10-281-5/+12
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-271-1/+1
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-7/+7
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-97/+10
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-8/+93
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-211-2/+1
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-2/+4
* Fix chrome_url_overides to work with packed extensions.erikkay@chromium.org2009-10-171-5/+11
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-171-0/+3
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-161-0/+10
* Limit extensions to 1 UI surface (either Page/Browser action, but not both).finnur@chromium.org2009-10-161-0/+6
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-11/+0
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-73/+83
* Fixing ExtensionBrowserTest.* on Linux. Some relative paths start with /, whi...cira@chromium.org2009-10-081-1/+8
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-39/+13
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-14/+9
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-0/+31
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-011-0/+3
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-301-15/+20
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-14/+14
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-42/+51
* CL is the same as http://codereview.chromium.org/173487, but had to be moved ...cira@chromium.org2009-09-181-14/+12
* Fix bug where we fail to install an extension that has an emptyaa@chromium.org2009-09-181-5/+0
* Revert 26534: "Fix bug where we fail to install an extensionaa@chromium.org2009-09-181-0/+5
* Fix bug where we fail to install an extension that has an emptyaa@chromium.org2009-09-181-5/+0
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-0/+14
* Simple fix of extension_l10n_util that allows folders in form ".some_name" to...cira@chromium.org2009-09-091-1/+1
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-0/+31
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-13/+14
* Update of the extension install UI:aa@chromium.org2009-08-271-19/+83
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-3/+6
* This change enables Chrome to load locale information for the extension. It d...cira@chromium.org2009-08-191-0/+14
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-181-0/+8
* Add privacy_blacklists key to extension manifest and validate it.phajdan.jr@chromium.org2009-08-131-0/+20
* Add a method to classify what permission class an extension is in, with unitmpcomplete@chromium.org2009-08-121-0/+19
* Remove unreachable code from extension.cc.aa@chromium.org2009-08-111-1/+0
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-25/+50
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-10/+14
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-031-1/+16
* Make the update_url key allowed for themes.aa@chromium.org2009-07-301-1/+2
* add mole info to toolstrip definition and enable moleserikkay@chromium.org2009-07-261-2/+36
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-251-0/+2
* Let theme values that previous had to be real be specified as ints.glen@chromium.org2009-07-241-5/+8
* A small start: add icons to the extension manifest.aa@chromium.org2009-07-171-5/+36
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-131-225/+108
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-10/+33
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-291-0/+8