summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-302-3/+8
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-232-2/+2
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-192-2/+2
* Move more files to toplevel gfx.ben@chromium.org2010-03-192-2/+2
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-182-3/+3
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-172-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-149-9/+10
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-125-6/+105
* printing: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-062-2/+6
* Deprecate file_util::AppendToPath() on non-Windows.evan@chromium.org2010-02-261-3/+3
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-1611-40/+39
* Linux: fix shared build.craig.schlenter@chromium.org2010-02-151-0/+9
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* OpenBSD/FreeBSD GYP changes (most of the remaining ones)pvalchev@google.com2010-02-047-18/+20
* Link the following tests against tcmalloc:glider@chromium.org2009-12-101-0/+9
* printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).maruel@chromium.org2009-12-086-11/+10
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-052-2/+8
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-222-2/+8
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-1/+1
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-146-23/+150
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-1312-290/+567
* Implement a version of NativeMetafile for the Macstuartmorgan@chromium.org2009-10-125-8/+248
* Linux: Fix early font free during printing.estade@chromium.org2009-10-091-0/+2
* Fix the Windows printing build by updating an old include.brettw@chromium.org2009-10-091-1/+1
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-2/+2
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-082-2/+4
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-12/+11
* Move cairo font handling from printing to skia to avoid circular dependency.mmoss@chromium.org2009-09-282-142/+0
* Remove unneeded main.maruel@chromium.org2009-09-271-1/+0
* Linux: print page to file rather than using shared memory to send it to the b...estade@chromium.org2009-09-163-14/+35
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Fix the Linux shared build.thestig@chromium.org2009-09-151-1/+6
* Fix printing project on linux.maruel@chromium.org2009-09-148-67/+72
* Disabled PdfTest.* until I fix the AtExitManager thing. Should be no brainer.maruel@chromium.org2009-09-111-3/+2
* Embed fonts information into resulting PDF file for printing.maruel@chromium.org2009-09-112-24/+165
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-2/+2
* Fix memory leak problem in PdfPsMetafile.tony@chromium.org2009-08-263-131/+189
* Reverting 24474.maruel@chromium.org2009-08-263-188/+130
* Revised PdfPsMetafile.maruel@chromium.org2009-08-263-130/+188
* Implement native metafile for printing on Linux.tony@chromium.org2009-08-255-4/+538
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-281-8/+0
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-162-31/+127
* Extract Image class so it can be used in more tests.sverrir@chromium.org2009-07-133-0/+239
* Fix print margins. This fixes multiple issues that caused incorrect offsets ...sverrir@chromium.org2009-07-133-20/+74
* Quick fix for linux shared build.craig.schlenter@chromium.org2009-07-101-0/+4
* Make the printint_unittest use the correct test harness. This removes the ne...sverrir@google.com2009-07-093-5/+3
* Re-enable test (disabled while moving printing functionality to printing libr...sverrir@google.com2009-07-093-15/+14
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-0730-11/+3022