summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-5/+11
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-0/+11
* Fix memory leak in ExtensionTest.LoadPageActionHelper unit test. The leakpam@chromium.org2009-11-101-2/+2
* Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...mirandac@chromium.org2009-10-291-1/+2
* Neither name nor title are required for page- or browser-actions. Update loaderpam@chromium.org2009-10-281-26/+39
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-9/+9
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-77/+25
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-161-0/+13
* Limit extensions to 1 UI surface (either Page/Browser action, but not both).finnur@chromium.org2009-10-161-1/+13
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-24/+41
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-9/+0
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-11/+23
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-301-4/+3
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-4/+4
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-31/+31
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-35/+84
* CL is the same as http://codereview.chromium.org/173487, but had to be moved ...cira@chromium.org2009-09-181-6/+0
* Fix bug where we fail to install an extension that has an emptyaa@chromium.org2009-09-181-5/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-17/+17
* Fix leak in ExtensionTest.aa@chromium.org2009-08-271-1/+0
* Update of the extension install UI:aa@chromium.org2009-08-271-76/+138
* This change enables Chrome to load locale information for the extension. It d...cira@chromium.org2009-08-191-0/+6
* Add privacy_blacklists key to extension manifest and validate it.phajdan.jr@chromium.org2009-08-131-1/+16
* Add a method to classify what permission class an extension is in, with unitmpcomplete@chromium.org2009-08-121-0/+80
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-4/+4
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-251-0/+26
* A small start: add icons to the extension manifest.aa@chromium.org2009-07-171-2/+17
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-131-74/+79
* Add a couple of more extension unit tests for pagefinnur@chromium.org2009-07-021-2/+89
* two more unit_test fixes for: http://codereview.chromium.org/140018rafaelw@chromium.org2009-06-251-0/+1
* Small piece of extensions auto-update: add an auto-update url member varasargent@chromium.org2009-06-181-2/+43
* Change extension id format back to mp-decimal, and change theaa@chromium.org2009-06-131-4/+43
* Verify signed .crx extension installationsrafaelw@chromium.org2009-06-121-19/+6
* Revert "BUG=12114"tc@google.com2009-06-111-6/+19
* BUG=12114rafaelw@chromium.org2009-06-111-19/+6
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-0/+256