summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_indexed_db_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Renaming `BrowsingDataHelper::IsValidScheme`, as it's poorly descriptive.mkwst@chromium.org2012-06-011-2/+2
* Display third party cookies and site data counts in the Website Settings UI.markusheintz@chromium.org2012-05-151-28/+31
* Display cookies and site data information in the Website Settings UI.markusheintz@chromium.org2012-04-201-0/+4
* Use WeakPtrFactory in CookieTreeModel instead of explicit cancellation on des...mattm@chromium.org2012-04-041-23/+4
* Limiting the "Cookies and site data" form to valid Browsing Data schemes.mkwst@chromium.org2012-04-041-3/+8
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...jam@chromium.org2012-02-241-1/+1
* Add Content API around DOMStorageContext and IndexedDBContext. In a followup ...jam@chromium.org2012-02-231-6/+5
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-1/+3
* Reverting to green up the memory waterfall.jhawkins@chromium.org2012-02-191-3/+1
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-171-1/+3
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-5/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* base::Bind: Convert BrowsingDataIndexedDBHelper::StartFetching.jhawkins@chromium.org2011-10-251-25/+28
* base::Bind: Easy cleanups in browsing_data*.jhawkins@chromium.org2011-10-191-15/+14
* * Wire up the delete command in the cookie tree UI to actually delete indexed...michaeln@google.com2011-08-251-77/+33
* When deleting storage through the cookies tree model, also update its cachejochen@chromium.org2011-08-181-7/+7
* Use leveldb by default, Chrome sidehans@chromium.org2011-07-011-1/+1
* Fixing addr4 errors in BrowsingDataFileSystemHelpermkwst@chromium.org2011-05-311-1/+6
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Use copies of canned browsing data helpers to populate the cookies tree model.jochen@chromium.org2011-03-151-0/+11
* Move in_process_webkit dir from chrome\browser to content\browser.jam@chromium.org2011-02-241-2/+2
* Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.jochen@chromium.org2011-02-101-28/+87
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-0/+21
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Move:ben@chromium.org2010-12-021-1/+1
* Remove "name" field from indexed databases.jochen@chromium.org2010-11-081-11/+5
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+2
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-12/+12
* Hook up indexed databases to content settings.jochen@chromium.org2010-09-231-0/+217