summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* reland 31875. Revert was:estade@chromium.org2009-11-161-2/+2
* Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r...eroman@chromium.org2009-11-161-8/+1
* Spellchecker: call init *after* constructor.estade@chromium.org2009-11-161-1/+3
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-2/+2
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-2/+2
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-2/+2
* Turn on sync for OS X (behind an --enable-sync switch).akalin@chromium.org2009-11-121-7/+5
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-1/+1
* Couple of prospective fix for memory test flakiness: addref/release the url r...estade@chromium.org2009-11-101-1/+1
* Adding support for DatabaseTracker messages todumi@chromium.org2009-11-091-0/+17
* Fix a leak caught by valgrind following r31199estade@chromium.org2009-11-061-1/+0
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-2/+66
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-061-0/+12
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-33/+18
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-301-3/+1
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-5/+1
* Factor search vs. navigate classification into its own file to make it more b...pkasting@chromium.org2009-10-291-1/+15
* Design changes in browser/privacy_blacklist needed to integratephajdan.jr@chromium.org2009-10-291-5/+6
* Remove the browser_sync flag.zork@chromium.org2009-10-271-5/+1
* Resubmit http://codereview.chromium.org/314016 with views fixedzork@chromium.org2009-10-261-1/+1
* Reverting 29961.glen@chromium.org2009-10-231-1/+1
* Build sync by default on all platforms. This also turns off sync on both Lin...zork@chromium.org2009-10-231-1/+1
* Add functions to purge the Web Database memory and get the service without cr...pkasting@chromium.org2009-10-231-0/+8
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-72/+22
* "Fix" a NOTIMPLEMENTED on Linux by using the default password store.evan@chromium.org2009-10-201-8/+6
* Delete unused themes from disk on shutdown.tony@chromium.org2009-10-191-0/+1
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-171-3/+3
* Add UI for changing timezones.chocobo@google.com2009-10-151-3/+3