| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PrintWebViewHelper::PrintPageAsJPEG. It's dead code. | thestig@chromium.org | 2010-10-08 | 1 | -8/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement limited paged media support for mac. | hamaji@chromium.org | 2010-07-01 | 1 | -0/+3 |
* | Move GetPageSizeAndMarginsInPoints from linux code to generic code. | hamaji@chromium.org | 2010-06-30 | 1 | -0/+11 |
* | Fix Print Selection. | viettrungluu@chromium.org | 2010-05-13 | 1 | -1/+3 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 1 | -0/+5 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -2/+2 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Add default implementations for WebViewClient and WebWidgetClient | darin@chromium.org | 2009-11-04 | 1 | -113/+1 |
* | Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl. | darin@chromium.org | 2009-11-03 | 1 | -3/+0 |
* | Show status bubble for links that have keyboard focus. | estade@chromium.org | 2009-10-30 | 1 | -0/+1 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -9/+7 |
* | Move WebDevToolsAgent{Delegate} into the WebKit API. | darin@chromium.org | 2009-10-17 | 1 | -0/+3 |
* | Move autofill related WebView{Delegate} methods into the WebKit API. | darin@chromium.org | 2009-10-16 | 1 | -2/+8 |
* | Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject. | dglazkov@chromium.org | 2009-10-13 | 1 | -0/+2 |
* | Moving ShowContextMenu out of WebView_delegate and into WebViewClient | yaar@chromium.org | 2009-10-09 | 1 | -6/+8 |
* | Move runFileChooser from webview_delegate to WebViewClient. | yaar@chromium.org | 2009-10-06 | 1 | -0/+6 |
* | More WebView / WebViewDelegate cleanup. | darin@chromium.org | 2009-10-03 | 1 | -0/+2 |
* | Restore plumbing for the spelling panel on Mac. | darin@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | Move another method from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-25 | 1 | -0/+1 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-24 | 1 | -0/+4 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-23 | 1 | -0/+6 |
* | Fold WebEditingClient into WebViewClient. | darin@chromium.org | 2009-09-18 | 1 | -0/+30 |
* | Hook up WebViewClient, part 1. | darin@chromium.org | 2009-09-16 | 1 | -2/+40 |
* | Pass printing result to the browser. | maruel@chromium.org | 2009-09-08 | 1 | -3/+17 |
* | Make PrintWebViewHelper::PrintPageAsJPEG compile on Mac. | craig.schlenter@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | 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/+8 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -6/+7 |
* | Original change by Min-Yu Huang <minyu.huang@gmail.com> in | tc@google.com | 2009-08-05 | 1 | -5/+33 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -22/+13 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -13/+22 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -22/+13 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 1 | -5/+0 |
* | Remove WebWidgetDelegate::GetContainingView since it is not needed. | darin@chromium.org | 2009-07-09 | 1 | -1/+0 |
* | Start using WebCursorInfo from the WebKit API. WebCursorInfo is a | darin@google.com | 2009-07-08 | 1 | -1/+2 |
* | Restrict how often javascript can annoy the user with the print dialog. If a... | sverrir@google.com | 2009-06-26 | 1 | -2/+6 |
* | Add Print Selection support to Chrome. This change is fairly involved since ... | sverrir@google.com | 2009-06-19 | 1 | -1/+13 |
* | Change from CRLF to LF - a later patch does not work on the try bots because ... | sverrir@google.com | 2009-06-04 | 1 | -93/+93 |
* | Resubmitting change r17491 that was reverted because of a memory leak. | sverrir@google.com | 2009-06-03 | 1 | -0/+93 |
* | Revert "Refactor print functionality in RenderView..." | willchan@chromium.org | 2009-06-03 | 1 | -93/+0 |
* | Refactor print functionality in RenderView. Moved most of the print function... | sverrir@google.com | 2009-06-03 | 1 | -0/+93 |