summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-061-1/+11
* Revert 84343 - Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-051-11/+1
* Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-051-1/+11
* Add tests for print preview code in PrintWebViewHelper.thestig@chromium.org2011-05-051-4/+7
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-1/+1
* Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...thestig@chromium.org2011-04-291-1/+1
* Printing: Catch more printing failures.thestig@chromium.org2011-04-281-4/+4
* Fix scaling issue in windows print preview.ctguil@chromium.org2011-04-201-1/+1
* Print Preview: Check PrintHostMsg_UpdatePrintSettings return results and disp...thestig@chromium.org2011-04-201-2/+8
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-6/+6
* Fix accidental overload in r80818.thestig@chromium.org2011-04-071-9/+9
* Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.thestig@chromium.org2011-04-071-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Move printing messages to their own file.jam@chromium.org2011-03-241-14/+14
* Print Preview: Make window.print() and printing a frame work.thestig@chromium.org2011-03-211-5/+18
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Printing: Simplify window.print() blocking code.thestig@chromium.org2011-03-181-4/+3
* Printing: Always pass in the WebNode.thestig@chromium.org2011-03-141-5/+5
* Printing: Further cleanup of PrintWebViewHelper. PrintWebViewHelper inherentl...thestig@chromium.org2011-03-111-21/+16
* Printing: Reorganize PrintWebViewHelper some more.thestig@chromium.org2011-03-101-61/+70
* Printing: Refactor the code that blocks frequent script initiated printing.thestig@chromium.org2011-03-091-1/+11
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-051-1/+12
* Linux: Print a potential double free in PrintWebViewHelper::PrintPages().thestig@chromium.org2011-03-011-1/+1
* Fix for Issue 73274: Printing causes view to scrollyuzo@chromium.org2011-02-231-0/+1
* Print Preview: Generate previews on Linux.thestig@chromium.org2011-02-221-13/+16
* Cleanup PrintWebViewHelper.thestig@chromium.org2011-02-191-2/+0
* Print Preview: Hook up the print button to initiate a normal print operation.thestig@chromium.org2011-02-171-0/+1
* Cleanup: Move several ifdefs into a single function.thestig@chromium.org2011-02-151-1/+0
* Move printing code out of RenderView.jam@chromium.org2011-02-111-23/+22
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...kmadhusu@chromium.org2011-02-021-4/+3
* Refactor win printing workflow to support print preview.kmadhusu@chromium.org2011-01-271-3/+6
* Rename |print_params| to |preview_params| in CreatePreviewDocument() function.kmadhusu@chromium.org2011-01-261-1/+1
* Refactor win printing workflow.kmadhusu@chromium.org2011-01-251-3/+11
* 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-4/+23
* Linux: Trade one hack for another to allow pepper plugins to print only selec...thestig@chromium.org2011-01-111-1/+8
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-211-7/+19
* Printing: Remove invalid NOTREACHED for the case where user cancels printing.thestig@chromium.org2010-11-201-1/+2
* Refactor printing workflow to handle print preview.kmadhusu@chromium.org2010-10-251-3/+18
* Remove PrintWebViewHelper::PrintPageAsJPEG. It's dead code.thestig@chromium.org2010-10-081-8/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-0/+3
* Move GetPageSizeAndMarginsInPoints from linux code to generic code.hamaji@chromium.org2010-06-301-0/+11
* Fix Print Selection.viettrungluu@chromium.org2010-05-131-1/+3
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-0/+5
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-113/+1