summaryrefslogtreecommitdiffstats
path: root/chrome/browser/managed_mode
Commit message (Expand)AuthorAgeFilesLines
* Merge BrowserListImpl into BrowserList.gab@chromium.org2013-02-211-3/+2
* Revert 183580 - added a static initializer on Macyoz@chromium.org2013-02-211-2/+3
* Require authentication when clicking the preview button onakuegel@chromium.org2013-02-213-1/+54
* Merge BrowserListImpl into BrowserList.gab@chromium.org2013-02-201-3/+2
* Improved redirect handling in the preview/allow flow.sergiu@chromium.org2013-02-205-71/+147
* Add a passphrase dialog for managed user accounts.akuegel@chromium.org2013-02-203-3/+12
* Make all consumers of chrome::NewEmptyWindow and chrome::OpenEmptyWindow brow...gab@chromium.org2013-02-201-1/+1
* Revert 183202jschuh@chromium.org2013-02-195-208/+72
* Improved redirect handling in the preview/allow flow.sergiu@chromium.org2013-02-195-72/+208
* Fix "linux_redux" build.digit@chromium.org2013-02-182-0/+12
* Disable normal default extensions in case of managed usersdpolukhin@chromium.org2013-02-141-0/+18
* Initialize ManagedUserService after ExtensionSystem to register as extension ...bauerb@chromium.org2013-02-123-5/+5
* Revert 181898jochen@chromium.org2013-02-121-0/+6
* Revert 181812jochen@chromium.org2013-02-121-6/+0
* Add a set passphrase dialog which allows to set a passphrase for a managed us...akuegel@chromium.org2013-02-121-0/+6
* Make ManagedMode's GoBackToSafety feature kinda' multi-desktop aware...!gab@chromium.org2013-02-111-4/+9
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-116-7/+7
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-104-12/+14
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-102-3/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-082-2/+2
* Add code to calculate a hash for a given passphrase.akuegel@chromium.org2013-02-083-0/+172
* Locally managed profiles: Change manual white-/blacklist API to support hosts...bauerb@chromium.org2013-02-066-248/+250
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-062-4/+5
* Wait for ManagedUserService initialization to finish in ManagedUserServiceTest.bauerb@chromium.org2013-02-051-1/+5
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Move c/c/extensions/matcher/ to top level directoryMHX348@motorola.com2013-02-041-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+0
* Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ...gab@chromium.org2013-02-011-4/+4
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-15/+16
* Add command-line-switch UMA metrics for locally managed users.pam@chromium.org2013-01-251-1/+6
* Allow initializing the locally-managed state for a profile after the ManagedU...bauerb@chromium.org2013-01-241-3/+3
* Add allow/warn/block-related UMA metrics and histograms for locally managed u...pam@chromium.org2013-01-244-1/+48
* Revert 178349cpu@chromium.org2013-01-244-48/+1
* Add allow/warn/block-related UMA metrics and histograms for locally managed u...pam@chromium.org2013-01-234-1/+48
* Move web_ui_util.* from chrome\browser\ui\webui to ui\webui so that they can ...jam@chromium.org2013-01-231-2/+2
* Move code in ui\webui\jstemplate_builder.* to webui namespace for consistency.jam@chromium.org2013-01-221-2/+2
* Add ManagedUserService for profile-specific managed user data.bauerb@chromium.org2013-01-1918-679/+927
* Move jstemplate_builder.* to ui\webui so it can be reused by webui implementa...jam@chromium.org2013-01-182-2/+1
* Get list of active content packs for Managed Mode from the extension service.bauerb@chromium.org2013-01-186-53/+218
* Simplify WebUI data sources. Currently WebUI data sources implement a URLData...jam@chromium.org2013-01-161-2/+2
* Don't derive from ChromeURLDataManager::DataSource, and instead have these cl...jam@chromium.org2013-01-141-1/+1
* Fix ManagedModeURLFilter unit test leak.sergiu@chromium.org2013-01-141-1/+4
* Browsertests for Block/Preview/Add flow.sergiu@chromium.org2013-01-141-0/+496
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-111-1/+2
* Adds support for manual whitelist and blacklist, previewing a page andsergiu@chromium.org2013-01-099-25/+731
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-6/+13
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-222-6/+7
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-202-13/+12