summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ENABLE_PRINTING and disable it on Android.wangxianzhu@chromium.org2012-06-091-0/+11
* Reland 139885 - Enable the handle verifier.rvargas@google.com2012-06-041-2/+1
* Revert 139885 - Enable the handle verifier.rvargas@google.com2012-05-311-1/+2
* Enable the handle verifier.rvargas@google.com2012-05-311-2/+1
* Base: Add a handle verifier to ScopedHandle.rvargas@chromium.org2012-05-311-1/+2
* Remove use of BrowserList::GetLastActive from PrintDialogGtk. Pass through th...ben@chromium.org2012-05-242-1/+3
* Adding functionality to specify TLS encryption CUPS print servers for cloudpr...gene@chromium.org2012-05-165-11/+26
* [Print Preview]: Added code to support pdf fit to page functionality.kmadhusu@chromium.org2012-05-162-0/+5
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-164-35/+34
* Fix new -Wnull-conversion violations detected by a newer clang.thakis@chromium.org2012-05-161-1/+1
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* A better fix for scaling issue.gene@chromium.org2012-05-095-74/+26
* ugrr... Fixing printing scaling again.gene@chromium.org2012-05-033-1/+73