summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cookies_tree_model.h
Commit message (Expand)AuthorAgeFilesLines
* When deleting storage through the cookies tree model, also update its cachejochen@chromium.org2011-08-181-60/+74
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-121-10/+9
* Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-091-6/+44
* Revert 95607 - Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-081-44/+6
* Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-051-6/+44
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-051-11/+12
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-041-12/+11
* Wrapping blocked filesystems into TabSpecificContentSettingsmkwst@chromium.org2011-05-271-4/+63
* Have AppCache code go through the content embedder API for content settings c...jam@chromium.org2011-05-081-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Group cookies by source field only in the collected cookiesjochen@chromium.org2011-03-171-1/+6
* Fix a warning found by Clang:rsesek@chromium.org2011-02-071-9/+6
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-7/+7
* Even more virtual method deinlining.erg@google.com2010-12-131-80/+28
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-1/+1
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-6/+2
* Add IndexedDB to cookie tree.bauerb@chromium.org2010-09-241-17/+85
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-11/+11
* Convert CookieTree...Node to not use the wstring GetTitle(), but instead GetT...viettrungluu@chromium.org2010-08-261-23/+56
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-1/+1
* Revert 56315 - [Gtk] Display the current content setting applying to a domain...jochen@chromium.org2010-08-181-5/+0
* [Gtk] Display the current content setting applying to a domain along with the...jochen@chromium.org2010-08-171-0/+5
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-101-20/+90
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-5/+4
* Store creating url in origin nodes and use it for content settings.jochen@chromium.org2010-07-191-8/+15
* compile fix.bauerb@chromium.org2010-07-191-6/+7
* Initialize CookiesTreeModel with a cookie monster instead of a profil.jochen@chromium.org2010-05-311-4/+2
* Don't show extension state in cookie tree list.jochen@chromium.org2010-03-291-2/+0
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-6/+5
* [Mac] Reduce jank in the cookie manager by batching updates from the model.rsesek@chromium.org2010-03-021-0/+34
* Clearly identify extension and file:// resources in the cookie tree view.michaeln@chromium.org2010-02-271-0/+2
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-82/+125
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-18/+98
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-251-11/+94
* Revert last 3 patches. Sorry guys. :-(jorlow@chromium.org2010-01-201-91/+10
* Adds local storage nodes to cookie tree model and cookies view. jorlow@chromium.org2010-01-201-10/+91
* Adds back the ability to filter cookies by origin in the cookies options view.ian@chromium.org2009-11-251-0/+4
* Linux: Convert Cookies options page from a list into a tree.mattm@chromium.org2009-11-111-2/+1
* Converting the Cookies options page from a TableView to a TreeViewian@chromium.org2009-11-061-0/+207