summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
Commit message (Expand)AuthorAgeFilesLines
* Extensions: file handling clean up.estade@chromium.org2009-12-181-12/+9
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-171-12/+0
* Add the right-click context menu for Browser actions and Page Actions.finnur@chromium.org2009-12-171-0/+12
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-0/+23
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-8/+0
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-0/+8
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+2
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-2/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+2
* Make notifications permission available in the extension manifest and hook up...johnnyg@chromium.org2009-11-241-0/+1
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-3/+0
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-0/+5
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Improve text on management UI. Still waiting for a treatmentaa@chromium.org2009-11-121-0/+3
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+16
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-301-0/+3
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-291-0/+9
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-15/+6
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-3/+3
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-8/+9
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-211-1/+1
* Delete unused themes from disk on shutdown.tony@chromium.org2009-10-191-1/+1
* Fix chrome_url_overides to work with packed extensions.erikkay@chromium.org2009-10-171-3/+4
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-171-0/+4
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-161-0/+4
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-8/+3
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-9/+9
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-20/+3
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-011-0/+6
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-10/+10
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-1/+1
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-10/+18
* CL is the same as http://codereview.chromium.org/173487, but had to be moved ...cira@chromium.org2009-09-181-18/+9
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-3/+7
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-0/+9
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-4/+4
* Update of the extension install UI:aa@chromium.org2009-08-271-14/+20
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-1/+8
* This change enables Chrome to load locale information for the extension. It d...cira@chromium.org2009-08-191-0/+26
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-181-0/+5
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-1/+3
* Add privacy_blacklists key to extension manifest and validate it.phajdan.jr@chromium.org2009-08-131-1/+11
* Add a method to classify what permission class an extension is in, with unitmpcomplete@chromium.org2009-08-121-0/+11
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-2/+14
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-1/+10
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-031-1/+18
* Pull all the filesystem manipulation out ofaa@chromium.org2009-07-281-0/+1
* Pull a SandboxedExtensionUnpacker out of ExtensionsService.aa@chromium.org2009-07-281-0/+1
* add mole info to toolstrip definition and enable moleserikkay@chromium.org2009-07-261-3/+12
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-251-3/+6