summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/printing/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of WebFrame::uniqueName when using WebView::findFrameByNamevitalybuka@chromium.org2014-03-261-5/+12
* Check print_pages_params_ before dereferencing. It could be NULL.vitalybuka@chromium.org2014-03-261-3/+11
* Don't delay callback if print without selection.vitalybuka@chromium.org2014-03-201-3/+5
* Move GetContextMenuNode from RenderView to RenderFrame.jam@chromium.org2014-03-101-6/+0
* Use the single argument overload of WebFrame::create().dcheng@chromium.org2014-02-231-2/+1
* Unify frame IDs with RenderFrameHost routing IDs.creis@chromium.org2014-02-201-1/+3
* Update WebFrameClient implementations to maintain frame tree.dcheng@chromium.org2014-02-061-1/+5
* Revert 249168 "Update WebFrameClient implementations to maintain..."dcheng@chromium.org2014-02-061-5/+1
* Update WebFrameClient implementations to maintain frame tree.dcheng@chromium.org2014-02-051-1/+5
* Exclude print_preview resources for platforms that don't use itaurimas@chromium.org2014-01-271-2/+2
* Check frame before generation print preview.vitalybuka@chromium.org2014-01-161-25/+38
* Override default implementation of createChildFrame() for print preview.dcheng@chromium.org2014-01-031-2/+15
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-1/+1
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Convert remaining uses of WebView::initializeMainFrame to setMainFrame.dcheng@chromium.org2013-12-201-4/+5
* Make the renderer-side prerendering code use RenderFrames instead of RenderVi...jam@chromium.org2013-12-101-1/+3
* Removed unused code path.vitalybuka@chromium.org2013-11-221-1/+0
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-96/+96
* Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit...vitalybuka@chromium.org2013-10-231-2/+2
* Removed old_print_pages_params_vitalybuka@chromium.org2013-10-091-92/+17
* Add UMA_HISTOGRAM_ENUMERATION PrintPreview.PreviewEvent.vitalybuka@chromium.org2013-10-031-0/+18
* Removes the unused WebNode parameter of PrintPagesNativecimamoglu@chromium.org2013-10-021-3/+2
* Clear the usage of useBrowserOverlays from PrintWebViewHelper and PrepareFram...mkwst@chromium.org2013-09-201-5/+3
* Disables window.print() for Androidcimamoglu@chromium.org2013-09-191-0/+3
* Printing: Escape selected text for printing because the text will get unescaped.thestig@chromium.org2013-09-111-3/+5
* Fixing spreadsheets printing.vitalybuka@chromium.org2013-09-041-6/+46
* Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu.avayvod@chromium.org2013-08-191-1/+1
* Move webpreferences_renderer.* into content.tfarina@chromium.org2013-08-181-2/+2
* Print preview: Simplify PrintWebViewHelper::OnInitiatePrintPreview().thestig@chromium.org2013-08-161-13/+7
* Update include paths in chrome et al. for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Remove redundant calls to obtain WebView in PrintWebViewHelper::GetPrintFrame()vivek.vg@samsung.com2013-06-251-5/+5
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-181-10/+10
* Update Blink include pathsabarth@chromium.org2013-06-171-13/+13
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* reland of 'split webkit/glue/webpreferences to common and renderer'scottmg@chromium.org2013-05-311-1/+2
* Revert 203261 "split webkit/glue/webpreferences to common and re..."isherman@chromium.org2013-05-301-2/+1
* split webkit/glue/webpreferences to common and rendererscottmg@chromium.org2013-05-301-1/+2
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-2/+2
* Fixed reporting of PrintPreview.PageCount.PrintToCloudPrintWebDialog.vitalybuka@chromium.org2013-05-291-2/+9
* Don't store pointers to WebFrame*.vitalybuka@chromium.org2013-05-231-38/+68
* Resolved TODO because there is no mentioned crashes in existing Chrome builds.vitalybuka@chromium.org2013-05-221-6/+2
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-1/+2
* Move WebPreferences to root namespace gman@chromium.org2013-05-011-6/+6
* PP_PDFFEATURE_PRINTING to allow pdf plugin to remove print button when printi...vitalybuka@chromium.org2013-04-091-0/+6
* CalculatePrintParamsForCss must be called after printBegin.vitalybuka@chromium.org2013-03-201-1/+4
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* WebKit::WebFrame::printEnd on linux should be called before metafile is closed.vitalybuka@chromium.org2013-02-161-10/+16
* Added PrintPreview.PageCount.SystemDialog UMA histogram.vitalybuka@chromium.org2013-02-111-7/+17