summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* PrintPreview: Hide/Show the header footer option based on print frame margins.kmadhusu@chromium.org2012-03-202-2/+12
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-1/+1
* Fix invalid return value.vitalybuka@chromium.org2012-03-181-4/+4
* Fixed return value.vitalybuka@chromium.org2012-03-161-2/+2
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-164-21/+33
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-2/+2
* GetPrinterDriverInfo returns string.vitalybuka@chromium.org2012-03-075-27/+21
* Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.vitalybuka@chromium.org2012-03-055-5/+86
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-0/+13
* Improved resource management by using ScopedPrinterHandle.vitalybuka@chromium.org2012-03-022-29/+15
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-1/+12
* Remove histograms from printing/emf_win.cc.thestig@chromium.org2012-02-231-10/+1
* GTK: implement "print selection".peter@pcc.me.uk2012-02-142-3/+4
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-141-4/+4
* Make scoped dc objects smartercpu@chromium.org2012-02-141-4/+4
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-283-6/+8
* Linux: Try several different paths to the GnuTls library when trying to dynam...thestig@chromium.org2012-01-261-15/+23
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-5/+3
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-107-28/+30
* Change signature of |ui::ElideText()|. Add a truncate mode.asvitkine@chromium.org2011-12-121-2/+3
* Clean up cloud printing aura stub code.jennyz@chromium.org2011-12-066-47/+10
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-32/+41
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-221-1/+1
* GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.erg@chromium.org2011-11-222-2/+2
* compositor_unittests target is unimplmented on Macdhollowa@chromium.org2011-11-212-1/+9
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-1911-62/+64
* More OWNERS for various printing directories.thestig@chromium.org2011-11-181-0/+4
* PrintPreview:[MAC] Added "Open PDF In Preview" option to open the pdf in nati...kmadhusu@chromium.org2011-11-174-0/+29
* Add OVERRIDE to printing/.avi@chromium.org2011-11-166-72/+78
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-153-5/+5
* Print Preview: Making margin selection sticky (part 2/2, again)dpapad@chromium.org2011-11-154-20/+47
* Revert 110035 - Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-154-45/+20
* Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-154-20/+45
* Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.thestig@chromium.org2011-11-146-12/+1
* use toolkit_uses_gtk==1 instead of OS==linux for printing_context_gtk.{cc,h}robert.nagy@gmail.com2011-11-141-1/+1
* PrintPreview: [LINUX] While flipping the orientation, do not rotate the margi...kmadhusu@chromium.org2011-11-093-26/+12
* Linux: Don't call printing::GetColorModelForMode() when USE_CUPS is not defined.thestig@chromium.org2011-11-082-8/+8
* Get printing working in Aura.abodenha@chromium.org2011-11-089-289/+409
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-072-10/+14
* PrintPreview: [LINUX] Update the margin values after flipping the paper orien...kmadhusu@chromium.org2011-11-044-10/+124
* Print Preview: Making margin selection sticky (part 1/2).dpapad@chromium.org2011-11-021-1/+1
* PrintPreview: [MAC] Set the system default page size in NSPrintInfo PMPageFor...kmadhusu@chromium.org2011-11-022-0/+100
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-1/+1
* Clarify that the custom margin value is not validated and add tests.vandebo@chromium.org2011-10-203-17/+51