summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/storage
Commit message (Expand)AuthorAgeFilesLines
* Extensions: Using common ValueStoreFactory for all value stores.cmumford2016-03-2414-229/+54
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+2
* Switch to standard integer types in extensions/browser/.avi2015-12-237-1/+14
* Convert Pass()→std::move() in //extensionsdcheng2015-12-184-15/+18
* ValueStore will now automatically repair corrupted db's.cmumford2015-12-126-156/+106
* ValueStore::Error is now an inline member (not a ptr) of ResultTypes.cmumford2015-12-016-133/+127
* Removed key member from ValueStore::Error.cmumford2015-11-304-35/+41
* Extensions: Checking for failure when reading settings from db.cmumford2015-11-161-1/+3
* [Extensions] Remove kalman@ from OWNERS filesrdevlin.cronin2015-10-261-1/+0
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-233-7/+5
* Fourth batch adding real histogram values for extension events.kalman2015-07-171-1/+1
* Added UMA statistics logging for extensions leveldb open use.cmumford2015-07-131-1/+8
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-4/+4
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-2/+3
* [Cleanup] Used scoped pointers in KeyedServiceFactory's SetTestingFactory fun...isherman2015-06-094-9/+10
* Extract EventRouter from ExtensionSystem.juncai2015-06-043-47/+7
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-2/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-168/+167
* Adding more metrics under ProfileImpl::OnPrefsLoaded. Trying to get a good vi...rkaplow2015-04-141-0/+5
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-5/+3
* Tests: Allow setting EventRouter on MockExtensionSystemjamescook2014-11-192-9/+7
* Raise the throttling limits of the storage API.kalman2014-11-071-7/+11
* Remove the extension QuotaService::SustainedLimit and its last client, thekalman2014-10-311-12/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-6/+4
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-218-76/+69
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-0310-48/+48
* Gather metrics on hosted app unlimitedStorage usagerdevlin.cronin2014-09-301-10/+0
* Gather metrics on hosted app unlimitedStorage usagerdevlin.cronin2014-09-231-0/+11
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and ...thestig2014-09-102-2/+2
* Use ApiUnitTest for storage API tests (storage_api_unittest and storage_front...yoz2014-08-284-161/+109
* Extensions: Move id_util functions to crx_file component.tommycli@chromium.org2014-08-211-1/+0
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-1/+1
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-062-2/+4
* Make ExtensionFunction::ArgumentList (PKA MultipleArguments) take a scoped_ptrkalman@chromium.org2014-05-201-2/+2
* Remove the redundancy of both EXTENSION_FUNCTION_VALIDATE andkalman@chromium.org2014-05-091-4/+3
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-10/+8
* Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe,kalman@chromium.org2014-04-243-57/+68
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-161-3/+2
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-292-9/+9
* Rename SettingsFrontend to StorageFrontendrdevlin.cronin@chromium.org2014-03-158-57/+57
* Move storage API interface description to src/extensionsjamescook@chromium.org2014-03-135-5/+569
* Move extensions-related files to using //components/keyed_service.blundell@chromium.org2014-03-131-2/+1
* Remove SettingsBackendrdevlin.cronin@chromium.org2014-03-128-245/+46
* Move extensions storage API implementation to src/extensionsjamescook@chromium.org2014-03-1023-0/+2472
* Reland: Add ExtensionsApiClient interface, use it in the storage API Settings...jamescook@chromium.org2014-03-062-0/+80
* Revert r255069 "Add ExtensionsApiClient interface, use it in the storage API ...thakis@chromium.org2014-03-052-80/+0
* Add ExtensionsApiClient interface, use it in the storage API SettingsFrontendjamescook@chromium.org2014-03-052-0/+80