summaryrefslogtreecommitdiffstats
path: root/printing/emf_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-1/+1
* Used ScopedTempDir dir for the FileBackedDC unit test.sanjeevr@chromium.org2010-10-081-1/+6
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-3/+3
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-7/+9
* Added methods to create and read from file-backed metafiles to the Windows Em...sanjeevr@chromium.org2010-09-291-2/+35
* Added StartPage and EndPage methods to the Emf class because the GDI StartPag...sanjeevr@chromium.org2010-07-121-0/+41
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-2/+2
* Re-enable test (disabled while moving printing functionality to printing libr...sverrir@google.com2009-07-091-14/+10
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-1/+1
* Fix deps failure (include file was in a multi line comment).sverrir@google.com2009-07-061-2/+4
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-0/+117