index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
settings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
1
-5
/
+3
*
[Sync] Move chrome/browser/sync/api to sync/api
akalin@chromium.org
2012-05-15
12
-22
/
+22
*
Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.
thestig@chromium.org
2012-05-14
1
-1
/
+0
*
Define the storage API throttling constants in storage.json so that they are
kalman@chromium.org
2012-04-30
1
-5
/
+7
*
Only apply extension throttling quota to sync, not local.
kalman@chromium.org
2012-04-30
2
-0
/
+12
*
RefCounted types should not have public destructors, chrome/browser/extension...
rsleevi@chromium.org
2012-04-27
1
-2
/
+20
*
Make the Datatypes using new syncapi upload unrecoverable errors to breakpad.
lipalani@chromium.org
2012-04-20
4
-22
/
+58
*
Generate storage API constants using json_schema_compiler.
kalman@chromium.org
2012-04-19
1
-30
/
+14
*
Factor out the "sync processing" portion of SyncableSettingsStorage into its
kalman@chromium.org
2012-04-12
6
-155
/
+256
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+1
*
Revert 131261 - Disable moar tests whose code is missing on beta.
aa@chromium.org
2012-04-07
1
-4
/
+4
*
Disable moar tests whose code is missing on beta.
aa@chromium.org
2012-04-07
1
-4
/
+4
*
Fix over-aggressive dcheck in settings_backend.
zea@chromium.org
2012-04-06
1
-1
/
+1
*
Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...
aa@chromium.org
2012-04-04
1
-1
/
+1
*
Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
1
-1
/
+1
*
Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
1
-1
/
+1
*
Revert 130462 - Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
1
-1
/
+1
*
Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
1
-1
/
+1
*
[Sync] Have SyncableService's take ownership of their SyncChangeProcessor.
zea@chromium.org
2012-03-23
5
-149
/
+244
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
8
-12
/
+16
*
[Sync] Create new top-level sync/ directory
akalin@chromium.org
2012-03-10
3
-8
/
+8
*
Eliminate "using namespace" directives from extensions code
asargent@chromium.org
2012-03-10
3
-24
/
+30
*
sync: remove use of protobuf extensions in protocol to reduce static init ove...
tim@chromium.org
2012-03-04
2
-9
/
+9
*
Extend TwoClientExtensionSettingsSyncTest to test app settings.
kalman@chromium.org
2012-02-28
8
-134
/
+217
*
[Sync] Switch Extension Settings DTC to use ProfilesyncComponentsFactory
zea@chromium.org
2012-02-24
4
-42
/
+37
*
Add sync integration tests for extension settings.
kalman@chromium.org
2012-02-16
1
-2
/
+0
*
Use less temporary extension IDs during pack and unpack.
jstritar@chromium.org
2012-02-15
1
-1
/
+1
*
Take the Storage API out of experimental again; effectively a revert of 119854.
kalman@chromium.org
2012-02-02
4
-10
/
+10
*
Disabling ExtensionSettingsFrontendTest.QuotaLimits*.
aa@chromium.org
2012-01-31
1
-1
/
+6
*
Put the Extension Storage API back under experimental until the next release.
kalman@chromium.org
2012-01-31
4
-10
/
+10
*
Extension Storage API: expose storage quota information to extensions, via:
kalman@chromium.org
2012-01-29
18
-66
/
+306
*
Revert 119598 - Extension Storage API: expose storage quota information to ex...
jstritar@chromium.org
2012-01-28
18
-305
/
+65
*
Extension Storage API: expose storage quota information to extensions, via:
kalman@chromium.org
2012-01-28
18
-65
/
+305
*
disable ExtensionSettingFrontendTest.UnlimitedStorageForLocalButNotSync on os...
alicet@chromium.org
2012-01-25
1
-1
/
+5
*
Revert change to chrome/browser/extensions/settings/settings_backend.cc which
kalman@chromium.org
2012-01-24
1
-4
/
+10
*
Take the Extension Storage API out of experimental:
kalman@chromium.org
2012-01-23
2
-8
/
+8
*
Extension Storage API: have a 5MB quota for the local settings area
kalman@chromium.org
2012-01-21
19
-367
/
+412
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
5
-5
/
+0
*
base::Bind: Remove includes of base.bind in header files.
jhawkins@chromium.org
2011-12-21
1
-1
/
+0
*
Extension Storage API: make the onChanged event pass in a map of changes rather
kalman@chromium.org
2011-12-01
2
-6
/
+4
*
Extension Settings API: rename it to the Extension Storage API.
kalman@chromium.org
2011-11-27
2
-6
/
+11
*
Extension Settings API: move the API functions into an object SettingsNamepace,
kalman@chromium.org
2011-11-24
19
-361
/
+572
*
Convert extensions code using DictionaryValue::key_iterator and
kalman@chromium.org
2011-11-23
1
-14
/
+9
*
Extension Settings API: throttle the API in the same way that the Bookmarks API
kalman@chromium.org
2011-11-20
2
-3
/
+56
*
Extension settings API: force through changes that come from sync (ignoring
kalman@chromium.org
2011-11-20
18
-245
/
+364
*
Add policies to specify an enterprise web store.
dubroy@chromium.org
2011-11-18
4
-7
/
+7
*
Extension Settings API: make it so that when changes received from sync fail ...
kalman@chromium.org
2011-11-16
13
-97
/
+835
*
Cleanup: Remove unneeded forward declarations from chrome/browser/extensions.
thestig@chromium.org
2011-11-11
1
-1
/
+2
*
Extension Settings API: make it so that when leveldb storage areas fail to be
kalman@chromium.org
2011-11-11
20
-88
/
+351
*
Move all Extension Settings API files from c/b/extensions to c/b/extensions/s...
kalman@chromium.org
2011-11-09
37
-0
/
+5510