summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/general_page_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r41458 | estade@chromium.org | 2010-03-12 11:28:50 -0800 (Fri, 12 Ma...estade@chromium.org2010-03-121-95/+69
* Revert: r41458 | estade@chromium.org | 2010-03-12 11:28:50 -0800 (Fri, 12 Mar...estade@chromium.org2010-03-121-69/+95
* Fix the rest of the gtk/options directory to use new callback macros.estade@chromium.org2010-03-121-95/+69
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Add support for more types of controls and events to GTK implementation ofdmazzoni@chromium.org2010-02-231-2/+8
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-14/+14
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-301-0/+4
* revert 37335:estade@chromium.org2010-01-271-4/+0
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-271-0/+4
* This removes the "default browser" selections from the Chromium OSgspencer@chromium.org2009-12-021-0/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+1
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-8/+8
* More style nits.erg@google.com2009-10-141-1/+1
* Allow the default browser check to return "unknown" and reflect that in the UI.mdm@chromium.org2009-09-041-1/+5
* Fix leaking gtk tree models.mattm@chromium.org2009-08-261-0/+1
* gtk: Release the reference to the startup custom pages model so that it's own...jhawkins@chromium.org2009-08-191-0/+4
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-10/+10
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-10/+10
* Fix running default browser check/setting in UI thread on Linux.mattm@chromium.org2009-07-281-14/+22
* Remove unused num_rows argument to OptionsLayoutBuilderGtkmattm@chromium.org2009-06-251-1/+1
* Refactor the favicon loader out of gtk/options/general_page_gtk to gtk/list_s...mattm@chromium.org2009-06-221-68/+7
* Add a (non functional) gtk KeywordEditorWindow and hook it up in the relevant...mattm@chromium.org2009-06-221-1/+9
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Implement default search engine combobox.mattm@chromium.org2009-06-101-2/+100
* Move GTK spacing constants into chrome/common/gtk_util.hmattm@chromium.org2009-06-081-14/+8
* Move ConvertAcceleratorsFromWindowsStyle into chrome/common/gtk_util.mattm@chromium.org2009-06-051-8/+10
* Implement custom startup url list. (Recent urls list in the add url dialog notestade@chromium.org2009-06-051-12/+254
* Improve resizing behavior of options window. Rather than extra whitespace atevan@chromium.org2009-06-051-14/+15
* Add general options page. Options are working with the following exceptions:tc@google.com2009-05-281-0/+415