summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-5/+58
* Printing: Rename some variables in the two different PrintPages() to be more ...thestig@chromium.org2011-01-201-8/+9
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-1/+4
* Fix the issues identified so far while investigating bug 66962, but not tsepez@chromium.org2011-01-121-3/+3
* Linux: Trade one hack for another to allow pepper plugins to print only selec...thestig@chromium.org2011-01-111-28/+43
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-211-6/+0
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-301-1/+3
* Refactor printing workflow to handle print preview.kmadhusu@chromium.org2010-10-251-1/+5
* Printing: Temporary fix on Linux using dummy print settings until we get the ...thestig@chromium.org2010-10-051-33/+1