| Commit message (Expand) | Author | Age | Files | Lines |
* | override chrome:// URLs via extensions. | erikkay@chromium.org | 2009-08-28 | 1 | -0/+31 |
* | Don't show extension disabled infobar when manually updating | aa@chromium.org | 2009-08-28 | 1 | -13/+14 |
* | Update of the extension install UI: | aa@chromium.org | 2009-08-27 | 1 | -19/+83 |
* | Get rid of the extension's "Current Version" file. | mpcomplete@chromium.org | 2009-08-20 | 1 | -3/+6 |
* | This change enables Chrome to load locale information for the extension. It d... | cira@chromium.org | 2009-08-19 | 1 | -0/+14 |
* | Show the extension install UI when the user clicks Reenable for a disabled-on... | mpcomplete@chromium.org | 2009-08-18 | 1 | -0/+8 |
* | Add privacy_blacklists key to extension manifest and validate it. | phajdan.jr@chromium.org | 2009-08-13 | 1 | -0/+20 |
* | Add a method to classify what permission class an extension is in, with unit | mpcomplete@chromium.org | 2009-08-12 | 1 | -0/+19 |
* | Remove unreachable code from extension.cc. | aa@chromium.org | 2009-08-11 | 1 | -1/+0 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -25/+50 |
* | Implement first cut at the extension installation prompt on Windows. | aa@chromium.org | 2009-08-04 | 1 | -10/+14 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 1 | -1/+16 |
* | Make the update_url key allowed for themes. | aa@chromium.org | 2009-07-30 | 1 | -1/+2 |
* | add mole info to toolstrip definition and enable moles | erikkay@chromium.org | 2009-07-26 | 1 | -2/+36 |
* | Implement mimetype sniffing for extensions. | aa@chromium.org | 2009-07-25 | 1 | -0/+2 |
* | Let theme values that previous had to be real be specified as ints. | glen@chromium.org | 2009-07-24 | 1 | -5/+8 |
* | A small start: add icons to the extension manifest. | aa@chromium.org | 2009-07-17 | 1 | -5/+36 |
* | Refactor extension constants to improve readability, debugging, and to make i... | erikkay@chromium.org | 2009-07-13 | 1 | -225/+108 |
* | PageActions can now specify multiple icons and switch between them | finnur@chromium.org | 2009-07-01 | 1 | -10/+33 |
* | Allow extension extensions to be case-insensitive. | avi@chromium.org | 2009-06-29 | 1 | -0/+8 |
* | Refactored ExtensionsPrefs to store paths relative to the extensions install ... | rafaelw@chromium.org | 2009-06-25 | 1 | -5/+2 |
* | Small piece of extensions auto-update: add an auto-update url member var | asargent@chromium.org | 2009-06-18 | 1 | -4/+23 |
* | Remove tooltip from page_action and just use the name as the tooltip. We don'... | finnur@chromium.org | 2009-06-17 | 1 | -12/+0 |
* | Change extension id format back to mp-decimal, and change the | aa@chromium.org | 2009-06-13 | 1 | -10/+21 |
* | Verify signed .crx extension installations | rafaelw@chromium.org | 2009-06-12 | 1 | -30/+48 |
* | Revert "BUG=12114" | tc@google.com | 2009-06-11 | 1 | -48/+30 |
* | BUG=12114 | rafaelw@chromium.org | 2009-06-11 | 1 | -30/+48 |
* | chrome.exe --package-extension generates .crx from extension directory | rafaelw@chromium.org | 2009-06-09 | 1 | -14/+90 |
* | Fix an issue where themes would sporadically fail to install. | mpcomplete@google.com | 2009-06-05 | 1 | -0/+22 |
* | Add this ability to install Extensions using preferences. Also known as: port... | finnur@chromium.org | 2009-06-05 | 1 | -4/+42 |
* | Add ability to theme our buttons. | glen@chromium.org | 2009-06-04 | 1 | -7/+20 |
* | Change plugin handling in extension from "plugin_dir" to a "plugin" list of | mpcomplete@google.com | 2009-06-03 | 1 | -9/+45 |
* | Allow themes to change the background of the new tab page. Adds support for d... | glen@chromium.org | 2009-06-02 | 1 | -0/+8 |
* | Allow themes to be installed without any commandline flag, still require flag... | glen@chromium.org | 2009-05-29 | 1 | -61/+100 |
* | Remove unused code from ExtensionsService. | mpcomplete@google.com | 2009-05-26 | 1 | -0/+673 |