summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_printer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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