summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+0
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-071-1/+2
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...kmadhusu@chromium.org2011-09-281-3/+3
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...kmadhusu@chromium.org2011-09-271-3/+3
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...kmadhusu@chromium.org2011-09-271-3/+3
* PrintWebViewHelper: change WebNode* to const WebNode&vandebo@chromium.org2011-09-261-2/+2
* Move sending of the following IPC messages out of Chrome\renderer.ananta@chromium.org2011-09-191-4/+3
* GCC 4.6 warnings cleanuppph34r@gmail.com2011-09-151-5/+0
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-7/+17
* 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-3/+2
* Added Headers and Footers support for Core Graphics on Macaayushkumar@chromium.org2011-08-191-1/+1
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-1/+7
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-7/+1
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-1/+7
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-17/+7
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-7/+17
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-17/+7
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-7/+17
* Remove metafile casts.vandebo@chromium.org2011-08-081-2/+2
* Fix print preview draft page memory leaks.vandebo@chromium.org2011-08-061-4/+4
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-5/+1
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-261-2/+12
* Change printing code to minimize the number of page reflows (3 to 1-2).vandebo@chromium.org2011-07-261-11/+17
* Added a struct to hold page sizes and margins.aayushkumar@chromium.org2011-07-251-21/+13
* 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-59/+16
* 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-19/+21
* 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-4/+6
* 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-9/+12
* 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-10/+15
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Change printing of PDFs for preview on Windows to not rasterize.vandebo@chromium.org2011-05-241-38/+30
* PrintPreview: Added a new histogram to measure the time taken to render the p...kmadhusu@chromium.org2011-05-131-0/+9
* Print Preview: Disable controls when printing an embedded PDF.thestig@chromium.org2011-05-121-1/+2
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-2/+3
* Printing: Catch more printing failures.thestig@chromium.org2011-04-281-11/+13
* Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin...thestig@chromium.org2011-04-191-9/+3
* Adds method call to UpdatePrintableSizeInPrintParameters() to fix Content Are...clementskau@gmail.com2011-04-131-0/+2
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-22/+20
* Fix accidental overload in r80818.thestig@chromium.org2011-04-071-7/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-2/+0