summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_job_worker.cc
Commit message (Expand)AuthorAgeFilesLines
* Printing: Get settings on the UI thread on all platforms.thestig@chromium.org2011-01-061-15/+1
* Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.thestig@chromium.org2010-12-211-6/+6
* Printing: Get the default settings on the UI-thread for GTK+ and Mac.sadrul@chromium.org2010-12-211-2/+11
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-1/+3
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-301-1/+3
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-3/+3
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-14/+16
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-14/+2
* Printing: Call PrintingContext::AskUserForSettings() on the UI thread for Linuxjhawkins@chromium.org2010-09-271-4/+4
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-7/+1
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-5/+13
* Set the job name for the print job on the Mac.avi@chromium.org2010-05-121-5/+5
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-1/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-6/+6
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-6/+44
* Reverting 27389.darin@chromium.org2009-09-301-3/+0
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-0/+3
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-3/+0
* I've seen recently a race condition while debugging printing. The pages are ...sverrir@google.com2009-07-091-1/+5
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-2/+2
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-1/+0
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-17/+2
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-2/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use the new Thread::StopSoon() facility. Add a new tight loop to control the ...maruel@google.com2008-08-121-1/+2
* Add chrome to the repository.initial.commit2008-07-261-0/+325