summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_printer.cc
Commit message (Expand)AuthorAgeFilesLines
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-201-0/+3
* PrintPreview: Modify PrintMsg_Print_Params data validation check.kmadhusu@chromium.org2012-03-151-1/+9
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-1/+36
* PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...kmadhusu@chromium.org2011-12-041-4/+4
* Fix print preview workflow to reflect settings of selected printer.arthurhsu@chromium.org2011-09-221-2/+3
* Print preview not showing if default print is invalid.arthurhsu@chromium.org2011-09-011-2/+9
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-1/+3
* Added a 'Reset' method in PrintMsg_Print_Params struct that is responsible fo...aayushkumar@chromium.org2011-08-221-67/+3
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-4/+88
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-88/+4
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-4/+88
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-121-1/+7
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-3/+1
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-1/+3
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-3/+1
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-1/+3
* Fix MockPrinter on Skia-Mac.vandebo@chromium.org2011-07-281-0/+4
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-061-0/+1
* Add tests for print preview code in PrintWebViewHelper.thestig@chromium.org2011-05-051-10/+22
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-7/+4
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-2/+3
* Move printing messages to their own file.jam@chromium.org2011-03-241-8/+7
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Printing: MockPrinter should return valid default printer settings.thestig@chromium.org2011-03-151-13/+18
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-3/+6
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-6/+3
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-3/+6
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+13
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-1/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-081-2/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Create constant variables kPointsPerInch and kPixelsPerInch and conversion fu...hamaji@chromium.org2010-06-281-2/+2
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-7/+10
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-141-14/+15
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-161-41/+16
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-1/+1
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-0/+5
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-231-0/+214