summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data
Commit message (Expand)AuthorAgeFilesLines
* Change FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread to tak...tbarzic@chromium.org2012-12-141-1/+2
* Flush SSL connections when clearing channel ids.mattm@chromium.org2012-12-144-10/+64
* Removing "Application Data" dialog related code.nasko@chromium.org2012-12-135-242/+80
* Move PrefMember to base/prefs/public now that it has no bad dependencies.joi@chromium.org2012-12-122-2/+2
* Exclude content/plugin/ when plugins are disabled.nileshagrawal@chromium.org2012-12-072-1/+3
* Add a gyp flag to allow removing dependency on ppapi.nileshagrawal@chromium.org2012-12-052-3/+13
* Real autofill crash fix.estade@chromium.org2012-11-291-1/+1
* Build time configuration for mobile safebrowsing.sgurun@chromium.org2012-11-292-3/+3
* Convert HistoryService::ExpireHistoryBetween() to not use CancelableRequestakalin@chromium.org2012-11-282-4/+4
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-173-13/+13
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-162-4/+4
* Use CanonicalCookie::Create for creating CanonicalCookies in BrowsingDataCook...markusheintz@chromium.org2012-11-161-35/+2
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-132-3/+5
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-6/+6
* move cookies_tree_model* to c/b/browsing_data/jochen@chromium.org2012-11-074-1/+3420
* Set up include rules for webkit/dom_storage.marja@chromium.org2012-11-065-19/+17
* - Add more tests to the unit_test for the GetCookieCount method of the Canned...markusheintz@chromium.org2012-11-062-11/+172
* Added completion notification to the call chain from Profile's ClearNetworkin...engedy@chromium.org2012-11-053-32/+89
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-011-1/+6
* Don't use CanonicalCookie::Create method for creating canonical cookies in th...markusheintz@chromium.org2012-10-312-8/+121
* Revert 164709 - Don't use CanonicalCookie::Create method for creating canonic...dharani@google.com2012-10-302-90/+1
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-2/+2
* For the cookie counts in the Website Settings UI: Don't count cookies that ar...markusheintz@chromium.org2012-10-292-1/+40
* Don't use CanonicalCookie::Create method for creating canonical cookies in th...markusheintz@chromium.org2012-10-292-1/+90
* BrowsingDataRemover: clear sessionStorage.marja@chromium.org2012-10-195-26/+60
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-103-3/+0
* Move cancelable_request.cc/h to chrome/browser/common.kaiwang@chromium.org2012-09-221-1/+1
* Rework arguments of HistoryService::AddPage()akalin@chromium.org2012-09-211-1/+1
* Cleanup: quota::HostQuotaCallback do not need to pass host and type as argumentscalvinlo@chromium.org2012-09-203-9/+1
* Cleanup: quota::HostUsageCallback do not need to pass host and type as argumentscalvinlo@chromium.org2012-09-191-1/+1
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-183-13/+25
* Move IndexedDBContext into the StoragePartition and ensure isolation.ajwong@chromium.org2012-09-162-8/+12
* Browsing data: Clear the "infinite cache" simulation data.rvargas@google.com2012-09-152-1/+25
* Reland Make DownloadManager::GetAllDownloads return all downloads regardless ...benjhayden@chromium.org2012-09-101-2/+2
* Revert 155351 - Make DownloadManager::GetAllDownloads return all downloads re...rdsmith@chromium.org2012-09-071-2/+2
* Make DownloadManager::GetAllDownloads return all downloads regardless of stat...benjhayden@chromium.org2012-09-071-2/+2
* Tweaking BrowsingDataRemover to improve HistoryService efficiency.mkwst@chromium.org2012-09-041-1/+12
* Refactor BrowsingDataRemover creation for clarity.mkwst@chromium.org2012-09-044-80/+89
* Cleaned up browsing_data_remover_unittest.ccengedy@chromium.org2012-09-031-83/+65
* Cleaned up browsing_data_remover_unittest.ccengedy@chromium.org2012-09-031-48/+46
* Cleaned up browsing_data_remover_unittest.ccengedy@chromium.org2012-09-031-144/+140
* Access the DatabaseTracker via a StoragePartition to support the isolated app...michaeln@google.com2012-08-292-2/+6
* Remove silly uses of ResourceContext that unnecessarily violate the Law of De...ajwong@chromium.org2012-08-282-11/+11
* Convert the Web SQL Database pyauto test to content_browsertests.jam@chromium.org2012-08-221-2/+21
* Fix the tests that download files to use a temporary download directory. The ...jam@chromium.org2012-08-221-2/+9
* Disable the right testjam@chromium.org2012-08-221-3/+2
* disable tests on linux while I investigatejam@chromium.org2012-08-221-1/+2
* Convert the browsing_data pyauto tests to chrome tests. Remove the ClearBrows...jam@chromium.org2012-08-224-2/+202
* Access the QuotaManager via a StoragePartition to support the isolated app fe...michaeln@google.com2012-08-222-3/+9
* Ensure that isolated apps use the right cookies for media requests.creis@chromium.org2012-08-211-2/+2