summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Print headers and footers with WebKit.vitalybuka@chromium.org2012-11-131-4/+7
* Removed obsolete non skia code.vitalybuka@chromium.org2012-11-031-67/+2
* Code cleanup. No functional changes.vitalybuka@chromium.org2012-11-011-4/+6
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-201-3/+3
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-35/+31
* Fix Chrome-Skia build on Mac (catch up with http://trac.webkit.org/changeset/...epoger@chromium.org2011-12-081-1/+1
* PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...kmadhusu@chromium.org2011-12-041-6/+6
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...kmadhusu@chromium.org2011-09-281-6/+7
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...kmadhusu@chromium.org2011-09-271-7/+6
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...kmadhusu@chromium.org2011-09-271-6/+7
* Print Preview: Add UMA for renderer failures.thestig@chromium.org2011-09-131-0/+2
* Fix Skia on Mac build.caryclark@google.com2011-09-021-0/+1
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-36/+54
* Print Preview: Prevent a crash and add error logging.thestig@chromium.org2011-08-271-0/+1
* Backend changes for custom margins.aayushkumar@chromium.org2011-08-231-1/+2
* Print Preview: Go from event driven print preview back to print preview with ...thestig@chromium.org2011-08-231-4/+3
* Added Headers and Footers support for Core Graphics on Macaayushkumar@chromium.org2011-08-191-11/+27
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+14
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-14/+0
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+14
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-53/+34
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-34/+53
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-53/+34
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-34/+53
* Remove metafile casts.vandebo@chromium.org2011-08-081-2/+2
* Fix generation of the complete metafile for print preview flow.vandebo@chromium.org2011-08-081-10/+20
* Fix print preview draft page memory leaks.vandebo@chromium.org2011-08-061-7/+8
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-5/+3
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-261-5/+43
* Make Metafile::StartPageForVectorCanvas take the page number as an argument.vandebo@chromium.org2011-07-231-1/+1
* Print Preview: Make preview generation event driven to eliminate synchronous ...thestig@chromium.org2011-07-181-72/+8
* Print Preview: Associating preview requests and responses using an identifierdpapad@chromium.org2011-07-131-0/+1
* Print Preview: Add the ability to cancel an in-flight print preview.thestig@chromium.org2011-07-071-2/+13
* Print Preview: Remove unused draft mode code.thestig@chromium.org2011-06-291-2/+1
* PrintPreview: Regenerate print preview data only when required.kmadhusu@chromium.org2011-06-241-6/+8
* Use a Skia wrapper when printing on a Skia-enabled Maccaryclark@chromium.org2011-06-211-6/+26
* Print preview should use draft PDFs until it is ready to print to improve speed.kmadhusu@chromium.org2011-06-151-1/+2
* Improve print preview UMAs based on jar's feedback.vandebo@chromium.org2011-05-301-7/+8
* Fix clang complaint.vandebo@chromium.org2011-05-291-2/+3
* Add the rest of the print preview UMAs that we'd like.vandebo@chromium.org2011-05-291-2/+4
* PrintPreview: Added UMA to track the time taken to render and generate the PD...kmadhusu@chromium.org2011-05-271-4/+5
* PrintPreview: Added a new histogram to measure the time taken to render the p...kmadhusu@chromium.org2011-05-131-0/+10
* Print Preview: Disable controls when printing an embedded PDF.thestig@chromium.org2011-05-121-0/+1
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-8/+10
* Printing: Catch more printing failures.thestig@chromium.org2011-04-281-5/+5
* Scope some autorelease pools.avi@chromium.org2011-04-221-3/+5
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-20/+17
* Fix accidental overload in r80818.thestig@chromium.org2011-04-071-3/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-2/+2