summaryrefslogtreecommitdiffstats
path: root/printing/image.cc
Commit message (Expand)AuthorAgeFilesLines
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-1/+1
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-0/+2
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-2/+0
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-0/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-5/+4
* Added support for vector printing of Pepper v1 plugins on the Mac.sanjeevr@chromium.org2010-06-281-1/+2
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).maruel@chromium.org2009-12-081-1/+1
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-141-3/+26
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-12/+11
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-161-28/+106
* Extract Image class so it can be used in more tests.sverrir@chromium.org2009-07-131-0/+162