summaryrefslogtreecommitdiffstats
path: root/printing/emf_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-1/+3
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-1/+1
* Added a DCHECK to validate the metafile page count while handling alpha blend...kmadhusu@chromium.org2011-04-011-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Removing GetData helper from NativeMetafile interface and also renaming it to...dpapad@chromium.org2011-03-241-3/+3
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-50/+51
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-3/+3
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-181-1/+3
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-51/+50
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-50/+51
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-3/+3
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-9/+9
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-0/+3
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-3/+0
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-0/+3
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+1
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-1/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+1
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-311-2/+4
* 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