summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
Commit message (Expand)AuthorAgeFilesLines
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-17/+17
* First cut at custom user style sheets.tony@chromium.org2010-03-081-0/+13
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-0/+19
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-1/+1
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-14/+7
* First stab at a DataTypeController.skrul@chromium.org2010-02-101-1/+6
* Remove DirectoryWatcher and the only thing using it.phajdan.jr@chromium.org2010-02-091-4/+0
* Export bookmark favicon (base64 encoded png). nkostylev@google.com2010-02-081-0/+5
* Rewrite the HostContentSettingsMap to address some issues:pkasting@chromium.org2010-01-301-8/+2
* Make the Blacklist in the URL request context refcounted, since the Profile g...pkasting@chromium.org2010-01-301-36/+28
* A few fixes for the HostZoomMap:pkasting@chromium.org2010-01-301-7/+1
* Revert r37535.darin@chromium.org2010-01-291-12/+0
* Implement extended cookie controls.jochen@chromium.org2010-01-291-0/+12
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-291-1/+19
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-291-19/+1
* Implement HostContentSettingsMapjochen@chromium.org2010-01-291-1/+19
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-1/+1
* Load filter rules from preferences.jochen@chromium.org2010-01-231-8/+3
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-11/+10
* Revert "Take 2: Preload the visited link db on the file thread if"tony@chromium.org2010-01-121-95/+10
* Take 2: Preload the visited link db on the file thread iftony@chromium.org2010-01-121-10/+95
* Don't inject content scripts into incognito browsers.rafaelw@chromium.org2009-12-231-2/+2
* [More BTP includes.]erg@google.com2009-12-181-2/+2
* Revert "Preload the visited link db on the file thread if the file exists."tony@chromium.org2009-12-171-95/+10
* TBR: Revert to fix Chromos.erg@google.com2009-12-171-2/+2
* Uninstall themes when all theme infobars are gone; not on each infobar's dest...erg@google.com2009-12-171-2/+2
* Preload the visited link db on the file thread if the file exists.tony@chromium.org2009-12-171-10/+95
* Use GetSwitchValueASCII, so we don't use the deprecated versions.evan@chromium.org2009-12-171-3/+1
* Try 2: Completely redo how themes are stored on disk and processed at install...erg@google.com2009-12-141-0/+1
* Revert "Completely redo how themes are stored on disk and processed at installerg@google.com2009-12-111-1/+0
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-111-19/+19
* Completely redo how themes are stored on disk and processed at install time.erg@google.com2009-12-111-0/+1
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-1/+19
* Mac: Rename DIR_CACHE to DIR_USER_CACHE, which is already used on Linux.thestig@chromium.org2009-12-031-2/+1
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-2/+15
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Keep incognito notification preferences separate from regular ones, and don't...johnnyg@chromium.org2009-12-011-1/+8
* Add -profile command line switchdavemoore@chromium.org2009-11-301-41/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-301-23/+16
* Fix incognito with LocalStorage.jorlow@chromium.org2009-11-251-1/+1
* Remove --enable-user-script and associated tests.aa@chromium.org2009-11-241-18/+5
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-231-0/+1
* Fix mac ui test valgrind.estade@chromium.org2009-11-201-2/+0
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-116/+11
* Implement a NTP resource cache. Instead of re-generating thetony@chromium.org2009-11-191-0/+15
* Cleanup some callers now that the restriction that ChromeURLRequestContextGet...eroman@chromium.org2009-11-191-12/+3
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-171-1/+3