summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/settings
Commit message (Expand)AuthorAgeFilesLines
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-5/+3
* [Sync] Move chrome/browser/sync/api to sync/apiakalin@chromium.org2012-05-1512-22/+22
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.thestig@chromium.org2012-05-141-1/+0
* Define the storage API throttling constants in storage.json so that they arekalman@chromium.org2012-04-301-5/+7
* Only apply extension throttling quota to sync, not local.kalman@chromium.org2012-04-302-0/+12
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-2/+20
* Make the Datatypes using new syncapi upload unrecoverable errors to breakpad.lipalani@chromium.org2012-04-204-22/+58
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-191-30/+14
* Factor out the "sync processing" portion of SyncableSettingsStorage into itskalman@chromium.org2012-04-126-155/+256
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Revert 131261 - Disable moar tests whose code is missing on beta.aa@chromium.org2012-04-071-4/+4
* Disable moar tests whose code is missing on beta.aa@chromium.org2012-04-071-4/+4
* Fix over-aggressive dcheck in settings_backend.zea@chromium.org2012-04-061-1/+1
* Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...aa@chromium.org2012-04-041-1/+1
* Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-041-1/+1
* Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-041-1/+1
* Revert 130462 - Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-031-1/+1
* Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-031-1/+1
* [Sync] Have SyncableService's take ownership of their SyncChangeProcessor.zea@chromium.org2012-03-235-149/+244
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-168-12/+16
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-103-8/+8
* Eliminate "using namespace" directives from extensions codeasargent@chromium.org2012-03-103-24/+30
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-042-9/+9
* Extend TwoClientExtensionSettingsSyncTest to test app settings.kalman@chromium.org2012-02-288-134/+217
* [Sync] Switch Extension Settings DTC to use ProfilesyncComponentsFactoryzea@chromium.org2012-02-244-42/+37
* Add sync integration tests for extension settings.kalman@chromium.org2012-02-161-2/+0
* Use less temporary extension IDs during pack and unpack.jstritar@chromium.org2012-02-151-1/+1
* Take the Storage API out of experimental again; effectively a revert of 119854.kalman@chromium.org2012-02-024-10/+10
* Disabling ExtensionSettingsFrontendTest.QuotaLimits*.aa@chromium.org2012-01-311-1/+6
* Put the Extension Storage API back under experimental until the next release.kalman@chromium.org2012-01-314-10/+10
* Extension Storage API: expose storage quota information to extensions, via:kalman@chromium.org2012-01-2918-66/+306
* Revert 119598 - Extension Storage API: expose storage quota information to ex...jstritar@chromium.org2012-01-2818-305/+65
* Extension Storage API: expose storage quota information to extensions, via:kalman@chromium.org2012-01-2818-65/+305
* disable ExtensionSettingFrontendTest.UnlimitedStorageForLocalButNotSync on os...alicet@chromium.org2012-01-251-1/+5
* Revert change to chrome/browser/extensions/settings/settings_backend.cc whichkalman@chromium.org2012-01-241-4/+10
* Take the Extension Storage API out of experimental:kalman@chromium.org2012-01-232-8/+8
* Extension Storage API: have a 5MB quota for the local settings areakalman@chromium.org2012-01-2119-367/+412
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-065-5/+0
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-211-1/+0
* Extension Storage API: make the onChanged event pass in a map of changes ratherkalman@chromium.org2011-12-012-6/+4
* Extension Settings API: rename it to the Extension Storage API.kalman@chromium.org2011-11-272-6/+11
* Extension Settings API: move the API functions into an object SettingsNamepace,kalman@chromium.org2011-11-2419-361/+572
* Convert extensions code using DictionaryValue::key_iterator andkalman@chromium.org2011-11-231-14/+9
* Extension Settings API: throttle the API in the same way that the Bookmarks APIkalman@chromium.org2011-11-202-3/+56
* Extension settings API: force through changes that come from sync (ignoringkalman@chromium.org2011-11-2018-245/+364
* Add policies to specify an enterprise web store.dubroy@chromium.org2011-11-184-7/+7
* Extension Settings API: make it so that when changes received from sync fail ...kalman@chromium.org2011-11-1613-97/+835
* Cleanup: Remove unneeded forward declarations from chrome/browser/extensions.thestig@chromium.org2011-11-111-1/+2
* Extension Settings API: make it so that when leveldb storage areas fail to bekalman@chromium.org2011-11-1120-88/+351
* Move all Extension Settings API files from c/b/extensions to c/b/extensions/s...kalman@chromium.org2011-11-0937-0/+5510