summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/cookies_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Convert the first half of gtk/options/* to use the new signal handler macros.estade@chromium.org2010-03-111-53/+38
* GTK: Split out the cookie display into its own component for reuse in the coo...erg@chromium.org2010-03-041-325/+29
* Reverting 40536 and 40535erg@chromium.org2010-03-031-19/+322
* GTK: Split out the cookie display into its own component for reuse in the coo...erg@chromium.org2010-03-031-322/+19
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-5/+81
* GTK: Make the cookies view modal to its parent since its parent will always b...erg@chromium.org2010-02-121-5/+10
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-14/+73
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-6/+6
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-251-35/+117
* Revert last 3 patches. Sorry guys. :-(jorlow@chromium.org2010-01-201-99/+31
* Adds local storage nodes to cookie tree model and cookies view. jorlow@chromium.org2010-01-201-31/+99
* linux: use a newer stringevan@chromium.org2010-01-061-1/+2
* Linux cookies view: ui cleanups to match win.mattm@chromium.org2009-11-301-2/+19
* Linux: Adds back the ability to filter cookies by origin in the cookies optio...mattm@chromium.org2009-11-301-5/+70
* GTK: Explicitly use underlines in cookies dialog to fix display in Karmic.erg@google.com2009-11-121-0/+2
* Linux: Convert Cookies options page from a list into a tree.mattm@chromium.org2009-11-111-172/+82
* Rename gtk_tree::ModelAdapter to TableAdapter in preparation for adding TreeA...mattm@chromium.org2009-11-061-1/+1
* Linux: fix crash in PopulateCookieDetails called by OnSelectionChanged callbackmattm@chromium.org2009-10-231-0/+9
* [Linux] Select the first row in cookies table when the Cookies window ismattm@chromium.org2009-10-211-0/+3
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Fix leaking gtk tree models.mattm@chromium.org2009-08-261-0/+2
* More Gtk Cookies View polish.mattm@chromium.org2009-08-251-15/+7
* Gtk Cookie Manager: Fix removing multiple cookies while the list is sorted.mattm@chromium.org2009-08-121-4/+4
* Move common Gtk TreeModel handling code into gtk_tree::ModelAdapter.mattm@chromium.org2009-08-121-57/+8
* Add more window icons.estade@chromium.org2009-08-111-0/+1
* Gtk Cookie Manager polish.mattm@chromium.org2009-08-071-1/+7
* Changelist for mattm readability review.mattm@chromium.org2009-08-071-30/+40
* Rename namespace gtk_tree_util to gtk_tree which is shorter.mdm@chromium.org2009-08-031-7/+7
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-14/+14
* Try again: Add unittest for Gtk cookie manager.mattm@chromium.org2009-07-301-31/+38
* Revert "Add unittest for Gtk cookie manager."mattm@chromium.org2009-07-301-19/+24
* Add unittest for Gtk cookie manager.mattm@chromium.org2009-07-301-24/+19
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-8/+8
* Linux: factor out some shared GTK tree utility code.mdm@chromium.org2009-07-291-37/+7
* Gtk: Add cookie details to cookie manager.mattm@chromium.org2009-07-231-8/+129
* Gtk cookie manager part 1.mattm@chromium.org2009-07-221-0/+395