summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.cc
Commit message (Expand)AuthorAgeFilesLines
* Add RetainedRef uses where needed.vmpstr2016-03-211-5/+5
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-2/+3
* The API of the metadata helpers doesn't depend on PlatformDevice.tomhudson2015-11-301-1/+0
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Change PDF scaling factor from double to float.pkasting2014-10-091-1/+1
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-26/+8
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-071-1/+1
* Improvements in --debug-print switch implementation.vitalybuka@chromium.org2014-06-121-51/+104
* Guarded shrink setting with ifdefs to make clear where it is used.vitalybuka@chromium.org2014-06-121-5/+6
* Allows gtk2 printing dialog in Linux-Aura.mukai@chromium.org2014-01-141-1/+1
* De-duplicate job_settings parsing code.vitalybuka@chromium.org2013-10-291-4/+4
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-011-6/+8
* Move text_elider to gfx.ben@chromium.org2013-09-091-1/+1
* Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu.avayvod@chromium.org2013-08-191-2/+2
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-1/+1
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* printing: Use base::MessageLoop.xhwang@chromium.org2013-05-061-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-4/+4
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-3/+4
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-1/+1
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-9/+3
* Clean up cloud printing aura stub code.jennyz@chromium.org2011-12-061-0/+7
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ...thestig@chromium.org2011-10-041-1/+0
* Cleanup: Remove unused has_visible_overlays variable.thestig@chromium.org2011-09-231-4/+2
* Printing: Remove unused PageOverlay since header/footers are drawn in PrintWe...thestig@chromium.org2011-08-091-76/+0
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-5/+5
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-3/+5
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-081-1/+1
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-031-4/+12
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-3/+11
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-8/+8
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-4/+4
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+2
* Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber().thestig@chromium.org2010-12-171-9/+0
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-7/+8
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-8/+7
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-7/+8
* Convert ElideUrl to return a string16 instead of a wstring.tony@chromium.org2010-10-271-1/+2
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-211-1/+2
* Printing: Refactor a few helper methods implemented per-platform to clean upjhawkins@chromium.org2010-10-071-40/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+6
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-23/+18