summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/external_pref_extension_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert incognito option for external_extensions.json filedpolukhin@chromium.org2010-09-241-6/+1
* Enable incognito mode from external_extensions.jsondpolukhin@chromium.org2010-09-141-1/+6
* Error out if a version in external_extensions.json is invalid.skerner@chromium.org2010-09-031-2/+9
* Allow update URLs in external_extensions.json.skerner@chromium.org2010-08-191-18/+49
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-1/+1
* Convert more wide strings in browser/extensions.viettrungluu@chromium.org2010-08-141-3/+2
* Convert wide strings in extension_popup_api.cc and external_pref_extension_pr...viettrungluu@chromium.org2010-08-131-4/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-5/+5
* extensions: test if the external provider exists before reading itevan@chromium.org2010-04-191-2/+6
* detect preferences errorserikkay@chromium.org2010-04-061-10/+7
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+2
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+2
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-2/+2
* Coverity: Pass strings by reference.jhawkins@chromium.org2009-07-241-2/+2
* Fix build. finnur@chromium.org2009-06-251-1/+1
* The Provider for External Extensions no longer usesfinnur@chromium.org2009-06-251-21/+35
* Bug 14202: Support relative paths when installing external extensions through...finnur@chromium.org2009-06-161-1/+25
* Fix a crash during extension installation (debug only).erikkay@google.com2009-06-151-4/+1
* Clean up extension loading:erikkay@google.com2009-06-151-2/+0
* Factor out the code that deals with installing external extensions through Re...finnur@chromium.org2009-06-121-0/+84