summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_dialog_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-9/+4
* gtk: Rename OnDialogResponse() to OnResponse() to standardize on a consistent...tfarina@chromium.org2011-03-071-1/+1
* Linux: Fix leak in print dialog.thestig@chromium.org2011-03-011-4/+4
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-119/+152
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-6/+6
* Linux Printing: Add a CHECK to help track down a crash.thestig@chromium.org2011-01-191-0/+2
* Fix the issues identified so far while investigating bug 66962, but not tsepez@chromium.org2011-01-121-1/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move PrintDialogGtk file delete to the file thread.tony@chromium.org2010-11-011-7/+6
* Suppress the error from disk IO on the UI thread in printing codeevan@chromium.org2010-10-281-1/+8
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-2/+2
* gtk: Use CHROMEGTK_CALLBACK in PrintDialogGtk and move a thunk implementationjhawkins@chromium.org2010-09-081-1/+8
* Get rid of the ERROR_TYPE from InfoBarDelegate.tfarina@chromium.org2010-08-141-3/+1
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-131-5/+6
* Don't allow more than one pending print dialog per browser instance.estade@chromium.org2010-06-181-1/+28
* Linux: Don't show all of the print dialog's children, including widgets norma...thestig@chromium.org2009-12-081-1/+1
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-231-1/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-4/+4
* More style nits.erg@google.com2009-10-141-1/+1
* GTK: don't dcheck when user dismisses print dialog.estade@chromium.org2009-10-131-0/+1
* Linux Printing: Move file open operation to file thread.estade@chromium.org2009-09-181-0/+3
* GTK: Add a dialog for printing.estade@chromium.org2009-09-161-0/+138