summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_file_system_helper.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
| | | | | | | | | TBR=owners BUG=98716 Review URL: http://codereview.chromium.org/8437002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108270 0039d316-1c4b-4281-b951-d872f2087c98
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | Only content/ now has the ability to create BrowserThread objects, with the exception that tests can create the content::TestBrowserThread subclass, and (temporarily) code in chrome/ can create the DeprecatedBrowserThread subclass. A follow-up change will make content/ take care of its own thread creation, remove DeprecatedBrowserThread, and move all state and non-trivial constructors from BrowserThread down to BrowserThreadImpl. Also moved BrowserProcessSubThread into content/ namespace. As part of follow-up cleanup, chrome/ will stop using this class. BUG=98716 TEST=existing Review URL: http://codereview.chromium.org/8392042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107718 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert BrowsingDataFileSystemHelper::StartFetching.jhawkins@chromium.org2011-10-241-20/+20
| | | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8370026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107015 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Easy cleanups in browsing_data*.jhawkins@chromium.org2011-10-191-13/+9
| | | | | | | | | | | BUG=none TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/8354012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106397 0039d316-1c4b-4281-b951-d872f2087c98
* When deleting storage through the cookies tree model, also update its cachejochen@chromium.org2011-08-181-6/+6
| | | | | | | | | | BUG=43249 TEST=CookiesTreeModelTest.RemoveAll Review URL: http://codereview.chromium.org/7676002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97245 0039d316-1c4b-4281-b951-d872f2087c98
* Readability review for BrowsingDataFileSystemHelper.mkwst@chromium.org2011-07-121-58/+34
| | | | | | | | | BUG=None TEST=Examine the code. Is it readable? Review URL: http://codereview.chromium.org/7104105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92141 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+3
| | | | | | | | | | | | | CID=6462,16139,16144,16145,16233,16322,16402,16421,16422,16423,16660,16663, 16942,17035,17118,17120,17144,17243,17266,17267,17268 BUG=none TEST=none R=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/7206047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89894 0039d316-1c4b-4281-b951-d872f2087c98
* Stylistic fixes for BrowsingDataFileSystemHelper.mkwst@chromium.org2011-06-101-41/+51
| | | | | | | | | | | | | | | The only functional change is to drop the `profile_` property from the CannedBrowsingDataFileSystemHelper, which just stored it without ever touching it. I don't like keeping pointers around if I don't need them, so I'm dropping it here. BUG=None TEST=Read the code. Can you understand it? Review URL: http://codereview.chromium.org/7104026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88647 0039d316-1c4b-4281-b951-d872f2087c98
* Dropping BrowsingDataFileSystemHelper browser_test in favor of a unit_test.mkwst@chromium.org2011-06-091-3/+1
| | | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/7065056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88531 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate file systems with BrowsingDataRemovermkwst@chromium.org2011-06-071-1/+0
| | | | | | | | | | | The functionality desired isn't entirely clear. This CL takes care of the bits that everyone agrees on: when a user deletes her browsing data "since the beginning of time" both persistent and temporary filesystems are removed entirely. What we do for other time periods is still up in the air. BUG=63700 TEST=unit_tests Review URL: http://codereview.chromium.org/7087020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88119 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing addr4 errors in BrowsingDataFileSystemHelpermkwst@chromium.org2011-05-311-3/+15
| | | | | | | | | | | | | * Adding a non-empty implementation of CancelNotification(). * reverting 87060 BUG=84226 TEST=Check that Valgrind loves me again. Review URL: http://codereview.chromium.org/7062051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87299 0039d316-1c4b-4281-b951-d872f2087c98
* Adding `browsing_data_filesystem_helper*` as the first step towards content ↵mkwst@chromium.org2011-05-261-0/+289
settings UI. gypi files. BUG=63703 TEST=BrowsingDataFilesystemHelperTest* in `browser_tests` and `unit_tests` Review URL: http://codereview.chromium.org/7063020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86904 0039d316-1c4b-4281-b951-d872f2087c98