summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-024-31/+30
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-1/+1
* Convert printing ui_tests to browser_tests.jam@chromium.org2012-04-091-1/+1
* Remove obsolete chromeos specific codeoshima@chromium.org2012-04-091-3/+1
* Remove workaround for fixed skia bug.vandebo@chromium.org2012-03-281-2/+0
* Fixed null pointer exception.vitalybuka@chromium.org2012-03-231-3/+5
* Roll Skia DEPS to 3470epoger@google.com2012-03-231-18/+13
* Revert "Roll Skia to 3470, which changes most of the pdf includes to be priva...vandebo@chromium.org2012-03-231-13/+18
* Roll Skia to 3470, which changes most of the pdf includes to be private.vandebo@chromium.org2012-03-231-18/+13
* Removed trailing ;vitalybuka@chromium.org2012-03-231-1/+2
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-226-63/+149