summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/gtk_tree.h
Commit message (Collapse)AuthorAgeFilesLines
* [Gtk] Add per-plugin content exceptions to preferences.bauerb@chromium.org2010-09-211-2/+40
| | | | | | | | | | | | | | | Modify gtk_tree::TableAdapter to add groups in the TableModel as special rows in the list_store. Also, fix a bug in PluginExceptionsTableModel sending OnItemsRemoved callbacks at the wrong time. Run with --enable-resource-content-settings to test. BUG=39252 TEST=manual Review URL: http://codereview.chromium.org/3435009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60046 0039d316-1c4b-4281-b951-d872f2087c98
* Display an infobar when content settings were created.jochen@chromium.org2010-08-201-1/+3
| | | | | | | | | | | | | | | The xib changes add a gradient view with an icon and a text field that is displayed as infobar. The text field is set to truncate. The blocked cookies label is set to wrap. The various views are connected to the new outlets. win: http://imgur.com/OmTxr.png linux: http://imgur.com/OmTxr mac: http://imgur.com/VbwFp BUG=49826 TEST=unit_tests Review URL: http://codereview.chromium.org/3108029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56913 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56315 - [Gtk] Display the current content setting applying to a ↵jochen@chromium.org2010-08-181-14/+7
| | | | | | | | | | | | | | | | | | domain along with the domain. This patch only affectes the gtk ui. Here is what it looks like: http://imgur.com/g6Gox If third party cookies are blocked, a warning is shown. Next to each domain, the content setting is displayed that applies (or nothing if the default applies). When the user selects some domains and presses an button, the labels are updated accordingly. BUG=49826 TEST=unit_tests Review URL: http://codereview.chromium.org/3096001 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3194004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56495 0039d316-1c4b-4281-b951-d872f2087c98
* [Gtk] Display the current content setting applying to a domain along with ↵jochen@chromium.org2010-08-171-7/+14
| | | | | | | | | | | | | | | the domain. This patch only affectes the gtk ui. Here is what it looks like: http://imgur.com/g6Gox If third party cookies are blocked, a warning is shown. Next to each domain, the content setting is displayed that applies (or nothing if the default applies). When the user selects some domains and presses an button, the labels are updated accordingly. BUG=49826 TEST=unit_tests Review URL: http://codereview.chromium.org/3096001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56315 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Get rid of TreeNodeChildrenReordered.tfarina@chromium.org2010-08-111-4/+2
| | | | | | | | | | | | Reason: This function was never implemented by TreeNodeModel and is unlike it will be. Also it proved to not be necessary at all. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3091016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55657 0039d316-1c4b-4281-b951-d872f2087c98
* Add undeclared virtual destructors part 3ziadh@chromium.org2010-07-301-0/+3
| | | | | | | | | | | | | | | | Preventative maintenance for abstract classes that do not declare virtual destructors. Base classes that do not declare their destructors as virtual could potentially lead to memory leaks. These files were discovered using the -Wnon-virtual-dtor flag in g++. r=jar BUG=47469 Review URL: http://codereview.chromium.org/3072010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54373 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gtk_tree::GetSelectedIndicies spelling.mattm@chromium.org2010-05-131-1/+1
| | | | | | | | | BUG=none TEST=dict indicies indices Review URL: http://codereview.chromium.org/2065001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47162 0039d316-1c4b-4281-b951-d872f2087c98
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-0/+165
This change introduces one more dependency on chrome/browser, but it seems simpler to move gtk_util first and then fix it. TEST=none BUG=none Review URL: http://codereview.chromium.org/661271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40369 0039d316-1c4b-4281-b951-d872f2087c98