summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Move several ifdefs into a single function.thestig@chromium.org2011-02-151-19/+17
* Move printing code out of RenderView.jam@chromium.org2011-02-111-27/+71
* Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...kmadhusu@chromium.org2011-02-021-7/+6
* Refactor win printing workflow to support print preview.kmadhusu@chromium.org2011-01-271-2/+2
* Rename |print_params| to |preview_params| in CreatePreviewDocument() function.kmadhusu@chromium.org2011-01-261-5/+5
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Printing: Rename some variables in the two different PrintPages() to be more ...thestig@chromium.org2011-01-201-2/+4
* Clean up windows printing workflow.kmadhusu@chromium.org2011-01-201-6/+9
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-10/+10
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-22/+44
* Take out temp WEBKIT_HAS_WEB_AUTO_FILL_CLIENT code now that WebKit is rolled.jam@chromium.org2011-01-131-5/+2
* Refactor UpdatePrintableSizeInPrintParameters() function in print_web_view_he...kmadhusu@chromium.org2011-01-121-16/+22
* Make PrintWebViewHelper work with new WebKit API for printing a plugin.jam@chromium.org2011-01-111-0/+6
* Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...jam@chromium.org2011-01-101-1/+5
* Remove wstring from l10n_util. Part 2.avi@chromium.org2010-12-281-2/+1
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-211-18/+65
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-301-3/+12
* Printing: Remove invalid NOTREACHED for the case where user cancels printing.thestig@chromium.org2010-11-201-17/+13
* Refactor printing workflow to handle print preview.kmadhusu@chromium.org2010-10-251-106/+134
* Remove PrintWebViewHelper::PrintPageAsJPEG. It's dead code.thestig@chromium.org2010-10-081-36/+0
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-2/+0
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Fix for Issue 50923: page is not properly positioned on paper when paper isyuzo@chromium.org2010-08-041-3/+5
* Fix for Issue 50340: @page rules inside @media print rules are not properlyyuzo@chromium.org2010-07-281-0/+1
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-0/+1
* Fix a Chrome renderer crash which occurs on closing the print dialog right af...ananta@chromium.org2010-07-081-4/+2
* Fix style issues pointed in another change.hamaji@chromium.org2010-07-021-10/+10
* Implement limited paged media support for win.hamaji@chromium.org2010-07-021-1/+8
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-4/+23
* Move GetPageSizeAndMarginsInPoints from linux code to generic code.hamaji@chromium.org2010-06-301-0/+85
* Create constant variables kPointsPerInch and kPixelsPerInch and conversion fu...hamaji@chromium.org2010-06-281-1/+1
* DevTools: migrate to new WebView constructor.pfeldman@chromium.org2010-06-251-1/+1
* Revert 50726 "DevTools: Migrate to new WebView initialization (pass devtools ...pfeldman@chromium.org2010-06-241-1/+1
* DevTools: Migrate to new WebView initialization (pass devtools client directly).pfeldman@chromium.org2010-06-241-1/+1
* Changed printer page setup units to be in device co-ordinates (this is pixels...sanjeevr@chromium.org2010-05-291-4/+8
* A plugin can refuse to print, don't throw a JS alert in that case.jam@chromium.org2010-05-271-48/+55
* Fix Print Selection.viettrungluu@chromium.org2010-05-131-5/+2
* Unfork most of the PrintWebViewHelper code between Mac and Windows.stuartmorgan@chromium.org2010-05-101-0/+170
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-2/+5
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-5/+5
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-24/+0
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-5/+7
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-1/+1
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-1/+1
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-1/+1
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-3/+3
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-231-0/+4