summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* clang/win: Fix most -Wwriteable-strings warnings.thakis@chromium.org2014-07-231-2/+6
* GN: Add //ui/base/ime, fix up printing on macjamesr@chromium.org2014-07-231-1/+1
* Cleanup test_support target names.tfarina@chromium.org2014-07-221-1/+1
* The browser test can print webpages to PDFs, then convert those PDFs to PNGs ...ivandavid@chromium.org2014-07-181-1/+1
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-151-1/+1
* Add chrome/browser/ui to the GN build.brettw@chromium.org2014-07-111-2/+1
* SkBitmap::Config is no more, use SkColorTypereed@google.com2014-07-101-1/+1
* Revert 282355 "Add chrome/browser/ui to the GN build."brettw@chromium.org2014-07-101-1/+2
* Add chrome/browser/ui to the GN build.brettw@chromium.org2014-07-101-2/+1
* Provide gtest printers for ui/gfx geometry typesjamesr@chromium.org2014-07-102-0/+2
* clang/wip: Fix "taking the address of a temporary" error.thakis@chromium.org2014-07-041-3/+3
* default is a keyword in C++, don't use it as variable name.thakis@chromium.org2014-06-251-13/+14
* 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