summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.vandebo@chromium.org2011-03-251-0/+3
* Move printing messages to their own file.jam@chromium.org2011-03-241-20/+20
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-1/+1
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-6/+5
* Revert 78859 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-5/+6
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-6/+5
* Revert 78812 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-5/+6
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-6/+5
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-3/+3
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-181-6/+5
* Revert 78662 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-5/+8
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-8/+5
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-5/+8
* Printing: Always pass in the WebNode.thestig@chromium.org2011-03-141-5/+7
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-031-6/+12
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-9/+13
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-12/+8
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-8/+12
* Linux: Print a potential double free in PrintWebViewHelper::PrintPages().thestig@chromium.org2011-03-011-9/+6
* Removing PS option from PdsPsMetafiledpapad@chromium.org2011-02-251-2/+2
* PrintPreview: On Linux, for initial page range text, set |expected_pages_coun...kmadhusu@chromium.org2011-02-231-1/+3
* Print Preview: Generate previews on Linux.thestig@chromium.org2011-02-221-46/+87