summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-062-2/+2
* Linux: use "(unknown)" in a log message when the desktop environment is unknown.mdm@chromium.org2011-04-051-1/+2
* Revert 80318 - Detach the PromoResourceService and WebResourceService from th...cmp@chromium.org2011-04-044-0/+17
* Detach the PromoResourceService and WebResourceService from the Profile; have...mirandac@chromium.org2011-04-044-17/+0
* VC2010e: Fix compilation; back_inserter requires <iterator>thakis@chromium.org2011-04-031-0/+1
* Get rid of some dependencies on chrome from content.michaeln@google.com2011-04-012-6/+10
* Move some pref registrations out of Browsertorne@chromium.org2011-04-011-0/+1
* Create a ProfileDependencyManager to order ProfileKeyedService destruction.erg@google.com2011-03-318-0/+571
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-315-32/+37
* Use the "DNS prefetch" button to control whether prerender is enabled/disabled.cbentzel@chromium.org2011-03-312-4/+4
* Revert "Enable component extensions for DefaultProfile used in login screen d...dpolukhin@chromium.org2011-03-311-3/+2
* Honor pre-existing HSTS metadata in Incognito mode, but obviously continue tocevans@chromium.org2011-03-282-2/+11
* Enable component extensions for DefaultProfile used in login screen dialogsdpolukhin@chromium.org2011-03-281-2/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-286-9/+9
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-1/+3
* Revert 79407 - Move ExtensionService code that manages pending extensions int...skerner@chromium.org2011-03-251-3/+1
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-1/+3
* Theme system cleanuperg@google.com2011-03-233-6/+4
* Adding `cause` to the cookie extension API's onchanged event signature.jochen@chromium.org2011-03-231-4/+7
* Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...erg@google.com2011-03-224-109/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-221-1/+3
* Make chrome://extension-icon resources available in incognito mode. Fixes an ...jstritar@chromium.org2011-03-212-3/+7
* Revert 78554 - Make chrome://extension-icon resources available in incognito ...jstritar@chromium.org2011-03-172-7/+3
* Make chrome://extension-icon resources available in incognito mode.jstritar@chromium.org2011-03-172-3/+7
* Fix ProfileManager's Suspend/Resume functionality.willchan@chromium.org2011-03-172-29/+55
* Removed 'off the record' references from ExternalTabSettings and ProfileIODat...vipul.bhasin@gmail.com2011-03-172-6/+6
* Address belated review comments.atwilson@chromium.org2011-03-171-2/+5
* Revert 78364 - Make chrome://extension-icon resources available in incognito ...jstritar@chromium.org2011-03-162-7/+3
* Make chrome://extension-icon resources available in incognito mode.jstritar@chromium.org2011-03-162-3/+7
* This is an extension of http://codereview.chromium.org/6280018 that provides ...battre@chromium.org2011-03-168-132/+11
* Comb up ownership things.dilmah@chromium.org2011-03-161-1/+2
* Revert of Revert (78274, 78272) - relanding CL 6646023 with rtenneti@google.com2011-03-162-1/+18
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-1510-8/+330
* Revert 78272 - Changes to SSLConfigServicePref to use preferences fromrtenneti@chromium.org2011-03-152-18/+1
* Changes to SSLConfigServicePref to use preferences fromrtenneti@google.com2011-03-152-1/+18
* wstring: remove a needless wchar_t that is ASCIIevan@chromium.org2011-03-152-6/+6
* Remove 'off the record' references from ChromeURLContext.vipul.bhasin@gmail.com2011-03-151-1/+1
* Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!)jam@chromium.org2011-03-158-11/+132
* Extended: Add "system" URLRequestContext (not ready for use!)battre@chromium.org2011-03-158-132/+11
* Workaround deadlock with password sync/GNOME Keyring by re-enabling passwordatwilson@chromium.org2011-03-151-3/+3
* Coverity: Fix uninitialized constructor variable.kmadhusu@chromium.org2011-03-111-1/+2
* Revert 77714 - Make chrome://extension-icon resources available in incognito ...tyoshino@chromium.org2011-03-112-6/+3
* Make chrome://extension-icon resources available in incognito mode.jstritar@chromium.org2011-03-102-3/+6
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-1/+9
* Fix comment about command line tools to create a key.dilmah@chromium.org2011-03-101-1/+1
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-104-4/+6
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-097-15/+15
* Don't initialize external extensions providers if extensions are disableddpolukhin@chromium.org2011-03-091-1/+5
* Makes SpellCheckHost an abstract class for testing.morrita@chromium.org2011-03-091-4/+4
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-081-4/+1