| Commit message (Expand) | Author | Age | Files | Lines |
* | Load the bookmark manager extension at Chrome startup. | aa@chromium.org | 2010-03-04 | 1 | -0/+11 |
* | Allow extensions to add, remove, or change their page action popup. | skerner@chromium.org | 2010-01-28 | 1 | -0/+67 |
* | Drop the code allowing privacy blacklists to be shipped in extensions. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -15/+0 |
* | Allow an empty list of page actions. | skerner@chromium.org | 2010-01-11 | 1 | -2/+21 |
* | Revert 35802 - Failed Valgrind - Allow an empty list of page actions. | rsesek@chromium.org | 2010-01-08 | 1 | -21/+2 |
* | Allow an empty list of page actions. | skerner@chromium.org | 2010-01-08 | 1 | -2/+21 |
* | Remove a bunch of unnecessary .c_str() calls. | pkasting@chromium.org | 2010-01-06 | 1 | -17/+12 |
* | Reland: Add a minimum_chrome_version key to the manifest. | aa@chromium.org | 2010-01-06 | 1 | -2/+24 |
* | Revert 35602 - Add a "minimum_chrome_version" key to the manifest. | arv@chromium.org | 2010-01-06 | 1 | -18/+2 |
* | Add a "minimum_chrome_version" key to the manifest. | aa@chromium.org | 2010-01-06 | 1 | -2/+18 |
* | Extensions: file handling clean up. | estade@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -22/+22 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -5/+11 |
* | Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t... | cira@chromium.org | 2009-11-18 | 1 | -0/+11 |
* | Fix memory leak in ExtensionTest.LoadPageActionHelper unit test. The leak | pam@chromium.org | 2009-11-10 | 1 | -2/+2 |
* | Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu... | mirandac@chromium.org | 2009-10-29 | 1 | -1/+2 |
* | Neither name nor title are required for page- or browser-actions. Update loader | pam@chromium.org | 2009-10-28 | 1 | -26/+39 |
* | Replace ExtensionAction with ExtensionAction2. | aa@chromium.org | 2009-10-27 | 1 | -9/+9 |
* | Move page actions over to ExtensionAction2 and get rid of | aa@chromium.org | 2009-10-27 | 1 | -77/+25 |
* | Add concept of an options page to Extensions. | asargent@chromium.org | 2009-10-16 | 1 | -0/+13 |
* | Limit extensions to 1 UI surface (either Page/Browser action, but not both). | finnur@chromium.org | 2009-10-16 | 1 | -1/+13 |
* | Update page action manifest parsing to match the new format. | mpcomplete@chromium.org | 2009-10-13 | 1 | -24/+41 |
* | Loads local resources from current locale subtree if available, if not it fal... | cira@chromium.org | 2009-10-07 | 1 | -9/+0 |
* | Generate IDs for --load-extension by hashing the path instead | aa@chromium.org | 2009-10-06 | 1 | -11/+23 |
* | Integrate browser actions with the wrench menu. Browser | aa@chromium.org | 2009-09-30 | 1 | -4/+3 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -4/+4 |
* | Moving ContextualAction class to common/extensions and in the process renamin... | finnur@chromium.org | 2009-09-28 | 1 | -31/+31 |
* | Implement Browser Actions extensions. | finnur@chromium.org | 2009-09-26 | 1 | -35/+84 |
* | CL is the same as http://codereview.chromium.org/173487, but had to be moved ... | cira@chromium.org | 2009-09-18 | 1 | -6/+0 |
* | Fix bug where we fail to install an extension that has an empty | aa@chromium.org | 2009-09-18 | 1 | -5/+1 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Don't show extension disabled infobar when manually updating | aa@chromium.org | 2009-08-28 | 1 | -17/+17 |
* | Fix leak in ExtensionTest. | aa@chromium.org | 2009-08-27 | 1 | -1/+0 |
* | Update of the extension install UI: | aa@chromium.org | 2009-08-27 | 1 | -76/+138 |
* | This change enables Chrome to load locale information for the extension. It d... | cira@chromium.org | 2009-08-19 | 1 | -0/+6 |
* | Add privacy_blacklists key to extension manifest and validate it. | phajdan.jr@chromium.org | 2009-08-13 | 1 | -1/+16 |
* | Add a method to classify what permission class an extension is in, with unit | mpcomplete@chromium.org | 2009-08-12 | 1 | -0/+80 |
* | Implement first cut at the extension installation prompt on Windows. | aa@chromium.org | 2009-08-04 | 1 | -4/+4 |
* | Implement mimetype sniffing for extensions. | aa@chromium.org | 2009-07-25 | 1 | -0/+26 |
* | A small start: add icons to the extension manifest. | aa@chromium.org | 2009-07-17 | 1 | -2/+17 |
* | Refactor extension constants to improve readability, debugging, and to make i... | erikkay@chromium.org | 2009-07-13 | 1 | -74/+79 |
* | Add a couple of more extension unit tests for page | finnur@chromium.org | 2009-07-02 | 1 | -2/+89 |
* | two more unit_test fixes for: http://codereview.chromium.org/140018 | rafaelw@chromium.org | 2009-06-25 | 1 | -0/+1 |
* | Small piece of extensions auto-update: add an auto-update url member var | asargent@chromium.org | 2009-06-18 | 1 | -2/+43 |
* | Change extension id format back to mp-decimal, and change the | aa@chromium.org | 2009-06-13 | 1 | -4/+43 |
* | Verify signed .crx extension installations | rafaelw@chromium.org | 2009-06-12 | 1 | -19/+6 |
* | Revert "BUG=12114" | tc@google.com | 2009-06-11 | 1 | -6/+19 |
* | BUG=12114 | rafaelw@chromium.org | 2009-06-11 | 1 | -19/+6 |
* | Remove unused code from ExtensionsService. | mpcomplete@google.com | 2009-05-26 | 1 | -0/+256 |