summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Apply paper size selection for local printers on OSX.vitalybuka@chromium.org2014-06-202-80/+102
* Fixed C++ type conversion.vitalybuka@chromium.org2014-06-192-5/+5
* Print Preview: Enable tests disabled on ASAN once again.thestig@chromium.org2014-06-181-2/+7
* Add paper size support for local printing on Windows.vitalybuka@chromium.org2014-06-162-21/+36
* Add paper size reporting for CUPS printers (to let user to select one in the ...alekseys@chromium.org2014-06-134-4/+75
* Improvements in --debug-print switch implementation.vitalybuka@chromium.org2014-06-1214-299/+427
* Guarded shrink setting with ifdefs to make clear where it is used.vitalybuka@chromium.org2014-06-125-40/+49
* Changes in printer settings:alekseys@chromium.org2014-06-126-13/+57
* Revert of Revert of Generalize printer color model handling, get rid of CUPS ...ckocagil@chromium.org2014-06-083-14/+3
* Revert of Generalize printer color model handling, get rid of CUPS specific c...ckocagil@chromium.org2014-06-083-3/+14
* Generalize printer color model handling, get rid of CUPS specific case. Enabl...alekseys@chromium.org2014-06-083-14/+3
* Revert 275646 "Generalize printer color model handling, get rid ..."vitalybuka@chromium.org2014-06-073-3/+14
* Generalize printer color model handling, get rid of CUPS specific case. Enabl...alekseys@chromium.org2014-06-073-14/+3
* Convert local printer capabilites to CDD format to unify with cloud printers ...alekseys@chromium.org2014-06-054-26/+52
* Linux: Remove unused gcrypt gyp code.thestig@chromium.org2014-06-041-5/+0
* Add src/printing to the GN build.brettw@chromium.org2014-06-042-4/+285
* Cleanup: Get rid of unneeded base::UTF16ToWide() conversions.thestig@chromium.org2014-06-031-4/+3
* Add media size capability to PDF printer.alekseys@chromium.org2014-05-292-0/+21
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-2/+5
* Printing on Windows via PDFscottmg@chromium.org2014-05-201-2/+2
* Linux: Remove gcrypt initialization workaround.thestig@chromium.org2014-05-202-80/+1
* Android: cleans up jni_generator_ptr_type.bulach@chromium.org2014-05-161-1/+0
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-5/+2
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-2/+5
* Revert 270750 "Android: cleans up jni_generator_ptr_type."jiayl@chromium.org2014-05-151-0/+1
* Android: cleans up jni_generator_ptr_type.bulach@chromium.org2014-05-151-1/+0
* Change print preview size to match to media size capability selection and res...alekseys@chromium.org2014-05-143-2/+27
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* 64-bit Porting. JNI pointers passed in int.anton@chromium.org2014-05-021-2/+2
* Renamed namespaces of url lib.vitalybuka@chromium.org2014-05-011-1/+1
* Removes dependency from printing on win8_utilsky@chromium.org2014-04-183-86/+1
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-171-16/+0
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-103-121/+0
* Fixed FilePath::Append in debug code.vitalybuka@chromium.org2014-04-081-1/+1
* Pass location and description of local printers into print preview.vitalybuka@chromium.org2014-03-292-4/+12
* Removed invalid DCHECK in printing.vitalybuka@chromium.org2014-03-281-1/+0
* Tunnel PWGRasterConfig capability to the ticket and to the utility processnoamsml@chromium.org2014-03-271-0/+33
* Small PrintingContextTest cleanup.vitalybuka@chromium.org2014-03-273-129/+129
* Fix linker warning on build with target_arch=ia32.hidehiko@chromium.org2014-03-261-0/+5
* Tunnel the CDD from the Print Preview javascript to the privet operationnoamsml@chromium.org2014-03-222-0/+4
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-151-1/+4
* Move ui.gyp into ui/base/ directory.tfarina@chromium.org2014-03-131-3/+3
* scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>.vitalybuka@chromium.org2014-03-114-44/+49
* Add a method to query whether printing is active.sgurun@chromium.org2014-03-103-13/+27
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-063-8/+8
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-1/+1
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+3
* Added more checks for buffer size to crash safely in case of incorrect driver...vitalybuka@chromium.org2014-02-271-4/+4
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-255-83/+43