summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restrict how often javascript can annoy the user with the print dialog. If a...sverrir@google.com2009-06-261-5/+43
* Alert the user when something fails when printing.sverrir@google.com2009-06-231-4/+12
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-17/+60
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-1/+0
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-2/+2
* Revert has_selection flag back to false (was testing that this worked and for...sverrir@google.com2009-06-081-1/+1
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-0/+6