summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_win.h
Commit message (Expand)AuthorAgeFilesLines
* Implement window.print() on Androiddgn2014-12-151-0/+1
* Replacing the OVERRIDE with override and FINAL with final in /src/printinganujk.sharma2014-10-071-12/+12
* Restored printing windows context for builds without preview.vitalybuka2014-09-091-10/+14
* Use document from preview for System Dialog printing on Windows.vitalybuka2014-08-261-28/+8
* Added PrintingContext::Delegate to get parent view handle and application loc...Vitaly Buka2014-08-261-3/+2
* Revert of Added PrintingContext::Delegate to get parent view handle and appli...finnur2014-08-251-2/+3
* Added PrintingContext::Delegate to get parent view handle and application loc...vitalybuka2014-08-231-3/+2
* Small PrintingContextTest cleanup.vitalybuka@chromium.org2014-03-271-11/+3
* Revert 230235 "Use BaseShellDialog for print dialog on Windows"scottmg@chromium.org2014-02-131-14/+1
* 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-3/+2
* Use BaseShellDialog for print dialog on Windowsscottmg@chromium.org2013-10-221-1/+14
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-011-1/+1
* Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.vitalybuka@chromium.org2012-12-121-4/+0
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-191-14/+15
* Add printing.dll to the component build.darin@chromium.org2011-09-011-2/+2
* 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
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* 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/+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
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-1/+1
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-0/+97