summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_job_worker.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by thestig.tedvessenes@gmail.com2012-01-131-2/+2
* base::Bind: Convert (again) chrome/browser/printing.jhawkins@chromium.org2011-11-241-59/+32
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-191-1/+2
* base::Bind: Easy cleanups in chrome/browser/printing.jhawkins@chromium.org2011-11-101-43/+49
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-2/+2
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-151-2/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* Print Preview: Print the entire page range since the preview only contains th...thestig@chromium.org2011-04-231-10/+15
* Printing: Use const reference instead of a const pointer.thestig@chromium.org2011-03-221-1/+1
* PrintPreview: [MAC] Set the selected printer for the current print job.kmadhusu@chromium.org2011-03-211-3/+2
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-051-0/+36
* 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-1/+5
* Take out incorrect usage of MessageLoop::SetNestableTasksAllowed.jam@chromium.org2011-02-181-2/+8
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-4/+0
* 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