summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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