summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_data_deleter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Make the content::DOMStorageContext methods callable on the main thread and h...jam@chromium.org2012-03-151-5/+0
* ContentAPI change - Post DomStorage tasks via a SequencedTaskRunner instead o...michaeln@google.com2012-03-141-4/+4
* Add Content API around DOMStorageContext and IndexedDBContext. In a followup ...jam@chromium.org2012-02-231-6/+6
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-211-6/+7
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-3/+4
* Separate the syncing of extension settings and app settings into separate datakalman@chromium.org2011-11-011-5/+0
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Clear extension settings when an extension is uninstalled.kalman@chromium.org2011-10-141-9/+21
* When uninstalling a hosted app, delete data for its launch_url's origin, asmichaeln@google.com2011-09-021-7/+22
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-2/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Cleanup: Use more specific friend struct / make destructors non-public for cl...thestig@chromium.org2011-03-071-1/+5
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-2/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-141-2/+5
* Delete FileSystem API data when uninstalling extensions.kinuko@chromium.org2010-12-031-0/+7
* Added methods to remove indexed databases from the ExtensionDataDeleter.pastarmovj@chromium.org2010-11-221-0/+4
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-1/+1
* FBTF: More extensions cleanup.erg@google.com2010-08-261-3/+7
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+1
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-0/+4
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-4/+0
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-0/+4
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-0/+62
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-62/+0
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-0/+62
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-62/+0
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-0/+62