| Commit message (Expand) | Author | Age | Files | Lines |
* | Block nested system print dialogs on Windows. | vitalybuka | 2015-02-23 | 1 | -1/+1 |
* | win/aura: Remove some more non-aura code for Windows. | Sadrul Habib Chowdhury | 2015-02-13 | 1 | -9/+0 |
* | Implement window.print() on Android | dgn | 2014-12-15 | 1 | -1/+2 |
* | Switch back to PrintDlgEx instead of DocumentProperties. | vitalybuka | 2014-12-08 | 1 | -2/+12 |
* | Re-factored printing defines and build configs. | vitalybuka | 2014-11-05 | 1 | -4/+4 |
* | Remove implicit HANDLE conversions from printing. | rvargas | 2014-09-25 | 1 | -6/+6 |
* | Restored printing windows context for builds without preview. | vitalybuka | 2014-09-09 | 1 | -21/+23 |
* | Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile... | vitalybuka | 2014-08-29 | 1 | -2/+2 |
* | Use document from preview for System Dialog printing on Windows. | vitalybuka | 2014-08-26 | 1 | -279/+61 |
* | Added PrintingContext::Delegate to get parent view handle and application loc... | Vitaly Buka | 2014-08-26 | 1 | -6/+8 |
* | Revert of Added PrintingContext::Delegate to get parent view handle and appli... | finnur | 2014-08-25 | 1 | -8/+6 |
* | Added PrintingContext::Delegate to get parent view handle and application loc... | vitalybuka | 2014-08-23 | 1 | -6/+8 |
* | Remove dead code. | vitalybuka@chromium.org | 2014-08-20 | 1 | -109/+0 |
* | Add paper size support for local printing on Windows. | vitalybuka@chromium.org | 2014-06-16 | 1 | -0/+17 |
* | Improvements in --debug-print switch implementation. | vitalybuka@chromium.org | 2014-06-12 | 1 | -21/+5 |
* | Cleanup: Get rid of unneeded base::UTF16ToWide() conversions. | thestig@chromium.org | 2014-06-03 | 1 | -4/+3 |
* | Removes dependency from printing on win8_util | sky@chromium.org | 2014-04-18 | 1 | -20/+0 |
* | Fixed FilePath::Append in debug code. | vitalybuka@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Small PrintingContextTest cleanup. | vitalybuka@chromium.org | 2014-03-27 | 1 | -15/+15 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 1 | -3/+5 |
* | Window ownership -> WindowTreeHost | ben@chromium.org | 2014-03-04 | 1 | -1/+1 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-25 | 1 | -19/+20 |
* | Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." | vitalybuka@chromium.org | 2014-02-21 | 1 | -21/+20 |
* | Move root_window.* to window_event_dispatcher.* | ben@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 1 | -20/+21 |
* | Use XPS to set color for HP printers. | vitalybuka@chromium.org | 2014-02-14 | 1 | -46/+40 |
* | Move root_window_host* in aura to window_tree_host*. | ben@chromium.org | 2014-02-14 | 1 | -1/+1 |
* | Use ScopedNestedTaskAllower instead of background thread for print dialog | scottmg@chromium.org | 2014-02-14 | 1 | -1/+8 |
* | Revert 230235 "Use BaseShellDialog for print dialog on Windows" | scottmg@chromium.org | 2014-02-13 | 1 | -36/+22 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH... | ben@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Moved SimplifyDocumentTitle from printing/backend | vitalybuka@chromium.org | 2013-11-09 | 1 | -1/+2 |
* | Move settings setup for PDF and cloud print into single location in PrintingC... | vitalybuka@chromium.org | 2013-11-04 | 1 | -49/+30 |
* | Re-enabled printing_context_win_unittest for aura. | vitalybuka@chromium.org | 2013-11-02 | 1 | -4/+2 |
* | De-duplicate job_settings parsing code. | vitalybuka@chromium.org | 2013-10-29 | 1 | -43/+22 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -1/+1 |
* | Use BaseShellDialog for print dialog on Windows | scottmg@chromium.org | 2013-10-22 | 1 | -22/+36 |
* | Cleanup: Use base namespace in printing/. | thestig@chromium.org | 2013-10-01 | 1 | -2/+2 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Don't close handles returned by ::OpenPrinter with error. | vitalybuka@chromium.org | 2013-06-11 | 1 | -3/+3 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Enabled system print dialog on Windows Aura. | vitalybuka@chromium.org | 2013-05-28 | 1 | -11/+27 |
* | printing: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-06 | 1 | -2/+2 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in printing. | dcheng@chromium.org | 2013-04-11 | 1 | -2/+2 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -1/+1 |
* | Wrapers for PRINTER_INFO_* and DRIVER_INFO_*. | vitalybuka@chromium.org | 2012-12-12 | 1 | -76/+8 |
* | Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode(). | gab@chromium.org | 2012-12-06 | 1 | -1/+2 |
* | Simplify document title for Windows printing. | vitalybuka@chromium.org | 2012-09-20 | 1 | -0/+2 |
* | Adding basic Metro Print Metrics. | mad@chromium.org | 2012-08-13 | 1 | -1/+6 |