summaryrefslogtreecommitdiffstats
path: root/printing/image.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in printing/.avi2015-12-211-0/+2
* Cleanup code in printing/thestig2015-09-141-8/+8
* printing: Use MD5DigestToBase16() to get a human-readable hexadecimal string.tfarina2015-04-081-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile...vitalybuka2014-08-291-2/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-3/+3
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-111-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-2/+2
* Make printing build on Win64jschuh@chromium.org2013-01-211-2/+5
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-181-1/+3
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-2/+2
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-8/+6
* Add the ability to write comments to PNGCodec::Encode.tony@chromium.org2011-03-281-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-2/+4
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-4/+7
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-7/+4
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-4/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-11/+0
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+11
* Printing: Split off Win/Mac implementations of the Image class into their ownjhawkins@chromium.org2010-10-211-114/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-3/+3
* 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