summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with test on Linux Views Toolkit.finnur@chromium.org2010-02-131-2/+4
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-1/+3
* Wires TabContents to app extensions.sky@chromium.org2010-02-051-4/+4
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-0/+12
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-291-23/+30
* Allow extensions to add, remove, or change their page action popup.skerner@chromium.org2010-01-281-24/+43
* Page actions should be able to change the popup on a per-tab basis.skerner@chromium.org2010-01-271-2/+2
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-20/+0
* Reland 36337: Add launch configuration to apps. Create a desktop shortcut if ...aa@chromium.org2010-01-151-2/+16
* Revert 36337 and 36338. Compile failure.aa@chromium.org2010-01-151-16/+2
* Add launch configuration to apps. Create a desktop shortcutaa@chromium.org2010-01-151-2/+16
* initial manifest hooks for app experimenterikkay@chromium.org2010-01-121-0/+54
* Allow an empty list of page actions.skerner@chromium.org2010-01-111-14/+17
* Revert 35802 - Failed Valgrind - Allow an empty list of page actions.rsesek@chromium.org2010-01-081-17/+14
* Allow an empty list of page actions.skerner@chromium.org2010-01-081-14/+17
* Fix issue where we weren't requiring the command-line flag forerikkay@chromium.org2010-01-071-10/+10
* Reland: Add a minimum_chrome_version key to the manifest.aa@chromium.org2010-01-061-0/+43
* Revert 35602 - Add a "minimum_chrome_version" key to the manifest.arv@chromium.org2010-01-061-43/+0
* Add a "minimum_chrome_version" key to the manifest.aa@chromium.org2010-01-061-0/+43
* Extensions: file handling clean up.estade@chromium.org2009-12-181-26/+25
* Add the right-click context menu for Browser actions and Page Actions.finnur@chromium.org2009-12-171-0/+45
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-12/+2
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-26/+0
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-0/+26
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-51/+35
* Introduce a new 'all_frames' property to content scripts andaa@chromium.org2009-11-251-1/+14
* Make notifications permission available in the extension manifest and hook up...johnnyg@chromium.org2009-11-241-0/+2
* disable extension toolstrips by default, addingerikkay@chromium.org2009-11-241-5/+5
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-3/+3
* Revert change that disallowed content scripts access toaa@chromium.org2009-11-221-11/+2
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-3/+0
* Ignore requests to run content scripts on file:// urls.finnur@chromium.org2009-11-181-2/+1
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-0/+8
* Don't allow content scripts to execute on file:// urls.finnur@chromium.org2009-11-181-2/+12
* 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-1/+51
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-031-0/+2
* Revert r30784aa@chromium.org2009-11-031-2/+0
* 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