summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cookies_tree_model_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+0
* Implement preference and policy based content settings providers.jochen@chromium.org2010-12-101-24/+1
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-1/+1
* Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as sepa...jochen@chromium.org2010-12-021-4/+4
* Refactor: move HostContentSettingsMap to content_settingsgfeher@chromium.org2010-11-301-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-4/+4
* Add IndexedDB to cookie tree.bauerb@chromium.org2010-09-241-33/+120
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-271-4/+4
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+3
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-101-20/+90
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-1/+2
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-2/+2
* Store creating url in origin nodes and use it for content settings.jochen@chromium.org2010-07-191-21/+91
* Initialize CookiesTreeModel with a cookie monster instead of a profil.jochen@chromium.org2010-05-311-5/+5
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-8/+24
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-1/+2
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-39/+127
* Fixes valgrind following 37001:bulach@chromium.org2010-01-251-1/+1
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-251-76/+154
* Move code duplicated in two tests up into the TestingProfile.rsesek@chromium.org2010-01-081-38/+4
* Revert 35703 - Move code duplicated in two tests up into the TestingProfile.rsesek@chromium.org2010-01-071-3/+38
* Move code duplicated in two tests up into the TestingProfile.rsesek@chromium.org2010-01-071-38/+3
* Sort the origins in the cookies_tree_model by effective TLD, as opposedian@chromium.org2009-11-191-7/+38
* Spellchecker: Always destruct url request context getter on io thread.estade@chromium.org2009-11-171-4/+9
* Converting the Cookies options page from a TableView to a TreeViewian@chromium.org2009-11-061-0/+290