| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert has_selection flag back to false (was testing that this worked and for... | sverrir@google.com | 2009-06-08 | 1 | -1/+1 |
* | Add support for printing selection only flag. This only adds the flag to the ... | sverrir@google.com | 2009-06-08 | 1 | -0/+6 |
* | Modify the view size when printing. This is to re-layout everything on the p... | sverrir@google.com | 2009-06-04 | 1 | -26/+80 |
* | Change from CRLF to LF - a later patch does not work on the try bots because ... | sverrir@google.com | 2009-06-04 | 1 | -281/+281 |
* | Resubmitting change r17491 that was reverted because of a memory leak. | sverrir@google.com | 2009-06-03 | 1 | -0/+281 |
* | Revert "Refactor print functionality in RenderView..." | willchan@chromium.org | 2009-06-03 | 1 | -282/+0 |
* | Refactor print functionality in RenderView. Moved most of the print function... | sverrir@google.com | 2009-06-03 | 1 | -0/+282 |