summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Allow NSExceptions in certain cases.shess@chromium.org2011-05-241-0/+11
* PrintPreview: [MAC]Update only the orientation settings, if the selected prin...kmadhusu@chromium.org2011-05-051-11/+15
* Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a...thestig@chromium.org2011-05-041-6/+9
* PrintPreview: Modified code to set the printer using the unique printer id.kmadhusu@chromium.org2011-05-041-12/+29
* PrintPreview: [LINUX] Set color and duplex setting values in print job ticket.kmadhusu@chromium.org2011-04-261-1/+0
* PrintPreview: [MAC] Set duplex binding settings in print ticket.kmadhusu@chromium.org2011-04-201-5/+17
* PrintPreview: [MAC] Set the color setting in print ticket.kmadhusu@chromium.org2011-04-121-1/+20
* PrintPreview: [MAC] Set the duplex setting in print ticket.kmadhusu@chromium.org2011-04-071-1/+13
* PrintPreview: [MAC] Set the specified orientation in the print ticket.kmadhusu@chromium.org2011-04-051-2/+16
* PrintPreview: Set number of copies and collate in print ticket.kmadhusu@chromium.org2011-04-051-4/+31
* PrintPreview: Added a helper function to get print job settings from dictionary.kmadhusu@chromium.org2011-03-311-6/+3
* PrintPreview: Add a print job constant for "printerName".kmadhusu@chromium.org2011-03-301-1/+1
* Print Preview: Implement basic settings.thestig@chromium.org2011-03-291-0/+6
* PrintPreview: Added a helper function 'SetPrinter' in printing/printing_conte...kmadhusu@chromium.org2011-03-231-10/+16
* Printing: Use const reference instead of a const pointer.thestig@chromium.org2011-03-221-2/+2
* PrintPreview: [MAC] Set the selected printer for the current print job.kmadhusu@chromium.org2011-03-211-12/+35
* Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject.kmadhusu@chromium.org2011-03-151-18/+14
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-051-1/+14
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-4/+0
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-4/+4
* Printing: Refactor PrintSettings::Init into a PrintSettingsFactory classjhawkins@chromium.org2010-10-261-1/+4
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-2/+2
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-35/+35
* Fix Mac print crashgfeher@chromium.org2010-09-291-4/+4
* Printing: Remove the debug-only |page_number_| from PrintingContext, which hasjhawkins@chromium.org2010-09-281-14/+0
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-4/+6
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-2/+2
* Set the job name for the print job on the Mac.avi@chromium.org2010-05-121-3/+13
* Set the job title of print jobs.avi@chromium.org2010-04-271-0/+6
* Move Page Setup into print, as Chrome is not a document-based app.avi@chromium.org2010-04-271-0/+7
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-0/+206