summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Printing: Remove backslashes from print job names.Lei Zhang2016-02-162-3/+6
* 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
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-2/+2
* Allow page range selection in system dialog called from previewvitalybuka2015-05-0512-15/+30
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-042-5/+1
* vs2015: avoid int->float warning in printing/emf_win.ccscottmg2015-04-301-3/+8
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-302-6/+15
* Update {virtual,override} to follow C++11 style in printing.nick2015-04-277-46/+46
* Fix crash from ipc_fuzzervitalybuka2015-04-111-0/+1
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-081-1/+1