summaryrefslogtreecommitdiffstats
path: root/chrome/browser/supervised_user
Commit message (Expand)AuthorAgeFilesLines
* SupervisedUserService: Implement UserMayModifySettings again.treib2015-03-302-0/+13
* Supervised users: Add comment in PermissionRequestCreatorSynctreib2015-03-301-0/+1
* Supervised users: Don't URLEscape extension update requeststreib2015-03-271-5/+4
* Reland "Handle unsucessful JsonPrefStore initialization in SupervisedUserSett...bauerb2015-03-252-4/+18
* Supervised users: Include extension version in update requeststreib2015-03-248-13/+18
* SupervisedUserSyncService cleanup: Implement SigninManagerBase::Observertreib2015-03-233-15/+23
* Enable child account detection by defaulttreib2015-03-231-1/+3
* Supervised user SafeSites: don't query if the default is to block anyway.treib2015-03-182-24/+14
* Move HistoryService and ContentVisitDelegate into history namespacesdefresne2015-03-122-5/+7
* Componentize HistoryService, HistoryBackend and related classessdefresne2015-03-121-1/+1
* Returning fetching back.merkulova2015-03-111-0/+6
* Draft for removing FRE UI for unicorn accounts.merkulova2015-03-112-6/+49
* Re-enable child account detection, now behind a flag.treib2015-03-103-0/+35
* Disable fetching account flags for signed in users.bauerb2015-03-051-6/+0
* Add type for testing to interstitials.meacer2015-03-052-0/+13
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-2/+2
* Add a HostContentSettingsMap layer for Supervised Users.knn2015-03-042-4/+4
* Supervised users: When an extension requires new permissions, send request to...treib2015-03-0410-67/+169
* Revert "Handle unsucessful JsonPrefStore initialization in SupervisedUserSett...Daniel Xie2015-03-032-18/+4
* Handle unsucessful JsonPrefStore initialization in SupervisedUserSettingsServ...bauerb2015-02-272-4/+18
* Supervised users: Slightly relax restrictions around extensions.treib2015-02-253-118/+112
* Remove cc dependency from ui/basejaekyun2015-02-241-1/+1
* Use SCOPED_UMA_HISTOGRAM_TIMER in SupervisedUserSiteList.bauerb2015-02-231-4/+2
* Supervised Users: Replace kForceSafeSearch pref with kForceGoogleSearch and k...bauerb2015-02-233-16/+35
* [Cleanup] Const-correct the profile() method for the EasyUnlockServiceisherman2015-02-192-2/+4
* Make SupervisedUserWhitelistInstaller work correctly with multiple clients (i...bauerb2015-02-124-75/+58
* Add CHECKs to debug SupervisedUserPrefStore-related crash.bauerb2015-02-122-5/+15
* Fix erroneous use of ref-counted class in supervised_user_service.maxbogue2015-02-112-8/+6
* Add RedirectInfo as a redirect parameter to ResourceThrottles.mmenke2015-02-112-4/+7
* [Profiles] Rename Profile::GetProfileName to Profile::GetProfileUserNamenoms2015-02-101-1/+1
* Managed bookmarks for supervised users.treib2015-02-094-2/+614
* Add support for uninstalling components and use it in SupervisedUserWhitelist...bauerb2015-02-092-3/+3
* Add metrics for supervised user whitelist installation and uninstallation, an...bauerb2015-02-081-0/+7
* GURL::Replacements methods accept a StringPiece instead of std::string&.mgiuca2015-02-051-12/+8
* webui: add [lang] attribute to <html> element on all webui pages sodbeam2015-01-281-1/+3
* Don't notify existing observers in SupervisedUserWhitelistService::AddSiteLis...bauerb2015-01-285-68/+157
* User class update made independent of profile state update.merkulova2015-01-261-1/+1
* ChildAccountService: periodically re-fetch parent info; retry on failuretreib2015-01-262-18/+46
* Directly inline shared WebUI CSS declarations into the security and supervise...bauerb2015-01-261-2/+5
* Child account block interstitial: default feedback text on Android.treib2015-01-213-4/+12
* Update {virtual,override,final} to follow C++11 style in chrome/browser.dcheng2015-01-164-12/+11
* ChildAccountService: if fetching the account flag fails, apply exponential ba...treib2015-01-162-7/+40
* Support child account graduationtreib2015-01-158-73/+100
* Use proper pair type in range-based for map iterations.vmpstr2015-01-141-1/+1
* Remove dependency of history_types.h on WebContentssdefresne2015-01-131-4/+4
* Add a command line switch to install whitelists for testing.bauerb2015-01-121-0/+23
* Move ServiceAccessType into //components/keyed_servicesdefresne2015-01-102-3/+3
* When requesting access to a blacklisted url from the interstitial page, updat...khannans2015-01-091-7/+22
* c/b/supervised_user/ cleanup: Move legacy code into new legacy/ subfoldertreib2015-01-0845-114/+114
* Child account block interstitial: Add SafeSites feedback link on Androidtreib2015-01-083-4/+64