summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cookies_tree_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-4/+4
* Chromium build failed with heap leak checker, or configured withtony@chromium.org2011-01-131-8/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+116
* Remove "name" field from indexed databases.jochen@chromium.org2010-11-081-3/+4
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-0/+7
* Add IndexedDB to cookie tree.bauerb@chromium.org2010-09-241-1/+79
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-4/+4
* Convert CookieTree...Node to not use the wstring GetTitle(), but instead GetT...viettrungluu@chromium.org2010-08-261-12/+14
* Revert 56315 - [Gtk] Display the current content setting applying to a domain...jochen@chromium.org2010-08-181-25/+0
* [Gtk] Display the current content setting applying to a domain along with the...jochen@chromium.org2010-08-171-0/+25
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-101-2/+76
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-061-2/+1
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-0/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-2/+0
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-5/+5
* Store creating url in origin nodes and use it for content settings.jochen@chromium.org2010-07-191-33/+48
* compile fix.bauerb@chromium.org2010-07-191-5/+6
* Preparatory work for adding content exceptions from the tab cookie view.bauerb@chromium.org2010-07-191-0/+7
* Initialize CookiesTreeModel with a cookie monster instead of a profil.jochen@chromium.org2010-05-311-13/+5
* Remove empty nodes when deleting cookies.jochen@chromium.org2010-04-261-0/+4
* Don't show extension state in cookie tree list.jochen@chromium.org2010-03-291-24/+0
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-9/+20
* [Mac] Reduce jank in the cookie manager by batching updates from the model.rsesek@chromium.org2010-03-021-1/+43
* Clearly identify extension and file:// resources in the cookie tree view.michaeln@chromium.org2010-02-271-22/+59
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-98/+106
* Add an icon for local storage and web databses in the cookie manager.rsesek@chromium.org2010-02-251-2/+8
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-6/+13
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-39/+118
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-251-6/+118
* Revert last 3 patches. Sorry guys. :-(jorlow@chromium.org2010-01-201-113/+4
* Adds local storage nodes to cookie tree model and cookies view. jorlow@chromium.org2010-01-201-4/+113
* Linux: Adds back the ability to filter cookies by origin in the cookies optio...mattm@chromium.org2009-11-301-1/+0
* Adds back the ability to filter cookies by origin in the cookies options view.ian@chromium.org2009-11-251-7/+22
* Fixing GCC 4.4 build fix (landing a patch for hbono)ian@chromium.org2009-11-231-1/+1
* Sort the origins in the cookies_tree_model by effective TLD, as opposedian@chromium.org2009-11-191-1/+49
* Linux: Convert Cookies options page from a list into a tree.mattm@chromium.org2009-11-111-1/+1
* Converting the Cookies options page from a TableView to a TreeViewian@chromium.org2009-11-061-0/+231