summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-1/+1
* Moved SimplifyDocumentTitle from printing/backendvitalybuka@chromium.org2013-11-091-1/+2
* Move settings setup for PDF and cloud print into single location in PrintingC...vitalybuka@chromium.org2013-11-041-49/+30
* Re-enabled printing_context_win_unittest for aura.vitalybuka@chromium.org2013-11-021-4/+2
* De-duplicate job_settings parsing code.vitalybuka@chromium.org2013-10-291-43/+22
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-1/+1
* Use BaseShellDialog for print dialog on Windowsscottmg@chromium.org2013-10-221-22/+36
* Cleanup: Use base namespace in printing/.thestig@chromium.org2013-10-011-2/+2
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Don't close handles returned by ::OpenPrinter with error.vitalybuka@chromium.org2013-06-111-3/+3
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Enabled system print dialog on Windows Aura.vitalybuka@chromium.org2013-05-281-11/+27
* printing: Use base::MessageLoop.xhwang@chromium.org2013-05-061-2/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in printing.dcheng@chromium.org2013-04-111-2/+2
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.vitalybuka@chromium.org2012-12-121-76/+8
* Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().gab@chromium.org2012-12-061-1/+2
* Simplify document title for Windows printing.vitalybuka@chromium.org2012-09-201-0/+2
* Adding basic Metro Print Metrics.mad@chromium.org2012-08-131-1/+6
* Send request to show print system dialog to Metro.mad@chromium.org2012-07-121-0/+16
* Improved resource management by using ScopedPrinterHandle.vitalybuka@chromium.org2012-03-021-13/+6
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-191-7/+5
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-181-2/+2
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-151-5/+0
* Fix lack of preview when GCP printer is selected.abodenha@chromium.org2011-10-041-2/+4
* Gives default PDF settings when no printer is installed.arthurhsu@chromium.org2011-09-281-1/+45
* Reland 100233 PrintPreview: Added code to identify the printer default duplex...kmadhusu@chromium.org2011-09-081-1/+3
* Revert 100233 - PrintPreview: Added code to identify the printer default dupl...kmadhusu@chromium.org2011-09-081-3/+1
* PrintPreview: Added code to identify the printer default duplex value.kmadhusu@chromium.org2011-09-081-1/+3
* Fix memory leak in unit testarthurhsu@chromium.org2011-09-081-0/+1
* Get chrome to link with USE_AURAben@chromium.org2011-09-071-0/+2
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-1/+1
* Revert 99810 - Get the rest of the chrome target to build (but not link) with...ben@chromium.org2011-09-061-1/+1
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-1/+1
* PrintPreview: Fixed RICOH MP C3501 color print job issues.kmadhusu@chromium.org2011-09-041-3/+7
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-1/+1
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-1/+1
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-1/+1
* Fix issues with cloud printers only getting first page of a doc in print prev...abodenha@chromium.org2011-07-231-1/+3
* Issue 85963 crash when uninstalling printer while preview tab is openarthurhsu@chromium.org2011-06-141-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* PrintPreview: Fix the destination printer list to show printer names rather t...kmadhusu@chromium.org2011-05-061-11/+11
* Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a...thestig@chromium.org2011-05-041-14/+20
* Update set printer function to be local-only to avoid permission issues.arthurhsu@chromium.org2011-05-031-10/+35
* Complete UpdatePrinterSettings so that clicking print in the print preview UI...arthurhsu@chromium.org2011-04-211-49/+120
* Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr.csilv@chromium.org2011-04-211-7/+4
* Attempt to fetch first printer's settings to bootstrap the printing process i...arthurhsu@chromium.org2011-04-181-4/+40