| Commit message (Expand) | Author | Age | Files | Lines |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -597/+0 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -4/+4 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 1 | -38/+59 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -412/+4 |
* | Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder. | joi@chromium.org | 2012-12-19 | 1 | -110/+24 |
* | Optimize getting preference values within PrefService class. | aberent@chromium.org | 2012-11-20 | 1 | -42/+46 |
* | Change PrefStore::ReadResult to a boolean. | bauerb@chromium.org | 2012-11-08 | 1 | -8/+6 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-11-08 | 1 | -2/+2 |
* | Revert 165062 - We believe this change broke startup_tests | nsylvain@chromium.org | 2012-11-01 | 1 | -2/+2 |
* | Remove content::NotificationObserver dependency from most Prefs code. | joi@chromium.org | 2012-11-01 | 1 | -4/+6 |
* | Only check if a 'new' preference already exists in checking builds | aberent@chromium.org | 2012-11-01 | 1 | -4/+1 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-10-30 | 1 | -2/+2 |
* | Renames HasSynced to IsSyncing and HasSyncedChanged to | sky@chromium.org | 2012-10-26 | 1 | -3/+3 |
* | Splits shelf alignment and auto-hide behavior into two values, one | sky@chromium.org | 2012-10-24 | 1 | -0/+18 |
* | Use a hash_map of objects in preference service | aberent@google.com | 2012-10-23 | 1 | -14/+9 |
* | Move the bits of Prefs where production code has only trivially easy | joi@chromium.org | 2012-10-22 | 1 | -3/+3 |
* | Switching from ForXyz naming to FromXyz naming, for consistency. | joi@chromium.org | 2012-09-22 | 1 | -1/+1 |
* | Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile. | joi@chromium.org | 2012-09-13 | 1 | -2/+3 |
* | Extract PrefServiceBase into chrome/browser/api. Use in api and autofill. | joi@chromium.org | 2012-08-21 | 1 | -0/+9 |
* | PrefValueStore and PrefService expose the value of a pref returned by the | bartfab@chromium.org | 2012-07-30 | 1 | -0/+14 |
* | persist known media galleries (only directories for now) | estade@chromium.org | 2012-07-03 | 1 | -0/+31 |
* | [Sync] Rename csync namespace to syncer | akalin@chromium.org | 2012-06-28 | 1 | -1/+1 |
* | [Sync] Put everything in sync/api into csync namespace | akalin@chromium.org | 2012-06-27 | 1 | -1/+1 |
* | Clear notifier when PrefService is destroyed. | atwilson@chromium.org | 2012-06-08 | 1 | -0/+1 |
* | Make PolicyService per-profile. | bauerb@chromium.org | 2012-05-31 | 1 | -6/+9 |
* | [protector] Specific handling of default values of protected prefs. | ivankr@chromium.org | 2012-05-28 | 1 | -5/+13 |
* | Revert 135222 - it broke multiprofile tests - Use worker pool for IO in JsonP... | sergeyu@chromium.org | 2012-05-07 | 1 | -5/+3 |
* | Use worker pool for IO in JsonPrefStore. | sergeyu@chromium.org | 2012-05-03 | 1 | -3/+5 |
* | Resubmit r133740: Fix homepage migration for users who never changed their se... | tbreisacher@chromium.org | 2012-04-26 | 1 | -0/+25 |
* | Revert 133740 - Fix homepage migration for users who never changed their sett... | dpapad@chromium.org | 2012-04-24 | 1 | -25/+0 |
* | Fix homepage migration for users who never changed their settings. | tbreisacher@chromium.org | 2012-04-24 | 1 | -0/+25 |
* | Keep emtpy List/Dictionary pref value with non-empty default. | xiyuan@chromium.org | 2012-04-12 | 1 | -0/+17 |
* | Refactored the ConfigurationPolicyPrefStore to use the PolicyService. | joaodasilva@chromium.org | 2012-04-02 | 1 | -20/+10 |
* | Remove per-tab preference machinery. | falken@chromium.org | 2012-03-26 | 1 | -26/+0 |
* | Add policy to control "allow background apps" | bartfab@chromium.org | 2012-03-19 | 1 | -0/+5 |
* | Add PrefService::GetInitializationStatus() | sail@chromium.org | 2012-03-13 | 1 | -0/+15 |
* | Reinitialize LocalState's CommandLinePrefStore after about_flags updates the ... | thestig@chromium.org | 2012-01-24 | 1 | -16/+27 |
* | Use a non-const iterator when removing a preference in PrefService::Unregiste... | steveblock@chromium.org | 2012-01-05 | 1 | -1/+1 |
* | Get rid of trivial IncognitoUserPrefStore and PerTabUserPrefStore. | mnaganov@chromium.org | 2012-01-05 | 1 | -7/+10 |
* | Fix a memory leak introduced in r115955. | mnaganov@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Add more per-tab preferences. | mnaganov@chromium.org | 2011-12-29 | 1 | -0/+18 |
* | Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref... | bauerb@chromium.org | 2011-12-27 | 1 | -10/+0 |
* | Fixed the value of "controlledBy" for preferences when they're set by the user. | joaodasilva@chromium.org | 2011-12-12 | 1 | -0/+4 |
* | Introduce per-tab preferences service. | mnaganov@chromium.org | 2011-11-22 | 1 | -45/+75 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -1/+0 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |