summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
Commit message (Expand)AuthorAgeFilesLines
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-8/+14
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-271-0/+1
* Pull gallery special case down into Extension::CanAccessHost() to avoid dupli...aa@chromium.org2010-02-201-3/+5
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-0/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-1/+1
* Preserve order of extensions when they auto-update.finnur@chromium.org2010-02-081-0/+8
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* Wires TabContents to app extensions.sky@chromium.org2010-02-051-2/+3
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-2/+12
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-291-6/+6
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-10/+0
* Reland 36337: Add launch configuration to apps. Create a desktop shortcut if ...aa@chromium.org2010-01-151-2/+6
* Revert 36337 and 36338. Compile failure.aa@chromium.org2010-01-151-6/+2
* Add launch configuration to apps. Create a desktop shortcutaa@chromium.org2010-01-151-2/+6
* initial manifest hooks for app experimenterikkay@chromium.org2010-01-121-0/+15
* Fix issue where we weren't requiring the command-line flag forerikkay@chromium.org2010-01-071-3/+1
* 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