summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in printing/.avi2015-12-211-0/+1
* Allow page range selection in system dialog called from previewvitalybuka2015-05-051-1/+2
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-041-4/+1
* Implement window.print() on Androiddgn2014-12-151-0/+1
* Standardize usage of virtual/override/final in printing/dcheng2014-10-221-17/+16
* Replacing the OVERRIDE with override and FINAL with final in /src/printinganujk.sharma2014-10-071-12/+12
* Use document from preview for System Dialog printing on Windows.vitalybuka2014-08-261-1/+2
* Added PrintingContext::Delegate to get parent view handle and application loc...Vitaly Buka2014-08-261-2/+1
* Revert of Added PrintingContext::Delegate to get parent view handle and appli...finnur2014-08-251-1/+2
* Added PrintingContext::Delegate to get parent view handle and application loc...vitalybuka2014-08-231-2/+1
* Apply paper size selection for local printers on OSX.vitalybuka@chromium.org2014-06-201-3/+8
* Move settings setup for PDF and cloud print into single location in PrintingC...vitalybuka@chromium.org2013-11-041-2/+2
* De-duplicate job_settings parsing code.vitalybuka@chromium.org2013-10-291-5/+4
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-011-1/+1
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-3/+3
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-191-4/+5
* PrintPreview:[MAC] Added "Open PDF In Preview" option to open the pdf in nati...kmadhusu@chromium.org2011-11-171-0/+4
* Add OVERRIDE to printing/.avi@chromium.org2011-11-161-11/+11
* PrintPreview: [MAC] Set the system default page size in NSPrintInfo PMPageFor...kmadhusu@chromium.org2011-11-021-0/+4
* PrintPreview: Fixed RICOH MP C3501 color print job issues.kmadhusu@chromium.org2011-09-041-1/+1
* Add printing.dll to the component build.darin@chromium.org2011-09-011-1/+1
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-2/+3
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-3/+2
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-2/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+1
* PrintPreview: Modified PrintingContextMac code to use the copy of sharedPrint...kmadhusu@chromium.org2011-06-031-4/+8
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* PrintPreview: Modified code to set the printer using the unique printer id.kmadhusu@chromium.org2011-05-041-1/+1
* PrintPreview: [LINUX] Set color and duplex setting values in print job ticket.kmadhusu@chromium.org2011-04-261-0/+1
* PrintPreview: [MAC] Set duplex binding settings in print ticket.kmadhusu@chromium.org2011-04-201-1/+1
* PrintPreview: [MAC] Set the color setting in print ticket.kmadhusu@chromium.org2011-04-121-0/+4
* PrintPreview: [MAC] Set the duplex setting in print ticket.kmadhusu@chromium.org2011-04-071-0/+4
* PrintPreview: [MAC] Set the specified orientation in the print ticket.kmadhusu@chromium.org2011-04-051-0/+4
* PrintPreview: Set number of copies and collate in print ticket.kmadhusu@chromium.org2011-04-051-0/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* PrintPreview: Added a helper function 'SetPrinter' in printing/printing_conte...kmadhusu@chromium.org2011-03-231-0/+4
* 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-1/+5
* Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject.kmadhusu@chromium.org2011-03-151-1/+2
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-051-1/+2
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-1/+0
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-1/+3
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-0/+55