summaryrefslogtreecommitdiffstats
path: root/printing/printed_document_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-1/+1
* Mac printing: Autorotate printed pages so their orientation is the same as th...thestig@chromium.org2012-06-181-3/+4
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-181-3/+2
* Printing: Remove unused PageOverlay since header/footers are drawn in PrintWe...thestig@chromium.org2011-08-091-8/+0
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-211-1/+1
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-1/+0
* Printing: Refactor a few helper methods implemented per-platform to clean upjhawkins@chromium.org2010-10-071-0/+6
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+2
* Add PrintedPage::GetCenteredPageContentRect so Mac and Win can share code.hamaji@chromium.org2010-07-051-12/+3
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-3/+13
* Added support for vector printing of Pepper v1 plugins on the Mac.sanjeevr@chromium.org2010-06-281-1/+2
* Changed printer page setup units to be in device co-ordinates (this is pixels...sanjeevr@chromium.org2010-05-291-1/+1
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-141-17/+3
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-0/+53