summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Add checks for android printingdgn2015-09-163-6/+61
* Cleanup code in printing/thestig2015-09-1415-58/+64
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* "Simplify Page" print preview option enablesArjun Patel2015-08-132-0/+4
* Get content_unittests to link on the mac GN build.dpranke2015-08-011-1/+2
* Add yet more GN isolates ...dpranke2015-07-311-0/+9
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-4/+0
* Remove base/mac/scoped_nsexception_enabler.h.rsesek2015-07-221-6/+0
* Cleanup: Fix some misc nits in printing code.thestig2015-07-161-4/+6
* win: Remove a few instances of the "goto error" pattern.thakis2015-07-141-54/+40
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-32/+34
* Fixed all overloaded virtual methods on Windows.mgiuca2015-07-084-46/+11
* Include user email into document title before spoolingvitalybuka2015-07-073-14/+81
* Fix some clang warnings with -Wmissing-braces in printing.dcheng2015-07-011-2/+2
* Convert printing_unittests to run exclusively on Swarmingmaruel2015-06-302-0/+44
* Move Tuple to base namespace.brettw2015-05-291-4/+4
* Honor 'sysroot' setting when running cups-configsbc2015-05-222-7/+17
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1