summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-181-1/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-8/+9
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-1/+1
* Pass printing result to the browser.maruel@chromium.org2009-09-081-28/+0
* Make PrintWebViewHelper::PrintPageAsJPEG compile on Mac.craig.schlenter@chromium.org2009-09-041-3/+4
* Fix build for mac botsmhm@chromium.org2009-09-041-2/+2
* Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ...mhm@chromium.org2009-09-041-0/+36
* Hook up WebEditingClient.darin@chromium.org2009-09-041-2/+2
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-2/+5
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-7/+8
* Original change by Min-Yu Huang <minyu.huang@gmail.com> intc@google.com2009-08-051-304/+33
* Fixing the description of printing related string translation.evan@chromium.org2009-07-301-1/+1
* Reverting 20855.darin@chromium.org2009-07-161-15/+22
* Reverting 20854.darin@chromium.org2009-07-161-22/+15
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-15/+22
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-091-5/+15
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-5/+0
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-19/+19
* Modify printing methods on WebFrame to be more inline with the versiondarin@chromium.org2009-06-301-2/+2