summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Revert 252221 "Use DocumentProperties to get default DEVMODE ins..."vitalybuka@chromium.org2014-02-217-51/+89
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-207-89/+51
* Added NULL pointer check for DEVMODE.vitalybuka@chromium.org2014-02-201-1/+4
* Removed unnecessary comparison checking bits in DEVMODE::dmFields.vitalybuka@chromium.org2014-02-182-10/+9
* Fixing crash when DRIVER_INFO_6::pszMfgName is NULLvitalybuka@chromium.org2014-02-171-1/+1
* Use XPS to set color for HP printers.vitalybuka@chromium.org2014-02-144-61/+196
* Move root_window_host* in aura to window_tree_host*.ben@chromium.org2014-02-141-1/+1
* Use ScopedNestedTaskAllower instead of background thread for print dialogscottmg@chromium.org2014-02-142-1/+10
* Fix printing unittests after revert of r230235scottmg@chromium.org2014-02-131-5/+0
* Revert 230235 "Use BaseShellDialog for print dialog on Windows"scottmg@chromium.org2014-02-134-52/+23
* Linux: Fix a NULL deref in printing code that is only reachable with messages...thestig@chromium.org2014-02-071-0/+8
* Fixed coping printer names.vitalybuka@chromium.org2014-02-051-4/+10
* Extend PrinterSemanticCapsAndDefaults with Collate, Copies, PaperSize and Dpi...vitalybuka@chromium.org2014-02-053-27/+161
* Validate enum parameters for IPCs in print_messages.htsepez@chromium.org2014-01-301-0/+1
* Remove all exclude rules that filename_rules.gypi already handles.dongseong.hwang@intel.com2014-01-201-7/+1
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-173-8/+8
* Allows gtk2 printing dialog in Linux-Aura.mukai@chromium.org2014-01-146-56/+70
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-255-21/+25
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-1/+1
* Add base:: to a string16 in printing/.dbeam@chromium.org2013-12-191-1/+1
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+2
* Have jni_generator.gypi specify include_dirs to dependent targets.blundell@chromium.org2013-12-171-5/+2
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-104-10/+8
* Remove references to SkAdvancedTypefaceMetrics::kNotEmbeddable_Fontvandebo@chromium.org2013-12-091-3/+3
* Android: refactors printing code & adds a testcimamoglu@chromium.org2013-12-042-14/+170
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-3/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-6/+3
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-3/+6
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-6/+3
* Android: fix a null pointer exception in printing codecimamoglu@chromium.org2013-11-261-1/+1
* Android: change native pointer types from int to long in src/printingcimamoglu@chromium.org2013-11-223-4/+5
* Android: Moves isPrintingSupported method to ApiCompatibilityUtilscimamoglu@chromium.org2013-11-221-10/+0
* Pass PWG raster conversion settings from Preview to Converter.vitalybuka@chromium.org2013-11-212-0/+6
* Update Android printing related OWNERS filescimamoglu@chromium.org2013-11-212-0/+5
* Refactor Android printing code to make it more testable.cimamoglu@chromium.org2013-11-207-117/+130
* Use predefined margine for privet printing.vitalybuka@chromium.org2013-11-201-1/+1
* Load pdf library on all platforms.vitalybuka@chromium.org2013-11-201-1/+1
* Make Privet Printing work on Windows.vitalybuka@chromium.org2013-11-201-3/+5
* Set DPI before using GetPdfPaperSizeDeviceUnitscimamoglu@chromium.org2013-11-181-0/+1
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-1/+1
* Upstream Android printing code.cimamoglu@chromium.org2013-11-149-0/+953
* Don't set "print selection" to false.vitalybuka@chromium.org2013-11-121-1/+0
* Extract XPS code from PrintSystemWin.vitalybuka@chromium.org2013-11-101-0/+25
* Moved SimplifyDocumentTitle from printing/backendvitalybuka@chromium.org2013-11-097-42/+70
* Print to Privet local printersnoamsml@chromium.org2013-11-092-0/+9
* Allow printing component to be removed completelyspang@chromium.org2013-11-071-10/+0