| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for Issue 50340: @page rules inside @media print rules are not properly | yuzo@chromium.org | 2010-07-28 | 1 | -0/+1 |
* | render_view.h: Header cleanup. | jhawkins@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix a Chrome renderer crash which occurs on closing the print dialog right af... | ananta@chromium.org | 2010-07-08 | 1 | -4/+2 |
* | Fix style issues pointed in another change. | hamaji@chromium.org | 2010-07-02 | 1 | -10/+10 |
* | Implement limited paged media support for win. | hamaji@chromium.org | 2010-07-02 | 1 | -1/+8 |
* | Implement limited paged media support for mac. | hamaji@chromium.org | 2010-07-01 | 1 | -4/+23 |
* | Move GetPageSizeAndMarginsInPoints from linux code to generic code. | hamaji@chromium.org | 2010-06-30 | 1 | -0/+85 |
* | Create constant variables kPointsPerInch and kPixelsPerInch and conversion fu... | hamaji@chromium.org | 2010-06-28 | 1 | -1/+1 |
* | DevTools: migrate to new WebView constructor. | pfeldman@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | Revert 50726 "DevTools: Migrate to new WebView initialization (pass devtools ... | pfeldman@chromium.org | 2010-06-24 | 1 | -1/+1 |
* | DevTools: Migrate to new WebView initialization (pass devtools client directly). | pfeldman@chromium.org | 2010-06-24 | 1 | -1/+1 |
* | Changed printer page setup units to be in device co-ordinates (this is pixels... | sanjeevr@chromium.org | 2010-05-29 | 1 | -4/+8 |
* | A plugin can refuse to print, don't throw a JS alert in that case. | jam@chromium.org | 2010-05-27 | 1 | -48/+55 |
* | Fix Print Selection. | viettrungluu@chromium.org | 2010-05-13 | 1 | -5/+2 |
* | Unfork most of the PrintWebViewHelper code between Mac and Windows. | stuartmorgan@chromium.org | 2010-05-10 | 1 | -0/+170 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 1 | -2/+5 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -5/+5 |
* | Add default implementations for WebViewClient and WebWidgetClient | darin@chromium.org | 2009-11-04 | 1 | -24/+0 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -5/+7 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -3/+3 |
* | Move various methods from glue/webview.h to api/public/WebView.h | darin@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h | mal@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Move various methods from glue/webview.h to api/public/WebView.h | darin@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 1 | -3/+3 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-23 | 1 | -0/+4 |
* | Fold WebEditingClient into WebViewClient. | darin@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | Hook up WebViewClient, part 1. | darin@chromium.org | 2009-09-16 | 1 | -8/+9 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Pass printing result to the browser. | maruel@chromium.org | 2009-09-08 | 1 | -28/+0 |
* | Make PrintWebViewHelper::PrintPageAsJPEG compile on Mac. | craig.schlenter@chromium.org | 2009-09-04 | 1 | -3/+4 |
* | Fix build for mac bots | mhm@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ... | mhm@chromium.org | 2009-09-04 | 1 | -0/+36 |
* | Hook up WebEditingClient. | darin@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Remove webview's dependency on webpreferences. | jorlow@chromium.org | 2009-08-17 | 1 | -2/+5 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -7/+8 |
* | Original change by Min-Yu Huang <minyu.huang@gmail.com> in | tc@google.com | 2009-08-05 | 1 | -304/+33 |
* | Fixing the description of printing related string translation. | evan@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -15/+22 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -22/+15 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -15/+22 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 1 | -5/+15 |
* | Remove WebWidgetDelegate::GetContainingView since it is not needed. | darin@chromium.org | 2009-07-09 | 1 | -5/+0 |
* | Move Emf class to the printing library. Also creates a platform agnostic Nat... | sverrir@google.com | 2009-07-06 | 1 | -19/+19 |
* | Modify printing methods on WebFrame to be more inline with the version | darin@chromium.org | 2009-06-30 | 1 | -2/+2 |
* | Restrict how often javascript can annoy the user with the print dialog. If a... | sverrir@google.com | 2009-06-26 | 1 | -5/+43 |
* | Alert the user when something fails when printing. | sverrir@google.com | 2009-06-23 | 1 | -4/+12 |
* | Add Print Selection support to Chrome. This change is fairly involved since ... | sverrir@google.com | 2009-06-19 | 1 | -17/+60 |
* | Delete files from webkit/glue that have been made obsolete by corresponding | darin@chromium.org | 2009-06-18 | 1 | -1/+0 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 1 | -2/+2 |