summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed tags to match caps printers.vitalybuka@chromium.org2014-02-222-10/+10
* Less strict CHECK for DeviceCapabilities results.vitalybuka@chromium.org2014-02-211-4/+10
* 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