summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-264-0/+4
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-231-1/+10
* Use sk_sp-based picture recording APIsfmalita2016-03-221-3/+3
* Add RetainedRef uses where needed.vmpstr2016-03-211-5/+5
* pdf_metafile_skia: set metadata before drawing to pdfhalcanary2016-03-181-8/+8
* Use std::min/max to make intent more clearkrb2016-03-141-7/+4
* Change scoped_ptr to a type alias for std::unique_ptr on OS_WINdcheng2016-03-081-2/+2
* Convert Pass()→std::move() on Windowsdcheng2016-03-022-15/+15
* printing: Add out-of-line copy ctors for complex classes.vmpstr2016-02-266-0/+13
* Cleanup misc nits in printing code.thestig2016-02-201-1/+1
* Reland of Cleanup: Remove unused PrintSettings shrink factors. (patchset #1 i...phoglund2016-02-163-21/+0
* Revert of Cleanup: Remove unused PrintSettings shrink factors. (patchset #1 i...phoglund2016-02-153-0/+21
* Cleanup misc nits in printing metafile code.thestig2016-02-133-19/+18
* printing/pdf_metafile_skia: stop using deprecated version of SkDocument::setM...halcanary2016-02-121-6/+7
* Cleanup: Remove unused PrintSettings shrink factors.thestig2016-02-103-21/+0
* Fix gn gen on //printing when use_sysroot = falseagoode2016-02-071-2/+14
* Reverts fdca07 and makes it possible to force absolute paths.zforman2016-02-041-2/+2
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Printing: Remove backslashes from print job names.thestig2016-02-032-3/+6
* IPC::Message -> base::Picklerockot2016-02-031-2/+3
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Change gfx::ElideString() to take a size_t length.thestig2016-02-021-1/+1
* Reassign all of earthdok's TODOs and remove from OWNERS.thestig2016-01-291-1/+1
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-10/+0
* skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite ...tomhudson2016-01-282-5/+6
* Revert "clang: Makes builds with clang less dependent on absolute file path"dsansome2016-01-221-2/+2
* clang: Makes builds with clang less dependent on absolute file pathzforman2016-01-201-2/+2
* Reland of move remote tree host and some related input and metro_driver code ...samli2016-01-201-1/+1
* Revert of Remove remote tree host and some related input and metro_driver cod...samli2016-01-201-1/+1
* Remove remote tree host and some related input and metro_driver codescottmg2016-01-191-1/+1
* Mark printing code as basic printing and/or print preview code.thestig2016-01-143-1/+7
* Fix failure in printing/BUILD.gn when not using a sysroot. Without this chang...agoode2016-01-051-3/+3
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-283-6/+9
* Switch to standard integer types in printing/.avi2015-12-2145-26/+91
* Eliminate HICON leaks caused by creating icons from bitmap image.anpol2015-12-182-5/+5
* printing: Invoke cups-config from the sysroot if one is being used.raphael.kubo.da.costa2015-12-162-3/+12
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-1/+1
* We're getting rid of platform_device.h; most remaining userstomhudson2015-12-045-5/+5
* Misc fixes for gn builds with VS 2015brucedawson2015-12-031-4/+4
* The API of the metadata helpers doesn't depend on PlatformDevice.tomhudson2015-11-302-6/+3
* jni: Pass method parameters as JavaParamRef in printing.torne2015-11-252-7/+12
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-232-4/+2
* Cleanup: Correctly spell success(ful).thestig2015-11-231-3/+2
* Mark base::Tuple as finaltzik2015-11-181-16/+35
* PDF Printing: embed browser user agent string in PDF metadata.halcanary2015-11-063-1/+22
* Start using a themed application context for constructing views in Tabyusufo2015-10-301-2/+3
* Update some Android printing OWNERS.thestig2015-10-292-2/+2
* Printing: Move some printing code out of pdf/ and into printing/.thestig2015-10-285-5/+531
* PdfMetafileSkia: Embed Creator, CreationDate, and ModDate in PDF.halcanary2015-09-271-0/+20