summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-4/+0
* Use the existing PRINTPAGERANGE rather than allocating a new one.thestig@chromium.org2011-01-201-7/+5
* 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-6/+12
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-52/+51
* Fix a c_str() use-after-free bug in the printing code.nick@chromium.org2010-09-281-1/+2
* Printing: Remove the debug-only |page_number_| from PrintingContext, which hasjhawkins@chromium.org2010-09-281-14/+0
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+1
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+2
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-6/+6
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-6/+7
* Win32: Print the right number of pages.thestig@chromium.org2010-08-131-28/+28
* Set the job name for the print job on the Mac.avi@chromium.org2010-05-121-2/+11
* printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).maruel@chromium.org2009-12-081-4/+3
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-1/+1
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-34/+34
* Fix the Windows printing build by updating an old include.brettw@chromium.org2009-10-091-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-1/+2
* Re-enable test (disabled while moving printing functionality to printing libr...sverrir@google.com2009-07-091-1/+4
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-0/+607