summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in printing/.avi2015-12-211-9/+9
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-1/+1
* Misc fixes for gn builds with VS 2015brucedawson2015-12-031-4/+4
* win: Remove a few instances of the "goto error" pattern.thakis2015-07-141-54/+40
* Update {virtual,override} to follow C++11 style in printing.nick2015-04-271-2/+2
* Implement window.print() on Androiddgn2014-12-151-0/+1
* Replacing the OVERRIDE with override and FINAL with final in /src/printinganujk.sharma2014-10-071-3/+3
* Remove implicit HANDLE conversions from printing.rvargas2014-09-251-1/+1
* Restored printing windows context for builds without preview.vitalybuka2014-09-091-1/+140
* Use document from preview for System Dialog printing on Windows.vitalybuka2014-08-261-145/+1
* Added PrintingContext::Delegate to get parent view handle and application loc...Vitaly Buka2014-08-261-6/+13
* Revert of Added PrintingContext::Delegate to get parent view handle and appli...finnur2014-08-251-13/+6
* Added PrintingContext::Delegate to get parent view handle and application loc...vitalybuka2014-08-231-6/+13
* Small PrintingContextTest cleanup.vitalybuka@chromium.org2014-03-271-103/+111
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-251-18/+20
* Revert 252221 "Use DocumentProperties to get default DEVMODE ins..."vitalybuka@chromium.org2014-02-211-19/+16
* Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.vitalybuka@chromium.org2014-02-201-16/+19
* Use ScopedNestedTaskAllower instead of background thread for print dialogscottmg@chromium.org2014-02-141-0/+2
* Fix printing unittests after revert of r230235scottmg@chromium.org2014-02-131-5/+0
* Re-enabled printing_context_win_unittest for aura.vitalybuka@chromium.org2013-11-021-5/+10
* Update printing_context_win_unittest.cc for r231501.bungeman@chromium.org2013-11-011-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in printing.dcheng@chromium.org2013-04-111-1/+1
* Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.vitalybuka@chromium.org2012-12-121-14/+13
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-191-6/+5
* Fix handle leak and unfreed global locksarthurhsu@chromium.org2011-09-071-13/+48
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Use the existing PRINTPAGERANGE rather than allocating a new one.thestig@chromium.org2011-01-201-2/+1
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-2/+3
* Add a check to help prevent PrintingContextTest flakiness.thestig@chromium.org2010-12-011-5/+10
* Disable PrintingContextTest.Base on winnirnimesh@chromium.org2010-11-011-1/+2
* Mark PrintingContextTest.PrintAll as flaky as it fails on Win builder.amit@chromium.org2010-11-011-1/+2
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-8/+15
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-3/+18
* Win32: Print the right number of pages.thestig@chromium.org2010-08-131-1/+85
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-0/+28