summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Remove PrintWebViewHelper::PrintPageAsJPEG. It's dead code.thestig@chromium.org2010-10-081-8/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-0/+3
* Move GetPageSizeAndMarginsInPoints from linux code to generic code.hamaji@chromium.org2010-06-301-0/+11
* Fix Print Selection.viettrungluu@chromium.org2010-05-131-1/+3
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-0/+5
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-113/+1
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-031-3/+0
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-301-0/+1
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-9/+7
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-0/+3
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-2/+8
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-131-0/+2
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-6/+8
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-061-0/+6
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-0/+2
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-021-0/+1
* Move another method from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-251-0/+1
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-241-0/+4
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-231-0/+6
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-181-0/+30
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-2/+40
* Pass printing result to the browser.maruel@chromium.org2009-09-081-3/+17
* Make PrintWebViewHelper::PrintPageAsJPEG compile on Mac.craig.schlenter@chromium.org2009-09-041-2/+2
* 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/+8
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-6/+7
* Original change by Min-Yu Huang <minyu.huang@gmail.com> intc@google.com2009-08-051-5/+33
* Reverting 20855.darin@chromium.org2009-07-161-22/+13
* Reverting 20854.darin@chromium.org2009-07-161-13/+22
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-22/+13
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-5/+0
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-1/+0
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-1/+2
* Restrict how often javascript can annoy the user with the print dialog. If a...sverrir@google.com2009-06-261-2/+6
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-1/+13
* Change from CRLF to LF - a later patch does not work on the try bots because ...sverrir@google.com2009-06-041-93/+93
* Resubmitting change r17491 that was reverted because of a memory leak.sverrir@google.com2009-06-031-0/+93
* Revert "Refactor print functionality in RenderView..."willchan@chromium.org2009-06-031-93/+0
* Refactor print functionality in RenderView. Moved most of the print function...sverrir@google.com2009-06-031-0/+93