summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-1/+1
* Removed invalid NOTREACHED.vitalybuka@chromium.org2013-02-151-15/+7
* Use page count from page preview. Page range is not enough for exact printed ...vitalybuka@chromium.org2013-02-122-0/+4
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-1010-25/+27
* Make printing_unittests build on Win64 jschuh@chromium.org2013-02-081-0/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-026-11/+22
* Async frame preparation for Preview with support if selection.vitalybuka@chromium.org2013-01-293-0/+9
* Fixed code disabled by invalide DCHECK use.vitalybuka@chromium.org2013-01-261-11/+11
* Make printing build on Win64jschuh@chromium.org2013-01-213-5/+12
* Adds option to enable CSS backgrounds for printing.rltoscano@chromium.org2013-01-145-1/+17
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Renamed color_capable to color_changeable.vitalybuka@chromium.org2012-12-205-14/+14
* Add vitalybuka to owners.vitalybuka@chromium.org2012-12-181-0/+1
* Add a TODO to clean up libgcrypt & gnutls dependency.phajdan.jr@chromium.org2012-12-131-0/+4
* Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.vitalybuka@chromium.org2012-12-128-235/+233
* Improving reliability of PrintBackendWin::GetPrinterSemanticCapsAndDefaults. ...vitalybuka@chromium.org2012-12-111-21/+35
* Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().gab@chromium.org2012-12-064-2/+8
* printing: Use skia::RefPtr to replace manual ref-counting.danakj@chromium.org2012-12-041-4/+4
* Speculative fix of attached bug.vitalybuka@chromium.org2012-11-301-7/+20
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Print headers and footers with WebKit.vitalybuka@chromium.org2012-11-135-56/+3
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* Restored partial rasterization for AlphaBlend.vitalybuka@chromium.org2012-10-132-21/+132
* Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti...pkasting@chromium.org2012-10-011-23/+23
* Linux: fix build with system ICU.phajdan.jr@chromium.org2012-09-281-1/+1
* Set max title size to 50vitalybuka@chromium.org2012-09-232-3/+4
* Revert 158193 - Set max title size to 50vitalybuka@chromium.org2012-09-221-1/+1
* Set max title size to 50vitalybuka@chromium.org2012-09-221-1/+1
* Make printing_unittests depend on tcmalloc on non-Darwin posix systems (like ...glider@chromium.org2012-09-201-0/+2
* Simplify document title for Windows printing.vitalybuka@chromium.org2012-09-206-0/+55
* Match paper by both PPD name and size.vitalybuka@chromium.org2012-09-101-11/+31
* Valgrind: Fix some leaks in the CUPS printing code and remove a no longer sup...thestig@chromium.org2012-09-071-5/+4
* Fix build.dmazzoni@chromium.org2012-09-071-0/+2
* Get semantic capabilities from Print Backend.gene@chromium.org2012-09-079-1/+671
* Print preview: Use an ID instead of memory pointer string in WebUI.thestig@chromium.org2012-08-242-4/+4
* Some printers has issue with metafiles produces from PDF so added switch and ...vitalybuka@chromium.org2012-08-223-11/+135
* It's possible to have system configuration where connector has no permission ...vitalybuka@chromium.org2012-08-151-1/+0
* Adding basic Metro Print Metrics.mad@chromium.org2012-08-131-1/+6
* mac: Remove more 10.5-only codethakis@chromium.org2012-08-101-1/+1
* Fix issue with some locales simetimes getting the wrong page size.abodenha@chromium.org2012-08-071-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-2/+2
* Standardize log message style for cloudprint service and display printer idalexyu@google.com2012-07-231-8/+12
* Make StickySettings sticky across sessions.abodenha@chromium.org2012-07-182-0/+4
* Send request to show print system dialog to Metro.mad@chromium.org2012-07-121-0/+16
* roll skia to 4552reed@google.com2012-07-121-6/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-116-6/+0
* These are the Chrome side changes to support the Print device charm in Metro.mad@chromium.org2012-06-294-0/+104
* Restore DC before EndPage call to state if was just after StartPage. We need ...vitalybuka@chromium.org2012-06-203-38/+49
* Mac printing: Autorotate printed pages so their orientation is the same as th...thestig@chromium.org2012-06-187-71/+99