summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a few places where we were incorrectly classifyingaa@chromium.org2010-04-031-1/+3
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-52/+7
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-7/+52
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-52/+7
* Add "origin" to the app object in the extension manifest.aa@chromium.org2010-03-121-0/+52
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-0/+11
* Allow extensions to add, remove, or change their page action popup.skerner@chromium.org2010-01-281-0/+67
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-15/+0
* Allow an empty list of page actions.skerner@chromium.org2010-01-111-2/+21
* Revert 35802 - Failed Valgrind - Allow an empty list of page actions.rsesek@chromium.org2010-01-081-21/+2
* Allow an empty list of page actions.skerner@chromium.org2010-01-081-2/+21
* Remove a bunch of unnecessary .c_str() calls.pkasting@chromium.org2010-01-061-17/+12
* Reland: Add a minimum_chrome_version key to the manifest.aa@chromium.org2010-01-061-2/+24
* Revert 35602 - Add a "minimum_chrome_version" key to the manifest.arv@chromium.org2010-01-061-18/+2
* Add a "minimum_chrome_version" key to the manifest.aa@chromium.org2010-01-061-2/+18
* Extensions: file handling clean up.estade@chromium.org2009-12-181-1/+1
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-22/+22
* 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