summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in printing/.avi2015-12-211-0/+1
* Change PDF scaling factor from double to float.pkasting2014-10-091-1/+1
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-6/+3
* Improvements in --debug-print switch implementation.vitalybuka@chromium.org2014-06-121-13/+24
* Guarded shrink setting with ifdefs to make clear where it is used.vitalybuka@chromium.org2014-06-121-2/+7
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-011-2/+2
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-111-1/+1
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-3/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+6
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-2/+1
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-3/+0
* compositor_unittests target is unimplmented on Macdhollowa@chromium.org2011-11-211-1/+1
* Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.thestig@chromium.org2011-11-141-4/+0
* Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ...thestig@chromium.org2011-10-041-8/+1
* Cleanup: Remove unused has_visible_overlays variable.thestig@chromium.org2011-09-231-2/+1
* Add printing.dll to the component build.darin@chromium.org2011-09-011-1/+2
* Printing: Remove unused PageOverlay since header/footers are drawn in PrintWe...thestig@chromium.org2011-08-091-28/+0
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-031-0/+5
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-1/+1
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-1/+1
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-1/+1
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-1/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber().thestig@chromium.org2010-12-171-6/+0
* Printing: Refactor a few helper methods implemented per-platform to clean upjhawkins@chromium.org2010-10-071-0/+12
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-1/+3
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-8/+10
* Implement limited paged media support for win.hamaji@chromium.org2010-07-021-1/+2
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-1/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).maruel@chromium.org2009-12-081-2/+2
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+4
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-3/+6
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-0/+192