summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land r56529, and add fixes for the browser tests on chromium os.cmasone@google.com2010-08-181-0/+4
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-181-0/+2
* Revert 56529 - [Chrome OS] Block the installation of extensions with NPAPI pl...phajdan.jr@chromium.org2010-08-181-4/+0
* [Chrome OS] Block the installation of extensions with NPAPI pluginscmasone@google.com2010-08-181-0/+4
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-1/+1
* Rename the extension manifest key "unlimited_storage" to "unlimitedStorage"asargent@chromium.org2010-08-131-0/+28
* Remove wchar_t* methods from prefs.viettrungluu@chromium.org2010-08-121-4/+4
* Refactored extension privilege enumeration and implemented URLPattern compari...cdn@chromium.org2010-08-051-28/+30
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-041-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Fix include order of extension_unittest. This is actually to try to fix some ...brettw@chromium.org2010-07-311-5/+5
* Fix some issues with extensions:mpcomplete@chromium.org2010-07-201-1/+4
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-7/+6
* Split out the bookmark permission into its own line inaa@chromium.org2010-06-261-1/+1
* Revert "Revert "Show extension icons next to their top-level context menu ite...hclam@chromium.org2010-06-251-0/+86
* Revert r50779 as it breaks memory testshclam@chromium.org2010-06-251-86/+0
* Show extension icons next to their top-level context menu items.asargent@chromium.org2010-06-241-0/+86
* Fix problem of displaying title with parenthesis in extension.xji@chromium.org2010-05-211-2/+54
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-3/+0
* Fix an issue with user scripts.arv@chromium.org2010-04-231-0/+4
* detect preferences errorserikkay@chromium.org2010-04-061-2/+5
* 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