summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_data_deleter.cc
Commit message (Expand)AuthorAgeFilesLines
* When uninstalling a hosted app, delete data for its launch_url's origin, asmichaeln@google.com2011-09-021-8/+42
* Improve IndexedDB's quota supportdgrogan@chromium.org2011-08-051-1/+2
* Apply the asynchronous CookieMonster API to ExtensionCookieAPI.ycxiao@chromium.org2011-07-201-1/+2
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-1/+1
* Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...eroman@chromium.org2011-03-301-2/+4
* Move in_process_webkit dir from chrome\browser to content\browser.jam@chromium.org2011-02-241-1/+1
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-2/+2
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-141-1/+1
* Delete FileSystem API data when uninstalling extensions.kinuko@chromium.org2010-12-031-0/+12
* Move:ben@chromium.org2010-12-021-1/+1
* Added methods to remove indexed databases from the ExtensionDataDeleter.pastarmovj@chromium.org2010-11-221-0/+10
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-10/+10
* FBTF: More extensions cleanup.erg@google.com2010-08-261-0/+6
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-071-1/+1
* Revert 51544 - I think the chances are noticeably above zero that thisrdsmith@google.com2010-07-021-1/+1
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-021-1/+1
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-8/+18
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-18/+8
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-8/+18
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-0/+50
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-50/+0
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-0/+50
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-50/+0
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-0/+50