summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_remover.cc
Commit message (Expand)AuthorAgeFilesLines
* When clearing plugin data at shutdown, wait for it to finish.bauerb@chromium.org2011-01-211-4/+5
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-2/+1
* Add a preference to clear Flash LSO data in the Clear Browsing Data dialog.bauerb@chromium.org2010-12-151-1/+19
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Don't crash on 'clear form data' in otr windowsadrul@chromium.org2010-11-111-1/+4
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-191-0/+4
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-20/+20
* Connect the browsing data remover with WebKit cache.rvargas@google.com2010-10-011-0/+4
* Protect local storage created by extension apps.andybons@chromium.org2010-09-011-6/+42
* Fix a crash during history deletion.amit@chromium.org2010-08-171-3/+6
* Cleanup: Remove some unneeded webkit/glue headers from chrome.thestig@chromium.org2010-06-231-1/+3
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Update BrowsingDataRemover to use only the asynchronousrvargas@google.com2010-05-211-52/+75
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-6/+12
* Remove locks from StrictTransportSecurityState.abarth@chromium.org2010-03-141-3/+6
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-3/+83
* Implement edit mode for history page.jochen@chromium.org2010-03-051-2/+4
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-0/+2
* Tie the lifetime of persisted transport-security metatdata to clearing cookies,cevans@chromium.org2010-02-231-0/+8
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Add option to delete browsing history of the last hour.jochen@chromium.org2010-02-111-0/+3
* Delete HTML5 database in BrowsingDataRemover, part 1.jochen@chromium.org2010-02-061-0/+44
* When clearing browsing data modified since a certain time, do not delete exte...jochen@chromium.org2010-02-051-1/+3
* Revert 36098 because the UI team has decided on a different long-term directi...jorlow@chromium.org2010-01-211-4/+0
* Adds "Delete Local Storage" option to "Clear Browsing Data" for Windows and G...jorlow@chromium.org2010-01-131-0/+4
* For now, let's clear local storage whenever we clear cookies.jorlow@chromium.org2009-11-261-0/+2
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-6/+6
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-071-6/+4
* Remove an access to Profile from the IO thread.eroman@chromium.org2009-11-061-4/+20
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-6/+5
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-13/+11
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-2/+1
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-6/+12
* Clear media cache when clearing browsing datahclam@chromium.org2009-10-141-2/+15
* Fix a whole bunch of style nits.erg@google.com2009-10-131-2/+2
* Reverting 27389.darin@chromium.org2009-09-301-9/+6
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-6/+9
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-9/+6
* Revert "Strict transport security: add checkbox to clear state."agl@chromium.org2009-09-181-9/+0
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-111-0/+9
* Navigation and cookies for Automationamit@chromium.org2009-07-281-2/+3
* Add the rest of the password manager API to PasswordStore, and move clientsstuartmorgan@chromium.org2009-07-101-3/+4
* Fix build breakpkasting@chromium.org2009-05-221-1/+0
* More NotificationRegistrar conversions.pkasting@chromium.org2009-05-221-13/+3
* Implement clear browsing data dialog in linuxevan@chromium.org2009-05-221-6/+41
* Resolve crash when deleting history by preventing the deleter from being call...glen@chromium.org2009-03-031-1/+3
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-11/+1