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