summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings/cookie_settings.cc
Commit message (Expand)AuthorAgeFilesLines
* Make third-party cookie blocking take precedence over any rules that match al...bauerb@chromium.org2012-06-251-2/+2
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-3/+2
* Profiles: Really fix refcounted services.erg@chromium.org2012-03-161-3/+4
* Profiles: Move cookie pref registration to the service.erg@chromium.org2012-02-131-7/+6
* Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...erg@chromium.org2012-02-131-40/+18
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+4
* Lock the GTK UI of the content settings bubble if the corresponding content s...markusheintz@chromium.org2011-11-081-12/+13
* Make third-party cookie blocking strict by defaultjochen@chromium.org2011-11-071-5/+5
* Exempt chrome-extension:// from third-party cookie rules, but not from regula...jochen@chromium.org2011-11-041-3/+4
* Apply exemptions to content settings based on the primary urljochen@chromium.org2011-11-041-2/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Adding CookieSettings for storing cookie content settings.marja@chromium.org2011-10-281-0/+250