summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/hung_renderer_dialog_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: use IDS_BROWSER_HANGMONITOR_RENDERER_TITLE as the hung renderer dialog t...estade@chromium.org2010-05-101-1/+1
* Linux: Fix some GdkPixbuf leaks.mattm@chromium.org2010-03-231-4/+6
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...pkasting@chromium.org2010-02-121-2/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-4/+6
* Replaced HungRendererDialog class with hung_renderer_dialog namespace.akalin@chromium.org2009-11-201-3/+6
* Small clean-up to not expose base::Process from RenderProcesHost, and instead...jam@chromium.org2009-11-131-2/+2
* Fix a whole bunch of style nits.erg@google.com2009-10-131-2/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* GTK: Set the default icon list so we don't have to set it on every window all...estade@chromium.org2009-08-271-1/+0
* Fix leaking gtk tree models.mattm@chromium.org2009-08-261-0/+1
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-3/+3
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-3/+3
* Set window icon on manage search engines dialog.estade@chromium.org2009-07-271-0/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Move GTK spacing constants into chrome/common/gtk_util.hmattm@chromium.org2009-06-081-2/+3
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* linux: unify all the dialog layout code for visual consistency.evan@chromium.org2009-05-181-4/+6
* Reverting 16124.beng@google.com2009-05-141-1/+1
* Reverting 16122.beng@google.com2009-05-141-1/+1
* Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...beng@google.com2009-05-141-1/+1
* Add hung renderer dialog on linux. Pretty much just follow thetc@google.com2009-05-081-0/+215